| Age | Commit message (Expand) | Author | Lines |
| 2024-06-20 | Invert matching on builtin macros in expand_allowed_builtins | Lukas Wirth | -4/+4 |
| 2024-06-19 | updated tests | Ishan Jain | -17/+14 |
| 2024-06-19 | Auto merge of #17426 - roife:fix-issue-17420, r=Veykril | bors | -1/+21 |
| 2024-06-16 | docs: document omission heuristics for parameter inlay hints | Lunaphied | -0/+17 |
| 2024-06-15 | fix: handle character boundaries for wide chars in extend_selection | roife | -1/+21 |
| 2024-06-15 | Created expand_allowed_builtins, updated expand_macro to call this function | Ishan Jain | -3/+4 |
| 2024-06-14 | added tests | Ishan Jain | -0/+26 |
| 2024-06-11 | Auto merge of #17394 - Veykril:recurse-fix, r=Veykril | bors | -0/+21 |
| 2024-06-11 | fix: Fix `HirDisplay` stackoverflow for parameter Self defaults | Lukas Wirth | -0/+21 |
| 2024-06-11 | feat: add hover config for showing container bounds | roife | -0/+1 |
| 2024-06-11 | Auto merge of #17374 - Veykril:configs, r=Veykril | bors | -13/+8 |
| 2024-06-11 | Simplify some config serialization stuff | Lukas Wirth | -12/+7 |
| 2024-06-10 | Thread more HasSource::source calls through Semantics for caching | Lukas Wirth | -13/+12 |
| 2024-06-09 | Allow choosing logical cores for num threads config | Lukas Wirth | -1/+1 |
| 2024-06-07 | fix: Fix renaming imports of foreign items touching foreign sources | Lukas Wirth | -11/+30 |
| 2024-06-07 | Auto merge of #17058 - alibektas:13529/ratoml, r=Veykril | bors | -1/+8 |
| 2024-06-06 | chore: Prefer tracing span shorthand macros | Wilfred Hughes | -5/+5 |
| 2024-06-06 | fix: incorrect formatting of hover actions | roife | -1/+1 |
| 2024-06-06 | Auto merge of #17352 - roife:fix-issue-17338, r=Veykril | bors | -0/+24 |
| 2024-06-06 | test: add regression test for prelude shadowing in block modules | roife | -0/+24 |
| 2024-06-05 | Apply suggested changes | Ali Bektas | -1/+8 |
| 2024-06-04 | Use dyn cache for Semantics macro resolution | Lukas Wirth | -11/+16 |
| 2024-06-04 | Auto merge of #17282 - jkelleyrtp:jk/filter-by-underscorte, r=Veykril | bors | -0/+22 |
| 2024-06-04 | Recognize `__` prefixes for symbol search query | Lukas Wirth | -4/+5 |
| 2024-06-03 | Auto merge of #17315 - hamirmahal:style/simplify-string-interpolation, r=Veykril | bors | -2/+2 |
| 2024-05-31 | docs: Missing word typo | Luke Franceschini | -1/+1 |
| 2024-05-30 | style: simplify string interpolation | Hamir Mahal | -2/+2 |
| 2024-05-25 | Avoid clone when constructing runnable label. | Mathew Horner | -1/+1 |
| 2024-05-23 | Auto merge of #17284 - Veykril:doc-links, r=Veykril | bors | -3/+7 |
| 2024-05-23 | Use correct toolchain channel when generating builtin type doc links | Lukas Wirth | -3/+7 |
| 2024-05-23 | Auto merge of #17174 - Kohei316:fix-infer-async-block-with-tail-return-expr, ... | bors | -0/+26 |
| 2024-05-22 | Feat: hide double underscored symbols from symbol search | Jonathan Kelley | -0/+21 |
| 2024-05-18 | Show fn traits in signature info for trait implementors | Lukas Wirth | -15/+95 |
| 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 | -5/+36 |
| 2024-05-18 | Allow hir::Param to refer to other entity params aside from functions | Lukas Wirth | -30/+30 |
| 2024-05-16 | internal: Add StaticLifetime to hir API | Lukas Wirth | -32/+43 |
| 2024-05-14 | internal: Sort computed runnables | Lukas Wirth | -20/+34 |
| 2024-05-14 | Auto merge of #17225 - Veykril:expand-macro-interlocked, r=Veykril | bors | -27/+15 |
| 2024-05-14 | Expand macro recursively expands both fp-like and attribute macros intertwined | Lukas Wirth | -27/+15 |
| 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 | -12/+12 |
| 2024-05-13 | Fix literal hovers being confusing and wrong for floats | Lukas Wirth | -97/+157 |
| 2024-05-06 | Implement unsafe attribute parsing | Lukas Wirth | -5/+9 |
| 2024-04-30 | fix: Tracing span names should match function names | Wilfred Hughes | -1/+1 |
| 2024-04-30 | Fix coercion of async block | morine0122 | -0/+26 |
| 2024-04-25 | Auto merge of #17134 - Veykril:lt-err-display, r=Veykril | bors | -1/+20 |
| 2024-04-25 | Auto merge of #17021 - roife:add-hover-limits-for-adts, r=Veykril | bors | -34/+443 |
| 2024-04-25 | Add inlay hints lifetime arg tests | Lukas Wirth | -1/+20 |
| 2024-04-21 | Auto merge of #16938 - Nilstrieb:dont-panic-tests, r=Veykril | bors | -7/+7 |