summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2012-10-03libcore: De-export core.rc and core.rsPatrick Walton-137/+113
2012-10-03Sub-uses from libc should be pub.Graydon Hoare-24/+24
2012-10-03Attempt to fix os::args errors on various platforms.Graydon Hoare-13/+21
2012-10-02rustc: Only allow imports marked with "pub" to be imported from other modulesPatrick Walton-6/+7
2012-10-02Fix long line.Graydon Hoare-1/+2
2012-10-02De-export the submodules of task. Part of #3583.Graydon Hoare-60/+54
2012-10-02libcore: Implement os::args() on WindowsPatrick Walton-1/+46
2012-10-02Removing explicit uses of + modeTim Chevalier-265/+264
2012-10-02core::rand - adding rand::random(), a shortcut to generate a uint with task-l...Daniel Patterson-0/+13
2012-10-02libstd: Switch off legacy modes in both core and std.Patrick Walton-12/+12
2012-10-02De-export comm, task. Part of #3583.Graydon Hoare-70/+23
2012-10-02core::rand - adding test for task_rng()Daniel Patterson-0/+8
2012-10-02core::rand - adding task local lazily initialized rng, as per #3439Daniel Patterson-0/+27
2012-10-02core: Add implementation of real_args for FreeBSDBrian Anderson-0/+5
2012-10-01silence warningNiko Matsakis-1/+1
2012-10-01rename vec::raw::form_slice to buf_as_sliceErick Tryzelaar-5/+5
2012-10-01Merge pull request #3638 from dbp/typoBrian Anderson-1/+1
2012-10-01core::task - typo in commentDaniel Patterson-1/+1
2012-10-01De-export dlist, dvec. Part of #3583.Graydon Hoare-12/+6
2012-10-01De-export iter and result. Part of #3583.Graydon Hoare-53/+62
2012-10-01Attempt to fix option::test_unwrap_str breakage.Graydon Hoare-4/+4
2012-10-01De-export either. Part of #3583.Graydon Hoare-13/+13
2012-10-01De-export vec. Part of #3583.Graydon Hoare-239/+139
2012-10-01libcore: Fix tidy errorPatrick Walton-2/+2
2012-10-01libcore: Allow the command line arguments to be set on a per-task basisPatrick Walton-1/+33
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-27/+24
2012-10-01Call 'new' instead of 'old' extfmt code, preparing for snapshotTim Chevalier-8/+11
2012-10-01libcore: Implement a sys::args() on MacPatrick Walton-5/+36
2012-10-01De-export option and option_iter. Part of #3583.Graydon Hoare-25/+24
2012-10-01De-export gc and io. Part of #3583.Graydon Hoare-50/+48
2012-09-30When a vec/str bounds check fails, include the bad index and the length of th...Gareth Daniel Smith-0/+10
2012-09-29core: Fix unsafe code in spawn_rawBrian Anderson-9/+2
2012-09-28Unbork WindowsTim Chevalier-2/+2
2012-09-28Add a demoded version of ptr::addr_ofTim Chevalier-87/+103
2012-09-28Finish demoding iter: from_elem, copy_seq, map, appendTim Chevalier-7/+7
2012-09-28Fix benchmarks.Graydon Hoare-1/+1
2012-09-28Squash a couple pattern warnings that I missedTim Chevalier-3/+3
2012-09-28Demode iter::foldl and friendsTim Chevalier-36/+31
2012-09-28Demode dvecTim Chevalier-1/+1
2012-09-28core: Demode the vec::foldr methodBrian Anderson-2/+2
2012-09-28De-export logging, to_str, to_bytes, from_str, util. Part of #3583.Graydon Hoare-25/+18
2012-09-28Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vecTim Chevalier-29/+29
2012-09-28Long linesBrian Anderson-1/+3
2012-09-28core: Demode patternsBrian Anderson-82/+88
2012-09-28core: Fix more windows bustageBrian Anderson-1/+1
2012-09-28Fix windows breakage.Graydon Hoare-1/+2
2012-09-28De-export ptr, hash. Part of #3583.Graydon Hoare-5/+0
2012-09-28Fix long line.Graydon Hoare-2/+5
2012-09-28Finish de-exporting send_map, future, pipes. Part of #3583.Graydon Hoare-10/+4
2012-09-28rename iter2 to each2, make it follow iterator protocolNiko Matsakis-3/+5