| Age | Commit message (Expand) | Author | Lines |
| 2012-09-20 | core: Demode sys | Brian Anderson | -2/+2 |
| 2012-09-20 | remove cfg(stage0) version of Eq, not needed for tests | Niko Matsakis | -22/+0 |
| 2012-09-20 | Fix ord test breakage. | Graydon Hoare | -3/+3 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -117/+145 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -48/+53 |
| 2012-09-19 | Remove final bits of residual hokey-hash functions. Close #1616. | Graydon Hoare | -13/+3 |
| 2012-09-19 | Remove redundant hashmap constructor functions. | Graydon Hoare | -11/+11 |
| 2012-09-19 | xfail-fast another legacy_mode test | Brian Anderson | -0/+1 |
| 2012-09-19 | V2: now with more locks! | Philipp Brüschweiler | -2/+2 |
| 2012-09-19 | core: Allocate threads on demand, not on scheduler startup | Philipp Brüschweiler | -2/+2 |
| 2012-09-19 | xfail-fast the legacy_mode run-pass tests | Brian Anderson | -2/+44 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -34/+50 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -38/+26 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -26/+38 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -52/+52 |
| 2012-09-18 | Tweak graph500-bfs so it pretty-prints | Brian Anderson | -2/+2 |
| 2012-09-18 | Fix some broken tests | Brian Anderson | -2/+2 |
| 2012-09-18 | Fix run-pass-fulldeps/qquote.rs | Brian Anderson | -1/+1 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -31/+130 |
| 2012-09-18 | core: Move Exclusive and SharedMutableState to the private mod | Brian Anderson | -2/+2 |
| 2012-09-18 | libcore: make a copyless io::BytesWriter | Erick Tryzelaar | -11/+12 |
| 2012-09-18 | Change 'must' to 'should' in non_camel_case_types message | Brian Anderson | -6/+6 |
| 2012-09-18 | Consolidate tests for non_camel_case_types | Brian Anderson | -33/+24 |
| 2012-09-18 | Revert "rustc: Change all non-keyword uses of "link"" | Patrick Walton | -7/+7 |
| 2012-09-18 | Replace uses of 'unchecked' with 'unsafe' | Brian Anderson | -1/+1 |
| 2012-09-18 | rustc: Change all non-keyword uses of "link" | Patrick Walton | -7/+7 |
| 2012-09-17 | warn(non_camel_case_types) by default | Brian Anderson | -5/+5 |
| 2012-09-17 | Make auto-slice, auto-ptr not exclusive (fixes #3514) | Niko Matsakis | -0/+16 |
| 2012-09-17 | add a test and correct terminology | Niko Matsakis | -0/+7 |
| 2012-09-15 | int/uint parse_buf => parse_bytes (#3444) | Erick Tryzelaar | -2/+2 |
| 2012-09-15 | Fix broken assertion in regionck for code like (a[])() | Niko Matsakis | -0/+9 |
| 2012-09-14 | Remove restricted keyword tests | Brian Anderson | -12/+0 |
| 2012-09-14 | test: Use vec::as_imm_buf in bug-2470-bounds-check-overflow.rs | Patrick Walton | -2/+2 |
| 2012-09-13 | fix some of the broken tests (the ones that were doing the right thing) | Niko Matsakis | -18/+15 |
| 2012-09-13 | Fix bug in auto-ref on bounded type parameters | Niko Matsakis | -0/+30 |
| 2012-09-13 | repr: emit closing `)` for enum variants, test that nullary variants names print | Niko Matsakis | -0/+5 |
| 2012-09-13 | Remove unnecessary temporary, add type annot to help inferencer (cc #2280) | Niko Matsakis | -5/+2 |
| 2012-09-12 | Rename str::unsafe to str::raw | Brian Anderson | -3/+3 |
| 2012-09-12 | trans: overhaul match bindings. No more phi, one code path for guards. | Niko Matsakis | -0/+23 |
| 2012-09-12 | Rename vec::unsafe to vec::raw | Brian Anderson | -1/+1 |
| 2012-09-12 | fixup mutability of vec::each, make iter_bytes pure | Niko Matsakis | -7/+7 |
| 2012-09-11 | Introduce auto adjustment table to subsume autoderef/autoref/borrowings. | Niko Matsakis | -46/+100 |
| 2012-09-11 | Reserve 'be' as a keyword | Brian Anderson | -0/+4 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -279/+279 |
| 2012-09-11 | Improve unexpected error scanner for compile-fail tests (Closes #1476) | Drew Willcoxon | -0/+3 |
| 2012-09-11 | Promote 'struct' from a restricted keyword to a strict keyword | Brian Anderson | -2/+2 |
| 2012-09-11 | Remove priv sections from classes. Obsolete the syntax | Brian Anderson | -86/+37 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -66/+60 |
| 2012-09-10 | Report obsolete trait lists on structs | Brian Anderson | -1/+8 |
| 2012-09-10 | Report obsolete class method syntax | Brian Anderson | -0/+8 |