summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2012-02-29std: DeCamelCase fs::splitDirnameBasenameBrian Anderson-3/+3
2012-02-29libstd: Skip trailing whitespaces after JSON valueTycho Sci-12/+9
2012-02-29libstd: Skip trailing whitespaces after outer rparenTycho Sci-2/+15
2012-02-28std: rewrite json.rs to fix bugs and use readers/writersErick Tryzelaar-214/+653
2012-02-28core/std: whitespace fixes.Erick Tryzelaar-2/+3
2012-02-28std: Add helpers to simplify making str io::writersErick Tryzelaar-0/+13
2012-02-28std: Ignore uv tests on FreeBSDBrian Anderson-0/+2
2012-02-28changing rust loop to 1 threadJeff Olson-1/+1
2012-02-28add uv::loop_delete()Jeff Olson-30/+67
2012-02-28correcting for libuv behavior that differs between linux & windowsJeff Olson-4/+34
2012-02-28moving new uv stuff into uv.rs and rust_uv.cppJeff Olson-882/+521
2012-02-28trailing whitespace fixesJeff Olson-12/+10
2012-02-28finishing up simple uv_timer implJeff Olson-22/+160
2012-02-28cleaning up uv_async stuff and stubbing uv_timerJeff Olson-38/+188
2012-02-28removed hello world and added uv_async_*Jeff Olson-39/+117
2012-02-28everything is laid out and working through a basic hwJeff Olson-0/+198
2012-02-28add ability to run multi-crate tests, run tests with --inlineNiko Matsakis-1/+1
2012-02-28add debugging mode which emits more verbose infoNiko Matsakis-13/+59
2012-02-27std: Make merge_sort fasterBrian Anderson-15/+27
2012-02-24Encode/decode AST into metadata, re-instantiate inlined itemsNiko Matsakis-118/+310
2012-02-23Finish cleanup of core::strMarijn Haverbeke-27/+19
2012-02-23Various cleanups and optimizations in core::strMarijn Haverbeke-14/+6
2012-02-23(core::str) rename substr_len_bytes to substr_len, and delete unused byte_ind...Kevin Cantu-3/+3
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-30/+30
2012-02-23(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes wi...Kevin Cantu-3/+3
2012-02-23(core::str) replace byte_index[_from] with index[_from]Kevin Cantu-10/+10
2012-02-23(core::str) do some replacementsKevin Cantu-4/+4
2012-02-23(core::char) rename slice -> slice_charsKevin Cantu-11/+12
2012-02-23(core::str) rename rindex -> rindex_charsKevin Cantu-2/+2
2012-02-23(core::str) mostly rename len -> len_charsKevin Cantu-18/+18
2012-02-22Make the various from_str functions return optionsMarijn Haverbeke-3/+6
2012-02-22Remove preconditions from librariesMarijn Haverbeke-23/+5
2012-02-20core: New task APIBrian Anderson-14/+6
2012-02-18core: When running tests sequentially, print the test name before running itBrian Anderson-2/+11
2012-02-18rt: rename nano_time() builtin to match time::precise_time_ns()Chris Peterson-2/+2
2012-02-18std: Add tests for time moduleChris Peterson-0/+47
2012-02-18std: Expand doc comments for time moduleChris Peterson-6/+23
2012-02-17std: Add some env() and getenv() testsChris Peterson-9/+46
2012-02-17std: Fix env() assert when an environment variable's value contains a '=' charChris Peterson-1/+1
2012-02-15Rewrite exhaustiveness checkerMarijn Haverbeke-8/+12
2012-02-15Replace some explicit fails with 'alt check' invocationsMarijn Haverbeke-3/+1
2012-02-14Merge pull request #1831 from killerswan/str_fixesBrian Anderson-1/+1
2012-02-13add serialization library; convert ebml lib to use u64 internallyNiko Matsakis-122/+168
2012-02-13(core::str) add find_bytes and export it...Kevin Cantu-1/+1
2012-02-12(core::str) rename byte_len_range -> substr_len_bytes andKevin Cantu-5/+5
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-33/+34
2012-02-12(core::str) move push_byte, push_bytes, pop_byte, and shift_byte into str::un...Kevin Cantu-3/+3
2012-02-11using str::rindex...Kevin Cantu-17/+20
2012-02-11using str::index...Kevin Cantu-6/+4
2012-02-11core::str rename [r]index -> [r]index_bytesKevin Cantu-5/+5