about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-23Rollup merge of #124297 - oli-obk:define_opaque_types13, r=jackh726Matthias Krüger-1/+96
2024-05-23Auto merge of #125436 - matthiaskrgr:rollup-uijo2ga, r=matthiaskrgrbors-158/+931
2024-05-23Rollup merge of #125417 - lqd:lld-retry, r=petrochenkovMatthias Krüger-0/+21
2024-05-23Rollup merge of #125392 - workingjubilee:unwind-a-problem-in-context, r=AmanieuMatthias Krüger-42/+27
2024-05-23Rollup merge of #125316 - nnethercote:tweak-Spacing, r=petrochenkovMatthias Krüger-31/+75
2024-05-23Rollup merge of #125222 - Oneirical:fifth, r=jieyouxuMatthias Krüger-15/+21
2024-05-23Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil...Matthias Krüger-15/+112
2024-05-23Rollup merge of #125054 - nnethercote:fix-124973, r=compiler-errorsMatthias Krüger-1/+25
2024-05-23Rollup merge of #123623 - surechen:fix_123261, r=estebankMatthias Krüger-45/+290
2024-05-23Rollup merge of #122665 - ehuss:pub-priv-tests, r=davidtwcoMatthias Krüger-9/+360
2024-05-23Auto merge of #125359 - RalfJung:interpret-overflowing-ops, r=oli-obkbors-350/+329
2024-05-22rewrite and rename issue-46239Oneirical-15/+27
2024-05-23Handle `ReVar` in `note_and_explain_region`.Nicholas Nethercote-1/+25
2024-05-22Auto merge of #125423 - fmease:rollup-ne4l9y4, r=fmeasebors-137/+253
2024-05-22Rollup merge of #125399 - scottmcm:less-hir-in-cg_ssa, r=compiler-errorsLeón Orell Valerian Liehr-36/+37
2024-05-22Rollup merge of #125395 - madsmtm:fix-doc-summary, r=lqdLeón Orell Valerian Liehr-2/+2
2024-05-22Rollup merge of #125391 - nnethercote:serialize-rs-tweaks, r=compiler-errorsLeón Orell Valerian Liehr-11/+14
2024-05-22Rollup merge of #125382 - notriddle:notriddle/issue-d, r=fmeaseLeón Orell Valerian Liehr-51/+80
2024-05-22Rollup merge of #125355 - michaelwoerister:rust_log_force_capture, r=nnethercoteLeón Orell Valerian Liehr-1/+3
2024-05-22Rollup merge of #125306 - compiler-errors:closure-incongruency, r=oli-obkLeón Orell Valerian Liehr-31/+109
2024-05-22Rollup merge of #125043 - RalfJung:ref-type-safety-invariant, r=scottmcmLeón Orell Valerian Liehr-5/+8
2024-05-22Add some tests for public-private dependencies.Eric Huss-9/+360
2024-05-23Add some comments.Nicholas Nethercote-11/+46
2024-05-23Use `JointHidden` in a couple of suitable places.Nicholas Nethercote-2/+2
2024-05-23Convert some `token_joint_hidden` calls to `token_joint`.Nicholas Nethercote-2/+2
2024-05-23Clarify a comment.Nicholas Nethercote-4/+4
2024-05-23Clarify `parse` a little.Nicholas Nethercote-3/+8
2024-05-23Clarify the meaning of the span within `mbe::TokenTree::MetaVar`.Nicholas Nethercote-9/+13
2024-05-22Auto merge of #125415 - fmease:rollup-n2bg7q5, r=fmeasebors-353/+406
2024-05-22Rollup merge of #125296 - tesuji:checkcfg-buildstd, r=Nilstrieb,michaelwoeristerLeón Orell Valerian Liehr-0/+38
2024-05-22Rollup merge of #125259 - compiler-errors:fn-mut-as-a-treat, r=oli-obkLeón Orell Valerian Liehr-20/+70
2024-05-22Rollup merge of #125049 - dtolnay:castbrace, r=compiler-errorsLeón Orell Valerian Liehr-297/+209
2024-05-22Rollup merge of #125015 - fmease:pat-tys-proh-gen-args-on-ct-params, r=spasto...León Orell Valerian Liehr-13/+66
2024-05-22Rollup merge of #124896 - RalfJung:miri-intrinsic-fallback, r=oli-obkLeón Orell Valerian Liehr-23/+23
2024-05-22self-contained linker: retry without -fuse-ld=lld on older GCCsRémy Rakic-0/+21
2024-05-22Auto merge of #124686 - saethlin:rust-file-footer, r=fmeasebors-54/+124
2024-05-22Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcmbors-476/+202
2024-05-22For OutsideLoop we should not suggest add 'block label in if block, or we wii...surechen-45/+290
2024-05-22Auto merge of #124227 - compiler-errors:hack-check-method-res, r=estebankbors-35/+46
2024-05-22clarify commentRalf Jung-1/+6
2024-05-22Stop using `to_hir_binop` in codegenScott McMurray-36/+37
2024-05-22Auto merge of #125335 - compiler-errors:binder, r=lcnrbors-734/+774
2024-05-22Remove `#[macro_use]` extern crate tracing` from `rustc_span`.Nicholas Nethercote-3/+3
2024-05-22Add a useful comment.Nicholas Nethercote-0/+3
2024-05-22Fix up whitespace in `compiler/rustc_macros/src/serialize.rs`.Nicholas Nethercote-8/+8
2024-05-22Remove unnecessary `.md` from the documentation sidebarMads Marquart-2/+2
2024-05-21Move tests into appropriate subdirectoriesMichael Howell-4/+5
2024-05-22Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespac...bors-209/+228
2024-05-21Wrap Context.ext in AssertUnwindSafeJubilee Young-42/+27
2024-05-22Auto merge of #125387 - weihanglo:update-cargo, r=weihanglobors-0/+0