| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-05-31 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-31 | Auto merge of #141796 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-05-30 | Update cargo | Weihang Lo | -0/+0 |
| 2025-05-30 | Update expected test output | Arthur Baars | -21/+60 |
| 2025-05-30 | Run 'cargo codegen' to update tests | Arthur Baars | -0/+5 |
| 2025-05-30 | Add test for closure_binder | Arthur Baars | -0/+2 |
| 2025-05-30 | Rollup merge of #140825 - rs-sac:ext, r=workingjubilee | Jubilee | -1/+1 |
| 2025-05-30 | Produce ClosureBinder node in atom.rs | Arthur Baars | -0/+2 |
| 2025-05-30 | internal: Restructure some semantics APIs for virtual macro files | Lukas Wirth | -79/+185 |