| Age | Commit message (Expand) | Author | Lines |
| 2023-01-28 | Rollup merge of #107096 - clubby789:fluent-bad-messageref, r=compiler-errors | Matthias Krüger | -5/+35 |
| 2023-01-28 | Rollup merge of #104012 - chenyukang:yukang/fix-103882-deli-indentation, r=pe... | Matthias Krüger | -87/+162 |
| 2023-01-28 | Auto merge of #107400 - matthiaskrgr:rollup-l6bycds, r=matthiaskrgr | bors | -123/+257 |
| 2023-01-28 | Rollup merge of #107373 - michaelwoerister:dont-merge-vtables-when-debuginfo,... | Matthias Krüger | -0/+5 |
| 2023-01-28 | Rollup merge of #107344 - compiler-errors:new-solver-tweaks, r=lcnr | Matthias Krüger | -23/+54 |
| 2023-01-28 | Rollup merge of #107339 - aliemjay:covariant, r=lcnr | Matthias Krüger | -24/+15 |
| 2023-01-28 | Rollup merge of #107306 - compiler-errors:correct-sugg-for-closure-arg-needs-... | Matthias Krüger | -10/+20 |
| 2023-01-28 | Rollup merge of #107190 - fmease:fix-81698, r=compiler-errors | Matthias Krüger | -14/+56 |
| 2023-01-28 | Rollup merge of #107103 - compiler-errors:new-solver-evaluate_obligation, r=lcnr | Matthias Krüger | -6/+37 |
| 2023-01-28 | Rollup merge of #107100 - compiler-errors:issue-107087, r=lcnr | Matthias Krüger | -46/+70 |
| 2023-01-28 | Auto merge of #107360 - bjorn3:fix_thin_archive_reading, r=wesleywiser | bors | -39/+49 |
| 2023-01-28 | Auto merge of #101692 - cjgillot:generator-lazy-witness, r=oli-obk | bors | -178/+1128 |
| 2023-01-27 | Pacify tidy. | Camille GILLOT | -8/+8 |
| 2023-01-27 | Restrict amount of ignored locals. | Camille GILLOT | -13/+35 |
| 2023-01-27 | Compute generator saved locals on MIR. | Camille GILLOT | -19/+392 |
| 2023-01-27 | Micro-optimization in consider_assumption | Michael Goulet | -2/+6 |
| 2023-01-27 | Add some comments | Michael Goulet | -0/+31 |
| 2023-01-27 | No need to probe when computing goals | Michael Goulet | -21/+17 |
| 2023-01-27 | Separate witness type computation from the generator transform. | Camille GILLOT | -31/+304 |
| 2023-01-27 | Remember where a type was kept in MIR. | Camille GILLOT | -12/+30 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -68/+258 |
| 2023-01-27 | Always require Drop for generators. | Camille GILLOT | -0/+7 |
| 2023-01-27 | Add `drop_tracking_mir` option. | Camille GILLOT | -0/+2 |
| 2023-01-27 | Separate trait selection from ambiguity reporting. | Camille GILLOT | -30/+25 |
| 2023-01-27 | Impl HashStable/Encodable/Decodable for ObligationCause. | Camille GILLOT | -15/+53 |
| 2023-01-27 | Do not abort compilation when failing to normalize opaque types. | Camille GILLOT | -11/+43 |
| 2023-01-27 | recover more unbraced const args | León Orell Valerian Liehr | -14/+56 |
| 2023-01-27 | Use now solver in evaluate_obligation | Michael Goulet | -6/+37 |
| 2023-01-27 | Auto merge of #107372 - JohnTitor:rollup-zkl2ges, r=JohnTitor | bors | -86/+185 |
| 2023-01-27 | Don't merge vtables when full debuginfo is enabled. | Michael Woerister | -0/+5 |
| 2023-01-28 | Rollup merge of #107352 - sameo:topic/E0587, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2023-01-28 | Rollup merge of #107347 - tshepang:rightward-drift, r=Nilstrieb | Yuki Okushi | -3/+2 |
| 2023-01-28 | Rollup merge of #107321 - lcnr:comment, r=compiler-errors | Yuki Okushi | -13/+11 |
| 2023-01-28 | Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast... | Yuki Okushi | -2/+2 |
| 2023-01-28 | Rollup merge of #106806 - m-ou-se:format-args-flags, r=oli-obk | Yuki Okushi | -67/+169 |
| 2023-01-27 | Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr | bors | -120/+140 |
| 2023-01-27 | Revert back to LlvmArchiveBuilder on all platforms | bjorn3 | -1/+3 |
| 2023-01-27 | Revert "Remove macOS fat archive support from LlvmArchiveBuilder" | bjorn3 | -4/+10 |
| 2023-01-27 | Revert "Avoid a temporary file when processing macOS fat archives" | bjorn3 | -34/+36 |
| 2023-01-27 | Fix some Fluent typos | clubby789 | -3/+3 |
| 2023-01-27 | Detect references to non-existant messages in Fluent resources | clubby789 | -2/+32 |
| 2023-01-27 | Destructure format_options in make_format_spec. | Mara Bos | -11/+21 |
| 2023-01-27 | compiler: Fix E0587 explanation | Samuel Ortiz | -1/+1 |
| 2023-01-27 | Improve unexpected close and mismatch delimiter hint in TokenTreesReader | yukang | -87/+162 |
| 2023-01-27 | update comment on trait objects | Ali MJ Al-Nasrawy | -1/+1 |
| 2023-01-27 | Auto merge of #107054 - petrochenkov:effvisdoc3, r=GuillaumeGomez | bors | -0/+6 |
| 2023-01-27 | Replace format flags u32 by enums and bools. | Mara Bos | -62/+154 |
| 2023-01-27 | Auto merge of #107343 - JohnTitor:rollup-s6l94aj, r=JohnTitor | bors | -43/+99 |
| 2023-01-27 | reduce rightward-drift | Tshepang Mbambo | -3/+2 |
| 2023-01-27 | Rollup merge of #107279 - compiler-errors:new-solver-evaluate, r=lcnr | Yuki Okushi | -14/+43 |