| Age | Commit message (Expand) | Author | Lines |
| 2022-06-17 | Auto merge of #97892 - klensy:fix-spaces, r=oli-obk | bors | -1/+1 |
| 2022-06-16 | fix one more case of trailing space | klensy | -1/+1 |
| 2022-06-16 | Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez | bors | -1/+15 |
| 2022-06-14 | Remove `rustc_deprecated` diagnostics | Jacob Pratt | -164/+163 |
| 2022-06-13 | Rollup merge of #97875 - JohnTitor:rm-infer-static-outlives-requirements, r=p... | Matthias Krüger | -31/+0 |
| 2022-06-11 | Fix broken test case | Michael Howell | -1/+1 |
| 2022-06-11 | Fix incorrectly spelled "variadic" | Michael Howell | -3/+3 |
| 2022-06-09 | Stabilize the `bundle` native library modifier | Vadim Petrochenkov | -61/+0 |
| 2022-06-08 | rustdoc: show tuple impls as `impl Trait for (T, ...)` | Michael Howell | -1/+15 |
| 2022-06-08 | Remove related tests | Yuki Okushi | -31/+0 |
| 2022-06-07 | Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnr | bors | -0/+87 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -32/+0 |
| 2022-06-01 | Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve... | Matthias Krüger | -0/+4 |
| 2022-05-30 | Add support for emitting functions with `coldcc` in LLVM | Scott McMurray | -0/+87 |
| 2022-05-29 | Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister | Guillaume Gomez | -3/+6 |
| 2022-05-25 | Rollup merge of #96913 - Urgau:rfc3239-part2, r=petrochenkov | Dylan DPC | -0/+52 |
| 2022-05-25 | suggest `extern crate foo` when failing to resolve `use foo` | Takayuki Maeda | -0/+4 |
| 2022-05-25 | Rollup merge of #97266 - est31:unknown_lints_cfg_attr, r=lcnr | Yuki Okushi | -14/+14 |
| 2022-05-24 | Add support for embedding pretty printers via the `#[debugger_visualizer]` at... | ridwanabdillahi | -3/+6 |
| 2022-05-24 | Emit weird lint name lints after expansion | est31 | -14/+14 |
| 2022-05-24 | RFC3239: Add tests for compact `cfg(target(..))` | Loïc BRANSTETT | -0/+52 |
| 2022-05-21 | Remove feature: `crate` visibility modifier | Jacob Pratt | -20/+0 |
| 2022-05-18 | Auto merge of #96800 - nbdd0121:const, r=nagisa | bors | -7/+40 |
| 2022-05-17 | Mention traits being upcasted, types being coerced | Michael Goulet | -1/+2 |
| 2022-05-15 | rustc: Stricter checking for #[link] attributes | Vadim Petrochenkov | -91/+103 |
| 2022-05-10 | Expand feature gate testing for asm_const/asm_sym | Gary Guo | -7/+40 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -0/+15 |
| 2022-04-30 | Feature-gate `do yeet` inside `cfg`s too | Scott McMurray | -0/+40 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+30 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -2/+4 |
| 2022-04-15 | Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwco | Dylan DPC | -20/+0 |
| 2022-04-08 | Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test it | niluxv | -0/+82 |
| 2022-04-07 | Stabilize `derive_default_enum` | Jacob Pratt | -20/+0 |
| 2022-04-05 | Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwco | Dylan DPC | -2/+2 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -0/+6 |
| 2022-04-04 | diagnostics: use correct span for const generics | Michael Howell | -2/+2 |
| 2022-03-31 | Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errors | Dylan DPC | -0/+17 |
| 2022-03-30 | Add the generic_associated_types_extended feature | Jack Huey | -0/+17 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -51/+4 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -80/+4 |
| 2022-03-15 | Add deprecated_safe feature gate and attribute, cc #94978 | skippy10110 | -0/+28 |
| 2022-03-10 | Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandry | Dylan DPC | -32/+105 |
| 2022-03-10 | Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco | Matthias Krüger | -137/+0 |
| 2022-03-09 | Permit `#[deprecated]` in stdlib | Jacob Pratt | -137/+0 |
| 2022-03-08 | Update for changes to other lints | David Koloski | -10/+15 |
| 2022-03-08 | Fix docs, fix incorrect lint source in note | David Koloski | -2/+2 |
| 2022-03-08 | Switch the primary diagnostic to `unknown_lints` | David Koloski | -32/+100 |
| 2022-03-08 | Suggest `if let`/`let_else` for refutable pat in `let` | Esteban Kuber | -2/+6 |
| 2022-03-08 | Rollup merge of #94586 - sunfishcode:sunfishcode/io-lifetimes-tests, r=davidtwco | Matthias Krüger | -2/+2 |
| 2022-03-08 | Change wording of suggestion to add missing `match` arm | Esteban Kuber | -2/+2 |