| Age | Commit message (Expand) | Author | Lines |
| 2013-02-15 | auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brson | bors | -1/+2 |
| 2013-02-15 | compiletest: Get rid of `move`. | Luqman Aden | -3/+3 |
| 2013-02-14 | Convert all uses of vec::slice to vec::view Issue #3869 | Nick Desaulniers | -1/+2 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -10/+10 |
| 2013-02-13 | auto merge of #4908 : bstrie/rust/rimov3, r=pcwalton | bors | -2/+2 |
| 2013-02-13 | rustc and std: teach about #[bench], modernize to use quote_expr! some. | Graydon Hoare | -5/+11 |
| 2013-02-13 | RIMOV core::vec | Ben Striegel | -2/+2 |
| 2013-02-09 | Add debug info tests | Brian Leibig | -10/+91 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -7/+8 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -10/+10 |
| 2013-01-30 | librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li... | Patrick Walton | -59/+39 |
| 2013-01-28 | compiletest: Allow legacy records | Tim Chevalier | -100/+103 |
| 2013-01-24 | remove remaining is_not_empty functions/methods | Daniel Micay | -1/+1 |
| 2013-01-24 | replace ConstVector trait with the Container trait | Daniel Micay | -3/+3 |
| 2013-01-24 | convert most of libstd over to structs | Erick Tryzelaar | -11/+4 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -34/+38 |
| 2013-01-23 | core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut | Trinick | -1/+1 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -9/+11 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -1/+1 |
| 2013-01-09 | compiletest: more win32 fallout from 2db3abd | Graydon Hoare | -0/+1 |
| 2013-01-09 | core: rename vec.filter to vec.filtered | Erick Tryzelaar | -1/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+12 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -12/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+12 |
| 2013-01-08 | arrange core::os::consts | ILyoan | -2/+3 |
| 2012-12-28 | Fix compiling compiletest. rs=fire | Erick Tryzelaar | -1/+29 |
| 2012-12-28 | test: option variants get imported by default | Erick Tryzelaar | -26/+26 |
| 2012-12-21 | bump 0.5 => 0.6, redirect some URLs in docs. | Graydon Hoare | -2/+2 |
| 2012-12-10 | Add license boilerplate to more files. | Graydon Hoare | -0/+10 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+60 |
| 2012-11-28 | core: Convert some records to structs | Brian Anderson | -9/+9 |
| 2012-11-28 | Merge remote-tracking branch 'brson/companion' into incoming | Brian Anderson | -207/+192 |
| 2012-11-28 | Register snapshots | Brian Anderson | -9/+0 |
| 2012-11-26 | Remove the crate language | Brian Anderson | -198/+192 |
| 2012-11-24 | [libstd] getopts, now with fewer copies | Tim Chevalier | -2/+2 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+9 |
| 2012-10-12 | Make moves explicit in compiletest | Tim Chevalier | -3/+3 |
| 2012-10-12 | bump version to 0.5. | Graydon Hoare | -2/+2 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 |
| 2012-09-29 | Fix a compilation error on windows | Brian Anderson | -1/+1 |
| 2012-09-28 | Add allow(deprecated_\*) to syntax, rustc, rustdoc, et al | Brian Anderson | -0/+2 |
| 2012-09-28 | demode vec | Niko Matsakis | -4/+1 |
| 2012-09-27 | core: More option demoding | Brian Anderson | -2/+2 |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -2/+2 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -6/+6 |
| 2012-09-25 | Demode core::result | Brian Anderson | -6/+6 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -1/+1 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -9/+0 |
| 2012-09-23 | core: Demode option | Brian Anderson | -11/+11 |
| 2012-09-21 | libcore: De-mode str | Patrick Walton | -1/+1 |