| Age | Commit message (Expand) | Author | Lines |
| 2023-01-29 | Auto merge of #106908 - cjgillot:copyprop-ssa, r=oli-obk | bors | -4/+420 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -28/+121 |
| 2023-01-29 | Auto merge of #107435 - matthiaskrgr:rollup-if5h6yu, r=matthiaskrgr | bors | -44/+116 |
| 2023-01-29 | Rollup merge of #107425 - clubby789:match-range-missing-space, r=compiler-errors | Matthias Krüger | -24/+84 |
| 2023-01-29 | Rollup merge of #107422 - Nilstrieb:erase-the-ice, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2023-01-29 | Rollup merge of #107413 - tshepang:pleasant-readin, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-01-29 | Rollup merge of #107401 - lenko-d:remove_the_usize_field_from_CandidateSource... | Matthias Krüger | -8/+5 |
| 2023-01-29 | Rollup merge of #107097 - tmiasko:ssa, r=cjgillot | Matthias Krüger | -11/+22 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -9/+168 |
| 2023-01-29 | Auto merge of #107406 - cjgillot:eliminate-witnesses, r=compiler-errors | bors | -18/+19 |
| 2023-01-28 | Auto merge of #103659 - clubby789:improve-partialord-derive, r=nagisa | bors | -9/+73 |
| 2023-01-28 | Migrate some range parsing diagnostics | clubby789 | -19/+61 |
| 2023-01-28 | Check for missing space between fat arrow and range pattern | clubby789 | -14/+32 |
| 2023-01-28 | Also erase substs for new infcx in pin move error | Nilstrieb | -0/+4 |
| 2023-01-28 | Auto merge of #107303 - compiler-errors:intern-canonical-var-values, r=lcnr | bors | -99/+70 |
| 2023-01-28 | Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin | bors | -395/+350 |
| 2023-01-28 | Reintroduce multiple_supertrait_upcastable lint | Gary Guo | -0/+75 |
| 2023-01-28 | Rename `is_object_safe` to `check_is_object_safe` to hint side effects | Gary Guo | -14/+17 |
| 2023-01-28 | Make `is_object_safe` a query and move lint_object_unsafe_trait call there | Gary Guo | -18/+35 |
| 2023-01-28 | Replace `object_safety_violations().is_empty()` calls with `is_object_safe` | Gary Guo | -5/+3 |
| 2023-01-28 | make more pleasant to read | Tshepang Mbambo | -1/+1 |
| 2023-01-28 | Auto merge of #107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgr | bors | -197/+227 |
| 2023-01-28 | Use field-less variant for AliasBound. | Lenko Donchev | -6/+5 |
| 2023-01-28 | Rollup merge of #107398 - scottmcm:its-their-funeral, r=dtolnay | Matthias Krüger | -4/+4 |
| 2023-01-28 | Rollup merge of #107385 - BoxyUwU:ConstInferUnifier_is_folder, r=compiler-errors | Matthias Krüger | -88/+26 |
| 2023-01-28 | Rollup merge of #107384 - Nilstrieb:bool-for-deletion, r=oli-obk | Matthias Krüger | -13/+0 |
| 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 #106916 - lukas-code:overlapping-substs, r=estebank | bors | -40/+93 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -332/+291 |
| 2023-01-28 | Take a LocalDefId in hir::Visitor::visit_fn. | Camille GILLOT | -64/+60 |
| 2023-01-28 | Only compute mir_generator_witnesses query in drop_tracking_mir mode. | Camille GILLOT | -18/+19 |
| 2023-01-28 | Auto merge of #107400 - matthiaskrgr:rollup-l6bycds, r=matthiaskrgr | bors | -123/+257 |
| 2023-01-27 | remove the usize field from CandidateSource::AliasBound | Lenko Donchev | -7/+5 |
| 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-27 | Remove `ControlFlow::{BREAK, CONTINUE}` | Scott McMurray | -4/+4 |
| 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 |