about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-28update dot tests function with check_editdfireBird-3/+33
2023-11-28refactor `complete_fn_fields` function and correct branch checksdfireBird-45/+22
2023-11-28fix the insertion of the surronding parensdfireBird-27/+16
2023-11-28add tests for tuple fields and expect fn type casesdfireBird-0/+72
2023-11-28refactor obtaining receivers into idiomatic waydfireBird-12/+10
2023-11-28add tests for the completion of the callable fielddfireBird-7/+44
2023-11-28implement completion render for callable fieldsdfireBird-8/+25
2023-11-28add different completion for fn fieldsdfireBird-1/+52
2023-11-28Turn macro_expand from query to normal functionLukas Wirth-36/+15
2023-11-28Auto merge of #15985 - davidbarsky:david/bump-triomphe, r=lnicolabors-3/+3
2023-11-28fix the issue of suggest unwrap/expect for shorthand fieldyukang-0/+75
2023-11-28Re-enable proc-macrosLukas Wirth-493/+787
2023-11-28internal: bump triomphe to 0.1.10David Barsky-3/+3
2023-11-28Precommit test for https://github.com/rust-lang/rust/issues/118328.Alona Enraght-Moony-0/+41
2023-11-28Rollup merge of #118410 - krasimirgg:llvm-18-test, r=nikicMatthias Krüger-1/+1
2023-11-28Rollup merge of #118399 - mu001999:miri/cleanup, r=RalfJungMatthias Krüger-26/+0
2023-11-28Rollup merge of #118378 - cormacrelf:bugfix/linker-plugin-lto-wasm, r=petroch...Matthias Krüger-1/+27
2023-11-28Rollup merge of #118323 - onur-ozkan:better-error-for-incorrect-profiles, r=c...Matthias Krüger-0/+5
2023-11-28Rollup merge of #118222 - the8472:copy-use-vec-write, r=m-ou-seMatthias Krüger-107/+91
2023-11-28Rollup merge of #118193 - max-heller:command-typo, r=m-ou-seMatthias Krüger-1/+1
2023-11-28Auto merge of #118188 - petrochenkov:defeed, r=cjgillotbors-183/+166
2023-11-28def collector: Set correct namespace in `DefPathData` for foreign typesVadim Petrochenkov-17/+11
2023-11-28resolve: Feed the `def_kind` query immediately on `DefId` creationVadim Petrochenkov-173/+162
2023-11-28Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviperbors-71/+488
2023-11-28update test for new LLVM 18 codegenKrasimir Georgiev-1/+1
2023-11-28unwrap return Option value, as it always returns Some for some fnsklensy-29/+19
2023-11-28add test checking that aggregate assignments reset memory to uninit firstRalf Jung-0/+42
2023-11-28move write_aggregate into step file, and also extract write_repeat into separ...Ralf Jung-60/+72
2023-11-28Name explicit registers in conflict register errors for inline assemblyGeorge Wort-22/+43
2023-11-28Auto merge of #118405 - matthiaskrgr:rollup-3a2eevc, r=matthiaskrgrbors-29/+174
2023-11-28Thinner TokenMapLukas Wirth-259/+123
2023-11-28🧹Lukas Wirth-123/+102
2023-11-28Rename hygiene vars and fields to span_mapLukas Wirth-83/+85
2023-11-28Deduplicate dummy test span mapsLukas Wirth-139/+99
2023-11-28Re-implement InFile wrappers as type aliases over generic InFileWrapperLukas Wirth-102/+146
2023-11-28spans always come from real fileLukas Wirth-1223/+1368
2023-11-28Fix float-split hack not setting up spans correctlyLukas Wirth-58/+197
2023-11-28More incremental testsLukas Wirth-47/+179
2023-11-28 hygiene 2.0Lukas Wirth-450/+750
2023-11-28Proper span representation with syntax contextLukas Wirth-469/+413
2023-11-28Replace ID based TokenMap with proper relative text-ranges / spansLukas Wirth-2049/+1819
2023-11-28Infect proc-macro-api crate with generic span type parameterLukas Wirth-85/+180
2023-11-28Infect mbe crate with generic span type parameterLukas Wirth-325/+360
2023-11-28Rollup merge of #118397 - Zalathar:nonzero, r=WaffleLapkinMatthias Krüger-2/+2
2023-11-28Rollup merge of #118366 - fmease:detect-reject-malformed-rust-repr, r=compile...Matthias Krüger-11/+38
2023-11-28Rollup merge of #118341 - Mark-Simulacrum:shrink-thir-print, r=compiler-errorsMatthias Krüger-2/+8
2023-11-28Rollup merge of #118314 - WaffleLapkin:rename_collectionstests, r=cuviperMatthias Krüger-2/+2
2023-11-28Rollup merge of #118299 - frewsxcv:patch-2, r=cuviperMatthias Krüger-9/+41
2023-11-28Rollup merge of #118236 - ksw2000:update_mod_comment, r=cuviperMatthias Krüger-3/+3
2023-11-28Rollup merge of #115331 - the8472:chars_advance, r=cuviperMatthias Krüger-0/+80