| Age | Commit message (Expand) | Author | Lines |
| 2024-09-23 | Rollup merge of #130715 - compiler-errors:mir-build-const-eval, r=BoxyUwU | Matthias Krüger | -7/+17 |
| 2024-09-23 | Rollup merge of #130714 - compiler-errors:try-structurally-resolve-const, r=B... | Matthias Krüger | -37/+120 |
| 2024-09-23 | Rollup merge of #130712 - compiler-errors:const-eval-error-reporting, r=BoxyUwU | Matthias Krüger | -21/+20 |
| 2024-09-23 | Rollup merge of #130705 - compiler-errors:rtn-complete, r=jackh726 | Matthias Krüger | -1/+1 |
| 2024-09-23 | Rollup merge of #130344 - Jaic1:fix-116306, r=BoxyUwU | Matthias Krüger | -32/+27 |
| 2024-09-23 | Rollup merge of #129550 - kornelski:boxasstr, r=joshtriplett,dtolnay | Matthias Krüger | -14/+1 |
| 2024-09-23 | Auto merge of #130724 - compiler-errors:bump, r=Mark-Simulacrum | bors | -6801/+5763 |
| 2024-09-22 | Auto merge of #130680 - saethlin:module-name-to-str, r=jieyouxu | bors | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -6801/+5763 |
| 2024-09-22 | Replace calls to Const::eval in mir build | Michael Goulet | -7/+17 |
| 2024-09-22 | Don't call try_eval_target_usize in error reporting | Michael Goulet | -1/+1 |
| 2024-09-22 | Don't call const normalize in error reporting | Michael Goulet | -20/+19 |
| 2024-09-22 | Introduce structurally_normalize_const, use it in hir_typeck | Michael Goulet | -37/+120 |
| 2024-09-22 | Rollup merge of #130690 - RalfJung:interpret-abi-compat-fixme, r=jieyouxu | Guillaume Gomez | -1/+0 |
| 2024-09-22 | No longer mark RTN as incomplete | Michael Goulet | -1/+1 |
| 2024-09-22 | Auto merge of #130689 - RalfJung:rustc_nonnull_optimization_guaranteed, r=jie... | bors | -2/+5 |
| 2024-09-22 | fix rustc_nonnull_optimization_guaranteed docs | Ralf Jung | -2/+5 |
| 2024-09-22 | Auto merge of #130688 - workingjubilee:rollup-ovre6p7, r=workingjubilee | bors | -19/+28 |
| 2024-09-22 | interpret: remove outdated FIXME | Ralf Jung | -1/+0 |
| 2024-09-21 | Rollup merge of #130665 - veera-sivarajan:fix-118612, r=compiler-errors | Jubilee | -1/+10 |
| 2024-09-21 | Rollup merge of #130650 - BlackHoleFox:apple-target-desc-consistency, r=jieyouxu | Jubilee | -18/+18 |
| 2024-09-22 | Auto merge of #130446 - durin42:llvm-20-fix-CommandLineArgs, r=workingjubilee | bors | -1/+19 |
| 2024-09-22 | Auto merge of #130246 - dianne:issue-97589-fix, r=petrochenkov | bors | -3/+11 |
| 2024-09-22 | Auto merge of #130337 - BoxyUwU:anon_const_macro_call, r=camelid | bors | -28/+102 |
| 2024-09-21 | Call module_name_to_str instead of just unwrapping | Ben Kimock | -1/+1 |
| 2024-09-21 | Handle macro calls in anon const def creation take 2 | Boxy | -28/+102 |
| 2024-09-21 | Rollup merge of #130673 - GrigorenkoPV:path-triple-colon, r=compiler-errors | Michael Goulet | -16/+48 |
| 2024-09-21 | Rollup merge of #130667 - workingjubilee:she-is-c-c-c-cold, r=compiler-errors | Michael Goulet | -1/+4 |
| 2024-09-21 | Rollup merge of #130666 - compiler-errors:super-bounds, r=fee1-dead,fmease | Michael Goulet | -11/+84 |
| 2024-09-21 | Rollup merge of #129629 - compiler-errors:rtn-in-path, r=jackh726 | Michael Goulet | -153/+690 |
| 2024-09-21 | Rollup merge of #127766 - folkertdev:c-cmse-nonsecure-entry, r=jackh726 | Michael Goulet | -69/+50 |
| 2024-09-21 | Parser: recover from `:::` to `::` in delegations | Pavel Grigorenko | -1/+1 |
| 2024-09-21 | Parser: recover from `:::` to `::` | Pavel Grigorenko | -15/+47 |
| 2024-09-21 | Don't elaborate effects predicates into bounds list unless we're actually col... | Michael Goulet | -1/+8 |
| 2024-09-21 | Assert that explicit_super_predicates_of and explicit_item_bounds truly only ... | Michael Goulet | -10/+76 |
| 2024-09-21 | Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlin | bors | -12/+10 |
| 2024-09-21 | compiler: Accept "improper" ctypes in extern "rust-cold" fn | Jubilee Young | -1/+4 |
| 2024-09-21 | Fixup Apple target's description strings | BlackHoleFox | -18/+18 |
| 2024-09-21 | Prevent Deduplication of `LongRunningWarn` | Veera | -1/+10 |
| 2024-09-21 | compiler: Precisely name units of object size | Jubilee | -3/+3 |
| 2024-09-21 | More tests and tweak comments | Michael Goulet | -4/+15 |
| 2024-09-21 | Auto merge of #129283 - saethlin:unreachable-allocas, r=scottmcm | bors | -45/+117 |
| 2024-09-21 | Auto merge of #130599 - jieyouxu:snake_case_binary_cleanup, r=petrochenkov | bors | -0/+3 |
| 2024-09-21 | mark `E0775` as no longer emitte by the compiler | Folkert de Vries | -0/+2 |
| 2024-09-21 | disallow cmse ABIs on unsupported platforms | Folkert | -2/+4 |
| 2024-09-21 | remove `#[cmse_nonsecure_entry]` | Folkert | -57/+8 |
| 2024-09-21 | add `C-cmse-nonsecure-entry` ABI | Folkert de Vries | -11/+37 |
| 2024-09-21 | Explain why non_snake_case is skipped for binary crates | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2024-09-21 | Rollup merge of #130646 - workingjubilee:literally-factorize-int-lint, r=comp... | Matthias Krüger | -405/+417 |
| 2024-09-21 | Rollup merge of #130645 - compiler-errors:normalize-gce-writeback, r=BoxyUwU | Matthias Krüger | -16/+34 |