| Age | Commit message (Expand) | Author | Lines |
| 2015-01-11 | Give where clauses priority over builtin rules. Fixes #20959. | Niko Matsakis | -0/+31 |
| 2015-01-11 | Rename AtomicInt and AtomicUint | Steven Fackler | -227/+360 |
| 2015-01-11 | replace deprecated uint references with u32 | Matt Roche | -3/+3 |
| 2015-01-11 | Normalize the types of fields we project out of a struct or tuple struct. | Niko Matsakis | -28/+111 |
| 2015-01-11 | auto merge of #20406 : TimDumol/rust/dlist-append-split-off, r=Gankro | bors | -41/+161 |
| 2015-01-12 | Feature gate #[rustc_on_unimplemented] | Manish Goregaokar | -4/+13 |
| 2015-01-11 | auto merge of #20910 : sfackler/rust/show-impls, r=alexcrichton | bors | -10/+46 |
| 2015-01-11 | Merge remote-tracking branch 'rust/master' | Erick Rivas | -0/+1 |
| 2015-01-11 | Merge branch 'master' of git://github.com/rust-lang/rust into rust | Erick Rivas | -15/+76 |
| 2015-01-11 | Rename #[on_unimplemented] -> #[rustc_on_unimplemented] | Manish Goregaokar | -18/+21 |
| 2015-01-11 | Add test case that RangeTo notation works in return statements. | Daniel Grunwald | -0/+3 |
| 2015-01-11 | Remove range function | Tim Brooks | -2/+0 |
| 2015-01-11 | Remove old number literal suffixes from Vim syntax | Tim Brooks | -5/+5 |
| 2015-01-11 | auto merge of #20865 : killercup/rust/patch-3, r=alexcrichton | bors | -0/+1 |
| 2015-01-11 | std: Remove fortune cookies from fatal runtime errors | Brian Anderson | -50/+0 |
| 2015-01-11 | Allow any integral to be used as Shr and Shl RHS | Simonas Kazlauskas | -8/+60 |
| 2015-01-11 | Move error to typeck::check | Manish Goregaokar | -80/+50 |
| 2015-01-11 | auto merge of #20859 : mahkoh/rust/as_mut_vec, r=nikomatsakis | bors | -0/+15 |
| 2015-01-11 | Default to "x86-64" as the target cpu for x86_64 builds | Björn Steinbrink | -0/+14 |
| 2015-01-11 | Make errors allow for cross-crate issues | Manish Goregaokar | -19/+33 |
| 2015-01-11 | Permit node types to be missing if type errors occurred previously | Barosl Lee | -0/+16 |
| 2015-01-11 | Escape a leading # in a doc comment | Tom Jakubowski | -1/+1 |
| 2015-01-11 | auto merge of #20925 : alexcrichton/rust/more-flaky-test, r=sfackler | bors | -2/+2 |
| 2015-01-11 | `cargo build` doesn't run the executables | NAKASHIMA, Makoto | -1/+1 |
| 2015-01-11 | Switching out range(0,10) example to 0..10. Tests fine | Erick Rivas | -3/+3 |
| 2015-01-10 | test: Use Thread::scoped in two more tests | Alex Crichton | -2/+2 |
| 2015-01-11 | auto merge of #20755 : dotdash/rust/fca, r=Aatch | bors | -13/+59 |
| 2015-01-11 | Correct romanization of さようなら | Carter Hinsley | -1/+1 |
| 2015-01-11 | Add lint and test for malformed but unused #[on_unimplemented] attributes | Manish Goregaokar | -0/+96 |
| 2015-01-11 | Add ability to attach custom #[on_unimplemented] error messages for unimpleme... | Manish Goregaokar | -1/+130 |
| 2015-01-11 | Give mmap a page-aligned stack start address | Clifford Caoile | -1/+13 |
| 2015-01-10 | Add ExactSizeIterator impls for Hash{Map, Set, Table} | Chase Southwood | -30/+98 |
| 2015-01-10 | Implement Show for types in std::io::{buffered,util} | Steven Fackler | -10/+46 |
| 2015-01-11 | Pass small fixed-size arrays as immediates | Björn Steinbrink | -1/+1 |
| 2015-01-11 | Avoid loads/stores of first class aggregates | Björn Steinbrink | -8/+57 |
| 2015-01-11 | Fix: GNU AArch64 assembler does not like @plt symbol suffix | Akos Kiss | -2/+2 |
| 2015-01-11 | Fix dead link (s/task/thread/) | Nathaniel Theis | -1/+1 |
| 2015-01-10 | reference: Made a number of small gramatical fixes changes for correctness/co... | Steven Crockett | -29/+29 |
| 2015-01-10 | Merge pull request #20887 from TeXitoi/improve-shootout-binarytrees | bors | -17/+21 |
| 2015-01-11 | Update Token::can_begin_expr() to make it consistent with the grammar: | Daniel Grunwald | -11/+5 |
| 2015-01-11 | fix shootout-threadring.rs | Guillaume Pinot | -7/+7 |
| 2015-01-10 | Cosmetic updates to TRPL text | Sebastian Rasmussen | -12/+13 |
| 2015-01-10 | Updates fixed-size suffix | Duncan Regan | -3/+3 |
| 2015-01-10 | Improvement of shootout-binarytrees.rs | Guillaume Pinot | -17/+21 |
| 2015-01-10 | Update 7.2.9 Array expressions | Armin Preiml | -2/+2 |
| 2015-01-10 | auto merge of #20869 : nikomatsakis/rust/issue-18875, r=huonw | bors | -5/+41 |
| 2015-01-10 | add inline to every String function | Julian Orth | -0/+15 |
| 2015-01-10 | Add Line Break to Robert Burns Quote | Pascal Hertleif | -1/+1 |
| 2015-01-10 | Merge pull request #20851 from englishm/patch-1 | bors | -1/+1 |
| 2015-01-10 | Merge pull request #20849 from scode/scode/fix-book-typo | bors | -1/+1 |