| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-09 | deduplicate the rest of AST walker functions | Deadbeef | -1170/+686 |
| 2025-06-09 | Always consider `const _` items as live for dead code analysis | Urgau | -1/+27 |
| 2025-06-09 | Fix `manual_flatten` removes the useless if let | donkomura | -57/+307 |
| 2025-06-09 | Merge pull request #19954 from lnicola/sync-from-rust | Laurențiu Nicola | -37427/+107501 |
| 2025-06-09 | Merge from rust-lang/rust | Laurențiu Nicola | -37426/+107500 |
| 2025-06-09 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-06-09 | float midpoint tests: add missing NAN cases | Ralf Jung | -0/+2 |
| 2025-06-09 | make the default float comparison tolerance type-dependent | Ralf Jung | -15/+31 |
| 2025-06-09 | float tests: deduplicate min, max, and rounding tests | Ralf Jung | -456/+56 |
| 2025-06-09 | Auto merge of #142242 - matthiaskrgr:rollup-1sgx0ji, r=matthiaskrgr | bors | -494/+540 |
| 2025-06-09 | float tests: use assert_biteq in more places | Ralf Jung | -215/+224 |
| 2025-06-09 | Rollup merge of #142232 - onur-ozkan:141986, r=Kobzol | Matthias Krüger | -21/+34 |
| 2025-06-09 | Rollup merge of #142231 - Kobzol:master-cache-ci, r=marcoieni | Matthias Krüger | -6/+29 |
| 2025-06-09 | Rollup merge of #142228 - tshepang:rust-push, r=jieyouxu | Matthias Krüger | -275/+230 |
| 2025-06-09 | Rollup merge of #142222 - compiler-errors:ocx-w-no-diag, r=lcnr | Matthias Krüger | -2/+2 |
| 2025-06-09 | Rollup merge of #142193 - dianne:binding-drop-order-edge-case-tests, r=Nadrieril | Matthias Krüger | -0/+233 |
| 2025-06-09 | Rollup merge of #142192 - Urgau:dedup-f16-f128-test-attrs, r=tgross35 | Matthias Krüger | -180/+4 |
| 2025-06-09 | Rollup merge of #129121 - devnexen:stabilize_ext_linux_tcp_layer, r=tgross35 | Matthias Krüger | -10/+8 |
| 2025-06-09 | Disable download-rustc on CI | Jakub Beránek | -3/+5 |
| 2025-06-09 | stabilize nonnull_provenance | Ralf Jung | -6/+4 |
| 2025-06-09 | add `Cargo.lock` to CI-rustc allowed list for non-CI env | onur-ozkan | -21/+34 |
| 2025-06-09 | Remove rustc_feature::Stability | mejrs | -106/+5 |
| 2025-06-09 | refactor `AttributeGate` and `rustc_attr!` to emit notes during feature chec... | mejrs | -195/+274 |
| 2025-06-09 | Make `since` of removed features the version removed and fill `pull` | xizheyin | -87/+88 |
| 2025-06-09 | Note the version and PR of removed features when using it | xizheyin | -21/+71 |
| 2025-06-09 | Add ui test removed-features-note-version-and-pr-issue-141619 | xizheyin | -0/+23 |