| Age | Commit message (Expand) | Author | Lines |
| 2016-07-03 | Revert "skip double negation in const eval" | Alex Crichton | -0/+1 |
| 2016-07-02 | fix test fallout | Ariel Ben-Yehuda | -8/+8 |
| 2016-05-20 | Rollup merge of #33739 - GuillaumeGomez:error-code-tests, r=Manishearth | Guillaume Gomez | -0/+284 |
| 2016-05-20 | Rollup merge of #33683 - sanxiyn:paren-span, r=nikomatsakis | Guillaume Gomez | -3/+34 |
| 2016-05-20 | Rollup merge of #33676 - rkruppe:e0509-exact-words, r=sanxiyn | Guillaume Gomez | -10/+12 |
| 2016-05-20 | Auto merge of #33553 - alexcrichton:cdylibs, r=brson | bors | -0/+28 |
| 2016-05-19 | rustc: Add a new crate type, cdylib | Alex Crichton | -0/+28 |
| 2016-05-19 | Rollup merge of #33712 - jseyfried:fix_expanded_expr_span_bug, r=nrc | Manish Goregaokar | -21/+23 |
| 2016-05-19 | Rollup merge of #33708 - nham:zero-elided-lifetimes, r=sanxiyn | Manish Goregaokar | -0/+35 |
| 2016-05-19 | Rollup merge of #33696 - nham:add-test-21225, r=luqmana | Manish Goregaokar | -0/+30 |
| 2016-05-19 | Add new error code tests | ggomez | -0/+284 |
| 2016-05-19 | Reword the short diagnostic for E0509 | Robin Kruppe | -10/+12 |
| 2016-05-19 | Auto merge of #33694 - arielb1:fuzzy-on-unimplemented, r=nikomatsakis | bors | -1/+58 |
| 2016-05-18 | Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakis | bors | -24/+29 |
| 2016-05-18 | Auto merge of #33686 - GuillaumeGomez:error-code-tests, r=steveklabnik | bors | -0/+121 |
| 2016-05-18 | address review comments | Ariel Ben-Yehuda | -2/+2 |
| 2016-05-18 | implement fuzzy matching in on_unimplemented | Ariel Ben-Yehuda | -1/+58 |
| 2016-05-19 | Be smart about span of parenthesized expression in macro | Seo Sanghyeon | -0/+31 |
| 2016-05-18 | Fix code suggestion in test | Seo Sanghyeon | -3/+3 |
| 2016-05-18 | Fix tidy error | Jonathan Turner | -1/+1 |
| 2016-05-18 | Fix bug in macro expression spans | Jeffrey Seyfried | -21/+23 |
| 2016-05-18 | Add new error code tests | ggomez | -0/+121 |
| 2016-05-18 | Only print parameters with elided lifetimes in elision error messages. | Nick Hamann | -0/+35 |
| 2016-05-17 | Auto merge of #33137 - nikomatsakis:issue-32330-lbr-in-return-type-warning-2,... | bors | -5/+264 |
| 2016-05-17 | warn for where/return-types that reference regions | Niko Matsakis | -5/+264 |
| 2016-05-17 | Add regression tests for error message when using enum variant as a type | Nick Hamann | -0/+30 |
| 2016-05-17 | Improve a few errors and fix #33366 | Jonathan Turner | -24/+29 |
| 2016-05-16 | Auto merge of #33491 - arielb1:obligation-jungle, r=nikomatsakis | bors | -74/+49 |
| 2016-05-16 | change on_unimplented logic | Ariel Ben-Yehuda | -0/+2 |
| 2016-05-15 | Auto merge of #33505 - petrochenkov:self, r=nrc | bors | -0/+18 |
| 2016-05-15 | Auto merge of #33619 - jonathandturner:improve_structured_errors, r=nikomatsakis | bors | -45/+87 |
| 2016-05-15 | Rollup merge of #33585 - GuillaumeGomez:error_code_test, r=steveklabnik | Manish Goregaokar | -0/+242 |
| 2016-05-15 | Rollup merge of #33342 - birkenfeld:issue-26472, r=jseyfried | Manish Goregaokar | -0/+24 |
| 2016-05-14 | Add checks for `self: _` and `self: &_` | Vadim Petrochenkov | -0/+18 |
| 2016-05-13 | rewrite fuzzy `on_unimplemented` matching to avoid ICEs | Ariel Ben-Yehuda | -64/+0 |
| 2016-05-13 | add cycle-reporting logic | Ariel Ben-Yehuda | -0/+30 |
| 2016-05-13 | rewrite obligation forest. cycles still handled incorrectly. | Ariel Ben-Yehuda | -10/+17 |
| 2016-05-13 | Add compile-fail tests for error codes | ggomez | -0/+242 |
| 2016-05-12 | Update errors to use new error format | Jonathan Turner | -45/+87 |
| 2016-05-12 | typeck: if a private field exists, also check for a public method | Georg Brandl | -0/+24 |
| 2016-05-11 | Auto merge of #33169 - swgillespie:issue32829, r=eddyb | bors | -0/+88 |
| 2016-05-11 | Rollup merge of #33401 - GuillaumeGomez:index_indication, r=pnkfelix | Guillaume Gomez | -0/+119 |
| 2016-05-11 | Rollup merge of #33539 - nikomatsakis:static-error, r=pnkfelix | Steve Klabnik | -0/+36 |
| 2016-05-11 | Improve weight algorithm and tests | ggomez | -8/+27 |
| 2016-05-11 | Improve error message for Index trait on slices | Guillaume Gomez | -0/+46 |
| 2016-05-11 | Extend rustc_on_unimplemented flag: if a message is available at an impl, thi... | ggomez | -0/+54 |
| 2016-05-10 | Add regression test for ICE in constant blocks | Sean Gillespie | -0/+88 |
| 2016-05-10 | Auto merge of #33319 - birkenfeld:issue31424, r=jseyfried | bors | -0/+30 |
| 2016-05-10 | fix DFS for region error reporting | Niko Matsakis | -0/+36 |
| 2016-05-10 | borrowck: do not suggest to change "&mut self" to "&mut mut self" | Georg Brandl | -0/+30 |