| Age | Commit message (Expand) | Author | Lines |
| 2024-05-22 | Update assists test fixtures | Lukas Wirth | -29/+18 |
| 2024-05-22 | expectify find_path tests | Lukas Wirth | -184/+447 |
| 2024-05-22 | fix: Fix general find-path inconsistencies | Lukas Wirth | -193/+242 |
| 2024-05-21 | test: add tests for extern preludes resolving in local mods | roife | -0/+62 |
| 2024-05-19 | Bump rustc crates | Laurențiu Nicola | -15/+38 |
| 2024-05-19 | Merge from rust-lang/rust | Laurențiu Nicola | -11/+10 |
| 2024-05-19 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -0/+1 |
| 2024-05-18 | Show fn traits in signature info for trait implementors | Lukas Wirth | -68/+196 |
| 2024-05-18 | Enable linked locations for closure param inlay hints | Lukas Wirth | -10/+5 |
| 2024-05-18 | Render closure fn trait kind in siganture help | Lukas Wirth | -27/+79 |
| 2024-05-18 | Allow hir::Param to refer to other entity params aside from functions | Lukas Wirth | -118/+114 |
| 2024-05-18 | Update builtin tool list | Lukas Wirth | -25/+16 |
| 2024-05-18 | implement assist to switch between doc and normal comments | Luuk Wester | -0/+662 |
| 2024-05-17 | fix: resolve extern prelude for local mods in block modules | roife | -7/+12 |
| 2024-05-17 | Correct Neovim 0.10 inlay hints config example | Adam Szkoda | -1/+1 |
| 2024-05-17 | Clear diagnostics only after new ones were received | David Mládek | -1/+10 |
| 2024-05-16 | Auto merge of #17243 - Veykril:static-lt-hir, r=Veykril | bors | -40/+70 |
| 2024-05-16 | internal: Add StaticLifetime to hir API | Lukas Wirth | -40/+70 |
| 2024-05-15 | Fix typos | blyxyas | -5/+5 |
| 2024-05-15 | Use actions/cache again in metrics CI | Lukas Wirth | -11/+15 |
| 2024-05-15 | Auto merge of #17239 - Veykril:metrics-caching, r=Veykril | bors | -3/+3 |
| 2024-05-15 | Key ignoring the job-id in metrics cache | Lukas Wirth | -3/+3 |
| 2024-05-15 | Auto merge of #17238 - Veykril:metrics-caching, r=Veykril | bors | -17/+13 |
| 2024-05-15 | Fix metrics workflow not actually updating the toolchain | Lukas Wirth | -17/+13 |
| 2024-05-15 | Auto merge of #17235 - Veykril:metrics-caching, r=Veykril | bors | -31/+14 |
| 2024-05-15 | Bump Swatinem/rust-cache | Lukas Wirth | -2/+2 |
| 2024-05-15 | Use Swatinem/rust-cache for metrics CI | Lukas Wirth | -29/+12 |
| 2024-05-14 | Auto merge of #17232 - Veykril:build-scripts-keep-going, r=Veykril | bors | -9/+16 |
| 2024-05-14 | fix: Don't emit --keep-going for custom build script commands | Lukas Wirth | -9/+16 |
| 2024-05-14 | Auto merge of #17216 - Young-Flash:mod_with_path, r=Veykril | bors | -3/+78 |
| 2024-05-14 | Auto merge of #17227 - Veykril:build-deps-changed-hashes, r=Veykril | bors | -97/+94 |
| 2024-05-14 | internal: Sort computed runnables | Lukas Wirth | -20/+34 |
| 2024-05-14 | Hash file contents to verify whether file actually changed | Lukas Wirth | -94/+75 |
| 2024-05-14 | Auto merge of #17225 - Veykril:expand-macro-interlocked, r=Veykril | bors | -27/+15 |
| 2024-05-14 | Track hashes for file contents | Lukas Wirth | -12/+28 |
| 2024-05-14 | Auto merge of #17224 - Veykril:lock-bump, r=Veykril | bors | -143/+169 |
| 2024-05-14 | Expand macro recursively expands both fp-like and attribute macros intertwined | Lukas Wirth | -27/+15 |
| 2024-05-14 | Bump Cargo.lock | Lukas Wirth | -143/+169 |
| 2024-05-13 | Auto merge of #17221 - Veykril:lazier-validation, r=Veykril | bors | -140/+151 |
| 2024-05-13 | `parse_macro_expansion_error` almost never contains values so `Option` it | Lukas Wirth | -8/+14 |
| 2024-05-13 | Push macro-parsing error calculation out of fundamental queries | Lukas Wirth | -140/+145 |
| 2024-05-13 | Auto merge of #17220 - Veykril:hov-lit, r=Veykril | bors | -171/+262 |
| 2024-05-13 | Don't render multi-line literal values | Lukas Wirth | -1/+29 |
| 2024-05-13 | Render literal escaping errors in hovers | Lukas Wirth | -79/+68 |
| 2024-05-13 | Auto merge of #17203 - kilpkonn:collapse_terms, r=Veykril | bors | -37/+141 |
| 2024-05-13 | Fix literal hovers being confusing and wrong for floats | Lukas Wirth | -97/+171 |
| 2024-05-13 | Auto merge of #17188 - szabgab:patch-1, r=Veykril | bors | -1/+2 |
| 2024-05-13 | Auto merge of #17187 - roife:fix-issue-17185, r=Veykril | bors | -46/+48 |
| 2024-05-13 | Auto merge of #17195 - Veykril:unsafe-attr, r=Veykril | bors | -11/+534 |
| 2024-05-12 | test: add test case extract_with_specified_path_attr | Young-Flash | -0/+66 |