about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2012-10-09core::str - making StrSlice trait functions pureDaniel Patterson-53/+55
2012-10-08libcore: add pop/swap/consume to SendMapErick Tryzelaar-29/+126
2012-10-08libcore: include the trim methods in the StrSlice traitErick Tryzelaar-0/+3
2012-10-08libcore: str trim functions can be applied to &strsErick Tryzelaar-0/+10
2012-10-07libcore Fix the tuple first_ref testErick Tryzelaar-1/+1
2012-10-07libcore: add first_ref and second_ref to tuplesErick Tryzelaar-3/+28
2012-10-05Finally removing all uses of by-mut-refTim Chevalier-64/+0
2012-10-05Remove uses of mutable ref mode.Tim Chevalier-8/+8
2012-10-05Revert "wip"Tim Chevalier-8/+8
2012-10-05wipTim Chevalier-8/+8
2012-10-05Demode some code using by-mutbl-ref; warn about by-mutbl-refTim Chevalier-1/+66
2012-10-05Silence most of the remaining warningsBrian Anderson-2/+2
2012-10-05core: Correct description of cast::forgetBrian Anderson-1/+1
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-26/+26
2012-10-04Fix FIXME that's no longer blocked by #2611Tim Chevalier-4/+3
2012-10-04Kill bootstrapping code in ptrTim Chevalier-6/+0
2012-10-04Forbid deprecated modes again in coreTim Chevalier-23/+48
2012-10-04De-mode comm::ChanTim Chevalier-58/+58
2012-10-04Remove code that was waiting for a snapshotTim Chevalier-196/+3
2012-10-04Remove some residue, core is effectively de-exported now. Close #3583.Graydon Hoare-45/+3
2012-10-04core: Improve option docs a littleBrian Anderson-31/+105
2012-10-04De-export extfmt. Part of #3583.Graydon Hoare-70/+69
2012-10-03core: Make some parts of task privateBrian Anderson-36/+36
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