| Age | Commit message (Expand) | Author | Lines |
| 2022-03-31 | Add error message suggestion for missing noreturn in naked function | jam1garner | -1/+14 |
| 2022-03-31 | Handle rustc_const_stable attribute in library feature collector | David Tolnay | -4/+7 |
| 2022-03-31 | Merge impl_constness and is_const_fn_raw. | Camille GILLOT | -1/+1 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -4/+4 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -1/+1 |
| 2022-03-30 | Addressed comments by @compiler-errors and @bjorn3 | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -5/+5 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+21 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -1/+1 |
| 2022-03-22 | use `format-args-capture` and remove unnecessary nested if blocks in some par... | Takayuki Maeda | -78/+61 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -7/+7 |
| 2022-03-16 | Reject `#[thread_local]` attribute on non-static items | Tomasz Miąsko | -0/+16 |
| 2022-03-15 | Support other types of pluralization in pluralize macro | est31 | -1/+1 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -12/+12 |
| 2022-03-10 | Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco | Matthias Krüger | -1/+1 |
| 2022-03-09 | Permit `#[deprecated]` in stdlib | Jacob Pratt | -1/+1 |
| 2022-03-09 | Rollup merge of #94686 - ChayimFriedman2:issue-94629, r=jackh726 | Dylan DPC | -1/+1 |
| 2022-03-08 | Rollup merge of #94580 - xFrednet:55112-only-reason-in-lint-attr, r=lcnr | Matthias Krüger | -29/+51 |
| 2022-03-07 | Do not allow `#[rustc_legacy_const_generics]` on methods | Chayim Refael Friedman | -1/+1 |
| 2022-03-05 | Auto merge of #93142 - estebank:missing-main, r=wesleywiser | bors | -3/+3 |
| 2022-03-05 | Do not point at whole file missing `fn main` | Esteban Kuber | -3/+3 |
| 2022-03-03 | Emit `unused_attributes` if a level attr only has a reason | xFrednet | -29/+51 |
| 2022-03-03 | Make unknown feature error deterministic. | Camille GILLOT | -3/+3 |
| 2022-03-03 | Gate stability attrs with other attributes. | Camille GILLOT | -56/+9 |
| 2022-03-03 | Move query providers. | Camille GILLOT | -1/+10 |
| 2022-03-03 | Remove useless map. | Camille GILLOT | -9/+5 |
| 2022-03-03 | Move the set of features to the `features` query. | Camille GILLOT | -11/+0 |
| 2022-03-01 | Rollup merge of #94448 - c410-f3r:yet-more-let-chains, r=estebank | Dylan DPC | -68/+63 |
| 2022-03-01 | Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillot | Dylan DPC | -1/+34 |
| 2022-02-28 | 5 - Make more use of let_chains | Caio | -68/+63 |
| 2022-02-27 | Lint against more useless `#[must_use]` attributes | Ruby Lazuli | -1/+34 |
| 2022-02-25 | `check_used` should only look at actual `used` attributes | cynecx | -2/+2 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -3/+5 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -1/+1 |
| 2022-02-24 | Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov | bors | -10/+8 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -3/+5 |
| 2022-02-21 | Take CodegenFnAttrs into account when validating asm! register operands | Amanieu d'Antras | -15/+28 |
| 2022-02-19 | Adopt let else in more places | est31 | -60/+42 |
| 2022-02-19 | Stop interning stability. | Camille GILLOT | -10/+8 |
| 2022-02-12 | change to a struct variant | Ellen | -1/+1 |
| 2022-02-09 | Rollup merge of #91504 - cynecx:used_retain, r=nikic | Matthias Krüger | -1/+38 |
| 2022-02-08 | add more tests and make used(linker/compiler) mutually exclusive | cynecx | -0/+34 |
| 2022-02-06 | `#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41) | cynecx | -1/+4 |
| 2022-02-06 | Rollup merge of #90998 - jhpratt:require-const-stability, r=oli-obk | Matthias Krüger | -18/+18 |
| 2022-02-03 | Require const stability on all stable const items | Jacob Pratt | -18/+18 |
| 2022-02-02 | Auto merge of #93466 - cjgillot:query-dead, r=nagisa | bors | -22/+34 |
| 2022-02-01 | Make dead code check a query. | Camille GILLOT | -22/+34 |
| 2022-02-01 | review + rebase | lcnr | -2/+2 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -73/+90 |