| Age | Commit message (Expand) | Author | Lines |
| 2023-02-04 | Auto merge of #107672 - matthiaskrgr:rollup-7e6dbuk, r=matthiaskrgr | bors | -6/+57 |
| 2023-02-04 | Rollup merge of #107646 - estebank:specific-span, r=compiler-errors | Matthias Krüger | -6/+57 |
| 2023-02-04 | Auto merge of #107549 - Zoxc:rustc-shared, r=jyn514 | bors | -1415/+1429 |
| 2023-02-04 | Auto merge of #107267 - cjgillot:keep-aggregate, r=oli-obk | bors | -218/+130 |
| 2023-02-04 | Auto merge of #107591 - krasimirgg:llvm-17-pgoopts, r=cuviper | bors | -8/+30 |
| 2023-02-03 | review comments | Esteban Küber | -14/+17 |
| 2023-02-03 | Rollup merge of #107621 - compiler-errors:intern-external-constraints, r=lcnr | Michael Goulet | -21/+78 |
| 2023-02-03 | Rollup merge of #107595 - michaelwoerister:retry_proc_macro_loading, r=petroc... | Michael Goulet | -2/+40 |
| 2023-02-03 | Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obk | Michael Goulet | -6/+17 |
| 2023-02-03 | Make const/fn return params more suggestable | Michael Goulet | -67/+127 |
| 2023-02-03 | intern external constraints | Michael Goulet | -21/+78 |
| 2023-02-03 | Provide structured suggestion for binding needing type on E0594 | Esteban Küber | -6/+54 |
| 2023-02-03 | Auto merge of #107642 - Dylan-DPC:rollup-edcqhm5, r=Dylan-DPC | bors | -153/+395 |
| 2023-02-03 | Rollup merge of #107633 - clubby789:option-string-coerce-fix, r=Nilstrieb | Dylan DPC | -4/+11 |
| 2023-02-03 | Rollup merge of #107585 - compiler-errors:fndef-sig-cycle, r=oli-obk | Dylan DPC | -10/+26 |
| 2023-02-03 | Rollup merge of #107544 - nnethercote:improve-TokenCursor, r=petrochenkov | Dylan DPC | -87/+94 |
| 2023-02-03 | Rollup merge of #107539 - PossiblyAShrub:unused-parens-in-index, r=lcnr | Dylan DPC | -0/+4 |
| 2023-02-03 | Rollup merge of #107427 - detrumi:builtin-impl-candidates, r=compiler-errors | Dylan DPC | -0/+25 |
| 2023-02-03 | Autotrait bounds on dyn-safe trait methods | David Tolnay | -10/+72 |
| 2023-02-03 | Disallow impl autotrait for trait object | David Tolnay | -42/+163 |
| 2023-02-03 | Auto merge of #107599 - clubby789:debug-less-ref, r=nnethercote | bors | -5/+20 |
| 2023-02-03 | Fix suggestion for coercing Option<&String> to Option<&str> | clubby789 | -4/+11 |
| 2023-02-03 | Auto merge of #107569 - petrochenkov:optattr, r=nnethercote | bors | -76/+90 |
| 2023-02-03 | Use new helper inside probe | Wilco Kusee | -6/+2 |
| 2023-02-03 | Rollup merge of #107602 - estebank:anon-enum-access, r=compiler-errors | Matthias Krüger | -12/+39 |
| 2023-02-03 | Rollup merge of #106805 - madsravn:master, r=compiler-errors | Matthias Krüger | -1/+28 |
| 2023-02-03 | Rollup merge of #106575 - estebank:issue-64008, r=pnkfelix | Matthias Krüger | -16/+34 |
| 2023-02-02 | Introduce write_aggregate. | Camille GILLOT | -19/+29 |
| 2023-02-02 | Stop deaggegating MIR. | Camille GILLOT | -132/+0 |
| 2023-02-02 | Stop deaggregating enums in MIR. | Camille GILLOT | -56/+45 |
| 2023-02-02 | Handle aggregates in DataflowConstProp. | Camille GILLOT | -0/+25 |
| 2023-02-02 | Codegen SetDiscriminant after field assignment. | Camille GILLOT | -15/+11 |
| 2023-02-02 | Interpret aggregates. | Camille GILLOT | -13/+21 |
| 2023-02-02 | Put a DefId in AggregateKind. | Camille GILLOT | -17/+33 |
| 2023-02-03 | Rename `Cursor`/`CursorRef` as `TokenTreeCursor`/`RefTokenTreeCursor`. | Nicholas Nethercote | -25/+30 |
| 2023-02-03 | Remove `TokenCursorFrame`. | Nicholas Nethercote | -42/+34 |
| 2023-02-03 | Make clear that `TokenTree::Token` shouldn't contain a delimiter. | Nicholas Nethercote | -2/+9 |
| 2023-02-03 | Improve doc comment desugaring. | Nicholas Nethercote | -27/+30 |
| 2023-02-02 | Tweak misleading comment | Michael Goulet | -1/+1 |
| 2023-02-02 | Don't generate unecessary `&&self.field` in deriving Debug | clubby789 | -5/+20 |
| 2023-02-02 | Emit warnings on unused parens/braces in index expressions | Aidan Olsen | -0/+4 |
| 2023-02-02 | Parse and recover from type ascription in patterns | Esteban Küber | -12/+39 |
| 2023-02-02 | Suggest `move` in nested closure when appropriate | Esteban Küber | -16/+34 |
| 2023-02-02 | Rollup merge of #107559 - WaffleLapkin:is_it_2015¿, r=davidtwco | Matthias Krüger | -18/+21 |
| 2023-02-02 | Rollup merge of #107532 - compiler-errors:erase-regions-in-uninhabited, r=jac... | Matthias Krüger | -1/+4 |
| 2023-02-02 | Rollup merge of #107524 - cjgillot:both-storage, r=RalfJung | Matthias Krüger | -11/+14 |
| 2023-02-02 | Rollup merge of #107515 - Swatinem:hirvalidator, r=compiler-errors | Matthias Krüger | -49/+32 |
| 2023-02-02 | Rollup merge of #107493 - clubby789:range-fat-arrow-followup, r=estebank | Matthias Krüger | -9/+15 |
| 2023-02-02 | Rollup merge of #106919 - compiler-errors:underscore-typo-in-field-pat, r=jac... | Matthias Krüger | -10/+17 |
| 2023-02-02 | Retry opening proc-macro DLLs a few times on Windows. | Michael Woerister | -2/+40 |