| Age | Commit message (Expand) | Author | Lines |
| 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-17 | Correct Neovim 0.10 inlay hints config example | Adam Szkoda | -1/+1 |
| 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 |
| 2024-05-12 | fix: extract mod to file should respect path attribute | Young-Flash | -3/+12 |
| 2024-05-09 | Auto merge of #17208 - Wilfred:log_error_from_threads, r=Veykril | bors | -2/+8 |
| 2024-05-08 | fix: Report both IO errors and main_loop errors | Wilfred Hughes | -2/+8 |
| 2024-05-08 | fix: Report all LSP protocol errors with invalid_data | Wilfred Hughes | -10/+18 |
| 2024-05-08 | Make term search fuel configurable | Tavo Annus | -9/+56 |
| 2024-05-07 | Use unit of work as fuel instead of time | Tavo Annus | -42/+48 |
| 2024-05-07 | Auto merge of #17192 - roife:fix-issue-17179, r=lnicola | bors | -1/+46 |
| 2024-05-06 | Add time based fuel to term search | Tavo Annus | -8/+36 |
| 2024-05-06 | Collapse term search exprs before Cartesian product to avoid OOM | Tavo Annus | -20/+43 |
| 2024-05-06 | Refactor float `Primitive`s to a separate `Float` type | beetrees | -6/+6 |
| 2024-05-06 | Implement unsafe attribute parsing | Lukas Wirth | -11/+534 |
| 2024-05-06 | Fix source_range for INT_NUMBER in completion | roife | -1/+46 |