| Age | Commit message (Expand) | Author | Lines |
| 2024-07-30 | Disable MC/DC tests on LLVM 19 | Krasimir Georgiev | -1/+1 |
| 2024-07-30 | Auto merge of #128378 - matthiaskrgr:rollup-i3qz9uo, r=matthiaskrgr | bors | -3/+41 |
| 2024-07-30 | Auto merge of #128250 - Amanieu:select_unpredictable, r=nikic | bors | -1/+44 |
| 2024-07-30 | Rollup merge of #128141 - nikic:aarch64-bti, r=DianQK,cuviper | Matthias Krüger | -3/+28 |
| 2024-07-30 | Rollup merge of #127574 - lcnr:coherence-check-supertrait, r=compiler-errors | Matthias Krüger | -0/+13 |
| 2024-07-29 | Auto merge of #128360 - matthiaskrgr:rollup-wwy5mkj, r=matthiaskrgr | bors | -97/+76 |
| 2024-07-29 | Rollup merge of #128284 - GKFX:stabilize-offset-of-nested, r=dtolnay,jieyouxu | Matthias Krüger | -16/+4 |
| 2024-07-29 | Rollup merge of #128153 - compiler-errors:mdpe, r=cjgillot | Matthias Krüger | -64/+53 |
| 2024-07-29 | Rollup merge of #128104 - mu001999-contrib:fix/128053, r=petrochenkov | Matthias Krüger | -17/+19 |
| 2024-07-29 | Stabilize offset_of_nested | George Bateman | -16/+4 |
| 2024-07-29 | Stop using MoveDataParamEnv for places that don't need a param-env | Michael Goulet | -64/+53 |
| 2024-07-29 | Rollup merge of #128341 - Alexendoo:parse-version-pub, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-07-29 | Rollup merge of #128337 - bvanjoi:issue-121613, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2024-07-29 | Rollup merge of #128239 - compiler-errors:error-on-object-cand-confirm, r=oli... | Matthias Krüger | -1/+13 |
| 2024-07-29 | Rollup merge of #128202 - compiler-errors:internal-lib-features, r=oli-obk | Matthias Krüger | -0/+6 |
| 2024-07-29 | Rollup merge of #128174 - compiler-errors:trait-alias-marker, r=oli-obk | Matthias Krüger | -5/+9 |
| 2024-07-29 | Rollup merge of #127882 - compiler-errors:cfi-sized-self-gat, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-07-29 | only accept adt type during infer source visitor | bohan | -4/+4 |
| 2024-07-29 | Make `rustc_attr::parse_version` pub | Alex Macleod | -1/+1 |
| 2024-07-29 | Auto merge of #128265 - DianQK:instsimplify-before-inline, r=saethlin | bors | -3/+22 |
| 2024-07-29 | Perform instsimplify before inline to eliminate some trivial calls | DianQK | -3/+22 |
| 2024-07-29 | Auto merge of #128334 - matthiaskrgr:rollup-nhxdt0c, r=matthiaskrgr | bors | -155/+224 |
| 2024-07-29 | Rollup merge of #128304 - Zalathar:thir-pat-display, r=Nadrieril | Matthias Krüger | -70/+91 |
| 2024-07-29 | Rollup merge of #128277 - RalfJung:offset_from_wildcard, r=oli-obk | Matthias Krüger | -85/+133 |
| 2024-07-29 | Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35 | bors | -2/+13 |
| 2024-07-29 | Make `thir::Pat` not implement `fmt::Display` directly | Zalathar | -19/+46 |
| 2024-07-29 | Encapsulate the printing of `WitnessPat` | Zalathar | -16/+18 |
| 2024-07-28 | Update compiler_builtins to 0.1.114 | Nicholas Bishop | -2/+9 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -5896/+5742 |
| 2024-07-29 | Update `use` declarations formatting options. | Nicholas Nethercote | -0/+2 |
| 2024-07-28 | Auto merge of #128313 - GuillaumeGomez:rollup-kacb489, r=GuillaumeGomez | bors | -19/+21 |
| 2024-07-28 | Rollup merge of #127860 - klensy:dedup, r=Mark-Simulacrum | Guillaume Gomez | -19/+21 |
| 2024-07-28 | Auto merge of #128246 - GrigorenkoPV:derive-where, r=compiler-errors | bors | -203/+6 |
| 2024-07-28 | Force LLVM to use CMOV for binary search | Amanieu d'Antras | -1/+44 |
| 2024-07-28 | adopt object changes | klensy | -15/+17 |
| 2024-07-28 | dedup object | klensy | -4/+4 |
| 2024-07-28 | Don't store `thir::Pat` in error structs | Zalathar | -40/+32 |
| 2024-07-28 | Rollup merge of #125889 - Nilstrieb:migrate-into-the-future, r=compiler-errors | Matthias Krüger | -1/+57 |
| 2024-07-28 | Add migration lint for 2024 prelude additions | Nilstrieb | -1/+57 |
| 2024-07-28 | Rollup merge of #128279 - slanterns:is_sorted, r=dtolnay | Matthias Krüger | -9/+9 |
| 2024-07-28 | Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3 | Matthias Krüger | -48/+118 |
| 2024-07-27 | improve dangling/oob errors and make them more uniform | Ralf Jung | -35/+74 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -9/+9 |
| 2024-07-27 | Rollup merge of #128271 - Nilstrieb:jump-into-a-can-of-worms-called-float-equ... | Trevor Gross | -0/+7 |
| 2024-07-27 | Rollup merge of #128241 - compiler-errors:clone-sugg, r=jieyouxu | Trevor Gross | -31/+0 |
| 2024-07-27 | Rollup merge of #128207 - folkertdev:asm-parser-generalize, r=Amanieu | Trevor Gross | -28/+69 |
| 2024-07-27 | miri: fix offset_from behavior on wildcard pointers | Ralf Jung | -50/+59 |
| 2024-07-27 | Disable jump threading of float equality | Nilstrieb | -0/+7 |
| 2024-07-27 | Auto merge of #128006 - tgross35:missing-fragment-specifier-e2024, r=petroche... | bors | -7/+40 |
| 2024-07-27 | allow `#[target_feature]` on `#[naked]` functions | Folkert | -2/+1 |