about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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 #107400 - matthiaskrgr:rollup-l6bycds, r=matthiaskrgrbors-123/+257
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-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
2023-01-27Separate witness type computation from the generator transform.Camille GILLOT-31/+304
2023-01-27Remember where a type was kept in MIR.Camille GILLOT-12/+30
2023-01-27Introduce GeneratorWitnessMIR.Camille GILLOT-68/+258
2023-01-27Always require Drop for generators.Camille GILLOT-0/+7
2023-01-27Add `drop_tracking_mir` option.Camille GILLOT-0/+2
2023-01-27Separate trait selection from ambiguity reporting.Camille GILLOT-30/+25
2023-01-27Impl HashStable/Encodable/Decodable for ObligationCause.Camille GILLOT-15/+53
2023-01-27Do not abort compilation when failing to normalize opaque types.Camille GILLOT-11/+43
2023-01-27recover more unbraced const argsLeón Orell Valerian Liehr-14/+56
2023-01-27Use now solver in evaluate_obligationMichael Goulet-6/+37
2023-01-27Auto merge of #107372 - JohnTitor:rollup-zkl2ges, r=JohnTitorbors-86/+185
2023-01-27Don't merge vtables when full debuginfo is enabled.Michael Woerister-0/+5
2023-01-28Rollup merge of #107352 - sameo:topic/E0587, r=JohnTitorYuki Okushi-1/+1
2023-01-28Rollup merge of #107347 - tshepang:rightward-drift, r=NilstriebYuki Okushi-3/+2
2023-01-28Rollup merge of #107321 - lcnr:comment, r=compiler-errorsYuki Okushi-13/+11
2023-01-28Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast...Yuki Okushi-2/+2
2023-01-28Rollup merge of #106806 - m-ou-se:format-args-flags, r=oli-obkYuki Okushi-67/+169
2023-01-27Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnrbors-120/+140
2023-01-27Revert back to LlvmArchiveBuilder on all platformsbjorn3-1/+3
2023-01-27Revert "Remove macOS fat archive support from LlvmArchiveBuilder"bjorn3-4/+10
2023-01-27Revert "Avoid a temporary file when processing macOS fat archives"bjorn3-34/+36
2023-01-27Fix some Fluent typosclubby789-3/+3
2023-01-27Detect references to non-existant messages in Fluent resourcesclubby789-2/+32
2023-01-27Destructure format_options in make_format_spec.Mara Bos-11/+21
2023-01-27compiler: Fix E0587 explanationSamuel Ortiz-1/+1
2023-01-27Improve unexpected close and mismatch delimiter hint in TokenTreesReaderyukang-87/+162
2023-01-27update comment on trait objectsAli MJ Al-Nasrawy-1/+1
2023-01-27Auto merge of #107054 - petrochenkov:effvisdoc3, r=GuillaumeGomezbors-0/+6
2023-01-27Replace format flags u32 by enums and bools.Mara Bos-62/+154
2023-01-27Auto merge of #107343 - JohnTitor:rollup-s6l94aj, r=JohnTitorbors-43/+99
2023-01-27reduce rightward-driftTshepang Mbambo-3/+2
2023-01-27Rollup merge of #107279 - compiler-errors:new-solver-evaluate, r=lcnrYuki Okushi-14/+43