| Age | Commit message (Expand) | Author | Lines |
| 2019-07-19 | fixup! rustc_typeck: improve diagnostics for _ const/static declarations | Denys Otrishko | -1/+1 |
| 2019-07-19 | fixup! rustc_typeck: improve diagnostics for _ const/static declarations | Denys Otrishko | -1/+4 |
| 2019-07-19 | Auto merge of #62694 - lundibundi:help-infer-fn-ret, r=eddyb | bors | -1/+4 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -1/+1 |
| 2019-07-17 | rustc_typeck: improve diagnostics for -> _ fn return type | Denys Otrishko | -1/+4 |
| 2019-07-09 | Rollup merge of #62526 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -3/+3 |
| 2019-07-09 | Rollup merge of #62450 - nagisa:reclimit, r=pnkfelix | Mazdak Farrokhzad | -2/+66 |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -3/+3 |
| 2019-07-07 | Raise the default recursion limit to 128 | Simonas Kazlauskas | -2/+66 |
| 2019-07-06 | normalize use of backticks/lowercase in compiler messages for librustc_mir | Samy Kacimi | -2/+2 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 |
| 2019-06-19 | Auto merge of #61172 - matthewjasper:cleanup-implied-bounds-lint, r=varkor | bors | -4/+4 |
| 2019-06-18 | Remove the HirId/NodeId from where clauses | Matthew Jasper | -4/+4 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -6/+6 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -6/+6 |
| 2019-06-17 | Make use of `ptr::null(_mut)` instead of casting zero | Lzu Tao | -2/+2 |
| 2019-06-10 | Implement RFC 2645 (transparent enums and unions) | Michael Bradshaw | -4/+4 |
| 2019-06-03 | Update tests for changes to cannot move errors | Matthew Jasper | -2/+5 |
| 2019-06-02 | Rollup merge of #61438 - estebank:generics-span, r=varkor | Mazdak Farrokhzad | -4/+25 |
| 2019-06-02 | Add error for pattern-matching on arrays without a fixed size | varkor | -0/+26 |
| 2019-06-01 | Point at individual type arguments on arg count mismatch | Esteban Küber | -4/+25 |
| 2019-05-29 | Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centril | bors | -42/+42 |
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -42/+42 |
| 2019-05-25 | Reword malformed attribute input diagnostics | Esteban Küber | -2/+2 |
| 2019-05-24 | Move error code tests to error code folder | varkor | -0/+591 |
| 2019-05-20 | Addressed more points raised in review. | Alexander Regueiro | -8/+14 |
| 2019-05-20 | Addressed points raised in review. | Alexander Regueiro | -2/+2 |
| 2019-05-20 | Update tests. | Alexander Regueiro | -3/+7 |
| 2019-05-20 | Update tests. | Alexander Regueiro | -2/+17 |
| 2019-05-12 | Change compare mode to use -Zborrowck=mir | Matthew Jasper | -0/+24 |
| 2019-05-02 | fix typo | Esteban Küber | -2/+2 |
| 2019-04-23 | Rollup merge of #60169 - varkor:tidy-unnecessary-ignore-newline, r=kennytm | Mazdak Farrokhzad | -3/+1 |
| 2019-04-23 | Update ui tests | varkor | -1/+1 |
| 2019-04-23 | Remove unnecessary ignore-tidy-linelength | varkor | -2/+0 |
| 2019-04-22 | Never stop due to errors before borrow checking | Esteban Küber | -7/+45 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -241/+58 |
| 2019-04-19 | Emit specific error for struct literal in conditions | Esteban Küber | -43/+17 |
| 2019-04-19 | Rollup merge of #60052 - varkor:unused-parameter-diagnostic, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-04-18 | Update tests | varkor | -1/+1 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -23/+17 |
| 2019-04-17 | Resolve inconsistency in error messages between "parameter" and "variable". | Eduard-Mihai Burtescu | -2/+2 |
| 2019-04-14 | Rollup merge of #59675 - SimonSapin:stable-alloc, r=alexcrichton | Mazdak Farrokhzad | -5/+3 |
| 2019-04-12 | Stabilize the `alloc` crate. | Simon Sapin | -5/+3 |
| 2019-04-11 | Reword tracking issue note | Esteban Küber | -3/+3 |
| 2019-04-10 | Tweak unstable diagnostic output | Esteban Küber | -4/+9 |
| 2019-03-28 | Rollup merge of #59408 - euclio:compiletest-normalization, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-03-26 | Rollup merge of #59150 - estebank:type-ascription, r=varkor | Mazdak Farrokhzad | -0/+16 |
| 2019-03-25 | compiletest: make path normalization smarter | Andy Russell | -1/+1 |
| 2019-03-23 | Hide obvious suggestion from cli output | Esteban Küber | -4/+2 |
| 2019-03-23 | Swap primary/secondary spans for E0458 | Esteban Küber | -2/+2 |