about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-05-02Auto merge of #111089 - Dylan-DPC:rollup-b8oj6du, r=Dylan-DPCbors-227/+452
2023-05-02Rollup merge of #111048 - compiler-errors:rpitit-not-incomplete, r=jackh726Dylan DPC-2/+2
2023-05-02Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errorsDylan DPC-22/+82
2023-05-02Rollup merge of #110512 - compiler-errors:fix-elaboration-with-associated-typ...Dylan DPC-73/+111
2023-05-02Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiserDylan DPC-8/+8
2023-05-02Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwUDylan DPC-122/+249
2023-05-02Mark RPITIT and AFIT as no longer incompleteMichael Goulet-2/+2
2023-05-02Auto merge of #109521 - tmiasko:const-prop-validation, r=wesleywiserbors-35/+11
2023-05-02Auto merge of #106075 - nbdd0121:ffi-unwind, r=joshtriplettbors-46/+13
2023-05-01Auto merge of #111066 - matthiaskrgr:rollup-4k6rj23, r=matthiaskrgrbors-6/+5
2023-05-01Don't use implied trait predicates in gather_explicit_predicates_ofMichael Goulet-6/+11
2023-05-01Do not consider associated type bounds for super_predicates_that_define_assoc...Michael Goulet-16/+68
2023-05-01Simplify type_parameter_bounds_in_genericsMichael Goulet-53/+34
2023-05-01Rollup merge of #111042 - Zalathar:no-coverage, r=wesleywiserMatthias Krüger-2/+4
2023-05-01Rollup merge of #111038 - tmiasko:untainted-promoteds, r=compiler-errorsMatthias Krüger-4/+1
2023-05-01Auto merge of #111010 - scottmcm:mem-replace-simpler, r=WaffleLapkinbors-0/+25
2023-05-01Auto merge of #111026 - compiler-errors:only-typeck-root, r=cjgillotbors-1/+1
2023-04-30Codegen fewer instructions in `mem::replace`Scott McMurray-0/+25
2023-05-01Add `#[no_coverage]` to the test harness's `fn main`Zalathar-2/+4
2023-05-01Rollup merge of #111037 - Nilstrieb:close-the-offsetof, r=compiler-errorsMatthias Krüger-1/+1
2023-05-01Rollup merge of #111032 - clubby789:migrate-asm-diagnostics, r=compiler-errorsMatthias Krüger-72/+179
2023-05-01Rollup merge of #111015 - cjgillot:chained-let-and, r=compiler-errorsMatthias Krüger-3/+0
2023-05-01Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naberMatthias Krüger-78/+115
2023-04-30Leave promoteds untainted by errors when borrowck failsTomasz Miąsko-4/+1
2023-04-30Close parentheses for `offset_of` in AST pretty printingNilstrieb-1/+1
2023-04-30Migrate `builtin_macros::asm` diagnostics to translatable diagnosticsclubby789-72/+179
2023-04-30Only cache typeck results if it's the typeck rootMichael Goulet-1/+1
2023-04-30Remove wrong assertion.Camille GILLOT-3/+0
2023-04-30Auto merge of #111001 - matthiaskrgr:rollup-u590scu, r=matthiaskrgrbors-6/+90
2023-04-30Rollup merge of #110984 - cjgillot:const-infer-lifetime, r=compiler-errorsMatthias Krüger-2/+2
2023-04-30Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddleMatthias Krüger-1/+1
2023-04-30Rollup merge of #110973 - bindsdev:packed-struct-ref-diagnostic-note, r=compi...Matthias Krüger-2/+5
2023-04-30Rollup merge of #110586 - ChrisDenton:msvc-oem-output, r=workingjubileeMatthias Krüger-1/+82
2023-04-29Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillotbors-356/+342
2023-04-29Auto merge of #110994 - matthiaskrgr:rollup-wv4u5yi, r=matthiaskrgrbors-11/+31
2023-04-29add match to diagnostic messagesDeadbeef-4/+9
2023-04-29Rollup merge of #110950 - JohnBobbo96:rustc_arena_unsafe_fn, r=NilstriebMatthias Krüger-11/+31
2023-04-29Change ABI order in is_stableGary Guo-12/+11
2023-04-29Partial stabilisation of `c_unwind`Gary Guo-39/+7
2023-04-29Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-202...bjorn3-670/+1464
2023-04-29Do not force anonymous lifetimes in consts to be static.Camille GILLOT-2/+2
2023-04-29Make `repr` attribute local_onlyGuillaume Gomez-1/+1
2023-04-29Auto merge of #108106 - the8472:layout-opt, r=wesleywiserbors-210/+371
2023-04-29Rollup merge of #110965 - compiler-errors:anon-lt-dupe-oops, r=cjgillotDylan DPC-5/+1
2023-04-29Rollup merge of #110962 - cjgillot:no-hash-drops, r=compiler-errorsDylan DPC-7/+8
2023-04-29Rollup merge of #110932 - sameer:master, r=michaelwoeristerDylan DPC-1/+9
2023-04-29Rollup merge of #110614 - compiler-errors:new-solver-overflow-response, r=lcnrDylan DPC-20/+79
2023-04-28Deny the `unsafe_op_in_unsafe_fn` lint inJohn Bobbo-11/+31
2023-04-29Auto merge of #110643 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrumbors-5/+5
2023-04-28improve error notes for packed struct reference diagnosticbindsdev-2/+5