| Age | Commit message (Expand) | Author | Lines |
| 2017-06-15 | remove trailing whitespace | Niko Matsakis | -1/+1 |
| 2017-06-15 | explain purpose of test | Niko Matsakis | -0/+6 |
| 2017-06-15 | Clearer Error Message for Duplicate Definition | Alex Ozdemir | -109/+136 |
| 2017-06-15 | Auto merge of #42648 - murarth:merge-alloc-collections, r=alexcrichton | bors | -32/+32 |
| 2017-06-15 | Add E0618 | Guillaume Gomez | -2/+22 |
| 2017-06-15 | Add E0616 | Guillaume Gomez | -0/+24 |
| 2017-06-15 | Add E0615 | Guillaume Gomez | -0/+22 |
| 2017-06-15 | Add E0614 | Guillaume Gomez | -0/+14 |
| 2017-06-15 | Add E0613 | Guillaume Gomez | -2/+18 |
| 2017-06-15 | Add E0612 | Guillaume Gomez | -1/+17 |
| 2017-06-15 | Add E0611 | Guillaume Gomez | -0/+22 |
| 2017-06-14 | Report error for assignment in `if` condition | Esteban Küber | -48/+0 |
| 2017-06-15 | Added more tests | John Kåre Alsaker | -0/+13 |
| 2017-06-14 | suppress trait errors that are implied by other errors | Ariel Ben-Yehuda | -37/+19 |
| 2017-06-15 | Remove struct_field_attributes feature gate | Wonwoo Choi | -24/+0 |
| 2017-06-14 | Auto merge of #42433 - marco-c:profiling, r=alexcrichton | bors | -0/+13 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -32/+32 |
| 2017-06-13 | Add E0617 | Guillaume Gomez | -6/+38 |
| 2017-06-12 | kill dep-graph-unrelated test | Niko Matsakis | -22/+0 |
| 2017-06-12 | kill various tasks we no longer need and remove outdated README text | Niko Matsakis | -8/+0 |
| 2017-06-12 | Add E0608 | Guillaume Gomez | -9/+22 |
| 2017-06-11 | Auto merge of #42585 - GuillaumeGomez:E0609, r=Susurrus | bors | -4/+36 |
| 2017-06-12 | Add E0610 | Guillaume Gomez | -4/+18 |
| 2017-06-11 | Add E0609 | Guillaume Gomez | -0/+18 |
| 2017-06-10 | Only emit one error for `use foo::self;` | Tommy Ip | -4/+5 |
| 2017-06-09 | Rollup merge of #42531 - mmatyas:aarch64_compile-test_fix, r=nagisa | Corey Farwell | -0/+1 |
| 2017-06-08 | Ignore variadic FFI test on AArch64 | Mátyás Mustoha | -0/+1 |
| 2017-06-07 | Rollup merge of #42490 - gaurikholkar:master, r=eddyb | Corey Farwell | -3/+3 |
| 2017-06-06 | Rollup merge of #42415 - stephen-lazaro:Issue29094, r=arielb1 | Corey Farwell | -5/+5 |
| 2017-06-06 | Auto merge of #42361 - GuillaumeGomez:error-codes, r=arielb1 | bors | -0/+16 |
| 2017-06-07 | Changing error message for interior mutability, adding ui test | gaurikholkar | -3/+3 |
| 2017-06-05 | Auto merge of #42383 - estebank:candidate-newline, r=arielb1 | bors | -239/+1 |
| 2017-06-04 | Separate suggestion in a `help` and a `note` | Esteban Küber | -0/+1 |
| 2017-06-04 | Merge branch 'profiling' of github.com:whitequark/rust into profiling | Marco Castelluccio | -0/+13 |
| 2017-06-04 | Auto merge of #42265 - Zoxc:for-sugar, r=eddyb | bors | -1/+18 |
| 2017-06-03 | Auto merge of #42391 - photoszzt:master, r=Manishearth | bors | -15/+18 |
| 2017-06-03 | Auto merge of #42387 - GuillaumeGomez:error-codes-next, r=Susurrus | bors | -0/+17 |
| 2017-06-03 | Remove 'elided' from lifetime resolution error | Stephen Lazaro | -5/+5 |
| 2017-06-03 | Auto merge of #42334 - est31:master, r=jseyfried | bors | -14/+52 |
| 2017-06-03 | Auto merge of #42396 - venkatagiri:remove_lifetime_extn, r=arielb1 | bors | -3/+1 |
| 2017-06-02 | Implement Sync for SyncSender | Steven Fackler | -3/+1 |
| 2017-06-02 | Better suggestion for unknown method | zzhu | -15/+18 |
| 2017-06-02 | rustc: remove temporary lifetime extension by borrow hint | Venkata Giri Reddy | -3/+1 |
| 2017-06-02 | Add E0603 error code | Guillaume Gomez | -0/+17 |
| 2017-06-02 | Add E0602 | Guillaume Gomez | -0/+16 |
| 2017-06-02 | Use multiline note for trait suggestion | Esteban Küber | -239/+0 |
| 2017-06-01 | remove `layout_cache` and fix `-Z print-type-sizes` | Niko Matsakis | -20/+0 |
| 2017-06-01 | Change for-loop desugar to not borrow the iterator during the loop | John Kåre Alsaker | -1/+18 |
| 2017-06-01 | Rollup merge of #42324 - seanmonstar:41323-compare_const_impl, r=nikomatsakis | Corey Farwell | -0/+57 |
| 2017-05-31 | Fix a test and address review comment | est31 | -0/+2 |