| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-05-05 | fix lifetime bound var index in dyn trait | dfireBird | -5/+25 |
| 2024-05-05 | tests: update test in assist apply_demorgan | roife | -10/+8 |
| 2024-05-05 | use the repository field to link to the repository | Gábor Szabó | -1/+2 |
| 2024-05-05 | fix: keep parentheses when the precedence of inner expr is lower than the out... | roife | -36/+40 |
| 2024-05-03 | Bump peaceiris/actions-gh-pages | Laurențiu Nicola | -1/+1 |
| 2024-05-02 | Fix Run lens showing when lenses are disabled | hermannm | -1/+1 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -1/+0 |
| 2024-05-02 | Auto merge of #17176 - Veykril:fix-implicit-ty-args, r=Veykril | bors | -4/+33 |
| 2024-05-02 | Fix impl trait params not being counted properly | Lukas Wirth | -4/+33 |
| 2024-05-02 | Auto merge of #17175 - Veykril:fix-implicit-ty-args, r=Veykril | bors | -120/+116 |
| 2024-05-02 | fix: Fix implicit ty args being lowered where they shouldn't | Lukas Wirth | -120/+116 |
| 2024-05-02 | fix: Correctly handle `no_core`/`no_std` for preludes | Lukas Wirth | -71/+120 |
| 2024-05-01 | Update rust-analyzer to use windows-sys crate | Kenny Kerr | -10/+9 |
| 2024-04-30 | Auto merge of #17148 - Wilfred:span_names, r=Veykril | bors | -31/+31 |
| 2024-04-30 | fix: Tracing span names should match function names | Wilfred Hughes | -31/+31 |
| 2024-04-30 | docs: Fix typo in VS Code setting description | Wilfred Hughes | -3/+3 |