| Age | Commit message (Expand) | Author | Lines |
| 2024-01-11 | Auto merge of #16265 - Patryk27:suggest-pub-crate-imports, r=Veykril | bors | -18/+106 |
| 2024-01-10 | Suggest `pub(crate)` imports | Patryk Wychowaniec | -18/+106 |
| 2024-01-10 | Auto merge of #16339 - Veykril:hashmaps, r=Veykril | bors | -12/+12 |
| 2024-01-10 | Replace SourceRootCrates hashset output with slice for deterministic order | Lukas Wirth | -12/+12 |
| 2024-01-10 | Auto merge of #16330 - zheylmun:master, r=Veykril | bors | -0/+1 |
| 2024-01-10 | Set experimental field at diagnostic new instead of lib | Zach | -1/+2 |
| 2024-01-10 | Auto merge of #16274 - dfireBird:completion_score, r=Veykril | bors | -5/+108 |
| 2024-01-10 | add tests to verify relevance of notable traits and some refactors | dfireBird | -9/+84 |
| 2024-01-10 | Auto merge of #16209 - l1nxy:add-merge-nested-if, r=Veykril | bors | -0/+265 |
| 2024-01-10 | Auto merge of #16271 - Veykril:gate-proc-macro-test, r=Veykril | bors | -23/+16 |
| 2024-01-10 | Remove sysroot-abi feature flag from proc-macro-test | Lukas Wirth | -23/+16 |
| 2024-01-10 | Auto merge of #16333 - roife:fix/issue-14371, r=Veykril | bors | -3/+49 |
| 2024-01-10 | Auto merge of #16334 - Veykril:salsa, r=Veykril | bors | -7/+18 |
| 2024-01-10 | Bump salsa | Lukas Wirth | -7/+18 |
| 2024-01-10 | Add test 'comments_in_block_expr' in in 'extract_function' | roife | -0/+31 |
| 2024-01-10 | Preserve comments for extracted block expr in 'extract_function' assist | roife | -3/+18 |
| 2024-01-09 | Mark unresolved associated item diagnostic as experimental | Zach | -1/+1 |
| 2024-01-09 | Auto merge of #16329 - Veykril:perfperf, r=Veykril | bors | -267/+315 |
| 2024-01-09 | unreachable pub | Lukas Wirth | -3/+3 |
| 2024-01-09 | Don't allocate `inherent_impls_in_block` and `trait_impls_in_block` if its empty | Lukas Wirth | -35/+56 |
| 2024-01-09 | Don't allocate `DefDatabase::crate_lang_items` if its empty | Lukas Wirth | -12/+15 |
| 2024-01-09 | Make `DefDatabase::lang_attr` transparent | Lukas Wirth | -3/+3 |
| 2024-01-09 | Some minor perf improvements | Lukas Wirth | -218/+242 |
| 2024-01-09 | Auto merge of #16277 - roife:fix-issue16276, r=Veykril | bors | -25/+41 |
| 2024-01-09 | Auto merge of #16275 - davidsemakula:ast-path-segments, r=Veykril | bors | -14/+27 |
| 2024-01-09 | Auto merge of #16318 - rust-lang:dependabot/npm_and_yarn/editors/code/follow-... | bors | -3/+3 |
| 2024-01-09 | Auto merge of #16319 - Veykril:no-double-load, r=Veykril | bors | -16/+26 |
| 2024-01-09 | Auto merge of #16312 - Veykril:win-proc-macro-srv, r=Veykril | bors | -4/+11 |
| 2024-01-09 | Auto merge of #16309 - Veykril:proc-macro-srv-err, r=Veykril | bors | -12/+52 |
| 2024-01-09 | Auto merge of #16310 - Veykril:range-access-parse, r=Veykril | bors | -1/+62 |
| 2024-01-09 | Auto merge of #16311 - Veykril:rustc-deps, r=Veykril | bors | -125/+68 |
| 2024-01-09 | Recognize proc macro server unexpectedly exiting and report the exit code | Lukas Wirth | -12/+52 |
| 2024-01-09 | fix: Fix rust-analyzer-proc-macro-srv failing to spawn on windows | Lukas Wirth | -4/+11 |
| 2024-01-09 | fix: Differentiate between vfs config load and file changed events | Lukas Wirth | -16/+26 |
| 2024-01-09 | Bump follow-redirects from 1.15.2 to 1.15.4 in /editors/code | dependabot[bot] | -3/+3 |
| 2024-01-09 | Auto merge of #16317 - lnicola:sync-from-rust, r=Veykril | bors | -8/+20 |
| 2024-01-09 | Temporarily disable resolve_proc_macro test | Laurențiu Nicola | -1/+1 |
| 2024-01-09 | Fix allow(dead_code) | Laurențiu Nicola | -2/+2 |
| 2024-01-09 | Try to fix feature gates | Laurențiu Nicola | -1/+3 |
| 2024-01-09 | Merge branch 'master' into sync-from-rust | Laurențiu Nicola | -302/+242 |
| 2024-01-09 | Merge branch 'release' into sync-from-rust | Laurențiu Nicola | -0/+0 |
| 2024-01-08 | Auto merge of #16313 - Urhengulas:tidy-syntax-docs, r=lnicola | bors | -2/+1 |
| 2024-01-08 | Remove newline and add dot | Johann Hemmann | -2/+1 |
| 2024-01-08 | Auto merge of #16308 - Veykril:builtin-macro-hygiene, r=lnicola | bors | -159/+112 |
| 2024-01-08 | Auto merge of #16307 - Veykril:vfs2, r=lnicola | bors | -143/+130 |
| 2024-01-08 | add notable_trait predicate to `CompletionRelevance` | dfireBird | -0/+28 |
| 2024-01-08 | Remove rustc_dependencies crate | Lukas Wirth | -79/+37 |
| 2024-01-08 | Split out rustc_parse_format from rustc_dependencies | Lukas Wirth | -20/+11 |
| 2024-01-08 | Split out rustc_lexer from rustc_dependencies | Lukas Wirth | -28/+22 |
| 2024-01-08 | fix: Fix incorrect parsing error on method call on range | Lukas Wirth | -1/+62 |