about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-17Fix copy-path buttonGuillaume Gomez-25/+12
2024-04-16Auto merge of #123963 - lqd:gdb15-failures, r=Kobzolbors-0/+4
2024-04-16Auto merge of #123991 - fmease:rollup-96xcgnm, r=fmeasebors-628/+401
2024-04-16Rollup merge of #123989 - compiler-errors:type-dependent-def-id, r=oli-obkLeón Orell Valerian Liehr-53/+21
2024-04-16Rollup merge of #123984 - rcvalle:rust-triagebot-add-rustc-sanitizers, r=comp...León Orell Valerian Liehr-2/+2
2024-04-16Rollup merge of #123973 - matthiaskrgr:crashs_fix_cmt, r=fmeaseLeón Orell Valerian Liehr-0/+7
2024-04-16Rollup merge of #123926 - compiler-errors:no-ann, r=estebankLeón Orell Valerian Liehr-44/+52
2024-04-16Rollup merge of #123603 - compiler-errors:no-intrinsic, r=estebankLeón Orell Valerian Liehr-78/+67
2024-04-16Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercoteLeón Orell Valerian Liehr-42/+44
2024-04-16Rollup merge of #123016 - compiler-errors:no-type-var-origin, r=lcnrLeón Orell Valerian Liehr-409/+208
2024-04-15Fix clippyMichael Goulet-3/+3
2024-04-15Add testMichael Goulet-0/+17
2024-04-15Fix pretty hir for anon consts in diagnosticsMichael Goulet-41/+32
2024-04-15Rebase falloutMichael Goulet-8/+8
2024-04-15Auto merge of #123451 - Kobzol:arbitrary-try-build, r=pietroalbinibors-51/+120
2024-04-15Just use type_dependent_def_id to figure out what the method is for an exprMichael Goulet-53/+21
2024-04-15nitsMichael Goulet-25/+15
2024-04-15Account for Self params properlyMichael Goulet-20/+19
2024-04-15Remove ConstVariableOriginKindMichael Goulet-63/+26
2024-04-15Remove TypeVariableOriginKindMichael Goulet-307/+154
2024-04-15crashes: readme: add reminder to add Fixes #abcde to prs to automatically clo...Matthias Krüger-0/+7
2024-04-15sanitizers: Add rustc_sanitizers to triagebot.tomlRamon de C Valle-2/+2
2024-04-15Add commentsJakub Beránek-1/+7
2024-04-15Auto merge of #123982 - compiler-errors:rollup-m2v4epp, r=compiler-errorsbors-318/+270
2024-04-15Rollup merge of #123970 - risc0:erik/zkvm-fix-os-str, r=joboetMichael Goulet-2/+4
2024-04-15Rollup merge of #123943 - saethlin:less-sysroot-libc, r=workingjubileeMichael Goulet-125/+88
2024-04-15Rollup merge of #123924 - compiler-errors:tuple-sugg, r=estebankMichael Goulet-130/+139
2024-04-15Rollup merge of #123900 - compiler-errors:nobound, r=lcnrMichael Goulet-61/+39
2024-04-15Auto merge of #123968 - jieyouxu:rollup-1pnkxor, r=jieyouxubors-795/+1318
2024-04-15zkvm: fix references to `os_str` moduleErik Kaneda-2/+4
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-15Auto merge of #123937 - RalfJung:miri-link-section, r=oli-obkbors-146/+205
2024-04-15Stop using PolyTraitRef for closure/coroutine predicates already instantiated...Michael Goulet-28/+29
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-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