| Age | Commit message (Expand) | Author | Lines |
| 2024-05-24 | Add cwd to CargoRunnable | roife | -0/+14 |
| 2024-05-23 | Auto merge of #17287 - Veykril:sysroot-encode-empty, r=Veykril | bors | -361/+277 |
| 2024-05-23 | Allow sysroots to only consist of the source root dir | Lukas Wirth | -361/+277 |
| 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 | -1/+43 |
| 2024-05-23 | Update crates/hir-ty/src/infer/expr.rs | Lukas Wirth | -0/+1 |
| 2024-05-23 | Auto merge of #17140 - harrysarson:harry-unused-self, r=Veykril | bors | -2/+53 |
| 2024-05-22 | Fix: clippy | Jonathan Kelley | -1/+1 |
| 2024-05-22 | Allow searching with prefix | Jonathan Kelley | -1/+6 |
| 2024-05-22 | Feat: hide double underscored symbols from symbol search | Jonathan Kelley | -1/+32 |
| 2024-05-22 | Auto merge of #17270 - davidbarsky:david/fix-completions-from-associated-type... | bors | -2/+53 |
| 2024-05-22 | fix: ensure implied bounds from associated types are considered in autocomplete | David Barsky | -2/+53 |
| 2024-05-22 | Auto merge of #17251 - roife:fix-issue-17057, r=Veykril | bors | -6/+71 |
| 2024-05-22 | Simplify | Lukas Wirth | -16/+11 |
| 2024-05-22 | internal: refactor `prefer_no_std`/`prefer_prelude` bools into a struct | David Barsky | -351/+304 |
| 2024-05-23 | fix: check pseudo-block by local_id instead of ModuleOrigin | roife | -5/+3 |
| 2024-05-22 | Auto merge of #17277 - Veykril:find-path-fixes, r=Veykril | bors | -346/+647 |
| 2024-05-22 | Auto merge of #17279 - Veykril:format_args-escape, r=Veykril | bors | -6/+18 |
| 2024-05-22 | fix: Fix format_args lowering passing incorrect parameters to rustc_parse_format | Lukas Wirth | -6/+18 |
| 2024-05-22 | Auto merge of #17248 - mladedav:dm/delay-clear, r=Veykril | bors | -1/+10 |
| 2024-05-22 | Auto merge of #17268 - Veykril:signatures, r=Veykril | bors | -226/+388 |
| 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 |