| Age | Commit message (Expand) | Author | Lines |
| 2025-01-28 | Suggest considering casting fn item as fn pointer in more cases | mu001999 | -6/+44 |
| 2025-01-28 | miri: optimize zeroed alloc | SpecificProtagonist | -30/+59 |
| 2025-01-28 | Auto merge of #133929 - saethlin:remove-inline-in-all-cgus, r=nnethercote | bors | -12/+4 |
| 2025-01-28 | Edit the inputs to const == val check instead of duplicating logic | Oli Scherer | -32/+34 |
| 2025-01-28 | Make mir dumps more readable | Oli Scherer | -0/+4 |
| 2025-01-28 | Auto merge of #134290 - tgross35:windows-i128-callconv, r=bjorn3,wesleywiser | bors | -57/+37 |
| 2025-01-28 | Reject unsound toggling of Arm atomics-32 target feature | Taiki Endo | -0/+5 |
| 2025-01-28 | Implement MIR const trait stability checks | Deadbeef | -110/+120 |
| 2025-01-27 | Remove -Zinline-in-all-cgus and clean up CGU partitioning tests | Ben Kimock | -12/+4 |
| 2025-01-28 | update comments | Ralf Jung | -13/+11 |
| 2025-01-28 | ABI-required target features: warn when they are missing in base CPU (rather ... | Ralf Jung | -104/+61 |
| 2025-01-28 | GCI: Don't try to collect mono items inside overly generic free const items | León Orell Valerian Liehr | -4/+7 |
| 2025-01-28 | interpret: is_alloc_live: check global allocs last | Ralf Jung | -2/+4 |
| 2025-01-28 | Represent the raw pointer for a array length check as a new kind of fake borrow | Michael Goulet | -85/+160 |
| 2025-01-27 | Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da... | Michael Goulet | -37/+118 |
| 2025-01-27 | Type level consts can show up in MIR type checker | Michael Goulet | -2/+2 |
| 2025-01-27 | Stabilize target_feature_11 | Caleb Zulawski | -21/+10 |
| 2025-01-27 | Adjust compiler for `HashMap::get_many_mut` stabilization | Urgau | -2/+1 |
| 2025-01-27 | Flip the `rustc-rayon`/`indexmap` dependency order | Josh Stone | -2/+2 |
| 2025-01-27 | Auto merge of #136135 - GuillaumeGomez:rollup-1ik636d, r=GuillaumeGomez | bors | -186/+215 |
| 2025-01-27 | Trim extra whitespace in fn ptr suggestion span | Tyrone Wu | -6/+50 |
| 2025-01-28 | Use +secure-plt for powerpc-unknown-linux-gnu{,spe} | Taiki Endo | -1/+7 |
| 2025-01-27 | Rollup merge of #136118 - oli-obk:push-qsslxsopnrmr, r=Zalathar | Guillaume Gomez | -21/+33 |
| 2025-01-27 | Rollup merge of #136114 - compiler-errors:more-idents, r=jieyouxu | Guillaume Gomez | -90/+97 |
| 2025-01-27 | Rollup merge of #136082 - Zalathar:iter-nodes, r=oli-obk | Guillaume Gomez | -23/+18 |
| 2025-01-27 | Rollup merge of #136064 - veluca93:tf11-fntrait-note, r=oli-obk | Guillaume Gomez | -0/+3 |
| 2025-01-27 | Rollup merge of #136037 - no1wudi:doc, r=jieyouxu | Guillaume Gomez | -37/+34 |
| 2025-01-27 | Rollup merge of #135988 - bjorn3:workaround_parallel_rustc_crash, r=lqd | Guillaume Gomez | -15/+30 |
| 2025-01-27 | Auto merge of #136098 - jyn514:linker-output, r=saethlin | bors | -5/+13 |
| 2025-01-27 | Windows x86: Change `i128` to return via the vector ABI | Trevor Gross | -57/+37 |
| 2025-01-27 | Auto merge of #136024 - GuillaumeGomez:cg_gcc-subtree, r=GuillaumeGomez | bors | -41/+85 |
| 2025-01-27 | Use an operand instead of a place that is always turned into an operand | Oli Scherer | -12/+8 |
| 2025-01-27 | Deduplicate operand creation between scalars, non-scalars and string patterns | Oli Scherer | -8/+11 |
| 2025-01-27 | Change `collect_and_partition_mono_items` tuple return type to a struct | Oli Scherer | -21/+33 |
| 2025-01-27 | Stabilize `const_black_box` | Trevor Gross | -2/+0 |
| 2025-01-27 | Auto merge of #136116 - fmease:rollup-c8pk3mj, r=fmease | bors | -58/+175 |
| 2025-01-27 | Auto merge of #135937 - bjorn3:separate_coretests_crate, r=jieyouxu,tgross35 | bors | -56/+11 |
| 2025-01-26 | Downgrade `linker-warnings` to allow-by-default | jyn | -5/+13 |
| 2025-01-27 | Rollup merge of #136097 - yotamofek:check-len-and-index, r=petrochenkov | León Orell Valerian Liehr | -10/+10 |
| 2025-01-27 | Rollup merge of #135158 - FedericoBruzzone:master, r=lukas-code | León Orell Valerian Liehr | -27/+75 |
| 2025-01-27 | Rollup merge of #126604 - kadiwa4:uplift_double_negation, r=nnethercote | León Orell Valerian Liehr | -21/+90 |
| 2025-01-27 | Remove redundant to_ident_string calls | Michael Goulet | -18/+14 |
| 2025-01-27 | Use identifiers in diagnostics more often | Michael Goulet | -72/+83 |
| 2025-01-27 | Mark all NuttX targets as tier 3 target and support the standard library | Huang Qi | -37/+34 |
| 2025-01-27 | Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one | FedericoBruzzone | -27/+75 |
| 2025-01-26 | Auto merge of #104693 - jhorstmann:use-high-bit-of-mask-for-select, r=working... | bors | -93/+104 |
| 2025-01-26 | tidy up html structure | Rémy Rakic | -4/+4 |
| 2025-01-26 | add NLL SCCs to polonius MIR dump | Rémy Rakic | -0/+49 |
| 2025-01-26 | add NLL region graph to the polonius MIR dump | Rémy Rakic | -1/+83 |
| 2025-01-26 | Compiler: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -10/+8 |