| Age | Commit message (Expand) | Author | Lines |
| 2015-01-22 | Added test. | Vadim Chugunov | -0/+20 |
| 2015-01-21 | Make diagnostic ordering deterministic | Alex Crichton | -0/+3 |
| 2015-01-21 | rollup merge of #20179: eddyb/blind-items | Alex Crichton | -0/+60 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -1/+6 |
| 2015-01-21 | rollup merge of #21252: nikomatsakis/assoc-type-ice-hunt-take-2 | Alex Crichton | -0/+200 |
| 2015-01-21 | Move regression test for #20971 into run-fail, since it panics. | Niko Matsakis | -32/+0 |
| 2015-01-21 | Deny imports after non-item statements. | Eduard Burtescu | -19/+0 |
| 2015-01-21 | Added another test with success local-item shadowing | Eduard Burtescu | -0/+19 |
| 2015-01-21 | Added some tests for arbitrary ordered view items | Marvin Löbel | -0/+60 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -119/+119 |
| 2015-01-21 | rollup merge of #21447: cmr/master | Alex Crichton | -27/+17 |
| 2015-01-21 | rollup merge of #21441: alexcrichton/rustc-opts | Alex Crichton | -3/+3 |
| 2015-01-21 | rollup merge of #21392: japaric/iter | Alex Crichton | -0/+38 |
| 2015-01-21 | rollup merge of #21354: eddyb/vec-ufcs | Alex Crichton | -0/+23 |
| 2015-01-21 | Change init-large-type to use child thread | Aaron Turon | -1/+6 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -119/+119 |
| 2015-01-20 | tests: uncomment regression tests for 13970, 13971, 13972 | Corey Richardson | -27/+17 |
| 2015-01-20 | rustc: Remove deprecated lint names | Alex Crichton | -3/+3 |
| 2015-01-21 | Rollup merge of #21404 - japaric:hash, r=alexcrichton | Barosl LEE | -0/+18 |
| 2015-01-21 | Rollup merge of #21386 - Diggsey:issue-21384, r=alexcrichton | Barosl LEE | -0/+27 |
| 2015-01-20 | Auto merge of #21364 - cmr:fix-ttseq-ice, r=alexcrichton | bors | -0/+17 |
| 2015-01-20 | Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelix | bors | -7/+16 |
| 2015-01-19 | Auto merge of #21165 - alexcrichton:second-pass-type-id, r=aturon | bors | -24/+23 |
| 2015-01-19 | impl Hash for arrays | Jorge Aparicio | -0/+18 |
| 2015-01-19 | Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale... | bors | -0/+52 |
| 2015-01-19 | Fixes #21033 with accompanying test. | Tom Chittenden | -0/+52 |
| 2015-01-19 | impl Iterator for &mut Iterator and Box<Iterator> | Jorge Aparicio | -0/+38 |
| 2015-01-19 | Ranges implement Clone where possible | Diggory Blake | -0/+27 |
| 2015-01-18 | std: Stabilize TypeId and tweak BoxAny | Alex Crichton | -24/+23 |
| 2015-01-19 | Reduce size of array in test case to 1MB | James Miller | -1/+1 |
| 2015-01-19 | Add test to catch performance regressions | James Miller | -0/+25 |
| 2015-01-18 | syntax: allow bare sequences in lhs for follow checking | Corey Richardson | -0/+17 |
| 2015-01-18 | auto merge of #20901 : dgrunwald/rust/update-token-can-begin-expr, r=sanxiyn | bors | -0/+3 |
| 2015-01-18 | Improve the vec![...] macro with UFCS. | Eduard Burtescu | -0/+23 |
| 2015-01-17 | Add allow(unstable) to more tests | Brian Anderson | -0/+3 |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -2/+2 |
| 2015-01-16 | syntax: Feature gate #[start] and #[main] | Alex Crichton | -7/+16 |
| 2015-01-16 | Add regression tests for #20763. Fixes #20763. | Niko Matsakis | -0/+59 |
| 2015-01-16 | Add regression test for #20797. Fixes #20797. | Niko Matsakis | -0/+91 |
| 2015-01-16 | Add regression test for #20971. Fixes #20791. | Niko Matsakis | -0/+32 |
| 2015-01-16 | Project region bounds out of the trait when deciding whether a | Niko Matsakis | -0/+50 |
| 2015-01-16 | auto merge of #21162 : apasel422/rust/issue-16530, r=huonw | bors | -0/+18 |
| 2015-01-16 | fix latest changes fallout | Flavio Percoco | -2/+0 |
| 2015-01-16 | Don't use NoSend/NoSync in tests | Flavio Percoco | -4/+2 |
| 2015-01-16 | add a run-pass test that used to fail | Flavio Percoco | -0/+29 |
| 2015-01-16 | Negative impls are considered safe | Flavio Percoco | -0/+21 |
| 2015-01-15 | rollup merge of #21170: Diggsey/issue-21058 | Alex Crichton | -0/+30 |
| 2015-01-15 | rollup merge of #21115: dotdash/iter_vec | Alex Crichton | -0/+19 |
| 2015-01-15 | rollup merge of #21107: nikomatsakis/assoc-type-ice-hunt-take-1 | Alex Crichton | -0/+100 |
| 2015-01-15 | rollup merge of #21089: nikomatsakis/issue-20676-invalid-vtable-for-object | Alex Crichton | -0/+45 |