| Age | Commit message (Expand) | Author | Lines |
| 2024-07-30 | Move mingw dlltool invocation to cg_ssa | bjorn3 | -159/+172 |
| 2024-07-30 | Move computation of decorated names out of the create_dll_import_lib method | bjorn3 | -25/+25 |
| 2024-07-30 | Move is_mingw_gnu_toolchain and i686_decorated_name to cg_ssa | bjorn3 | -70/+73 |
| 2024-07-30 | make `///` doc comments compatible with naked functions | Folkert | -0/+6 |
| 2024-07-30 | Move temp file name generation out of the create_dll_import_lib method | bjorn3 | -24/+19 |
| 2024-07-30 | Introduce create_dll_import_libs function | bjorn3 | -31/+44 |
| 2024-07-30 | Disable MC/DC tests on LLVM 19 | Krasimir Georgiev | -1/+1 |
| 2024-07-30 | Auto merge of #128336 - Bryanskiy:inst-binder-with-fresh, r=lcnr | bors | -24/+22 |
| 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 | Deny unsafe on more builtin attributes | carbotaniuman | -57/+113 |
| 2024-07-29 | Fix ICE Caused by Incorrectly Delaying E0107 | Veera | -14/+32 |
| 2024-07-29 | Mark Parser::eat/check methods as must_use | Michael Goulet | -12/+27 |
| 2024-07-30 | Enforce sort order | Esteban Küber | -31/+33 |
| 2024-07-29 | Structured suggestion for `extern crate foo` when `foo` isn't resolved in import | Esteban Küber | -5/+20 |
| 2024-07-29 | Auto merge of #128360 - matthiaskrgr:rollup-wwy5mkj, r=matthiaskrgr | bors | -97/+76 |
| 2024-07-30 | rustc_lint: make `let-underscore-lock` translatable | Pavel Grigorenko | -8/+9 |
| 2024-07-30 | Insert some blank lines. | Nicholas Nethercote | -2/+2 |
| 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 | Use `fold` instead of `flat_map` | Esteban Küber | -9/+8 |
| 2024-07-29 | Change output normalization logic to be linear against size of output | Esteban Küber | -46/+53 |
| 2024-07-29 | Detect non-lifetime binder params shadowing item params | Michael Goulet | -10/+10 |
| 2024-07-29 | Delegation: support generics for delegation from free functions | Bryanskiy | -93/+307 |
| 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 | Use Vec in instantiate_binder_with_fresh_vars | Bryanskiy | -24/+22 |
| 2024-07-29 | Add `-Z embed-source=yes` to embed source code in DWARF debug info | Mrmaxmeier | -4/+64 |
| 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 | Entirely hide `Candidate`s from outside `lower_match_tree` | Nadrieril | -38/+64 |
| 2024-07-29 | Visiting bindings is straightforward now | Nadrieril | -67/+14 |
| 2024-07-29 | Abstract out the candidate manipulation not in the main algorithm | Nadrieril | -127/+192 |
| 2024-07-29 | Set up false edges in `lower_match_tree` | Nadrieril | -38/+42 |
| 2024-07-29 | Small simplification | Nadrieril | -14/+20 |
| 2024-07-29 | Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35 | bors | -2/+13 |