| Age | Commit message (Expand) | Author | Lines |
| 2024-05-23 | Auto merge of #17287 - Veykril:sysroot-encode-empty, r=Veykril | bors | -353/+276 |
| 2024-05-23 | Allow sysroots to only consist of the source root dir | Lukas Wirth | -353/+276 |
| 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 | Merge from rust-lang/rust | Laurențiu Nicola | -11/+10 |
| 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 | 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-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 | -3/+6 |
| 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 | -3/+6 |
| 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 |