| Age | Commit message (Expand) | Author | Lines |
| 2023-02-06 | Rollup merge of #107731 - RalfJung:interpret-discriminant, r=cjgillot | Matthias Krüger | -234/+245 |
| 2023-02-06 | Rollup merge of #107725 - GuillaumeGomez:turn-markdownwithtoc-into-struct, r=... | Matthias Krüger | -10/+17 |
| 2023-02-06 | Rollup merge of #107724 - klensy:imports, r=Mark-Simulacrum | Matthias Krüger | -34/+0 |
| 2023-02-06 | Rollup merge of #107720 - tshepang:consistency, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-02-06 | Rollup merge of #107714 - Wilfred:round_docs, r=m-ou-se | Matthias Krüger | -4/+4 |
| 2023-02-06 | Rollup merge of #107692 - Swatinem:printsizeyield, r=compiler-errors | Matthias Krüger | -12/+25 |
| 2023-02-06 | Rollup merge of #107596 - Kobzol:stage-build-timer, r=Mark-Simulacrum | Matthias Krüger | -49/+123 |
| 2023-02-06 | Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl... | Matthias Krüger | -81/+1120 |
| 2023-02-06 | Auto merge of #107727 - Dylan-DPC:rollup-b1yexcl, r=Dylan-DPC | bors | -349/+936 |
| 2023-02-06 | interpret: move discriminant reading and writing to separate file | Ralf Jung | -234/+245 |
| 2023-02-06 | Turn MarkdownWithToc into a struct with named fields | Guillaume Gomez | -10/+17 |
| 2023-02-06 | remove unused imports | klensy | -34/+0 |
| 2023-02-06 | Rollup merge of #107687 - cjgillot:sroa-2, r=oli-obk | Dylan DPC | -313/+589 |
| 2023-02-06 | Rollup merge of #107685 - jieyouxu:issue-90027, r=compiler-errors | Dylan DPC | -1/+102 |
| 2023-02-06 | Rollup merge of #107669 - notriddle:notriddle/ayu-smaller, r=GuillaumeGomez | Dylan DPC | -34/+14 |
| 2023-02-06 | Rollup merge of #107580 - lenko-d:default_value_for_a_lifetime_generic_parame... | Dylan DPC | -1/+41 |
| 2023-02-06 | Rollup merge of #107553 - edward-shen:edward-shen/suggest-null-ptr, r=WaffleL... | Dylan DPC | -0/+190 |
| 2023-02-06 | Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errors | bors | -9/+142 |
| 2023-02-06 | end entry paragprah with a period (.) | Tshepang Mbambo | -1/+1 |
| 2023-02-06 | Auto merge of #107667 - cjgillot:no-on-hit, r=lcnr,Zoxc | bors | -127/+68 |
| 2023-02-06 | Auto merge of #107697 - kiranshila:patch-1, r=the8472 | bors | -1/+1 |
| 2023-02-06 | Suggest return type for async function without return type | 许杰友 Jieyou Xu (Joe) | -1/+102 |
| 2023-02-05 | Clarify wording on f64::round() and f32::round() | Wilfred Hughes | -4/+4 |
| 2023-02-06 | Auto merge of #107141 - notriddle:notriddle/max-lev-distance-2023, r=Guillaum... | bors | -74/+108 |
| 2023-02-05 | Auto merge of #107627 - nnethercote:optimize-fold_ty, r=compiler-errors | bors | -99/+104 |
| 2023-02-06 | Split and inline `TypeFreshener::fold_ty`. | Nicholas Nethercote | -68/+61 |
| 2023-02-06 | Split and inline `ShallowResolver::fold_ty`. | Nicholas Nethercote | -24/+33 |
| 2023-02-06 | Inline `OpportunisticVarResolver::fold_ty`. | Nicholas Nethercote | -0/+1 |
| 2023-02-06 | Improve early bailout test in `resolve_vars_if_possible`. | Nicholas Nethercote | -2/+2 |
| 2023-02-06 | Put a `ShallowResolver` within `OpportunisticVarResolver`. | Nicholas Nethercote | -5/+7 |
| 2023-02-05 | Auto merge of #107526 - obeis:for-missing-iterator, r=estebank,compiler-errors | bors | -0/+48 |
| 2023-02-05 | Fix typo in HashMap::with_capacity | Kiran Shila | -1/+1 |
| 2023-02-05 | Auto merge of #107663 - matthiaskrgr:107423-point-at-EOF-code, r=compiler-errors | bors | -0/+43 |
| 2023-02-05 | Sort Generator `print-type-sizes` according to their yield points | Arpad Borsos | -12/+25 |
| 2023-02-05 | Add ui test for missing expression in for loop | Obei Sideg | -0/+18 |
| 2023-02-05 | Recover from missing expression in for loop | Obei Sideg | -0/+30 |
| 2023-02-05 | Auto merge of #102842 - rol1510:issue-85566-fix, r=notriddle | bors | -22/+65 |
| 2023-02-05 | Bless 32bit tests. | Camille GILLOT | -19/+21 |
| 2023-02-05 | Simplify ReplacementMap. | Camille GILLOT | -84/+109 |
| 2023-02-05 | Run SROA to fixpoint. | Camille GILLOT | -67/+78 |
| 2023-02-05 | Simplify construction of replacement map. | Camille GILLOT | -160/+196 |
| 2023-02-05 | Introduce helper. | Camille GILLOT | -24/+23 |
| 2023-02-05 | Make SROA expand assignments. | Camille GILLOT | -32/+188 |
| 2023-02-05 | Auto merge of #107679 - est31:less_import_overhead, r=compiler-errors | bors | -376/+356 |
| 2023-02-05 | Fix SROA without deaggregation. | Camille GILLOT | -127/+174 |
| 2023-02-05 | Auto merge of #107434 - BoxyUwU:nll_const_equate, r=compiler-errors | bors | -21/+92 |
| 2023-02-05 | emit `ConstEquate` in `TypeRelating<D>` | Boxy | -21/+92 |
| 2023-02-04 | Suggest null ptr if 0 is given as a raw ptr arg | Edward Shen | -0/+190 |
| 2023-02-05 | rustc_session: remove huge error imports | est31 | -29/+23 |
| 2023-02-05 | rustc_parse: remove huge error imports | est31 | -121/+111 |