| Age | Commit message (Expand) | Author | Lines |
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -0/+2 |
| 2013-05-09 | auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn | bors | -3/+3 |
| 2013-05-09 | libcore: rename vec::each(variable) to variable.each | Youngmin Yoo | -2/+2 |
| 2013-05-08 | auto merge of #6327 : z0w0/rust/rm-notest, r=brson | bors | -1/+1 |
| 2013-05-08 | librustc: Stop parsing modes and remove them entirely from the language | Patrick Walton | -4/+4 |
| 2013-05-09 | Fix typos | Sean Moon | -3/+3 |
| 2013-05-08 | Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)] | Zack Corr | -1/+1 |
| 2013-04-29 | librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsic | Patrick Walton | -4/+3 |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -7/+4 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -2/+2 |
| 2013-04-20 | Replaced many instances of reinterpret_cast with transmute | Matthijs Hofstra | -4/+4 |
| 2013-04-16 | libcore: missed an import for a test | Huon Wilson | -0/+1 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -34/+37 |
| 2013-04-03 | Removing mut fields from vec.rs, at_vec.rs, str.rs, unstable.rs, and cell.rs. | Matthijs Hofstra | -2/+2 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -13/+13 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -1/+1 |
| 2013-03-26 | libcore: Change `[const T]` to `const [T]` everywhere | Patrick Walton | -11/+11 |
| 2013-03-22 | libsyntax: Introduce the new `assert!` macro; make `assert` no longer a keyword | Patrick Walton | -1/+1 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -11/+11 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -2/+2 |
| 2013-03-14 | Remove unused import in core | ILyoan | -1/+0 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -3/+3 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -14/+14 |
| 2013-03-07 | libcore: Remove `extern mod { ... }` from libcore. rs=deexterning | Patrick Walton | -5/+12 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -1/+1 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -1/+1 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -1/+1 |
| 2013-02-20 | auto merge of #5063 : pcwalton/rust/plussing, r=pcwalton | bors | -3/+3 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -3/+3 |
| 2013-02-20 | Created libcore/private/intrinsics.rs, which aims to contain every | Matthijs 'Thiez' Hofstra | -7/+3 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -1/+1 |
| 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-29 | libcore: De-export libcore. rs=deexporting | Patrick Walton | -6/+4 |
| 2013-01-23 | Oops - add the missing pubs! | gareth | -2/+2 |
| 2013-01-22 | Add more constructors for managed vectors (as proposed in issue #4553) | gareth | -0/+42 |
| 2013-01-17 | librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma... | Patrick Walton | -2/+2 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -3/+3 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+9 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -9/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+9 |
| 2013-01-04 | Rename option::get_default => get_or_default, get_zero => get_or_zero | Tim Chevalier | -1/+1 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -2/+14 |
| 2012-12-12 | core: Remove some uses of 'move' | Brian Anderson | -3/+3 |
| 2012-12-09 | Remove transitional code | Brian Anderson | -10/+0 |
| 2012-12-04 | librustc: Implement explicit self for Add and Index; add a hack in the borrow... | Patrick Walton | -0/+10 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-03 | Remove stage0 stuff that was awaiting snapshot | Tim Chevalier | -14/+1 |
| 2012-10-24 | Implement proper subtyping for region fn types (part of #2263) | Niko Matsakis | -0/+11 |
| 2012-10-05 | Finally removing all uses of by-mut-ref | Tim Chevalier | -18/+0 |