summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-08-23Disable MIR SROA optimization by defaultWesley Wiser-1/+1
2023-08-17Monomorphize constants before inspecting themOli Scherer-1/+1
2023-08-17Permit pre-evaluated constants in simd_shuffleOli Scherer-0/+14
2023-08-11Review feedback: return empty iff !should_codegen, and use simpler unconditio...Felix S. Klock II-12/+5
2023-08-11special-case proc-macro crates in rustc_codegen_ssa::back::linker::exported_s...Felix S. Klock II-3/+29
2023-08-11lint/ctypes: only try normalizeDavid Wood-12/+9
2023-08-11Substitute types before checking compatibility.Camille GILLOT-1/+14
2023-08-11lint/ctypes: allow `()` within typesDavid Wood-32/+15
2023-08-11lint: refactor `check_variant_for_ffi`David Wood-27/+22
2023-08-11lint/ctypes: stricter `()` return type checksDavid Wood-20/+35
2023-08-11Temporarily switch invalid_reference_casting lint to allow-by-defaultUrgau-1/+2
2023-08-11Rename cast_ref_to_mut lint to invalid_reference_castingUrgau-14/+14
2023-07-21make MCP510 behavior explicitly opt-inRémy Rakic-2/+17
2023-07-21allow opaques to be defined by trait queriesAli MJ Al-Nasrawy-5/+6
2023-07-10Replace version placeholder to 1.72Mark Rousskov-4/+4
2023-07-08Auto merge of #113491 - matthiaskrgr:rollup-mueqz7h, r=matthiaskrgrbors-47/+66
2023-07-08Rollup merge of #113217 - ericmarkmartin:lower-type-relative-ctor-to-adt, r=c...Matthias Krüger-15/+32
2023-07-08Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillotMatthias Krüger-32/+34
2023-07-08Auto merge of #113484 - matthiaskrgr:rollup-goq2u0d, r=matthiaskrgrbors-38/+90
2023-07-08Rollup merge of #113412 - spastorino:smir-types-1, r=oli-obkMatthias Krüger-9/+63
2023-07-08Rollup merge of #113399 - compiler-errors:next-solver-byte-pat-again, r=oli-obkMatthias Krüger-2/+2
2023-07-08Rollup merge of #113390 - nnethercote:cgu-tweaks, r=wesleywiserMatthias Krüger-24/+24
2023-07-08Rollup merge of #113335 - compiler-errors:reveal-opaques-in-new-solver, r=lcnrMatthias Krüger-3/+1
2023-07-08Auto merge of #113376 - Nilstrieb:pointer-coercions-are-not-casts-because-tha...bors-106/+135
2023-07-08Auto merge of #113474 - compiler-errors:rollup-07x1up7, r=compiler-errorsbors-56/+38
2023-07-07Rollup merge of #113467 - nbdd0121:unwind, r=compiler-errorsMichael Goulet-11/+5
2023-07-07Rollup merge of #113456 - spastorino:new-rpitit-31, r=compiler-errorsMichael Goulet-2/+11
2023-07-07Rollup merge of #113453 - spastorino:new-rpitit-30, r=compiler-errorsMichael Goulet-20/+1
2023-07-07Rollup merge of #113441 - RalfJung:assign-no-overlap, r=oli-obkMichael Goulet-1/+6
2023-07-07Rollup merge of #113427 - compiler-errors:no-variances-of-rpitit-gat, r=spast...Michael Goulet-20/+3
2023-07-08Auto merge of #112652 - oli-obk:tait_only_in_sig, r=compiler-errorsbors-41/+144
2023-07-07Don't ICE in resolve_bound_vars when associated return-type bounds are in bad...Michael Goulet-2/+12
2023-07-07Avoid calling report_forbidden_specialization for RPITITsSantiago Pastorino-2/+11
2023-07-07Remove unused from_method symbolSantiago Pastorino-20/+1
2023-07-07Add Float ty to SMIRSantiago Pastorino-3/+13
2023-07-07Add Uint ty to SMIRSantiago Pastorino-2/+20
2023-07-07Add Int ty to SMIRSantiago Pastorino-2/+20
2023-07-07Add Char ty to SMIRSantiago Pastorino-1/+2
2023-07-07Add rustc_ty_to_ty basic testsSantiago Pastorino-0/+2
2023-07-07Rename `adjustment::PointerCast` and variants using it to `PointerCoercion`Nilstrieb-106/+135
2023-07-07Normalize opaques during codegen in new solverMichael Goulet-3/+1
2023-07-07Auto merge of #113245 - lukas-code:unsizing-sanity-check, r=the8472bors-56/+107
2023-07-07miri: check that assignments do not self-overlapRalf Jung-1/+6
2023-07-07Treat closures as part of their parentOli Scherer-10/+10
2023-07-07Fix one layer of closures not being able to constrain opaque typesOli Scherer-1/+4
2023-07-07Only match on the `DefKind` once.Oli Scherer-29/+19
2023-07-07Collect nested items immediately instead of collecting them into an intermedi...Oli Scherer-15/+10
2023-07-07Move some logic into a method on `OpaqueTypeCollector`Oli Scherer-29/+33
2023-07-07Remove one layer of nested matching on the same thingOli Scherer-55/+39
2023-07-07liar liar find_taits_declared_in_body on fireOli Scherer-10/+10