| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | compiletest: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -163/+150 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -1/+1 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -2/+2 |
| 2013-05-09 | Fix typos | Sean Moon | -1/+1 |
| 2013-05-06 | auto merge of #6150 : yichoi/rust/arm-test-pull, r=brson | bors | -6/+147 |
| 2013-05-04 | compiletest: remove --host and cleanup | Young-il Choi | -119/+131 |
| 2013-05-04 | compiletest: fix decision rule to run and cleanup | Young-il Choi | -15/+32 |
| 2013-05-02 | compiletest: configurable test dir for ARM | Young-il Choi | -12/+9 |
| 2013-05-01 | remove some warnings | Erick Tryzelaar | -1/+1 |
| 2013-05-01 | compiletest: fix to remove trailing whitespace | Young-il Choi | -1/+1 |
| 2013-05-01 | compiletest: expanded to ARM test automation | Young-il Choi | -6/+121 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -9/+0 |
| 2013-03-26 | Fixed all use sites and tests | Marvin Löbel | -5/+9 |
| 2013-03-25 | Merge remote-tracking branch 'brson/rt' | Brian Anderson | -1/+9 |
| 2013-03-22 | libcore: Fix obsolete syntax in extfmt | Patrick Walton | -2/+2 |
| 2013-03-23 | compiletest: Use lines_each instead of lines(..).each, or split(.., n).each | Huon Wilson | -11/+11 |
| 2013-03-19 | compiletest: Make pretty tests actually use compile-flags. | Luqman Aden | -2/+3 |
| 2013-03-18 | Add a way to run the test suite with the new scheduler | Brian Anderson | -1/+9 |
| 2013-03-13 | auto merge of #5319 : brson/rust/debuginfo, r=brson | bors | -2/+11 |
| 2013-03-11 | More descriptive error messages for debug info tests | Brian Leibig | -2/+2 |
| 2013-03-11 | Debuginfo revamp | Brian Leibig | -0/+9 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -2/+0 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -7/+7 |
| 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 | -4/+4 |
| 2013-02-13 | RIMOV core::vec | Ben Striegel | -2/+2 |
| 2013-02-09 | Add debug info tests | Brian Leibig | -3/+54 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -4/+4 |
| 2013-01-30 | librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li... | Patrick Walton | -3/+1 |
| 2013-01-28 | compiletest: Allow legacy records | Tim Chevalier | -88/+88 |
| 2013-01-24 | replace ConstVector trait with the Container trait | Daniel Micay | -3/+3 |
| 2013-01-23 | core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut | Trinick | -1/+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/+2 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -2/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+2 |
| 2013-01-08 | arrange core::os::consts | ILyoan | -1/+2 |
| 2012-12-28 | Fix compiling compiletest. rs=fire | Erick Tryzelaar | -0/+10 |
| 2012-12-28 | test: option variants get imported by default | Erick Tryzelaar | -11/+11 |
| 2012-12-10 | Add license boilerplate to more files. | Graydon Hoare | -0/+10 |
| 2012-11-28 | core: Convert some records to structs | Brian Anderson | -9/+9 |
| 2012-09-28 | demode vec | Niko Matsakis | -4/+1 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 |
| 2012-09-25 | Demode core::result | Brian Anderson | -4/+4 |
| 2012-09-23 | core: Demode option | Brian Anderson | -3/+3 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -9/+9 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -2/+2 |
| 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 |