| Age | Commit message (Expand) | Author | Lines |
| 2024-06-29 | Make borrow checking configurable for term search | Tavo Annus | -2/+23 |
| 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 | Remove the `box_pointers` lint. | Nicholas Nethercote | -1/+0 |
| 2024-06-26 | do not normalize `use foo::{self}` to `use foo` | Harry Sarson | -4/+79 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` :tada: | xFrednet | -3/+3 |
| 2024-06-25 | feat: add bool_to_enum assist for parameters | winstxnhdw | -16/+20 |
| 2024-06-25 | tests: add test for param transformation | winstxnhdw | -1/+92 |
| 2024-06-24 | Auto merge of #17489 - Veykril:tt-iter, r=Veykril | bors | -319/+331 |
| 2024-06-24 | move tt-iter into tt crate | Lukas Wirth | -319/+331 |
| 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/+339 |
| 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 | -2/+4 |
| 2024-06-24 | Shrink mbe's Op | Lukas Wirth | -29/+54 |
| 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 | -448/+155 |
| 2024-06-23 | fix: pattern completions in let-stmt | roife | -2/+2 |
| 2024-06-22 | Fix suggestions of unstable constants | Tavo Annus | -4/+8 |
| 2024-06-22 | Increase search depth to account for more granual steps | Tavo Annus | -5/+7 |
| 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 | 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 | 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 |
| 2024-06-21 | fix: use ItemInNs::Macros to convert ModuleItem to ItemInNs | roife | -0/+1 |
| 2024-06-21 | Extract generics module | Lukas Wirth | -323/+333 |
| 2024-06-20 | fix: Improve hover text in unlinked file diagnostics | Wilfred Hughes | -2/+4 |
| 2024-06-21 | Fix diagnostic name in macro_error.rs | Yukang | -1/+1 |
| 2024-06-20 | Check that Expr is none before adding fixup | Wyatt Herkamp | -1/+15 |
| 2024-06-20 | Auto merge of #17462 - Veykril:sema-attr-macro-res, r=Veykril | bors | -6/+6 |
| 2024-06-20 | fix: Fix IDE features breaking in some attr macros | Lukas Wirth | -6/+6 |
| 2024-06-20 | Auto merge of #17461 - Veykril:drop-flycheck-recv, r=Veykril | bors | -0/+1 |
| 2024-06-20 | Auto merge of #17419 - ishanjain28:filter_builtin_macro_expansion, r=Veykril | bors | -5/+75 |