| Age | Commit message (Expand) | Author | Lines |
| 2025-04-30 | Rollup merge of #140516 - rperier:type-ir-to-type-middle, r=lcnr | Matthias Krüger | -26/+21 |
| 2025-04-30 | Rollup merge of #140504 - tmiasko:answer-ensure-stack, r=jswrenn | Matthias Krüger | -455/+284 |
| 2025-04-30 | Rollup merge of #140498 - compiler-errors:check-fn-tweaks, r=oli-obk | Matthias Krüger | -139/+91 |
| 2025-04-30 | Rollup merge of #140450 - petrochenkov:vistok, r=nnethercote | Matthias Krüger | -214/+32 |
| 2025-04-30 | Rollup merge of #140203 - Wyliodrin:error_for_no_mangle_weak_language_items, ... | Matthias Krüger | -0/+30 |
| 2025-04-30 | Rollup merge of #140090 - Urgau:snake_case-fn-var, r=petrochenkov | Matthias Krüger | -0/+10 |
| 2025-04-30 | Rollup merge of #134232 - bjorn3:naked_asm_improvements, r=wesleywiser | Matthias Krüger | -397/+333 |
| 2025-04-30 | Use less rustc_type_ir in the compiler codebase | Romain Perier | -26/+21 |
| 2025-04-30 | Fix naked asm symbol name for cg_clif on macOS | bjorn3 | -1/+2 |
| 2025-04-30 | transmutability: merge contiguous runs with a common destination | Tomasz Miąsko | -7/+19 |
| 2025-04-30 | error when using no_mangle on language items | Alexandru RADOVICI | -0/+30 |
| 2025-04-30 | transmutability: ensure_sufficient_stack when answering query | Tomasz Miąsko | -117/+125 |
| 2025-04-30 | Rollup merge of #140448 - Zalathar:query-append, r=compiler-errors | Matthias Krüger | -13/+36 |
| 2025-04-30 | Rollup merge of #140445 - oli-obk:const-manually-drop, r=fee1-dead | Matthias Krüger | -0/+6 |
| 2025-04-30 | Rollup merge of #140439 - RalfJung:miri-algebraic-float-nondet, r=oli-obk | Matthias Krüger | -2/+9 |
| 2025-04-30 | Rollup merge of #140404 - lcnr:canonical-no-type-foldable, r=compiler-errors | Matthias Krüger | -26/+4 |
| 2025-04-30 | Rollup merge of #140312 - nnethercote:DelimArgs-spacing, r=petrochenkov | Matthias Krüger | -17/+35 |
| 2025-04-30 | Rollup merge of #139059 - RalfJung:uses_power_alignment, r=nagisa | Matthias Krüger | -21/+14 |
| 2025-04-30 | ast: Remove token visiting from AST visitor | Vadim Petrochenkov | -214/+32 |
| 2025-04-30 | Inline check_method_argument_types and remove error_reported special casing (... | Michael Goulet | -62/+36 |
| 2025-04-30 | Inline check_method_argument_types to get rid of TupleArgumentsFlag arg | Michael Goulet | -23/+13 |
| 2025-04-30 | Move the error handling out of confirm_builtin_call | Michael Goulet | -31/+25 |
| 2025-04-30 | Rename lookup_method_in_trait and consolidate a Ident::with_dummy_span call | Michael Goulet | -26/+20 |
| 2025-04-29 | Parser: Document restrictions | Eric Huss | -0/+49 |
| 2025-04-30 | Auto merge of #127516 - nnethercote:simplify-LazyAttrTokenStream, r=petrochenkov | bors | -378/+399 |
| 2025-04-29 | canonical no type foldable :< | lcnr | -26/+4 |
| 2025-04-30 | Use `ThinVec` to shrink `LazyAttrTokenStreamInner`. | Nicholas Nethercote | -5/+7 |
| 2025-04-30 | Simplify `LazyAttrTokenStream`. | Nicholas Nethercote | -118/+138 |
| 2025-04-29 | Auto merge of #140023 - cjgillot:arena-try-alloc, r=BoxyUwU | bors | -33/+47 |
| 2025-04-29 | transmutability: uninit transition matches unit byte only | Tomasz Miąsko | -352/+173 |
| 2025-04-29 | confusings | Boxy | -52/+56 |
| 2025-04-29 | Don't FCW assoc consts in patterns | Boxy | -9/+10 |
| 2025-04-30 | stop check paren if has different ctx | bohan | -0/+16 |
| 2025-04-29 | Rollup merge of #140433 - BjoernLange:master, r=nnethercote | Trevor Gross | -0/+2 |
| 2025-04-29 | Rollup merge of #140432 - tgross35:target-config-docs-update, r=jieyouxu | Trevor Gross | -5/+4 |
| 2025-04-29 | Rollup merge of #140400 - durin42:llvm-21-getguid, r=cuviper | Trevor Gross | -4/+9 |
| 2025-04-29 | Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU | Trevor Gross | -122/+440 |
| 2025-04-29 | Rollup merge of #138344 - tgross35:x86-f16-math, r=Amanieu | Trevor Gross | -7/+3 |
| 2025-04-29 | Use a closure instead of three chained iterators | Oli Scherer | -72/+58 |
| 2025-04-29 | Fix for async drop ice with partly dropped tuple | Andrew Zhogin | -9/+15 |
| 2025-04-29 | Add comment to remind filtering unsupported features when adding new ones | WANG Rui | -0/+3 |
| 2025-04-29 | Filter out LoongArch features not supported by the current LLVM version | WANG Rui | -0/+6 |
| 2025-04-29 | Some style nits | Oli Scherer | -4/+3 |
| 2025-04-29 | Drop AST on a separate thread and prefetch `hir_crate` | John Kåre Alsaker | -3/+26 |
| 2025-04-29 | Remove global `next_disambiguator` state and handle it with a `DisambiguatorS... | John Kåre Alsaker | -75/+172 |
| 2025-04-29 | Reformat parameters to macros used by with-all-queries | Zalathar | -6/+15 |
| 2025-04-29 | Rename `rustc_query_append!` to `rustc_with_all_queries!` | Zalathar | -7/+21 |
| 2025-04-29 | Treat `ManuallyDrop` as `~const Destruct` | Oli Scherer | -0/+6 |
| 2025-04-29 | Add some comments | John Kåre Alsaker | -0/+7 |
| 2025-04-29 | mono collector: Reduce \# of locking while walking the graph | Piotr Osiewicz | -27/+38 |