| Age | Commit message (Expand) | Author | Lines |
| 2022-03-30 | backport #94925 | lcnr | -1/+22 |
| 2022-03-18 | remove statement that was forgotten when backporting #94438 | Michael Goulet | -1/+8 |
| 2022-03-17 | Do not recover from `Ty?` in macro parsing | Esteban Kuber | -0/+23 |
| 2022-03-17 | Revert accidental stabilization | Oli Scherer | -0/+15 |
| 2022-03-14 | only check method inputs once | Michael Goulet | -8/+37 |
| 2022-03-14 | delay bug instead of skipping check_expr | Michael Goulet | -0/+34 |
| 2022-03-14 | Downgrade `#[test]` on macro call to warning | Esteban Kuber | -27/+15 |
| 2022-03-14 | Enable issue-23036.rs on wasm32 | Nikita Popov | -1/+0 |
| 2022-03-07 | Auto merge of #94552 - lcnr:fix-94502, r=oli-obk | bors | -0/+45 |
| 2022-03-07 | backport fix for #94502 | lcnr | -0/+45 |
| 2022-03-02 | Auto merge of #93516 - nagisa:branch-protection, r=cjgillot | bors | -1/+18 |
| 2022-03-02 | Rollup merge of #94315 - lcnr:auto-trait-lint-update, r=oli-obk | Dylan DPC | -7/+32 |
| 2022-02-19 | Rollup merge of #93990 - lcnr:pre-89862-cleanup, r=estebank | Matthias Krüger | -4/+4 |
| 2022-02-19 | Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplett | Matthias Krüger | -36/+2 |
| 2022-02-18 | Rollup merge of #93953 - jackh726:known_bug, r=Mark-Simulacrum | Matthias Krüger | -27/+32 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -0/+102 |
| 2022-02-18 | Rollup merge of #93892 - compiler-errors:issue-92917, r=jackh726,nikomatsakis | Matthias Krüger | -10/+37 |
| 2022-02-18 | Rollup merge of #92806 - compiler-errors:better-impl-trait-deny, r=estebank | Matthias Krüger | -126/+126 |
| 2022-02-18 | Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa | Matthias Krüger | -1/+1 |
| 2022-02-18 | Rollup merge of #89892 - Nilstrieb:suggest-return-impl-trait, r=jackh726 | Matthias Krüger | -0/+184 |
| 2022-02-18 | Suggest `impl Trait` return type | Nilstrieb | -0/+184 |
| 2022-02-18 | Rollup merge of #93024 - compiler-errors:inline-mir-bad-bounds, r=estebank | Matthias Krüger | -0/+22 |
| 2022-02-18 | Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebank | Matthias Krüger | -35/+265 |
| 2022-02-18 | Rollup merge of #92683 - jackh726:issue-92033, r=estebank | Matthias Krüger | -25/+77 |
| 2022-02-18 | Auto merge of #94088 - oli-obk:revert, r=jackh726 | bors | -133/+190 |
| 2022-02-17 | fix impl trait message, bless tests | Michael Goulet | -252/+126 |
| 2022-02-17 | Add more information to `impl Trait` deny error | Michael Goulet | -120/+246 |
| 2022-02-17 | Rollup merge of #94043 - DrMeepster:box_alloc_ice, r=oli-obk | Matthias Krüger | -0/+6 |
| 2022-02-17 | Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiasko | Matthias Krüger | -4/+4 |
| 2022-02-17 | Suggest copying trait associated type bounds on lifetime error | Jack Huey | -25/+77 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -133/+190 |
| 2022-02-17 | Auto merge of #93577 - nikic:llvm-14, r=nagisa | bors | -2/+2 |
| 2022-02-17 | Rollup merge of #94031 - danielhenrymantilla:diagnostics/union-drop-suggest-c... | Matthias Krüger | -27/+37 |
| 2022-02-17 | Rollup merge of #94030 - ChayimFriedman2:issue-94010, r=petrochenkov | Matthias Krüger | -42/+69 |
| 2022-02-17 | Rollup merge of #93996 - notriddle:notriddle/magically-becomes-a-function, r=... | Matthias Krüger | -0/+94 |
| 2022-02-17 | Rollup merge of #93981 - ChayimFriedman2:slice-pat-reference-option-result, r... | Matthias Krüger | -1/+30 |
| 2022-02-17 | Rollup merge of #93693 - rukai:91550, r=davidtwco | Matthias Krüger | -12/+125 |
| 2022-02-17 | Auto merge of #94040 - Mark-Simulacrum:destabilize-load-store, r=Amanieu | bors | -0/+71 |
| 2022-02-16 | Update optimization remark test for LLVM 14 | Nikita Popov | -2/+2 |
| 2022-02-16 | Do not suggest "is a function" for free variables | Michael Howell | -0/+94 |
| 2022-02-16 | Destabilize cfg(target_has_atomic_load_store = ...) | Mark Rousskov | -0/+71 |
| 2022-02-16 | MemTagSanitizer Support | Ivan Lozano | -1/+1 |
| 2022-02-16 | allow special behavior when printing const infer | lcnr | -4/+4 |
| 2022-02-16 | Add mentions to `Copy` for `union` fields | Daniel Henry-Mantilla | -27/+37 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -0/+102 |
| 2022-02-16 | Correctly mark the span of captured arguments in `format_args!()` | Chayim Refael Friedman | -42/+69 |
| 2022-02-15 | fix assumption that ScalarPair Box is always a fat pointer | DrMeepster | -0/+6 |
| 2022-02-16 | Make implementation generic | Lucas Kent | -16/+16 |
| 2022-02-16 | Suggest deriving required supertraits | Lucas Kent | -0/+113 |
| 2022-02-16 | Fix inconsistent symbol mangling with -Zverbose | Tomasz Miąsko | -8/+23 |