| Age | Commit message (Expand) | Author | Lines |
| 2025-06-11 | Update dependencies in `library/Cargo.lock` | Trevor Gross | -32/+22 |
| 2025-06-11 | compiler: Avoid reporting unsupported_calling_conventions in deps | Jubilee Young | -1/+1 |
| 2025-06-11 | consistently rename (old) attribute groups | Jana Dönszelmann | -12/+14 |
| 2025-06-11 | document attribute parsers better | Jana Dönszelmann | -0/+9 |
| 2025-06-12 | Fix FP of `identity_op` when encountering `Default::default()` | relaxcn | -5/+114 |
| 2025-06-11 | Fix Debug for Location. | Mara Bos | -1/+12 |
| 2025-06-11 | hir-ty: test (the absence of) incremental trait solving | David Barsky | -1/+87 |
| 2025-06-11 | cleaned up some tests | Kivooeo | -78/+76 |
| 2025-06-11 | Add expectation for `{` when parsing lone coroutine qualifiers | Lukas Wirth | -32/+38 |
| 2025-06-11 | Auto merge of #142344 - Kobzol:revert-142232, r=RalfJung | bors | -34/+21 |
| 2025-06-11 | stabilize gai | Boxy | -11/+10 |
| 2025-06-11 | stabilize gai | Boxy | -377/+116 |
| 2025-06-11 | Fixes to compile with latest Rust nightly | Amanieu d'Antras | -5/+3 |
| 2025-06-11 | cleaned up some tests | Kivooeo | -144/+102 |
| 2025-06-11 | Do not warn on `rust.incremental` when using download CI rustc | Jakub Beránek | -2/+1 |
| 2025-06-11 | faster fmt::Display of 128-bit integers, without unsafe pointer | Pascal S. de Kloe | -152/+128 |
| 2025-06-11 | Rollup merge of #142328 - sorairolake:feature/uint-bit-width, r=tgross35 | Matthias Krüger | -0/+33 |
| 2025-06-11 | Rollup merge of #142324 - scottmcm:less-functioncx, r=workingjubilee | Matthias Krüger | -96/+94 |
| 2025-06-11 | Rollup merge of #142306 - compiler-errors:nit-reveal-param-env-query, r=lcnr | Matthias Krüger | -11/+7 |
| 2025-06-11 | Rollup merge of #142298 - jieyouxu:loongarch-maintainer-list, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2025-06-11 | Rollup merge of #142297 - jieyouxu:needs-target-std, r=Kobzol | Matthias Krüger | -25/+37 |
| 2025-06-11 | Rollup merge of #142282 - Kobzol:citool-skip-tests, r=marcoieni | Matthias Krüger | -1/+7 |
| 2025-06-11 | Rollup merge of #142272 - workingjubilee:change-some-abi-tests, r=aDotInTheVoid | Matthias Krüger | -28/+42 |
| 2025-06-11 | Rollup merge of #142042 - estebank:explicit-lifetime-verbose-suggestion, r=co... | Matthias Krüger | -71/+143 |
| 2025-06-11 | Rollup merge of #141967 - jieyouxu:bootstrap-backports, r=Kobzol | Matthias Krüger | -0/+35 |
| 2025-06-11 | Auto merge of #141763 - lcnr:fixme-gamer, r=BoxyUwU | bors | -40/+68 |
| 2025-06-11 | Update extracted-doctest feature documentation | Guillaume Gomez | -5/+20 |
| 2025-06-11 | put flag check at the end of command chain in mingw-check-2 | bit-aloo | -4/+5 |
| 2025-06-11 | Fix enter_trace_span!() using wrong $crate paths | Stypox | -2/+2 |
| 2025-06-11 | move fast reject into inner | lcnr | -3/+4 |
| 2025-06-11 | Merge pull request #19973 from Veykril/push-ppltxvqvqmkk | Lukas Wirth | -3/+9 |
| 2025-06-11 | fix: Hide dyn inlay hints for incomplete `impl`s | Lukas Wirth | -3/+9 |
| 2025-06-11 | Use closure to allow passing custom tracing layers | Stypox | -13/+29 |
| 2025-06-11 | Allow initializing logger with additional tracing Layer | Stypox | -3/+26 |
| 2025-06-11 | add comment over ci change | bit-aloo | -1/+3 |
| 2025-06-11 | add tracing flag in bootstrap check cmd in mingw-check-2 ci workflow | bit-aloo | -1/+1 |
| 2025-06-11 | Revert "add `Cargo.lock` to CI-rustc allowed list for non-CI env" | Jakub Beránek | -34/+21 |
| 2025-06-11 | Merge pull request #4384 from RalfJung/diag-no-repeat | Oli Scherer | -874/+727 |
| 2025-06-11 | remove myself from the project | onur-ozkan | -3/+2 |
| 2025-06-11 | add trace_cmd import in tracing feature in execution context | bit-aloo | -0/+2 |
| 2025-06-11 | Auto merge of #141942 - ShoyuVanilla:smir-repr, r=oli-obk | bors | -6/+132 |
| 2025-06-11 | compiler: Update all targets to the new c_int_width type | Jubilee Young | -7/+7 |
| 2025-06-11 | compiler: Change c_int_width to be an integer type | Jubilee Young | -19/+17 |
| 2025-06-11 | miri: we can use apfloat's mul_add now | Ralf Jung | -10/+6 |
| 2025-06-11 | miri: add flag to suppress float non-determinism | Ralf Jung | -4/+31 |
| 2025-06-11 | Merge pull request #19970 from ChayimFriedman2/proc-macro-srv-minus | Lukas Wirth | -31/+26 |
| 2025-06-11 | bump apfloat dependency | Ralf Jung | -2/+2 |
| 2025-06-11 | Remove useless and wrong std crates special casing when un-remap sysroot | Urgau | -28/+1 |
| 2025-06-11 | Merge pull request #2463 from rust-lang/tshepang-patch-1 | Tshepang Mbambo | -1/+1 |
| 2025-06-11 | that was phrased like a separate sentence | Tshepang Mbambo | -1/+1 |