| Age | Commit message (Expand) | Author | Lines |
| 2022-10-06 | Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" | Camille GILLOT | -66/+11 |
| 2022-09-15 | Remove feature gate from let else suggestion | est31 | -1/+1 |
| 2022-09-15 | Stabilize the let_else feature | est31 | -19/+0 |
| 2022-09-14 | Bless ui test. | Camille GILLOT | -11/+66 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -112/+1 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -0/+19 |
| 2022-09-10 | Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiser | bors | -11/+13 |
| 2022-09-09 | Stabilze raw-dylib for non-x86 | Daniel Paoliello | -11/+13 |
| 2022-09-09 | Tweak feature error, add test | Michael Goulet | -0/+3 |
| 2022-09-09 | Add tests | Michael Goulet | -0/+14 |
| 2022-09-07 | ssa: implement `#[collapse_debuginfo]` | David Wood | -0/+19 |
| 2022-09-03 | Include enum path in variant suggestion | Michael Goulet | -4/+4 |
| 2022-09-03 | Auto merge of #100966 - compiler-errors:revert-remove-deferred-sized-checks, ... | bors | -4/+1 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -0/+16 |
| 2022-08-31 | Rollup merge of #101185 - compiler-errors:tweak-wf-locs, r=davidtwco | Matthias Krüger | -4/+4 |
| 2022-08-30 | Stabilize GATs | Jack Huey | -112/+1 |
| 2022-08-30 | Tweak WellFormedLocs a bit | Michael Goulet | -4/+4 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -0/+16 |
| 2022-08-28 | Remove `register_attr`-related tests | Yuki Okushi | -15/+0 |
| 2022-08-27 | Revert "Remove deferred sized checks" | Michael Goulet | -4/+1 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -0/+29 |
| 2022-08-25 | Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkov | Yuki Okushi | -17/+0 |
| 2022-08-23 | Stabilize `#![feature(label_break_value)]` | Joshua Nelson | -17/+0 |
| 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 |