about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-01-29Auto merge of #106908 - cjgillot:copyprop-ssa, r=oli-obkbors-4/+420
2023-01-29Auto merge of #106253 - nbdd0121:upcast, r=compiler-errorsbors-28/+121
2023-01-29Auto merge of #107435 - matthiaskrgr:rollup-if5h6yu, r=matthiaskrgrbors-44/+116
2023-01-29Rollup merge of #107425 - clubby789:match-range-missing-space, r=compiler-errorsMatthias Krüger-24/+84
2023-01-29Rollup merge of #107422 - Nilstrieb:erase-the-ice, r=compiler-errorsMatthias Krüger-0/+4
2023-01-29Rollup merge of #107413 - tshepang:pleasant-readin, r=NilstriebMatthias Krüger-1/+1
2023-01-29Rollup merge of #107401 - lenko-d:remove_the_usize_field_from_CandidateSource...Matthias Krüger-8/+5
2023-01-29Rollup merge of #107097 - tmiasko:ssa, r=cjgillotMatthias Krüger-11/+22
2023-01-29Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obkbors-9/+168
2023-01-29Auto merge of #107406 - cjgillot:eliminate-witnesses, r=compiler-errorsbors-18/+19
2023-01-28Auto merge of #103659 - clubby789:improve-partialord-derive, r=nagisabors-9/+73
2023-01-28Migrate some range parsing diagnosticsclubby789-19/+61
2023-01-28Check for missing space between fat arrow and range patternclubby789-14/+32
2023-01-28Also erase substs for new infcx in pin move errorNilstrieb-0/+4
2023-01-28Auto merge of #107303 - compiler-errors:intern-canonical-var-values, r=lcnrbors-99/+70
2023-01-28Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkinbors-395/+350
2023-01-28Reintroduce multiple_supertrait_upcastable lintGary Guo-0/+75
2023-01-28Rename `is_object_safe` to `check_is_object_safe` to hint side effectsGary Guo-14/+17
2023-01-28Make `is_object_safe` a query and move lint_object_unsafe_trait call thereGary Guo-18/+35
2023-01-28Replace `object_safety_violations().is_empty()` calls with `is_object_safe`Gary Guo-5/+3
2023-01-28make more pleasant to readTshepang Mbambo-1/+1
2023-01-28Auto merge of #107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgrbors-197/+227
2023-01-28Use field-less variant for AliasBound.Lenko Donchev-6/+5
2023-01-28Rollup merge of #107398 - scottmcm:its-their-funeral, r=dtolnayMatthias Krüger-4/+4
2023-01-28Rollup merge of #107385 - BoxyUwU:ConstInferUnifier_is_folder, r=compiler-errorsMatthias Krüger-88/+26
2023-01-28Rollup merge of #107384 - Nilstrieb:bool-for-deletion, r=oli-obkMatthias Krüger-13/+0
2023-01-28Rollup merge of #107096 - clubby789:fluent-bad-messageref, r=compiler-errorsMatthias Krüger-5/+35
2023-01-28Rollup merge of #104012 - chenyukang:yukang/fix-103882-deli-indentation, r=pe...Matthias Krüger-87/+162
2023-01-28Auto merge of #106916 - lukas-code:overlapping-substs, r=estebankbors-40/+93
2023-01-28Remove `HirId -> LocalDefId` map from HIR.Camille GILLOT-332/+291
2023-01-28Take a LocalDefId in hir::Visitor::visit_fn.Camille GILLOT-64/+60
2023-01-28Only compute mir_generator_witnesses query in drop_tracking_mir mode.Camille GILLOT-18/+19
2023-01-28Auto merge of #107400 - matthiaskrgr:rollup-l6bycds, r=matthiaskrgrbors-123/+257
2023-01-27remove the usize field from CandidateSource::AliasBoundLenko Donchev-7/+5
2023-01-28Rollup merge of #107373 - michaelwoerister:dont-merge-vtables-when-debuginfo,...Matthias Krüger-0/+5
2023-01-28Rollup merge of #107344 - compiler-errors:new-solver-tweaks, r=lcnrMatthias Krüger-23/+54
2023-01-28Rollup merge of #107339 - aliemjay:covariant, r=lcnrMatthias Krüger-24/+15
2023-01-28Rollup merge of #107306 - compiler-errors:correct-sugg-for-closure-arg-needs-...Matthias Krüger-10/+20
2023-01-28Rollup merge of #107190 - fmease:fix-81698, r=compiler-errorsMatthias Krüger-14/+56
2023-01-28Rollup merge of #107103 - compiler-errors:new-solver-evaluate_obligation, r=lcnrMatthias Krüger-6/+37
2023-01-28Rollup merge of #107100 - compiler-errors:issue-107087, r=lcnrMatthias Krüger-46/+70
2023-01-28Auto merge of #107360 - bjorn3:fix_thin_archive_reading, r=wesleywiserbors-39/+49
2023-01-27Remove `ControlFlow::{BREAK, CONTINUE}`Scott McMurray-4/+4
2023-01-28Auto merge of #101692 - cjgillot:generator-lazy-witness, r=oli-obkbors-178/+1128
2023-01-27Pacify tidy.Camille GILLOT-8/+8
2023-01-27Restrict amount of ignored locals.Camille GILLOT-13/+35
2023-01-27Compute generator saved locals on MIR.Camille GILLOT-19/+392
2023-01-27Micro-optimization in consider_assumptionMichael Goulet-2/+6
2023-01-27Add some commentsMichael Goulet-0/+31
2023-01-27No need to probe when computing goalsMichael Goulet-21/+17