| Age | Commit message (Expand) | Author | Lines |
| 2022-08-02 | Add items to `DocAliasBadLocation` check error match arm | hdelc | -6/+6 |
| 2022-07-17 | rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers | Michael Howell | -4/+4 |
| 2022-07-15 | passes: migrate half of `check_attr` | David Wood | -11/+11 |
| 2022-07-15 | Make item spans more consistent | Michael Goulet | -4/+2 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -0/+41 |
| 2022-07-13 | remove untagged_union feature gate | Ralf Jung | -110/+4 |
| 2022-07-13 | also allow arrays of allowed types | Ralf Jung | -4/+8 |
| 2022-07-13 | allow unions with mutable references and tuples of allowed types | Ralf Jung | -7/+37 |
| 2022-07-12 | Lower closure binders to hir & properly check them | Maybe Waffle | -48/+10 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -0/+79 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -9/+5 |
| 2022-06-21 | Only keep a single well-formed query. | Camille GILLOT | -16/+16 |
| 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 |