| Age | Commit message (Expand) | Author | Lines |
| 2025-02-13 | Revert "Stabilize `extended_varargs_abi_support`" | Jubilee Young | -7/+35 |
| 2025-02-13 | fix ensure_monomorphic_enough | Lukas Markeffsky | -41/+3 |
| 2025-02-10 | peace of mind: be absolutely sure we don't try to emit a 0-part suggestion | dianne | -1/+4 |
| 2025-02-10 | try to suggest eliding redundant binding modifiers | dianne | -39/+69 |
| 2025-02-10 | peace of mind: remove a call to `Option::expect` | dianne | -2/+3 |
| 2025-02-10 | reword default binding mode notes | dianne | -9/+3 |
| 2025-02-10 | separate labels for default binding mode spans into their own notes | dianne | -19/+39 |
| 2025-02-10 | don't include trailing open parens in labels for reference patterns | dianne | -1/+1 |
| 2025-02-10 | experimentally label the spans for default binding modes | dianne | -58/+100 |
| 2025-02-10 | highlight the whole problem subpattern when pointing out the default binding ... | dianne | -17/+28 |
| 2025-02-10 | use more specific wording for subpatterns from macro expansions | dianne | -1/+4 |
| 2025-02-10 | reword pattern migration diagnostic to make sense in all editions | dianne | -37/+76 |
| 2025-02-10 | pattern migration: move labels out of the suggestion struct | dianne | -19/+15 |
| 2025-02-06 | Enable kernel sanitizers for aarch64-unknown-none-softfloat | Jubilee Young | -1/+3 |
| 2025-02-06 | ensure sufficient stack in unsafety check | Rémy Rakic | -1/+4 |
| 2025-02-06 | ensure sufficient stack in tail call check | Rémy Rakic | -5/+8 |
| 2025-02-06 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav... | Rémy Rakic | -121/+37 |
| 2025-02-06 | Revert "Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk" | Rémy Rakic | -25/+7 |
| 2025-02-06 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -13/+188 |
| 2025-02-06 | Add check for missing fields in enum variant pattern | Esteban Küber | -1/+1 |
| 2025-02-06 | Ensure that we don't try to access fields on a non-struct pattern type in dia... | Esteban Küber | -1/+3 |
| 2025-01-25 | Only assert the `Parser` size on specific arches | Josh Stone | -2/+3 |
| 2025-01-23 | When LLVM's location discriminator value limit is exceeded, emit locations wi... | Kyle Huey | -52/+35 |
| 2025-01-23 | add cache to `AmbiguityCausesVisitor` | lcnr | -2/+12 |
| 2025-01-23 | avoid running the overlap check twice | lcnr | -22/+33 |
| 2025-01-23 | Always force non-trimming of path in `unreachable_patterns` lint | Esteban Küber | -8/+1 |
| 2025-01-16 | Make sure to mark IMPL_TRAIT_REDUNDANT_CAPTURES as Allow in edition 2024 | Michael Goulet | -1/+1 |
| 2025-01-10 | Try to explain borrow for tail expr temporary drop order change in 2024 | Michael Goulet | -16/+35 |
| 2025-01-10 | Don't do AccessDepth::Drop for types with no drop impl | Michael Goulet | -4/+12 |
| 2025-01-10 | Don't create cycles by normalizing opaques defined in the body we're checking | Michael Goulet | -1/+6 |
| 2025-01-10 | remove an extraneous comment | wieDasDing | -1/+0 |
| 2025-01-10 | apply suggestions on fn name | Ding Xiang Fei | -4/+4 |
| 2025-01-10 | run borrowck tests on BIDs and emit tail-expr-drop-order lints for | Ding Xiang Fei | -17/+78 |
| 2025-01-07 | Pass objcopy args for stripping on OSX | Noratrieb | -18/+7 |
| 2025-01-07 | update version placeholders | Pietro Albini | -15/+15 |
| 2025-01-03 | Rollup merge of #135049 - cramertj:rmunused, r=compiler-errors | Matthias Krüger | -25/+7 |
| 2025-01-03 | Rollup merge of #135042 - lukas-code:taint-dyn-incompat, r=compiler-errors | Matthias Krüger | -1/+6 |
| 2025-01-03 | Rollup merge of #131729 - Urgau:check-cfg-test-userspace, r=petrochenkov | Matthias Krüger | -2/+5 |
| 2025-01-02 | Remove unused fields from RepeatElementCopy obligation | Taylor Cramer | -25/+7 |
| 2025-01-02 | taint fcx on selection errors during unsizing | Lukas Markeffsky | -1/+6 |
| 2025-01-02 | Make the `test` cfg a "userspace" check-cfg | Urgau | -2/+5 |
| 2025-01-02 | Remove range-metadata amdgpu workaround | Flakebi | -8/+0 |
| 2025-01-02 | Auto merge of #130060 - EnzymeAD:enzyme-cg-llvm, r=oli-obk | bors | -28/+610 |
| 2025-01-01 | Rollup merge of #135000 - compiler-errors:opaque-captures-dupe, r=lqd | Matthias Krüger | -12/+17 |
| 2025-01-01 | Rollup merge of #134984 - compiler-errors:obligation-tweaks, r=lqd | Matthias Krüger | -42/+28 |
| 2025-01-01 | upstream rustc_codegen_llvm changes for enzyme/autodiff | Manuel Drehwald | -28/+610 |
| 2025-01-01 | Fix ICE when opaque captures a duplicated/invalid lifetime | Michael Goulet | -12/+17 |
| 2025-01-01 | Rollup merge of #134979 - estebank:default-lint-sugg, r=compiler-errors | Stuart Cook | -8/+26 |
| 2025-01-01 | Rollup merge of #134945 - compiler-errors:map-mutate-nits, r=estebank | Stuart Cook | -7/+10 |
| 2025-01-01 | Rollup merge of #134877 - DavisRayM:129966-format-string-help-message, r=este... | Stuart Cook | -0/+55 |