| Age | Commit message (Expand) | Author | Lines |
| 2022-08-15 | Rollup merge of #100031 - GoldsteinE:try-removing-the-field, r=michaelwoerister | Matthias Krüger | -3/+89 |
| 2022-08-15 | Auto merge of #100569 - matthiaskrgr:rollup-9450lzs, r=matthiaskrgr | bors | -220/+301 |
| 2022-08-15 | Auto merge of #98393 - michaelwoerister:new-cpp-like-enum-debuginfo, r=wesley... | bors | -424/+1118 |
| 2022-08-15 | [debuginfo] Fix msvc-pretty-enums debuginfo test for i686. | Michael Woerister | -2/+2 |
| 2022-08-15 | Rollup merge of #100566 - TaKO8Ki:use-create-snapshot-for-diagnostic, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-08-15 | Rollup merge of #100534 - Rageking8:Rageking8-refactor1, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-08-15 | Rollup merge of #100506 - lcnr:fnctxt-yeet, r=compiler-errors | Matthias Krüger | -34/+45 |
| 2022-08-15 | Rollup merge of #100483 - compiler-errors:point-to-projection-too, r=jyn514 | Matthias Krüger | -92/+155 |
| 2022-08-15 | Rollup merge of #100277 - m-ou-se:format-args-1, r=compiler-errors | Matthias Krüger | -90/+64 |
| 2022-08-15 | Rollup merge of #100211 - cjgillot:ctfe-mir-available, r=michaelwoerister | Matthias Krüger | -0/+33 |
| 2022-08-15 | use `create_snapshot_for_diagnostic` instead of `clone` for `Parser` | Takayuki Maeda | -2/+2 |
| 2022-08-15 | Auto merge of #96745 - ehuss:even-more-attribute-validation, r=cjgillot | bors | -141/+1520 |
| 2022-08-15 | Auto merge of #96350 - austinabell:skip_optimization, r=Mark-Simulacrum | bors | -8/+50 |
| 2022-08-15 | Auto merge of #100510 - compiler-errors:as-a-treat, r=jackh726 | bors | -38/+37 |
| 2022-08-14 | Auto merge of #100540 - matthiaskrgr:rollup-734hkpt, r=matthiaskrgr | bors | -19/+196 |
| 2022-08-14 | Also do it for generics | Michael Goulet | -27/+30 |
| 2022-08-14 | Point to argument if it's self type of unsatisfied projection predicate | Michael Goulet | -65/+125 |
| 2022-08-14 | TypeError can be Copy | Michael Goulet | -38/+37 |
| 2022-08-14 | Rollup merge of #100526 - Nilstrieb:tests!, r=Mark-Simulacrum | Matthias Krüger | -0/+145 |
| 2022-08-14 | Rollup merge of #100524 - ohno418:impl-debug-for-some-rustbuild-structs, r=Ma... | Matthias Krüger | -1/+2 |
| 2022-08-14 | Rollup merge of #100523 - GuillaumeGomez:remove-clean-impls, r=Dylan-DPC | Matthias Krüger | -13/+7 |
| 2022-08-14 | Rollup merge of #100482 - youknowone:patch-1, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2022-08-14 | Rollup merge of #100253 - obeis:issue-100197, r=cjgillot | Matthias Krüger | -0/+33 |
| 2022-08-14 | Rollup merge of #100249 - Meziu:master, r=joshtriplett | Matthias Krüger | -5/+5 |
| 2022-08-14 | fix(iter::skip): Optimize `next` and `nth` implementations of `Skip` | austinabell | -8/+50 |
| 2022-08-14 | Auto merge of #100429 - GuillaumeGomez:merge-html-elements-together, r=notriddle | bors | -59/+216 |
| 2022-08-14 | Make code slightly more uniform | Rageking8 | -2/+2 |
| 2022-08-14 | Add tests for the drop behavior of some control flow constructs | Nilstrieb | -0/+145 |
| 2022-08-14 | Auto merge of #100525 - Dylan-DPC:rollup-4cp6nu0, r=Dylan-DPC | bors | -94/+673 |
| 2022-08-14 | Rollup merge of #100487 - tmiasko:assert-safe, r=petrochenkov | Dylan DPC | -6/+9 |
| 2022-08-14 | Rollup merge of #100126 - petrochenkov:screname, r=davidtwco | Dylan DPC | -86/+90 |
| 2022-08-14 | Rollup merge of #100115 - obeis:issue-99910, r=cjgillot | Dylan DPC | -0/+56 |
| 2022-08-14 | Rollup merge of #100026 - WaffleLapkin:array-chunks, r=scottmcm | Dylan DPC | -1/+435 |
| 2022-08-14 | Rollup merge of #99861 - lcnr:orphan-check-cg, r=jackh726 | Dylan DPC | -1/+44 |
| 2022-08-14 | Rollup merge of #99582 - compiler-errors:issue-99566, r=cjgillot | Dylan DPC | -0/+39 |
| 2022-08-14 | Update rustdoc tests | Guillaume Gomez | -40/+41 |
| 2022-08-14 | Impl Debug for some structs of rustbuild | ohno418 | -1/+2 |
| 2022-08-14 | Remove the Clean trait | Guillaume Gomez | -4/+0 |
| 2022-08-14 | remove Clean trait implementation for hir::Variant | Guillaume Gomez | -9/+7 |
| 2022-08-14 | Don't generate ident elements as DOM nodes | Guillaume Gomez | -14/+23 |
| 2022-08-14 | Merge HTML elements in highlighting when they can be merged together | Guillaume Gomez | -8/+155 |
| 2022-08-14 | Auto merge of #100516 - compiler-errors:rollup-fgrfeb3, r=compiler-errors | bors | -269/+843 |
| 2022-08-13 | Rollup merge of #100479 - compiler-errors:argument-type-error-improvements, r... | Michael Goulet | -20/+76 |
| 2022-08-13 | Rollup merge of #100468 - cuviper:lazy-x, r=jyn514 | Michael Goulet | -6/+6 |
| 2022-08-13 | Rollup merge of #100446 - TaKO8Ki:suggest-removing-semicolon-after-impl-trait... | Michael Goulet | -4/+63 |
| 2022-08-13 | Rollup merge of #100431 - compiler-errors:enum-ctor-variant-stab, r=estebank | Michael Goulet | -1/+20 |
| 2022-08-13 | Rollup merge of #100367 - fmease:fix-100365, r=compiler-errors | Michael Goulet | -53/+394 |
| 2022-08-13 | Rollup merge of #100335 - aDotInTheVoid:rdj-resolved-path, r=GuillaumeGomez | Michael Goulet | -94/+96 |
| 2022-08-13 | Rollup merge of #100299 - compiler-errors:issue-100283, r=notriddle | Michael Goulet | -30/+40 |
| 2022-08-13 | Rollup merge of #99646 - compiler-errors:arg-mismatch-single-arg-label, r=est... | Michael Goulet | -61/+148 |