| Age | Commit message (Expand) | Author | Lines |
| 2013-06-18 | std::rt: Work around a dynamic borrowck bug | Brian Anderson | -3/+2 |
| 2013-06-18 | rusti: Disable tests on macos harder | Brian Anderson | -4/+4 |
| 2013-06-18 | std: Work around some failing 'run' tests when valgrinding. #7224 | Brian Anderson | -5/+32 |
| 2013-06-18 | Cleanup src/librustc/back | Steven Stewart-Gallus | -85/+73 |
| 2013-06-18 | rusti: disable tests on 32bit mac. r=burningtree. | Graydon Hoare | -0/+6 |
| 2013-06-18 | xfail std::num::complex::test_norm on x86, r=burningtree. | Graydon Hoare | -0/+2 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -1319/+1319 |
| 2013-06-18 | test: xfail bench/task-perf-one-million. OOM on 32-bit linux w/o opts | Brian Anderson | -0/+2 |
| 2013-06-18 | Support printf formats in terminfo strings | Kevin Ballard | -31/+243 |
| 2013-06-17 | auto merge of #7197 : rkbodenner/rust/doc-for-lib-move, r=brson | bors | -25/+29 |
| 2013-06-17 | auto merge of #7131 : Blei/rust/windows-dynamic-lib, r=graydon | bors | -21/+33 |
| 2013-06-17 | auto merge of #7134 : vadimcn/rust/DIBuilder, r=jdm | bors | -748/+946 |
| 2013-06-17 | Revert "stop using an absolute rpath" | Brian Anderson | -1/+26 |
| 2013-06-17 | rustc: map node ids through a table that ensures bitset indexes in dataflow a... | Graydon Hoare | -24/+75 |
| 2013-06-17 | Fixed rebase fallout . | Vadim Chugunov | -130/+122 |
| 2013-06-17 | Refactoring and tidy warnings cleanup. | Vadim Chugunov | -55/+63 |
| 2013-06-17 | Made unimplemented debuginfo a note rather than a compiler error. | Vadim Chugunov | -5/+23 |
| 2013-06-17 | Converted vec::map to member. | Vadim Chugunov | -1/+1 |
| 2013-06-17 | Fixed remaining issues to pass debug-test/* tests. | Vadim Chugunov | -28/+73 |
| 2013-06-17 | Fixed compile warnings. | Vadim Chugunov | -95/+96 |
| 2013-06-17 | Removed extraneous string allocations. | Vadim Chugunov | -76/+50 |
| 2013-06-17 | Debug loc for local var declarations | Vadim Chugunov | -14/+18 |
| 2013-06-17 | Move "return" basic block after all other function blocks. | Vadim Chugunov | -0/+8 |
| 2013-06-17 | Made the while DebugContext mutable, not just created_* hashes | Vadim Chugunov | -224/+248 |
| 2013-06-17 | Use DIBuilder in debuginfo | Vadim Chugunov | -708/+832 |
| 2013-06-17 | auto merge of #7199 : Kimundi/rust/master, r=bstrie | bors | -25/+91 |
| 2013-06-17 | auto merge of #7174 : SiegeLord/rust/remove_trim, r=brson | bors | -25/+67 |
| 2013-06-17 | auto merge of #7195 : brson/rust/timertest, r=bstrie | bors | -2/+2 |
| 2013-06-17 | rt: fix jemalloc android cross-compile for mac | Young-il Choi | -1/+2 |
| 2013-06-17 | std: fix stat struct of android (SEGV error from run-pass/stat.rs on android) | Young-il Choi | -2/+78 |
| 2013-06-17 | test: adjust some test cases of run-pass for android | Young-il Choi | -4/+10 |
| 2013-06-17 | etc: add TEST_EXEC_ENV for run-pass to adb_run_wrapper.sh | Young-il Choi | -1/+2 |
| 2013-06-17 | etc: modify adb_run_wrapper.sh to avoid 'expr' unrecognization at some androi... | Young-il Choi | -1/+1 |
| 2013-06-17 | Improved std::ascii | Marvin Löbel | -25/+91 |
| 2013-06-17 | auto merge of #7198 : huonw/rust/slice-zeros, r=Aatch | bors | -0/+42 |
| 2013-06-17 | Reproduce text changes from @brson PR 7176 and fix a typo therein | Ralph Bodenner | -18/+22 |
| 2013-06-17 | std: add Zero impls for &[] and &str. | Huon Wilson | -0/+42 |
| 2013-06-16 | Update doc references to new names for std, extra, and std::libc | Ralph Bodenner | -12/+12 |
| 2013-06-16 | std::rt: Reduce the delay on a timer test. Slow | Brian Anderson | -2/+2 |
| 2013-06-16 | auto merge of #7157 : sstewartgallus/rust/master, r=brson | bors | -47/+39 |
| 2013-06-16 | auto merge of #7186 : dotdash/rust/landing_pads, r=pcwalton | bors | -13/+31 |
| 2013-06-16 | Do not strip leading whitespace when parsing doc comments. | SiegeLord | -25/+67 |
| 2013-06-16 | auto merge of #7177 : huonw/rust/unfold-fix, r=thestinger | bors | -2/+36 |
| 2013-06-16 | auto merge of #7167 : nikomatsakis/rust/ref-bindings-explicit-copy-in-generic... | bors | -424/+398 |
| 2013-06-16 | Make it illegal to move from *T. This interacts poorly with moves-based-on-type, | Niko Matsakis | -3/+3 |
| 2013-06-16 | Make type parameters not implicitly copyable, even if they have the Copy bound. | Niko Matsakis | -1/+1 |
| 2013-06-16 | Remove moves from *T and implement in another way | Niko Matsakis | -30/+12 |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -390/+380 |
| 2013-06-16 | Partial fix for #7158: Save EDX in morestack on x86-32 | Niko Matsakis | -0/+2 |
| 2013-06-16 | auto merge of #7171 : bstrie/rust/delbin, r=thestinger | bors | -0/+0 |