| Age | Commit message (Expand) | Author | Lines |
| 2020-04-30 | Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievink | Dylan DPC | -10/+55 |
| 2020-04-16 | rustc: fix check_attr() for methods, closures and foreign functions | Matthias Schiffer | -10/+55 |
| 2020-04-15 | Deprecate the asm! macro | Amanieu d'Antras | -4/+22 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -1/+1 |
| 2020-04-04 | Update the description of link_cfg unstable | Rustin-Liu | -1/+1 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -6/+1 |
| 2020-03-27 | Rollup merge of #70457 - Centril:non-exhaustive-scrutinee-type, r=estebank | Mazdak Farrokhzad | -0/+3 |
| 2020-03-27 | non-exhastive diagnostic: add note re. scrutinee type | Mazdak Farrokhzad | -0/+3 |
| 2020-03-26 | Update tests to use llvm_asm! | Amanieu d'Antras | -2/+22 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -2/+2 |
| 2020-03-26 | create a tracking issue and link to it | Niko Matsakis | -1/+1 |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -1/+1 |
| 2020-03-24 | resolve: Remove `rustc_attrs` as a standalone feature gate | Vadim Petrochenkov | -9/+3 |
| 2020-03-23 | Ignore tests on some platforms due to #53081 | Aaron Hill | -1/+6 |
| 2020-03-22 | Store idents for `DefPathData` into crate metadata | Aaron Hill | -0/+5 |
| 2020-03-12 | Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -16/+0 |
| 2020-03-08 | Rollup merge of #69561 - JohnTitor:clean-up-unstable-book, r=Mark-Simulacrum | Mazdak Farrokhzad | -7/+0 |
| 2020-03-04 | Tweak output for invalid negative impl AST errors | Esteban Küber | -2/+2 |
| 2020-03-03 | Update tests | Yuki Okushi | -35/+0 |
| 2020-03-01 | Make `rustc_attrs` tracking issue None | Yuki Okushi | -7/+0 |
| 2020-02-27 | Remove "important traits" feature | Guillaume Gomez | -16/+0 |
| 2020-02-19 | Tweak binding lifetime suggestion text | Esteban Küber | -1/+1 |
| 2020-02-14 | Update tests | Matthew Jasper | -3/+12 |
| 2020-02-13 | ast_validation: tweak diagnostic output | Mazdak Farrokhzad | -18/+18 |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -242/+242 |
| 2020-02-07 | Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakis | Dylan DPC | -0/+16 |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -0/+4 |
| 2020-02-05 | Selectively disable sanitizer instrumentation | Tomasz Miąsko | -0/+16 |
| 2020-02-02 | Use more appropriate spans on object unsafe traits and provide structured sug... | Esteban Küber | -2/+5 |
| 2020-02-02 | Wording changes to object unsafe trait errors | Esteban Küber | -5/+21 |
| 2020-02-02 | Slight rewording of diagnostic message | Esteban Küber | -2/+2 |
| 2020-02-02 | Tweak `Self: Sized` restriction diagnostic output | Esteban Küber | -4/+0 |
| 2020-02-02 | Point at `Sized` bound | Esteban Küber | -0/+6 |
| 2020-02-02 | Point at arguments or output when fn obligations come from them, or ident whe... | Esteban Küber | -8/+8 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -2/+2 |
| 2020-01-28 | lintify conflicting_repr_hints | Mazdak Farrokhzad | -1/+7 |
| 2020-01-27 | Auto merge of #68122 - Centril:stabilize-transparent-enums, r=petrochenkov | bors | -18/+0 |
| 2020-01-24 | Normalise notes with the/is | varkor | -2/+2 |
| 2020-01-20 | stabilize transparent_enums | Mazdak Farrokhzad | -18/+0 |
| 2020-01-19 | When encountering an undefined named lifetime, point to where it can be | Esteban Küber | -7/+111 |
| 2020-01-18 | slice_patterns: remove feature gate test | Mazdak Farrokhzad | -74/+0 |
| 2020-01-16 | Rollup merge of #68265 - JohnTitor:fix-issue-number, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-01-16 | Fix issue number of `repr128` | Yuki Okushi | -1/+1 |
| 2020-01-12 | Diagnostics should start lowercase | varkor | -5/+5 |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -14/+0 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -2/+32 |
| 2020-01-09 | Remove sanitizer_runtime attribute | Tomasz Miąsko | -14/+0 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -3/+3 |
| 2020-01-05 | Add backticks to various diagnostics | varkor | -2/+2 |