| Age | Commit message (Expand) | Author | Lines |
| 2013-01-11 | Make std::sync::semaphore() public | Jens Nockert | -1/+1 |
| 2013-01-11 | Adds priv qualifiers where they have been commented out before implementation. | William Ting | -4/+4 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+5 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -5/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+5 |
| 2012-12-28 | libstd: Fix tests. rs=bustage | Patrick Walton | -0/+3 |
| 2012-12-27 | libstd: Fix a bunch of resolve errors in tests. rs=fire | Patrick Walton | -0/+6 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -1/+7 |
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -5/+5 |
| 2012-12-11 | Reverse the order of the results of pipes::stream | Tim Chevalier | -18/+18 |
| 2012-12-06 | make bblum happy | Tim Chevalier | -17/+6 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-29 | librustc: Make the Drop trait use explicit self | Patrick Walton | -9/+9 |
| 2012-11-27 | core: Add Clone trait | Brian Anderson | -4/+10 |
| 2012-11-14 | Convert libstd to use the Drop trait | Ben Striegel | -41/+76 |
| 2012-11-14 | Revert "Convert libstd to use the Drop trait" | Brian Anderson | -76/+41 |
| 2012-11-14 | Convert libstd to use the Drop trait | Ben Striegel | -41/+76 |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -1/+1 |
| 2012-10-12 | Make moves explicit in std tests | Tim Chevalier | -37/+37 |
| 2012-10-11 | Update FIXME number | Tim Chevalier | -3/+3 |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -1/+1 |
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -2/+2 |
| 2012-10-03 | Remove uses of + mode from libstd | Tim Chevalier | -7/+7 |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -2/+2 |
| 2012-09-28 | De-export std::{arc,comm,sync}. Part of #3583. | Graydon Hoare | -10/+7 |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -1/+0 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -4/+4 |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -1/+1 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -2/+2 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+1 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -2/+2 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -2/+2 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -2/+2 |
| 2012-09-18 | core: Move Exclusive and SharedMutableState to the private mod | Brian Anderson | -1/+1 |
| 2012-09-11 | Introduce auto adjustment table to subsume autoderef/autoref/borrowings. | Niko Matsakis | -2/+2 |
| 2012-09-11 | Make moves explicit in arguments | Tim Chevalier | -1/+1 |
| 2012-09-10 | Make remaining moves explicit in libstd | Tim Chevalier | -6/+6 |
| 2012-09-08 | std: cleanup in sync.rs for things missed in last rebase | Jeff Olson | -9/+9 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -3/+3 |
| 2012-09-07 | Convert field terminators to commas. Stop parsing semis. | Brian Anderson | -21/+21 |
| 2012-09-04 | Whitespace | Brian Anderson | -1/+0 |
| 2012-09-04 | std: Remove struct ctors | Brian Anderson | -6/+40 |
| 2012-09-04 | libstd: "import" -> "use" | Patrick Walton | -1/+1 |
| 2012-09-01 | Demode reinterpret_cast | Brian Anderson | -2/+2 |
| 2012-08-29 | std: Camel case some constructors | Brian Anderson | -31/+31 |
| 2012-08-28 | Convert core::pipes to camel case | Brian Anderson | -6/+6 |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -4/+4 |
| 2012-08-26 | convert std::sync types to camelcase | Ben Blum | -128/+128 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -29/+29 |
| 2012-08-25 | Use region variance to remove a bunch of unsafety in sync/arc (#2282) | Ben Blum | -9/+3 |