| Age | Commit message (Expand) | Author | Lines |
| 2025-06-09 | tests: Change "fastcall" to "system" in some tests | Jubilee Young | -4/+4 |
| 2025-06-09 | tests: bless unsupported_calling_conventions linting on some fn_ptrs | Jubilee Young | -166/+182 |
| 2025-06-09 | add s390x z17 target features | Folkert de Vries | -0/+15 |
| 2025-06-09 | compiler: Fix reusing same lint on fn ptrs with newly-deprecated ABIs | Jubilee Young | -16/+24 |
| 2025-06-09 | Don't create .msi installer for gnullvm hosts | Mateusz Mikuła | -1/+2 |
| 2025-06-09 | Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJung | bors | -107/+386 |
| 2025-06-09 | assert more often in release in ast_lowering | Jubilee Young | -13/+13 |
| 2025-06-09 | assert in release in ast_lowering::item | Jubilee Young | -5/+5 |
| 2025-06-09 | Specify the behavior of `file!` | Ed Page | -0/+13 |
| 2025-06-09 | Mark `core::slice::memchr` as `#[doc(hidden)]` | Alona Enraght-Moony | -0/+1 |
| 2025-06-09 | use correct edition when warning for unsafe attributes | Folkert de Vries | -1/+57 |
| 2025-06-09 | Make E0621 missing lifetime suggestion verbose | Esteban Küber | -71/+143 |
| 2025-06-09 | native-lib: update readme (to mention folders in header) | Ralf Jung | -10/+12 |
| 2025-06-09 | native_lib: skip to next .so if function was in dependency of the first | Ralf Jung | -12/+13 |
| 2025-06-10 | platform-support.md: Mention specific Linux kernel version or later | Teoh Han Hui | -19/+19 |
| 2025-06-09 | core::ptr: deduplicate more method docs | binarycat | -126/+68 |
| 2025-06-09 | Auto merge of #142253 - tgross35:rollup-img49op, r=tgross35 | bors | -71/+153 |
| 2025-06-09 | Merge pull request #19930 from regexident/dyn-semantics-take-two | David Barsky | -2/+18 |
| 2025-06-09 | Rollup merge of #142238 - RalfJung:nonnull_provenance, r=workingjubilee | Trevor Gross | -6/+4 |
| 2025-06-09 | Rollup merge of #142208 - Urgau:dead_code-const_, r=petrochenkov | Trevor Gross | -1/+27 |
| 2025-06-09 | Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3 | Trevor Gross | -1/+1 |
| 2025-06-09 | Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3 | Trevor Gross | -34/+98 |
| 2025-06-09 | Rollup merge of #141001 - hkBst:nonzero-char, r=dtolnay | Trevor Gross | -5/+19 |
| 2025-06-09 | Rollup merge of #140767 - sayantn:stabilize-sha512, r=traviscross,tgross35 | Trevor Gross | -25/+5 |
| 2025-06-09 | Apply nested goals certainty to InspectGoals for normalizes-to | Michael Goulet | -94/+154 |
| 2025-06-09 | Merge pull request #4376 from yoctocell/tb-interior-mut-flag | Ralf Jung | -35/+154 |
| 2025-06-09 | Initialize the execution context in parse_inner, start using dry run from the... | bit-aloo | -28/+29 |
| 2025-06-09 | Add `-Zmiri-tree-borrows-no-precise-interior-mut` flag | Xinglu Chen | -35/+154 |
| 2025-06-09 | Auto merge of #142241 - Kobzol:disable-ci-rustc-on-ci, r=jieyouxu | bors | -3/+5 |
| 2025-06-09 | remove execution context from flag module and correct the command invocation ... | bit-aloo | -25/+19 |
| 2025-06-09 | update dry_run value in exec_ctx and start forwarding exec_ctx verbose method... | bit-aloo | -13/+5 |
| 2025-06-09 | move all commands to new execution context | bit-aloo | -174/+20 |
| 2025-06-09 | move all config command invocation to new execution context invocation | bit-aloo | -23/+32 |
| 2025-06-09 | moved git command to new exec context | bit-aloo | -8/+3 |
| 2025-06-09 | move all download.rs method to new execution context command invocation | bit-aloo | -34/+13 |
| 2025-06-09 | covert uname to new extext method | bit-aloo | -14/+8 |
| 2025-06-09 | moved curl to use new execution_context | bit-aloo | -8/+10 |
| 2025-06-09 | moved sanity command to exec context | bit-aloo | -2/+5 |
| 2025-06-09 | -Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable... | Andrew Zhogin | -39/+10 |
| 2025-06-09 | -Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable... | Andrew Zhogin | -93/+244 |
| 2025-06-09 | Add ParseMode::Diagnostic unit tests | mejrs | -0/+42 |
| 2025-06-09 | Introduce ParseMode::diagnostic and fix multiline spans | mejrs | -95/+188 |
| 2025-06-09 | rename Parser's lifetime to `'input` | mejrs | -29/+29 |
| 2025-06-09 | change FormatString::parse to only return the first error | mejrs | -68/+40 |
| 2025-06-09 | implement Default for FormatSpec | mejrs | -52/+10 |
| 2025-06-09 | refactor matching and if let chains | mejrs | -46/+37 |
| 2025-06-09 | Move the "missing closing brace" error creation to one place | mejrs | -21/+15 |
| 2025-06-09 | rustc_parse_format: introduce `peek` and `peek_ahead` | mejrs | -28/+36 |
| 2025-06-09 | Add test for flailing diagnostic spans | mejrs | -0/+114 |
| 2025-06-09 | transmutability: shift abstraction boundary | Jack Wrenn | -357/+385 |