| Age | Commit message (Expand) | Author | Lines |
| 2021-11-25 | Rollup merge of #89359 - fee1-dead:const-it, r=oli-obk | Matthias Krüger | -0/+6 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -1/+1 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -1/+1 |
| 2021-11-24 | Allow features like const_try in d_m_b_i_c | Deadbeef | -0/+6 |
| 2021-11-18 | Add checks for more empty attributes. | Eric Huss | -2/+11 |
| 2021-11-18 | Check for duplicate attributes. | Eric Huss | -17/+101 |
| 2021-11-17 | Rollup merge of #89610 - guswynn:must_use_future, r=wesleywiser | Matthias Krüger | -0/+32 |
| 2021-11-16 | Update compiler/rustc_passes/src/check_attr.rs | Wesley Wiser | -1/+1 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -1/+1 |
| 2021-11-12 | rustc_feature: Convert `BuiltinAttribute` from tuple to a struct | Vadim Petrochenkov | -2/+2 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -5/+6 |
| 2021-11-08 | warn on must_use use on async fn's | Gus Wynn | -0/+32 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -3/+3 |
| 2021-11-07 | Rename functions reflect that inline const is also "typeck_child" | Gary Guo | -3/+3 |
| 2021-11-07 | Implement type inference for inline consts | Gary Guo | -2/+3 |
| 2021-10-30 | Rollup merge of #90374 - GuillaumeGomez:unify-rustdoc-book-titles, r=camelid | Matthias Krüger | -1/+1 |
| 2021-10-29 | Unify titles in rustdoc book doc attributes chapter | Guillaume Gomez | -1/+1 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -84/+61 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-15 | add a `rustc::query_stability` lint | lcnr | -61/+83 |
| 2021-10-11 | Use Ancestory to check default fn in const impl instead of comparing idents | Gary Guo | -18/+26 |
| 2021-10-09 | Rollup merge of #89641 - asquared31415:asm-feature-attr-regs, r=oli-obk | Matthias Krüger | -16/+120 |
| 2021-10-08 | Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514 | Guillaume Gomez | -2/+1 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -2/+1 |
| 2021-10-07 | make #[target_feature] work with `asm` register classes | asquared31415 | -16/+120 |
| 2021-10-07 | Auto merge of #89629 - GuillaumeGomez:rollup-s4r8me6, r=GuillaumeGomez | bors | -0/+1 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -0/+1 |
| 2021-10-07 | Auto merge of #89534 - camsteffen:diag-name, r=oli-obk | bors | -20/+14 |
| 2021-10-07 | Auto merge of #89454 - erikdesjardins:perfattrcheck, r=nikomatsakis | bors | -38/+4 |
| 2021-10-06 | Introduce get_diagnostic_name | Cameron Steffen | -20/+14 |
| 2021-10-05 | Rollup merge of #89442 - GuillaumeGomez:duplicated-doc-alias, r=estebank | Manish Goregaokar | -7/+38 |
| 2021-10-05 | Rollup merge of #88871 - FabianWolff:issue-88403, r=jackh726 | Manish Goregaokar | -8/+15 |
| 2021-10-05 | Add `cfg_hide` to the list of known attributes | Joshua Nelson | -0/+1 |
| 2021-10-05 | Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister | bors | -3/+2 |
| 2021-10-04 | Add a check for duplicated doc aliases in unused lint | Guillaume Gomez | -7/+38 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -3/+2 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -2/+2 |
| 2021-10-02 | only check for automatically_derived on impls, not individual methods | Erik Desjardins | -18/+6 |
| 2021-10-01 | perf: only check for rustc_trivial_field_reads attribute on traits | Erik Desjardins | -23/+1 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -22/+16 |
| 2021-09-22 | Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obk | bors | -0/+16 |
| 2021-09-20 | Do not store visibility in *ItemRef. | Camille GILLOT | -2/+2 |
| 2021-09-19 | Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov | bors | -3/+3 |
| 2021-09-16 | delay error for enabling unstable lib features | Vishad Goyal | -0/+10 |
| 2021-09-12 | Gather module items after lowering. | Camille GILLOT | -3/+3 |
| 2021-09-12 | Fix suggestion for nested struct patterns | Fabian Wolff | -8/+15 |
| 2021-09-11 | skip the uninhabitated check and comments | Gus Wynn | -4/+4 |
| 2021-09-11 | must_not_suspend impl | Gus Wynn | -0/+16 |
| 2021-09-11 | don't convert types into identical types | Matthias Krüger | -3/+3 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -0/+62 |