| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-03 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-03 | fix: Cycle handlers for `HirDatabase::infer, const_param_ty_with_diagnostics | Shoyu Vanilla | -7/+72 |
| 2025-06-02 | feat: implement completion for diagnostic module | Ryan Mehri | -17/+175 |
| 2025-06-03 | Overhaul `UsePath`. | Nicholas Nethercote | -26/+29 |
| 2025-06-02 | simplify expression that checks the offset | BazookaMusic | -36/+30 |
| 2025-06-02 | fix: don't duplicate must_use for functions and traits | Ryan Mehri | -2/+2 |
| 2025-06-02 | Clarify why we are talking about a failed const eval at a random place | Oli Scherer | -4/+4 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -12/+12 |
| 2025-06-02 | Support derive-macros for rename prefix magic | Lukas Wirth | -117/+211 |
| 2025-06-02 | fix: Fix edition handling for names in rename logic | Lukas Wirth | -115/+161 |
| 2025-06-02 | Enhance renaming to include identifiers that are generated from the original ... | Lukas Wirth | -44/+251 |
| 2025-06-02 | Auto merge of #141814 - flip1995:clippy-subtree-update, r=Manishearth | bors | -671/+1995 |
| 2025-06-02 | internal: Use 'ProjectJson' consistently | Wilfred Hughes | -5/+5 |
| 2025-06-02 | Merge pull request #19897 from aibaars/patch-2 | Lukas Wirth | -21/+69 |
| 2025-06-02 | Auto merge of #119899 - onur-ozkan:redesign-stage0-std, r=albertlarsan68,jiey... | bors | -3/+26 |
| 2025-06-02 | Invert the sense of `is_not_macro_export`. | Nicholas Nethercote | -5/+5 |
| 2025-06-01 | Auto merge of #141869 - GuillaumeGomez:rollup-vicg807, r=GuillaumeGomez | bors | -5/+17 |
| 2025-06-01 | Rollup merge of #141789 - ferrocene:hoverbear/exclude-cargo-home-from-in-tree... | Guillaume Gomez | -5/+17 |
| 2025-06-01 | tweak comment and use a weaker fence | Ralf Jung | -1/+4 |
| 2025-06-01 | Make sure to sync on file-io.rs tokio test | Noratrieb | -0/+1 |
| 2025-06-01 | Fix tokio/file-io.rs test relying on `read`/`write` not being short | Noratrieb | -3/+3 |
| 2025-06-01 | Merge from rustc | The Miri Cronjob Bot | -94/+31 |
| 2025-06-01 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-01 | clippy and more formatting | BazookaMusic | -9/+4 |
| 2025-06-01 | rename function so it makes more sense | BazookaMusic | -5/+5 |
| 2025-06-01 | Formatting issues resolved | BazookaMusic | -13/+18 |
| 2025-06-01 | add missing public keyword | BazookaMusic | -1/+1 |
| 2025-06-01 | Allow assist edit for converting structs to appear also on struct keyword and... | BazookaMusic | -6/+192 |
| 2025-06-01 | Rollup merge of #141521 - ruancomelli:const-float-rounding, r=RalfJung | Jacob Pratt | -61/+0 |
| 2025-06-01 | Rollup merge of #141072 - Rynibami:stabilize-const-result-flatten, r=jhpratt | Jacob Pratt | -12/+10 |
| 2025-05-31 | Add const support for float rounding methods | Ruan Comelli | -61/+0 |
| 2025-05-31 | Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-dead | Matthias Krüger | -21/+21 |
| 2025-05-31 | Merge pull request #19900 from Veykril/push-zurosouxqxzz | Lukas Wirth | -2/+2 |
| 2025-05-31 | fix: Fix manual not containing diagnostics documentation | Lukas Wirth | -2/+2 |
| 2025-05-31 | Merge commit '57cbadd68ac473bc50453f6b1320a02b68115f12' | Philipp Krones | -671/+1995 |
| 2025-05-31 | Account for `Generate` actions when filtering the allowed ones | Kirill Bulatov | -0/+1 |
| 2025-05-31 | Merge pull request #4361 from nia-e/remove-oopsie | Ralf Jung | -46/+0 |
| 2025-05-31 | accidentally committed file | Nia Espera | -46/+0 |
| 2025-05-31 | Merge pull request #19898 from Veykril/push-ykumpuwmuvmu | Lukas Wirth | -19/+8 |
| 2025-05-31 | refactor: Remove unncessary duplication in highlight_related | Lukas Wirth | -19/+8 |
| 2025-05-31 | Merge from rustc | The Miri Cronjob Bot | -7/+141 |