about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-09-01Auto merge of #111752 - dingxiangfei2009:lower-or-pattern, r=cjgillotbors-628/+1005
2023-09-01Auto merge of #115415 - c410-f3r:t3st3ss, r=flip1995bors-11/+84
2023-09-01[`clippy`] Use symbols intended for `arithmetic_side_effects`Caio-11/+84
2023-09-01Auto merge of #113201 - oli-obk:recursive_type_alias, r=estebank,compiler-errorsbors-21/+103
2023-09-01Auto merge of #114448 - SteveLauC:std_fs_read_doc, r=Mark-Simulacrumbors-5/+7
2023-09-01Auto merge of #115400 - gurry:issue-115264-ice, r=compiler-errorsbors-2/+38
2023-09-01docs: improve std::fs::read docSteve Lau-5/+7
2023-09-01Return ident for ExprField and PatField HIR nodesGurinder Singh-2/+38
2023-08-31Auto merge of #115366 - compiler-errors:associated-type-bound-implicit-lifeti...bors-0/+31
2023-09-01update tests that are ignored by debugDing Xiang Fei-278/+326
2023-08-31Auto merge of #115389 - bvanjoi:fix-115380, r=petrochenkovbors-4/+7
2023-08-31Auto merge of #115384 - lqd:default-universe-info, r=matthewjasperbors-19/+132
2023-08-31Auto merge of #115408 - RalfJung:miri, r=RalfJungbors-101/+286
2023-08-31fix(resolve): update def if binding is warning ambiguitybohan-4/+7
2023-08-31remove dummy UniverseInfo causes from type checker `fully_perform_op`Rémy Rakic-7/+5
2023-08-31Auto merge of #3046 - RalfJung:rustup, r=RalfJungbors-71/+263
2023-08-31more ABI compat testsRalf Jung-12/+48
2023-08-31Auto merge of #115290 - compiler-errors:ctor-unsafe, r=cjgillotbors-30/+65
2023-08-31remove dummy UniverseInfo causes from type checker `type_check`Rémy Rakic-4/+0
2023-08-31remove dummy UniverseInfo causes from type checker `instantiate_canonical_wit...Rémy Rakic-7/+0
2023-08-31fmtRalf Jung-1/+1
2023-08-31Merge from rustcRalf Jung-64/+220
2023-08-31Preparing for merge from rustcRalf Jung-1/+1
2023-08-31Auto merge of #115346 - oli-obk:smir_const, r=spastorinobors-152/+166
2023-08-31Auto merge of #115374 - RalfJung:miri-fn-abi, r=oli-obkbors-63/+219
2023-08-31Auto merge of #3045 - RalfJung:tier1-ci, r=RalfJungbors-1/+1
2023-08-31make sure we test all tier 1 targets: i686-pc-windows-gnu was missingRalf Jung-1/+1
2023-08-31Auto merge of #3044 - rust-lang:rustup-2023-08-31, r=RalfJungbors-10895/+18909
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-31fmtThe Miri Conjob Bot-13/+12
2023-08-31Merge from rustcThe Miri Conjob Bot-10884/+18899
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-30Test and note unsafe ctor to fn ptr coercionMichael Goulet-22/+29
2023-08-30rustc_layout_scalar_valid_range makes ctors unsafeMichael Goulet-8/+36
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