| Age | Commit message (Expand) | Author | Lines |
| 2024-06-30 | Auto merge of #17518 - Veykril:expr-scopes-mac, r=Veykril | bors | -108/+198 |
| 2024-06-30 | Simplify | Lukas Wirth | -53/+62 |
| 2024-06-30 | Fix expression scope calculation when within macro expansions | Lukas Wirth | -33/+99 |
| 2024-06-30 | Simplify unresolved proc-macro handling | Lukas Wirth | -29/+44 |
| 2024-06-30 | Auto merge of #17513 - roife:fix-issue-17500, r=Veykril | bors | -8/+48 |
| 2024-06-29 | fix: completions after async kw | roife | -8/+48 |
| 2024-06-28 | Auto merge of #17505 - ShoyuVanilla:issue-17199, r=Veykril | bors | -31/+38 |
| 2024-06-27 | Use proper `ImplTraits` in `insert_inference_vars_for_impl_trait` | Shoyu Vanilla | -31/+19 |
| 2024-06-27 | Add a regression test for issue 17199 that causes stack overflow | Shoyu Vanilla | -0/+19 |
| 2024-06-27 | Auto merge of #17501 - rust-lang:triagebot, r=Veykril | bors | -0/+1 |
| 2024-06-27 | Update triagebot.toml | Lukas Wirth | -0/+1 |
| 2024-06-26 | Auto merge of #17496 - lnicola:bump-actions, r=lnicola | bors | -11/+11 |
| 2024-06-25 | Bump actions/download-artifact and upload-artifact | Laurențiu Nicola | -11/+11 |
| 2024-06-24 | Auto merge of #17489 - Veykril:tt-iter, r=Veykril | bors | -319/+332 |
| 2024-06-24 | move tt-iter into tt crate | Lukas Wirth | -319/+332 |
| 2024-06-24 | Auto merge of #17488 - alibektas:17485/duplicate_snippets, r=alibektas | bors | -0/+3 |
| 2024-06-24 | Apply minor changes | Ali Bektas | -1/+1 |
| 2024-06-24 | minor : Fix duplicate snippets showing up on hover. | Ali Bektas | -0/+3 |
| 2024-06-24 | Auto merge of #17487 - Veykril:ty-perf-stuff, r=Veykril | bors | -260/+340 |
| 2024-06-24 | Fix term_search filtering enum variant generics incorrectly | Lukas Wirth | -5/+5 |
| 2024-06-24 | Auto merge of #17471 - davidsemakula:fix-remove-parenthesis, r=Veykril | bors | -0/+37 |
| 2024-06-24 | Auto merge of #17411 - Wilfred:clearer_unlinked_file, r=Veykril | bors | -3/+6 |
| 2024-06-24 | Shrink mbe's Op | Lukas Wirth | -29/+55 |
| 2024-06-24 | Intern ModPath within RawVisibility | Lukas Wirth | -20/+31 |
| 2024-06-24 | Save a bit on empty item trees by deduplicating them | Lukas Wirth | -43/+76 |
| 2024-06-24 | Enum variants are not generic def ids | Lukas Wirth | -178/+188 |
| 2024-06-24 | Auto merge of #17466 - chenyukang:patch-1, r=Veykril | bors | -1/+1 |
| 2024-06-24 | Auto merge of #17481 - roife:fix-issue-17480, r=Veykril | bors | -2/+2 |
| 2024-06-24 | Auto merge of #17478 - kilpkonn:master, r=Veykril | bors | -456/+163 |
| 2024-06-23 | fix: pattern completions in let-stmt | roife | -2/+2 |
| 2024-06-22 | Fix suggestions of unstable constants | Tavo Annus | -12/+16 |
| 2024-06-22 | Increase search depth to account for more granual steps | Tavo Annus | -5/+7 |
| 2024-06-22 | Auto merge of #17475 - lnicola:changelog-title, r=lnicola | bors | -0/+9 |
| 2024-06-22 | Remove Changelog: XXX title from Github release notes | Laurențiu Nicola | -0/+9 |
| 2024-06-22 | Simplify `impl_method` tactic | Tavo Annus | -104/+41 |
| 2024-06-22 | Simplify `impl_static_method` tactic | Tavo Annus | -102/+28 |
| 2024-06-22 | Remove remove not-very-helpful optimizations | Tavo Annus | -47/+0 |
| 2024-06-21 | Run `data_constructor` tactic only backwards | Tavo Annus | -190/+75 |
| 2024-06-21 | Auto merge of #17469 - roife:fix-issue-17425, r=Veykril | bors | -0/+1 |
| 2024-06-21 | Auto merge of #17474 - Veykril:ty-perf-stuff, r=Veykril | bors | -110/+140 |
| 2024-06-21 | Prevent re-allocation in `CallableSig::from_params_and_return` | Lukas Wirth | -8/+9 |
| 2024-06-21 | Save allocations for empty generic_defaults query results | Lukas Wirth | -60/+67 |
| 2024-06-21 | Auto merge of #17473 - Veykril:generics, r=Veykril | bors | -403/+401 |
| 2024-06-21 | Don't attempt to compute implict sized clauses for empty generics | Lukas Wirth | -37/+46 |
| 2024-06-21 | Save allocations for empty generic_predicates query results | Lukas Wirth | -14/+27 |
| 2024-06-21 | Lazy generics | Lukas Wirth | -11/+26 |
| 2024-06-21 | Simplify | Lukas Wirth | -27/+27 |
| 2024-06-21 | There can only be one self param | Lukas Wirth | -66/+61 |
| 2024-06-21 | Light docs and privacy | Lukas Wirth | -106/+84 |
| 2024-06-21 | fix: don't remove parentheses for calls of function-like pointers that are me... | davidsemakula | -0/+37 |