| Age | Commit message (Expand) | Author | Lines |
| 2025-06-05 | jsondocck: Explain what `KNOWN_DIRECTIVE_NAMES` is doing | Alona Enraght-Moony | -1/+1 |
| 2025-06-05 | Rollup merge of #140638 - RalfJung:unsafe-pinned-shared-aliased, r=workingjub... | Matthias Krüger | -0/+131 |
| 2025-06-05 | Stabilize `const_eq_ignore_ascii_case` | Paolo Barbolini | -14/+0 |
| 2025-06-05 | Merge pull request #19928 from Veykril/push-kznpuqllrvvq | Lukas Wirth | -297/+160 |
| 2025-06-05 | Deduplicate code in proc-macro-srv | Lukas Wirth | -297/+160 |
| 2025-06-05 | Merge from rustc | The Miri Cronjob Bot | -5/+4 |
| 2025-06-05 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-04 | add qualifiers to attribute completions | Ryan Mehri | -14/+30 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -45/+54 |
| 2025-06-04 | Introduce the `mismatched_lifetime_syntaxes` lint | Jake Goulding | -2/+2 |
| 2025-06-04 | Rollup merge of #141570 - chenyukang:yukang-fix-eq_unspanned, r=workingjubilee | Matthias Krüger | -1/+3 |
| 2025-06-04 | match on segments of path and some small cleanup | Ryan Mehri | -23/+14 |
| 2025-06-04 | refactor: Cleanup descension stuff | Lukas Wirth | -35/+46 |
| 2025-06-04 | Merge pull request #19922 from Veykril/push-oxyomxrsplpx | Lukas Wirth | -217/+405 |
| 2025-06-04 | feat: Add `dyn` keyword inlay hints | Lukas Wirth | -2/+142 |
| 2025-06-04 | Give path segment type anchors their own grammar rule | Lukas Wirth | -158/+223 |
| 2025-06-04 | Remove unnecessary parameters in inlay-hint computation | Lukas Wirth | -58/+41 |
| 2025-06-04 | Merge pull request #4372 from nia-e/multiple-native-libs | Oli Scherer | -57/+70 |
| 2025-06-04 | Merge pull request #19913 from rust-lang/dependabot/npm_and_yarn/editors/code... | Laurențiu Nicola | -3/+3 |
| 2025-06-04 | Merge pull request #19914 from davidbarsky/davidbarsky/add-some-additional-in... | Lukas Wirth | -0/+253 |
| 2025-06-04 | ci: Pin `cargo-workspaces` version to `0.3.6`, again | Shoyu Vanilla | -2/+2 |
| 2025-06-04 | fix: Typo mistake in autopublish workflow | Shoyu Vanilla (Flint) | -1/+1 |
| 2025-06-04 | Rollup merge of #141871 - nia-e:fix-bitset, r=eholk | Matthias Krüger | -4/+1 |
| 2025-06-04 | ci: When autopublishing, remove `xtask` from workspace | Shoyu Vanilla (Flint) | -3/+3 |
| 2025-06-04 | Merge from rustc | The Miri Cronjob Bot | -667/+3459 |
| 2025-06-04 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-04 | Merge pull request #19915 from ShoyuVanilla/publish-libs-crash | Laurențiu Nicola | -1/+1 |
| 2025-06-03 | Auto merge of #141984 - matthiaskrgr:rollup-wy6j9ca, r=matthiaskrgr | bors | -339/+388 |
| 2025-06-04 | index: add method for checking range on DenseBitSet | Nia Espera | -4/+1 |
| 2025-06-03 | Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJung | Matthias Krüger | -12/+12 |
| 2025-06-03 | Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3 | Matthias Krüger | -327/+354 |
| 2025-06-03 | native-lib: allow multiple libraries and/or dirs | Nia Espera | -57/+70 |
| 2025-06-03 | Auto merge of #141229 - tgross35:builtins-josh-subtree, r=Kobzol | bors | -0/+2 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -0/+22 |
| 2025-06-03 | hir-ty: add incremental tests checking for `infer` invalidation | David Barsky | -0/+253 |
| 2025-06-03 | Enable Float non-determinism in miri. Update and add tests and change | LorrensP-2158466 | -62/+327 |
| 2025-06-03 | miri: sed to CanonAbi | Jubilee Young | -327/+354 |
| 2025-06-03 | Remove uses of `stdarch_x86_avx512` | sayantn | -6/+0 |
| 2025-06-04 | ci: Pin `cargo-workspaces` to `0.3.6` | Shoyu Vanilla | -1/+1 |
| 2025-06-03 | Auto merge of #141954 - matthiaskrgr:rollup-zptd6t9, r=matthiaskrgr | bors | -299/+3037 |
| 2025-06-03 | Rollup merge of #141949 - onur-ozkan:move-test-float-parse, r=Kobzol | Matthias Krüger | -1/+2396 |
| 2025-06-03 | Rollup merge of #141881 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -298/+641 |
| 2025-06-03 | chore(deps): bump tar-fs from 2.1.2 to 2.1.3 in /editors/code | dependabot[bot] | -3/+3 |
| 2025-06-03 | move `test-float-parse` tool into `src/tools` dir | onur-ozkan | -1/+2396 |
| 2025-06-03 | Merge pull request #19869 from MatrixFrog/publicize_field | Lukas Wirth | -182/+138 |
| 2025-06-03 | Merge pull request #19894 from ShoyuVanilla/some-query-cycles | Lukas Wirth | -7/+72 |
| 2025-06-03 | Merge pull request #19901 from BazookaMusic/master | Lukas Wirth | -12/+192 |
| 2025-06-02 | Add a quickfix for accessing a private field of a struct | Tyler Breisacher | -182/+138 |
| 2025-06-03 | Rollup merge of #141741 - nnethercote:overhaul-UsePath, r=petrochenkov | Matthias Krüger | -29/+32 |
| 2025-06-03 | Merge from rustc | The Miri Cronjob Bot | -679/+2038 |