| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-04-30 | braces around {self} in UseTree are not unnecessary | Harry Sarson | -2/+53 |
| 2024-04-30 | Auto merge of #17160 - dfireBird:fix_impl_trait, r=Veykril | bors | -17/+102 |
| 2024-04-30 | Use `RefCell::take` | Lukas Wirth | -1/+1 |
| 2024-04-30 | Auto merge of #17138 - Kohei316:generate-function-assist-for-new, r=Veykril | bors | -26/+270 |
| 2024-04-30 | Fix coercion of async block | morine0122 | -1/+42 |
| 2024-04-30 | Make generate function assist generate a function as a constructor if the nam... | morine0122 | -0/+492346 |
| 2024-04-30 | discard when the path is invalid utf8 symbol. | Yu Zeng | -1/+1 |
| 2024-04-29 | implement creating generics for impl traits in associated types | dfireBird | -17/+102 |
| 2024-04-29 | Auto merge of #17144 - cbiffle:patch-1, r=Veykril | bors | -2/+0 |
| 2024-04-29 | Auto merge of #17157 - Veykril:retry, r=Veykril | bors | -139/+131 |
| 2024-04-29 | Retry inlay hint requests | Lukas Wirth | -2/+6 |
| 2024-04-28 | Work around completion retrying not fixing up offsets | Lukas Wirth | -10/+11 |
| 2024-04-28 | Don't retry position relient requests and version resolve data | Lukas Wirth | -129/+116 |
| 2024-04-27 | Auto merge of #17153 - Veykril:doc-comment-desugaring, r=Veykril | bors | -52/+228 |
| 2024-04-27 | fix: Fix doc comment desugaring for proc-macros | Lukas Wirth | -52/+228 |
| 2024-04-27 | Auto merge of #17151 - Veykril:fix-cfg-trait-params, r=Veykril | bors | -212/+250 |
| 2024-04-27 | fix: Fix attributes on generic parameters colliding in item tree | Lukas Wirth | -212/+250 |
| 2024-04-27 | Auto merge of #17150 - RalfJung:josh-pull, r=lnicola | bors | -1/+13 |
| 2024-04-27 | empty rust-version file, since no pull has happened yet | Ralf Jung | -1/+0 |
| 2024-04-27 | add no-new-root check to josh pull | Ralf Jung | -0/+13 |
| 2024-04-26 | fix: Fix source roots not always being created when necessary | Lukas Wirth | -28/+13 |
| 2024-04-26 | manual: remove suggestion of rust-project.json example | Cliff L. Biffle | -2/+0 |