| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -20/+20 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -1/+1 |
| 2013-03-26 | librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax | Patrick Walton | -1/+1 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -13/+13 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -1/+1 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -2/+2 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -20/+27 |
| 2013-03-07 | libsyntax: Stop parsing structural record types | Patrick Walton | -2/+2 |
| 2013-03-07 | libcore: Remove `extern mod { ... }` from libcore. rs=deexterning | Patrick Walton | -9/+17 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -1/+1 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -2/+0 |
| 2013-03-03 | rustc: MIPS32 support | Jyun-Yan You | -0/+2 |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -2/+2 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -4/+0 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -13/+15 |
| 2013-01-13 | Make vectors (& old ports) of zero-size types allocate one byte each. | Jed Davis | -1/+20 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -1/+1 |
| 2013-01-10 | core: Change XXXs into proper FIXMEs with issue numbers | Tim Chevalier | -1/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -1/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2012-12-27 | librustc: Fix the test runner, the condition system, and core test. rs=bustage | Patrick Walton | -0/+1 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -0/+8 |
| 2012-12-10 | Adjust the die macro to only accept ~str and to work in statement position | Brian Anderson | -1/+28 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-10-12 | Make moves explicit in core tests | Tim Chevalier | -2/+2 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -1/+1 |
| 2012-09-27 | Finish de-exporting path, rand, run, sys. Part of #3583. | Graydon Hoare | -1/+0 |
| 2012-09-26 | libcore: De-export dvec, rand, run, and sys | Patrick Walton | -32/+20 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+2 |
| 2012-09-20 | core: Demode sys | Brian Anderson | -2/+6 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -3/+3 |
| 2012-09-18 | libcore: make a copyless io::BytesWriter | Erick Tryzelaar | -4/+3 |
| 2012-09-18 | Replace uses of 'unchecked' with 'unsafe' | Brian Anderson | -4/+4 |
| 2012-09-12 | libcore: Make %? use the visitor, not shape glue | Patrick Walton | -7/+4 |
| 2012-09-12 | Add a bunch of inline hints. | Graydon Hoare | -0/+2 |
| 2012-09-07 | Convert field terminators to commas. Stop parsing semis. | Brian Anderson | -2/+2 |
| 2012-09-05 | libcore: Expose glues to core | Patrick Walton | -1/+8 |
| 2012-09-01 | Demode reinterpret_cast | Brian Anderson | -2/+2 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -4/+6 |
| 2012-08-29 | core: Export sys::Closure | Brian Anderson | -0/+1 |
| 2012-08-29 | Add sys::Closure type | Brian Anderson | -0/+27 |
| 2012-08-21 | Make std::arena run destructors. Closes #2831. | Michael Sullivan | -0/+2 |
| 2012-08-13 | core: Camel case some lesser-used modules | Brian Anderson | -5/+6 |
| 2012-08-10 | Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive | Ben Blum | -34/+0 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -1/+1 |
| 2012-08-07 | Remove rust_cond_lock and sys::condition (rename to little_lock) | Ben Blum | -63/+18 |
| 2012-08-02 | Remove modes from map API and replace with regions. | Niko Matsakis | -0/+15 |
| 2012-07-24 | rust_cond_lock acquire/release should be inside the atomically { .. } | Ben Blum | -4/+4 |