| Age | Commit message (Collapse) | 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 | |
| fail!() used to require owned strings but can handle static strings now. Also, it can pass its arguments to fmt!() on its own, no need for the caller to call fmt!() itself. | ||||
| 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 | |
| Support #5297 install.mk : install-runtime-target added for conveneice automatically push runtime library to android device test.mk : expanded to support android test automation with adb compiletest : expanded to support android test automation with adb | ||||
| 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 | |
| Conflicts: src/libcore/rt/context.rs src/libcore/rt/sched.rs src/libcore/rt/thread.rs src/libcore/rt/uv.rs | ||||
| 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 | |
| TESTARGS=--newrt make check-stage1-rpass Conflicts: src/rt/rustrt.def.in | ||||
| 2013-03-13 | auto merge of #5319 : brson/rust/debuginfo, r=brson | bors | -2/+11 | |
| Continuing #5140 For the sake of getting this merged I've disabled debuginfo tests on mac (where running gdb needs root). Please feel free to follow up with further improvements. | ||||
| 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 ↵ | Patrick Walton | -7/+7 | |
| imports | ||||
| 2013-02-14 | Convert all uses of vec::slice to vec::view Issue #3869 | Nick Desaulniers | -1/+2 | |
| Rename const_view to const_slice Renamed mut_view to mut_slice | ||||
| 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 | |
| Also remove as many uses as possible of vec::cast_to_mut and cast_from_mut | ||||
| 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 ↵ | Patrick Walton | -3/+1 | |
| librustdoc. rs=deexporting | ||||
| 2013-01-28 | compiletest: Allow legacy records | Tim Chevalier | -88/+88 | |
| But also remove most uses of structural records. | ||||
| 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 ↵ | Patrick Walton | -0/+2 | |
| module scope. r=tjc | ||||
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the ↵ | Patrick Walton | -2/+0 | |
| nearest module scope. r=tjc" This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6. | ||||
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest ↵ | Patrick Walton | -0/+2 | |
| module scope. r=tjc | ||||
| 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 | |
| Note that the method foo.each() is not de-moded, nor the other vec routines. | ||||
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially ↵ | Niko Matsakis | -2/+2 | |
| demode str" This reverts commit 1be24f0758d3075d2e7f141f8831bb8a233ce86e. Not quite ready. | ||||
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -2/+2 | |
