about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-15Auto merge of #123968 - jieyouxu:rollup-1pnkxor, r=jieyouxubors-795/+1318
2024-04-15static_mut_refs: use raw pointers to remove the remaining FIXMERalf Jung-4/+11
2024-04-15static_mut_refs: use raw pointers to remove the remaining FIXMERalf Jung-11/+15
2024-04-15zkvm: fix references to `os_str` moduleErik Kaneda-2/+4
2024-04-15The new solver ignores `DefineOpaqueTypes`, so switch it to `Yes`Oli Scherer-1/+1
2024-04-15[`ptr_as_ptr`]: Fix duplicate errorsLuv-Ray-45/+34
2024-04-15PolyTraitRefs -> TraitRefsMichael Goulet-43/+20
2024-04-15Rollup merge of #123957 - RalfJung:create_dir_all_bare, r=joboet许杰友 Jieyou Xu (Joe)-0/+1
2024-04-15Rollup merge of #123941 - Mark-Simulacrum:fix-llvm-ub, r=nikic许杰友 Jieyou Xu (Joe)-6/+29
2024-04-15Rollup merge of #123934 - WaffleLapkin:graph-mini-refactor, r=fmease许杰友 Jieyou Xu (Joe)-193/+89
2024-04-15Rollup merge of #123933 - RalfJung:large-assignments, r=michaelwoerister许杰友 Jieyou Xu (Joe)-140/+161
2024-04-15Rollup merge of #123931 - compiler-errors:variance-unnameables, r=fmease许杰友 Jieyou Xu (Joe)-17/+37
2024-04-15Rollup merge of #123922 - TDecking:base_n_magic_removal, r=jieyouxu许杰友 Jieyou Xu (Joe)-3/+3
2024-04-15Rollup merge of #123919 - RalfJung:discriminant, r=compiler-errors许杰友 Jieyou Xu (Joe)-107/+107
2024-04-15Rollup merge of #123896 - JeanCASPAR:rustc_resolve-to-session-diagnostic, r=j...许杰友 Jieyou Xu (Joe)-278/+795
2024-04-15Rollup merge of #123864 - oli-obk:define_opaque_types3, r=compiler-errors许杰友 Jieyou Xu (Joe)-36/+6
2024-04-15Rollup merge of #123666 - mountcount:master, r=lqd许杰友 Jieyou Xu (Joe)-3/+3
2024-04-15Rollup merge of #123548 - RalfJung:what-is-time, r=joboet许杰友 Jieyou Xu (Joe)-5/+3
2024-04-15Rollup merge of #123423 - kjetilkjeka:llvm_bitcode_linker_component, r=Mark-S...许杰友 Jieyou Xu (Joe)-7/+84
2024-04-15Bump rustc-build-sysroot to 0.4.6Ross Smyth-3/+3
2024-04-15Make `split_simd_to_128bit_chunks` take only one operandEduardo Sánchez Muñoz-44/+33
2024-04-15Auto merge of #17074 - Veykril:hl, r=Veykrilbors-102/+142
2024-04-15Auto merge of #3466 - RalfJung:GetFullPathNameW, r=RalfJungbors-22/+174
2024-04-15Adjust package.json semantic highlighting itemsLukas Wirth-9/+37
2024-04-15Add Static and Const highlighting token typesLukas Wirth-95/+107
2024-04-15Use the text range for the name. Not the entire syntax in Unused Variable Dia...Wyatt Herkamp-2/+35
2024-04-15Auto merge of #3411 - RalfJung:sysroot, r=RalfJungbors-54/+51
2024-04-15add some basic support for GetFullPathNameWRalf Jung-22/+174
2024-04-15Auto merge of #123937 - RalfJung:miri-link-section, r=oli-obkbors-146/+205
2024-04-15Auto merge of #17073 - roife:better-inline-preview, r=Veykrilbors-47/+70
2024-04-15internal: simplify `TokenSet` implementationdavidsemakula-12/+12
2024-04-15Stop using PolyTraitRef for closure/coroutine predicates already instantiated...Michael Goulet-28/+29
2024-04-15Rustup to rustc 1.79.0-nightly (0d8b3346a 2024-04-14)bjorn3-1/+1
2024-04-15tests: fix tests for postfixroife-36/+52
2024-04-15fix: better inline preview for postfix completionroife-11/+18
2024-04-15Auto merge of #17072 - Veykril:hir-ty-display, r=Veykrilbors-55/+34
2024-04-15internal: Use `hir_fmt_args` everywhere in `hir_ty::display`Lukas Wirth-55/+34
2024-04-15Auto merge of #16877 - Veykril:stackoverflow, r=Veykrilbors-144/+228
2024-04-15fix: Fix `impl Trait<Self>` causing stackoverflowsLukas Wirth-144/+228
2024-04-15Use RPITIT for `Successors` and `Predecessors` traitsMaybe Waffle-46/+14
2024-04-15Distribute LLVM bitcode linker as a preview componentKjetil Kjeka-7/+84
2024-04-15Auto merge of #16813 - wyatt-herkamp:to-from-cfg_attr-assist, r=Veykrilbors-0/+603
2024-04-15Use the rustc_private libc less in testsBen Kimock-125/+88
2024-04-15disable two debuginfo tests under gdb 15Rémy Rakic-0/+4
2024-04-15Auto merge of #123851 - NobodyXu:patch-1, r=BurntSushibors-6/+10
2024-04-15Differentiate between full configs and toml only config groupingsLukas Wirth-70/+82
2024-04-15Make ConfigData Ser and TOML DeAli Bektas-927/+1374
2024-04-15internal: add auto-import assist tests for raw identifiersdavidsemakula-0/+46
2024-04-15internal: add reserved keywordsdavidsemakula-10/+31
2024-04-15internal: improve `TokenSet` implementationdavidsemakula-8/+22