| Age | Commit message (Expand) | Author | Lines |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -3/+1 |
| 2022-08-20 | Rollup merge of #99935 - CAD97:unstable-syntax-lints, r=petrochenkov | Matthias Krüger | -0/+101 |
| 2022-08-17 | New ui tests for new soft feature gates | Christopher Durham | -0/+101 |
| 2022-08-17 | Rollup merge of #100652 - compiler-errors:no-defer-sized-checks, r=TaKO8Ki | Matthias Krüger | -2/+7 |
| 2022-08-16 | Remove deferred sized checks | Michael Goulet | -2/+7 |
| 2022-08-16 | use `span_suggestion` instead of `span_suggestion_verbose` | Takayuki Maeda | -5/+1 |
| 2022-08-16 | suggest adding an array length if possible | Takayuki Maeda | -13/+17 |
| 2022-08-05 | Auto merge of #100073 - dpaoliello:externvar, r=michaelwoerister | bors | -1/+13 |
| 2022-08-04 | Add test for raw-dylib with an external variable | Daniel Paoliello | -1/+13 |
| 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 |