summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2012-02-10create serialization lib and update serializer to use itNiko Matsakis-13/+268
2012-02-10put serializer into the build and encode full item pathsNiko Matsakis-6/+12
2012-02-10update ebml interfaceNiko Matsakis-2/+22
2012-02-09Remove some pointless importsMarijn Haverbeke-2/+2
2012-02-09Increase precedence of as operatorMarijn Haverbeke-38/+36
2012-02-07std: Use correct split function in generic_os::envBrian Anderson-1/+1
2012-02-07Make process-spawning take environments and working directories, remove procs...Graydon Hoare-36/+127
2012-02-07core: make str::substr use char positions (and replace other uses)Kevin Cantu-7/+9
2012-02-07String split renaming:Kevin Cantu-5/+11
2012-02-05std: Use ctypes::c_int in path_is_dirBrian Anderson-4/+1
2012-02-05Merge remote-tracking branch 'erickt/master'Brian Anderson-2/+3
2012-02-03core: rename str::lteq to str::leTom Lee-1/+1
2012-02-03std: rename sort::lteq to sort::le.Tom Lee-17/+17
2012-02-02Update libuv.Graydon Hoare-112/+96
2012-02-02Win32 warning police.Graydon Hoare-115/+116
2012-02-01Rename str::char_slice -> str::sliceKevin Cantu-9/+9
2012-02-01Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes andKevin Cantu-4/+5
2012-02-01Propagating unsafe::slice 2Kevin Cantu-6/+6
2012-02-01Propagating unsafe::slice 1Kevin Cantu-3/+3
2012-02-01Remove native types from stdlibMarijn Haverbeke-56/+67
2012-01-31Change option::t to optionTim Chevalier-59/+59
2012-01-31Rename str::loop_chars to str::all,Kevin Cantu-2/+2
2012-01-31Require alts to be exhaustiveTim Chevalier-13/+28
2012-01-30Change all ternary ops to if/then/elsePaul Woolcock-1/+1
2012-01-28std: Whitespace cleanup.Erick Tryzelaar-1/+2
2012-01-28core: rename vec::position* functionsErick Tryzelaar-1/+1
2012-01-27Merge remote-tracking branch 'killerswan/fixing_strings_2'Brian Anderson-13/+20
2012-01-27std: Long linesBrian Anderson-1/+2
2012-01-27Re-apply fixes brson made.Donovan Preston-4/+4
2012-01-27Implement timers.Donovan Preston-7/+18
2012-01-27Make occurs check in ty::fixup_vars more reliableMarijn Haverbeke-1/+1
2012-01-26std: Fix types in uvtmp testsBrian Anderson-4/+4
2012-01-26Shuffle around to work with rust-spidermonkeyDonovan Preston-14/+21
2012-01-25(TEMPORARY) Break something by making io::mem_buffer_str UTF-8 safeKevin Cantu-1/+1
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 6)Kevin Cantu-1/+4
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 5)Kevin Cantu-3/+3
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 1)Kevin Cantu-9/+13
2012-01-23s/block()/fn()/gNiko Matsakis-32/+32
2012-01-22std: Add some hacks to use libuvBrian Anderson-1/+151
2012-01-21use u64 and not uint; otherwise shift results are undef. in 32 bitNiko Matsakis-7/+7
2012-01-21update to use u64; u32 has undefined resultsNiko Matsakis-1/+6
2012-01-21std: Remove extfmt. Has been moved to core. Closes #1600Brian Anderson-455/+1
2012-01-21issue #1352: change param order on {std,core}::extfmt::str_init_elt to mirror...Graham Fawcett-4/+4
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-18/+18
2012-01-21fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), putting...Graham Fawcett-2/+2
2012-01-19Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...Graydon Hoare-7/+7
2012-01-19lib: ';' to ',' in enums in more placesPatrick Walton-8/+8
2012-01-19lib: ";" to "," in enumsPatrick Walton-67/+67
2012-01-19libcore: Use 4x the number of scheduler threads for testingBrian Anderson-1/+5
2012-01-19libcore: Do less blocking in the test runnerBrian Anderson-41/+56