| Age | Commit message (Expand) | Author | Lines |
| 2024-06-30 | Move proc-macro-srv RUSTC_VERSION fetching from include to env var | Lukas Wirth | -16/+3 |
| 2024-06-30 | Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre... | Lukas Wirth | -58/+3 |
| 2024-06-30 | Move interior mutability into ProcMacroSrvProcess | Lukas Wirth | -43/+31 |
| 2024-06-30 | Auto merge of #17519 - Veykril:slim-proc-macro-api, r=Veykril | bors | -33/+36 |
| 2024-06-30 | Move dylib version stuff to proc-macro-srv | Lukas Wirth | -33/+36 |
| 2024-06-30 | Auto merge of #17516 - kilpkonn:master, r=kilpkonn | bors | -77/+51 |
| 2024-06-30 | Auto merge of #17467 - winstxnhdw:bool-to-enum, r=Veykril | bors | -17/+112 |
| 2024-06-30 | Do not explicit generics to generated expressions | Tavo Annus | -75/+13 |
| 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-29 | Make borrow checking configurable for term search | Tavo Annus | -2/+38 |
| 2024-06-28 | Add landing/faq walkthroughs and commands for quick access | Joel Daniel Rico | -0/+128 |
| 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 | Update triagebot.toml | Lukas Wirth | -0/+1 |
| 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 | Bump actions/download-artifact and upload-artifact | Laurențiu Nicola | -11/+11 |
| 2024-06-25 | pass cargo extra args when debug | Andrei Listochkin | -2/+3 |
| 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/+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 | 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 |