| Age | Commit message (Expand) | Author | Lines |
| 2024-10-22 | Auto merge of #129935 - RalfJung:unsupported_calling_conventions, r=compiler-... | bors | -83/+24 |
| 2024-10-21 | Auto merge of #131840 - compiler-errors:impossible-maybe, r=lcnr | bors | -12/+14 |
| 2024-10-21 | Rollup merge of #132001 - lcnr:stabilize-coherence-again, r=compiler-errors | Matthias Krüger | -7/+19 |
| 2024-10-21 | Rollup merge of #131997 - Veykril:veykril/push-upvqkyxmvkzw, r=jieyouxu | Matthias Krüger | -15/+23 |
| 2024-10-21 | Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay | Matthias Krüger | -12/+9 |
| 2024-10-21 | don't bail when encountering many placeholders | lcnr | -1/+2 |
| 2024-10-21 | normalizes-to disable infer var check | lcnr | -7/+18 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -11/+4 |
| 2024-10-21 | stabilize Strict Provenance and Exposed Provenance | Ralf Jung | -1/+5 |
| 2024-10-21 | Make rustc_abi compile on stable again | Lukas Wirth | -15/+23 |
| 2024-10-21 | Auto merge of #130628 - workingjubilee:clean-up-result-ffi-guarantees, r=Ralf... | bors | -8/+3 |
| 2024-10-21 | Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgr | bors | -514/+104 |
| 2024-10-21 | Rollup merge of #131981 - compiler-errors:bound-constness, r=cjgillot | Matthias Krüger | -41/+46 |
| 2024-10-21 | Rollup merge of #131968 - compiler-errors:old-effect-handling, r=fee1-dead | Matthias Krüger | -468/+33 |
| 2024-10-21 | Rollup merge of #126588 - linyihai:trim-extra-comma, r=petrochenkov | Matthias Krüger | -5/+25 |
| 2024-10-21 | Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwU | bors | -303/+324 |
| 2024-10-20 | Auto merge of #131980 - matthiaskrgr:rollup-iy5nw71, r=matthiaskrgr | bors | -65/+45 |
| 2024-10-20 | Rollup merge of #131967 - compiler-errors:lower-mono, r=fmease | Matthias Krüger | -42/+20 |
| 2024-10-20 | Rollup merge of #131814 - Borgerr:misapplied-optimize-attribute, r=jieyouxu | Matthias Krüger | -23/+25 |
| 2024-10-20 | Auto merge of #131949 - Noratrieb:fxhashup-thanks-alona, r=WaffleLapkin | bors | -17/+32 |
| 2024-10-20 | Remove the BoundConstness::NotConst variant | Michael Goulet | -41/+46 |
| 2024-10-20 | Rollup merge of #131965 - ChrisDenton:outdated-comment, r=jieyouxu | Matthias Krüger | -3/+0 |
| 2024-10-20 | Rollup merge of #131962 - Zalathar:llvm-set-section, r=Swatinem,workingjubilee | Matthias Krüger | -13/+14 |
| 2024-10-20 | Rollup merge of #131843 - workingjubilee:thaw-impossible-reprs, r=lukas-code | Matthias Krüger | -4/+18 |
| 2024-10-20 | Rollup merge of #121560 - Noratrieb:stop-lint-macro-nonsense, r=jieyouxu | Matthias Krüger | -2/+5 |
| 2024-10-20 | misapplied optimize attribute throws a compilation error (#128488) | ash | -23/+25 |
| 2024-10-20 | Inline lower_mono_bounds into lower_poly_bounds | Michael Goulet | -39/+17 |
| 2024-10-20 | Rip out old effects var handling code from traits | Michael Goulet | -468/+33 |
| 2024-10-20 | Make LowerPolyBounds take an IntoIterator | Michael Goulet | -5/+5 |
| 2024-10-20 | make unsupported_calling_conventions a hard error | Ralf Jung | -83/+24 |
| 2024-10-20 | Added more scenarios where commas need to be removed | Lin Yihai | -5/+25 |
| 2024-10-20 | compiler: Reject impossible reprs during enum layout | Jubilee Young | -0/+14 |
| 2024-10-20 | compiler: pre-move code for fixing enum layout ICEs | Jubilee Young | -4/+4 |
| 2024-10-20 | Remove outdated comment | Chris Denton | -3/+0 |
| 2024-10-20 | Stop relying on hashmap iteration for unused macro rules arms | Noratrieb | -14/+27 |
| 2024-10-20 | Stop relying on hashmap iteration for hir stat printing | Noratrieb | -1/+3 |
| 2024-10-20 | Update rustc-hash to version 2 | Noratrieb | -2/+2 |
| 2024-10-20 | Make `llvm::set_section` take a `&CStr` | Zalathar | -13/+14 |
| 2024-10-20 | Auto merge of #131958 - Zalathar:rollup-gkuk3n1, r=Zalathar | bors | -28/+66 |
| 2024-10-20 | Rollup merge of #131942 - workingjubilee:reduce-haruspicy, r=lukas-code,lnicola | Stuart Cook | -1/+26 |
| 2024-10-20 | Rollup merge of #131876 - workingjubilee:llvm-c-c-c-comdat, r=Zalathar | Stuart Cook | -27/+40 |
| 2024-10-20 | Auto merge of #131911 - lcnr:probe-no-more-leak-2, r=compiler-errors | bors | -124/+175 |
| 2024-10-19 | compiler: Remove outdated comment | Jubilee Young | -1/+0 |
| 2024-10-19 | `result_ffi_guarantees` stabilizes in `$CURRENT_RUSTC_VERSION` | Jubilee | -1/+1 |
| 2024-10-19 | compiler: Fully stabilize `result_ffi_guarantees` | Jubilee Young | -7/+3 |
| 2024-10-19 | Rollup merge of #131939 - compiler-errors:predicate-filter, r=fmease | Matthias Krüger | -95/+61 |
| 2024-10-19 | Rollup merge of #131932 - usamoi:tracked-path, r=Nadrieril | Matthias Krüger | -2/+3 |
| 2024-10-19 | Rollup merge of #131931 - compiler-errors:constness-valid, r=fmease | Matthias Krüger | -45/+16 |
| 2024-10-19 | Rollup merge of #131795 - compiler-errors:expectation, r=Nadrieril | Matthias Krüger | -21/+4 |
| 2024-10-19 | Rollup merge of #131789 - compiler-errors:capture-more, r=fmease | Matthias Krüger | -69/+65 |