| Age | Commit message (Expand) | Author | Lines |
| 2023-11-28 | update dot tests function with check_edit | dfireBird | -3/+33 |
| 2023-11-28 | refactor `complete_fn_fields` function and correct branch checks | dfireBird | -45/+22 |
| 2023-11-28 | fix the insertion of the surronding parens | dfireBird | -27/+16 |
| 2023-11-28 | add tests for tuple fields and expect fn type cases | dfireBird | -0/+72 |
| 2023-11-28 | refactor obtaining receivers into idiomatic way | dfireBird | -12/+10 |
| 2023-11-28 | add tests for the completion of the callable field | dfireBird | -7/+44 |
| 2023-11-28 | implement completion render for callable fields | dfireBird | -8/+25 |
| 2023-11-28 | add different completion for fn fields | dfireBird | -1/+52 |
| 2023-11-28 | Turn macro_expand from query to normal function | Lukas Wirth | -36/+15 |
| 2023-11-28 | Auto merge of #15985 - davidbarsky:david/bump-triomphe, r=lnicola | bors | -3/+3 |
| 2023-11-28 | fix the issue of suggest unwrap/expect for shorthand field | yukang | -0/+75 |
| 2023-11-28 | Re-enable proc-macros | Lukas Wirth | -493/+787 |
| 2023-11-28 | internal: bump triomphe to 0.1.10 | David Barsky | -3/+3 |
| 2023-11-28 | Precommit test for https://github.com/rust-lang/rust/issues/118328. | Alona Enraght-Moony | -0/+41 |
| 2023-11-28 | Rollup merge of #118410 - krasimirgg:llvm-18-test, r=nikic | Matthias Krüger | -1/+1 |
| 2023-11-28 | Rollup merge of #118399 - mu001999:miri/cleanup, r=RalfJung | Matthias Krüger | -26/+0 |
| 2023-11-28 | Rollup merge of #118378 - cormacrelf:bugfix/linker-plugin-lto-wasm, r=petroch... | Matthias Krüger | -1/+27 |
| 2023-11-28 | Rollup merge of #118323 - onur-ozkan:better-error-for-incorrect-profiles, r=c... | Matthias Krüger | -0/+5 |
| 2023-11-28 | Rollup merge of #118222 - the8472:copy-use-vec-write, r=m-ou-se | Matthias Krüger | -107/+91 |
| 2023-11-28 | Rollup merge of #118193 - max-heller:command-typo, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2023-11-28 | Auto merge of #118188 - petrochenkov:defeed, r=cjgillot | bors | -183/+166 |
| 2023-11-28 | def collector: Set correct namespace in `DefPathData` for foreign types | Vadim Petrochenkov | -17/+11 |
| 2023-11-28 | resolve: Feed the `def_kind` query immediately on `DefId` creation | Vadim Petrochenkov | -173/+162 |
| 2023-11-28 | Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper | bors | -71/+488 |
| 2023-11-28 | update test for new LLVM 18 codegen | Krasimir Georgiev | -1/+1 |
| 2023-11-28 | unwrap return Option value, as it always returns Some for some fns | klensy | -29/+19 |
| 2023-11-28 | add test checking that aggregate assignments reset memory to uninit first | Ralf Jung | -0/+42 |
| 2023-11-28 | move write_aggregate into step file, and also extract write_repeat into separ... | Ralf Jung | -60/+72 |
| 2023-11-28 | Name explicit registers in conflict register errors for inline assembly | George Wort | -22/+43 |
| 2023-11-28 | Auto merge of #118405 - matthiaskrgr:rollup-3a2eevc, r=matthiaskrgr | bors | -29/+174 |
| 2023-11-28 | Thinner TokenMap | Lukas Wirth | -259/+123 |
| 2023-11-28 | 🧹 | Lukas Wirth | -123/+102 |
| 2023-11-28 | Rename hygiene vars and fields to span_map | Lukas Wirth | -83/+85 |
| 2023-11-28 | Deduplicate dummy test span maps | Lukas Wirth | -139/+99 |
| 2023-11-28 | Re-implement InFile wrappers as type aliases over generic InFileWrapper | Lukas Wirth | -102/+146 |
| 2023-11-28 | spans always come from real file | Lukas Wirth | -1223/+1368 |
| 2023-11-28 | Fix float-split hack not setting up spans correctly | Lukas Wirth | -58/+197 |
| 2023-11-28 | More incremental tests | Lukas Wirth | -47/+179 |
| 2023-11-28 | hygiene 2.0 | Lukas Wirth | -450/+750 |
| 2023-11-28 | Proper span representation with syntax context | Lukas Wirth | -469/+413 |
| 2023-11-28 | Replace ID based TokenMap with proper relative text-ranges / spans | Lukas Wirth | -2049/+1819 |
| 2023-11-28 | Infect proc-macro-api crate with generic span type parameter | Lukas Wirth | -85/+180 |
| 2023-11-28 | Infect mbe crate with generic span type parameter | Lukas Wirth | -325/+360 |
| 2023-11-28 | Rollup merge of #118397 - Zalathar:nonzero, r=WaffleLapkin | Matthias Krüger | -2/+2 |
| 2023-11-28 | Rollup merge of #118366 - fmease:detect-reject-malformed-rust-repr, r=compile... | Matthias Krüger | -11/+38 |
| 2023-11-28 | Rollup merge of #118341 - Mark-Simulacrum:shrink-thir-print, r=compiler-errors | Matthias Krüger | -2/+8 |
| 2023-11-28 | Rollup merge of #118314 - WaffleLapkin:rename_collectionstests, r=cuviper | Matthias Krüger | -2/+2 |
| 2023-11-28 | Rollup merge of #118299 - frewsxcv:patch-2, r=cuviper | Matthias Krüger | -9/+41 |
| 2023-11-28 | Rollup merge of #118236 - ksw2000:update_mod_comment, r=cuviper | Matthias Krüger | -3/+3 |
| 2023-11-28 | Rollup merge of #115331 - the8472:chars_advance, r=cuviper | Matthias Krüger | -0/+80 |