about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-08-31Auto merge of #3044 - rust-lang:rustup-2023-08-31, r=RalfJungbors-10895/+18909
2023-08-31fmtThe Miri Conjob Bot-13/+12
2023-08-31Merge from rustcThe Miri Conjob Bot-10884/+18899
2023-08-31Auto merge of #115398 - matthiaskrgr:rollup-88lj9gk, r=matthiaskrgrbors-6/+9
2023-08-31Rollup merge of #115393 - LegNeato:patch-1, r=oli-obkMatthias Krüger-1/+1
2023-08-31Rollup merge of #115378 - ferrocene:ignore-cross-compile, r=lqdMatthias Krüger-0/+7
2023-08-31Rollup merge of #115373 - lqd:come-on-bors, r=compiler-errorsMatthias Krüger-5/+1
2023-08-31Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-31Auto merge of #115323 - onur-ozkan:curl-download-checksum-fix, r=Mark-Simulacrumbors-12/+11
2023-08-31Auto merge of #115392 - compiler-errors:coherence-spans, r=aliemjaybors-37/+19
2023-08-30Auto merge of #115194 - tmiasko:inline-always-encode-mir, r=compiler-errorsbors-8/+24
2023-08-30Make `termcolor` types public in `rustc_errors`Christian Legnitto-1/+1
2023-08-30Auto merge of #115144 - Zoxc:parallel-guard, r=compiler-errorsbors-141/+85
2023-08-30Don't record spans for predicates in coherenceMichael Goulet-37/+19
2023-08-30Auto merge of #115058 - Swatinem:inline-add-coverage, r=compiler-errorsbors-123/+46
2023-08-30Use a `parallel_guard` function to handle the parallel guardJohn Kåre Alsaker-60/+55
2023-08-30Use `Mutex` to avoid issue with conditional locksJohn Kåre Alsaker-4/+3
2023-08-30Update failure statusJohn Kåre Alsaker-2/+5
2023-08-30Add `ParallelGuard` type to handle unwinding in parallel sectionsJohn Kåre Alsaker-121/+68
2023-08-30Make parallel! an expressionJohn Kåre Alsaker-2/+2
2023-08-30Auto merge of #114616 - oli-obk:gotta_capture_'em_all, r=compiler-errorsbors-80/+207
2023-08-30Auto merge of #114483 - RalfJung:unsized-fields, r=oli-obkbors-213/+374
2023-08-30storage_live: avoid computing the layout unless necessaryRalf Jung-18/+69
2023-08-30unify passing of sized and unsized function arguments :-)Ralf Jung-31/+35
2023-08-30a bit of meta-related cleanup on ProjectableRalf Jung-36/+32
2023-08-30move marking-locals-live out of push_stack_frame, so it happens with argument...Ralf Jung-105/+188
2023-08-30`ignore-cross-compile` remaining tests that run binariesLukas Wirth-0/+7
2023-08-30interpret: fix projecting into an unsized field of a localRalf Jung-97/+124
2023-08-30Test variances of TAITsOli Scherer-0/+136
2023-08-30Revert "Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726"Oli Scherer-80/+71
2023-08-30clean up `local_overflow_limit` computationRémy Rakic-5/+1
2023-08-30Auto merge of #111713 - Zoxc:lock-switch, r=nnethercotebors-139/+368
2023-08-30Auto merge of #115370 - matthiaskrgr:rollup-l0e1zuj, r=matthiaskrgrbors-188/+498
2023-08-30Rollup merge of #115363 - kpreid:suggest-private, r=compiler-errorsMatthias Krüger-13/+30
2023-08-30Rollup merge of #115355 - lqd:issue-115351, r=compiler-errorsMatthias Krüger-1/+44
2023-08-30Rollup merge of #115347 - y21:generic-bound-impl-trait-ty, r=compiler-errorsMatthias Krüger-12/+66
2023-08-30Rollup merge of #115313 - gurry:issue-114918-cycle-detected, r=compiler-errorsMatthias Krüger-1/+103
2023-08-30Rollup merge of #115272 - RalfJung:miri-error-print, r=saethlinMatthias Krüger-44/+57
2023-08-30Rollup merge of #114704 - bvanjoi:fix-114636, r=compiler-errorsMatthias Krüger-51/+47
2023-08-30Rollup merge of #113565 - workingjubilee:better-signal-handler-message, r=pnk...Matthias Krüger-66/+151
2023-08-30Auto merge of #114908 - cjgillot:no-let-under, r=compiler-errorsbors-4/+3
2023-08-30Don't use `wait_for_query` without the Rayon thread poolJohn Kåre Alsaker-13/+13
2023-08-30Use conditional synchronization for LockJohn Kåre Alsaker-126/+355
2023-08-30Auto merge of #113542 - saethlin:adaptive-tables, r=b-naberbors-47/+125
2023-08-30Make get_return_block() return Some only for HIR nodes in bodyGurinder Singh-1/+103
2023-08-29Document in the code how this scheme worksBen Kimock-14/+25
2023-08-29Remove `allow_private` entirely.Kevin Reid-13/+5
2023-08-29Auto merge of #115365 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-08-29Update cargoWeihang Lo-0/+0
2023-08-29Don't suggest adding parentheses to call an inaccessible method.Kevin Reid-1/+26