about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-11-06Auto merge of #117578 - compiler-errors:derive-encode-in-rustc_type_ir, r=dav...bors-486/+31
2023-11-06warn when using an unstable feature with -Ctarget-featureRalf Jung-21/+50
2023-11-06Auto merge of #117435 - SparrowLii:nightly_parallel, r=oli-obk,davidtwcobors-2/+24
2023-11-06Auto merge of #117585 - dnbln:feat/move-kw-span, r=cjgillotbors-13/+37
2023-11-06use portable AtomicU64 for powerPC and MIPSSparrowLii-2/+24
2023-11-05Make the randomize feature of rustc_abi additivehkalbasi-9/+7
2023-11-05Update doc comment for CodegenBackend::linkbjorn3-5/+1
2023-11-05Use the actual computed crate name for -Zprint-vtable-sizesbjorn3-3/+3
2023-11-05Don't steal the parse query when using --prettybjorn3-3/+7
2023-11-05Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillotbors-2/+14
2023-11-05Rollup merge of #117588 - bjorn3:remove_unused_error_variant, r=cjgillotMatthias Krüger-18/+1
2023-11-05Auto merge of #117589 - compiler-errors:global-vars-bug, r=jackh726bors-32/+15
2023-11-04Auto merge of #117590 - matthiaskrgr:rollup-9cqh1q8, r=matthiaskrgrbors-17/+21
2023-11-04Use the correct span when emitting the `env!` resultThom Chiovoloni-1/+1
2023-11-04Rollup merge of #117583 - compiler-errors:placeholderconst-lifetime, r=cjgillotMatthias Krüger-9/+9
2023-11-04Rollup merge of #117570 - bvanjoi:fix-117547, r=cjgillotMatthias Krüger-8/+12
2023-11-04Make sure that predicates with unmentioned bound vars are still considered gl...Michael Goulet-32/+15
2023-11-04Remove unused LoadResult::DecodeIncrCache variantbjorn3-18/+1
2023-11-04Add the vis.visit_capture_by() in noop_visit_exprDinu Blanovschi-1/+2
2023-11-04add `fn visit_capture_by` to MutVisitor and fix pprust-expr-roundtrip.rsDinu Blanovschi-0/+13
2023-11-04De-indent closing bracketGeorge Bateman-1/+1
2023-11-04fixes for rustfmt + ast visitorDinu Blanovschi-1/+5
2023-11-04Auto merge of #113343 - saethlin:looser-alignment, r=RalfJungbors-51/+54
2023-11-04fmtDinu Blanovschi-4/+4
2023-11-04Fix remaining uses of `CaptureBy::Value`Dinu Blanovschi-9/+9
2023-11-04feat(hir): Store the `Span` of the `move` keywordDinu Blanovschi-2/+8
2023-11-04No lifetime on PlaceholderConstMichael Goulet-9/+9
2023-11-04Check alignment of pointers only when read/written throughBen Kimock-51/+54
2023-11-04Derive TyEncodable/TyDecodable implementations that are parameterized over in...Michael Goulet-486/+31
2023-11-04fallback for `construct_generic_bound_failure`bohan-8/+12
2023-11-04Suggest to set lint level on whole matchNadrieril-16/+37
2023-11-04Warn when lint level is set on a match armNadrieril-21/+49
2023-11-04Rollup merge of #117554 - durin42:llvm-delete-dead-zext-code, r=nikicTakayuki Maeda-10/+1
2023-11-04Rollup merge of #117550 - cuviper:try_par_for_each_in, r=est31Takayuki Maeda-7/+6
2023-11-04Rollup merge of #117343 - Nadrieril:cleanup_check_match, r=davidtwcoTakayuki Maeda-434/+400
2023-11-04traverse region graph instead of SCCs to compute polonius loan scopesRémy Rakic-13/+14
2023-11-04Auto merge of #117540 - matthiaskrgr:baby_dont_clone_me_dont_clone_me_no_more...bors-2/+2
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-322/+52
2023-11-03consts: remove dead code around `i1` constant valuesAugie Fackler-10/+1
2023-11-03Make `FatalErrorMarker` lower priority than other panicsJohn Kåre Alsaker-14/+30
2023-11-03Tweak spans for "adt defined here" noteNadrieril-6/+1
2023-11-03Accumulate let chains alongside the visitNadrieril-76/+78
2023-11-03enable feature gate in E0795.mdGeorge Bateman-2/+2
2023-11-03compiler: use `copied` instead of manual `map`DaniPopes-9/+8
2023-11-03Use `filter_map` in `try_par_for_each_in`Josh Stone-7/+6
2023-11-03Auto merge of #117507 - nnethercote:rustc_span, r=Nilstriebbors-166/+103
2023-11-03Feature gate enums in offset_ofGeorge Bateman-0/+12
2023-11-03clone lessMatthias Krüger-2/+2
2023-11-03Rollup merge of #117505 - estebank:issue-117501, r=TaKO8KiMatthias Krüger-0/+2
2023-11-03default Aggregate ABI to Indirect, and make sure it's never used for unsizedRalf Jung-23/+113