| Age | Commit message (Expand) | Author | Lines |
| 2025-01-19 | Rollup merge of #135716 - Zalathar:usage-no-args, r=lqd | Guillaume Gomez | -10/+1 |
| 2025-01-19 | Rollup merge of #134858 - estebank:issue-81370, r=Noratrieb | Guillaume Gomez | -7/+54 |
| 2025-01-19 | Auto merge of #135709 - lqd:bring-back-len, r=compiler-errors | bors | -151/+224 |
| 2025-01-19 | Auto merge of #135715 - matthiaskrgr:rollup-9a18sxj, r=matthiaskrgr | bors | -131/+161 |
| 2025-01-19 | Don't skip argument parsing when running `rustc` with no arguments | Zalathar | -10/+1 |
| 2025-01-19 | Rollup merge of #135708 - compiler-errors:compiler-nits, r=lqd | Matthias Krüger | -14/+17 |
| 2025-01-19 | Rollup merge of #135705 - compiler-errors:lint, r=estebank | Matthias Krüger | -109/+119 |
| 2025-01-19 | Rollup merge of #135703 - estebank:empty-dfv, r=compiler-errors | Matthias Krüger | -8/+25 |
| 2025-01-19 | Rollup merge of #135697 - compiler-errors:poly-trait-ref, r=lqd | Matthias Krüger | -125/+116 |
| 2025-01-19 | Rollup merge of #135680 - Zalathar:counters-cleanup, r=compiler-errors | Matthias Krüger | -197/+136 |
| 2025-01-19 | Rollup merge of #135663 - frank-king:fix/135614, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2025-01-18 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav... | Rémy Rakic | -121/+37 |
| 2025-01-18 | Revert "Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk" | Rémy Rakic | -25/+7 |
| 2025-01-18 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -13/+188 |
| 2025-01-18 | Fix comment | Michael Goulet | -2/+1 |
| 2025-01-18 | Use par_body_owners in coroutine check | Michael Goulet | -9/+13 |
| 2025-01-18 | Rename typeck_with_fallback | Michael Goulet | -3/+3 |
| 2025-01-18 | Consolidate ad-hoc MIR lints into real pass-manager-based MIR lints | Michael Goulet | -109/+119 |
| 2025-01-18 | Provide suggestion for `#![feature(default_field_values)]` | Esteban Küber | -2/+20 |
| 2025-01-18 | Deduplicate logic | Esteban Küber | -14/+8 |
| 2025-01-18 | Structured suggestion for "missing `feature` intrinsic" | Esteban Küber | -2/+19 |
| 2025-01-18 | Structured suggestion for "missing `feature` in unstable fn call" | Esteban Küber | -3/+21 |
| 2025-01-18 | Disallow `A { .. }` if `A` has no fields | Esteban Küber | -8/+25 |
| 2025-01-18 | Get rid of `ToPolyTraitRef` | Michael Goulet | -125/+116 |
| 2025-01-18 | Auto merge of #135682 - matthiaskrgr:rollup-cl7zlt1, r=matthiaskrgr | bors | -48/+83 |
| 2025-01-18 | Rollup merge of #135290 - lqd:polonius-next-episode-8, r=jackh726 | Matthias Krüger | -40/+66 |
| 2025-01-18 | Rollup merge of #133700 - RalfJung:const-non-null, r=lcnr | Matthias Krüger | -8/+17 |
| 2025-01-18 | coverage: Add a few more comments to counter creation | Zalathar | -0/+15 |
| 2025-01-18 | coverage: Remove `BcbCounter` and `BcbExpression` | Zalathar | -70/+18 |
| 2025-01-18 | coverage: Flatten top-level counter creation into plain functions | Zalathar | -95/+91 |
| 2025-01-18 | Rollup merge of #135639 - lqd:trivial-builtin-impls, r=lcnr | Matthias Krüger | -5/+33 |
| 2025-01-18 | Rollup merge of #135611 - chenyukang:yukang-fix-135341-ice-crash, r=oli-obk | Matthias Krüger | -1/+0 |
| 2025-01-18 | Rollup merge of #134455 - lcnr:move-errors-in-promoteds, r=compiler-errors | Matthias Krüger | -9/+9 |
| 2025-01-18 | const-eval: detect more pointers as definitely not-null | Ralf Jung | -8/+17 |
| 2025-01-18 | coverage: Move `phys_counter_for_node` into `CoverageCounters` | Zalathar | -19/+18 |
| 2025-01-18 | coverage: Remove the `Site` enum now that we only instrument nodes | Zalathar | -35/+16 |
| 2025-01-18 | Fix ICE in resolving associated items as non-bindings | Frank King | -3/+3 |
| 2025-01-18 | Auto merge of #135618 - lcnr:coherence-unknown, r=compiler-errors | bors | -24/+45 |
| 2025-01-17 | Auto merge of #135329 - oli-obk:push-sytltwnzxlrq, r=Noratrieb | bors | -2/+20 |
| 2025-01-17 | new solver: prefer trivial builtin impls over where-clauses | Rémy Rakic | -5/+33 |
| 2025-01-17 | Auto merge of #135534 - folkertdev:fix-wasm-i128-f128, r=tgross35 | bors | -0/+12 |
| 2025-01-17 | encode `Locations::All` typeck constraints as logical edges | Rémy Rakic | -25/+49 |
| 2025-01-17 | make `LocalizedConstraintGraph` a struct and not an alias | Rémy Rakic | -21/+23 |
| 2025-01-17 | add cache to `AmbiguityCausesVisitor` | lcnr | -2/+12 |
| 2025-01-17 | Rollup merge of #135604 - estebank:docs-e0207, r=jieyouxu | Matthias Krüger | -0/+24 |
| 2025-01-17 | Rollup merge of #135601 - samueltardieu:push-xslotxrnooym, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2025-01-17 | Rollup merge of #135558 - estebank:issue-133316, r=chenyukang | Matthias Krüger | -0/+8 |
| 2025-01-17 | Rollup merge of #134980 - lqd:polonius-next-episode-7, r=jackh726 | Matthias Krüger | -171/+386 |
| 2025-01-17 | remove unnecessary assertion for reference error | yukang | -1/+0 |
| 2025-01-17 | Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubilee | bors | -22/+65 |