| Age | Commit message (Expand) | Author | Lines |
| 2022-09-19 | fix RPIT ICE for implicit HRTB when missing dyn | Santiago Pastorino | -0/+43 |
| 2022-09-02 | CTFE: more informative error message on ReadPointerAsBytes trouble | Ralf Jung | -13/+249 |
| 2022-08-31 | Auto merge of #101050 - pnkfelix:revert-mir-inline-policy-for-beta-1.64, r=co... | bors | -0/+93 |
| 2022-08-30 | Auto merge of #99860 - oli-obk:revert_97346, r=pnkfelix | bors | -57/+47 |
| 2022-08-30 | Rollup merge of #100155 - compiler-errors:issue-100154, r=jackh726 | Dylan DPC | -2/+44 |
| 2022-08-30 | Auto merge of #99893 - compiler-errors:issue-99387, r=davidtwco | bors | -0/+24 |
| 2022-08-29 | regression tests for problems that are exposed by mir-inlining policy that we... | Felix S. Klock II | -0/+81 |
| 2022-08-26 | ignore std/test/codegen/mem-replace-direct-memcpy.rs in the 1.64-beta. | Felix S. Klock II | -0/+12 |
| 2022-08-15 | Revert let_chains stabilization | Nilstrieb | -371/+693 |
| 2022-08-11 | Add regression test for issue 100187 | Santiago Pastorino | -0/+12 |
| 2022-08-08 | Add regression test comment | Noah Lev | -0/+2 |
| 2022-08-08 | Synthetize a trait ref when none is available. | Camille GILLOT | -1/+3 |
| 2022-08-08 | Avoid ICE in rustdoc. | Camille GILLOT | -0/+17 |
| 2022-08-08 | rustdoc: do not mark the contents of a skipped module as inlined | Michael Howell | -0/+27 |
| 2022-08-05 | Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebank | bors | -168/+249 |
| 2022-08-05 | Auto merge of #99867 - spastorino:refactor-remap-lifetimes, r=nikomatsakis | bors | -0/+7 |
| 2022-08-05 | Auto merge of #97085 - rylev:test-issue-33172, r=wesleywiser | bors | -0/+40 |
| 2022-08-04 | Rollup merge of #100093 - wcampbell0x2a:unused-parens-for-match-arms, r=petro... | Matthias Krüger | -0/+41 |
| 2022-08-04 | Rollup merge of #100058 - TaKO8Ki:suggest-positional-formatting-argument-inst... | Matthias Krüger | -0/+115 |
| 2022-08-04 | Rollup merge of #98796 - compiler-errors:no-semi-if-comma, r=estebank | Matthias Krüger | -12/+21 |
| 2022-08-04 | Completely remove captures flag | Santiago Pastorino | -0/+7 |
| 2022-08-04 | Auto merge of #100087 - JakobDegen:mir-patch, r=tmiasko | bors | -172/+0 |
| 2022-08-04 | Enable unused_parens for match arms | wcampbell | -0/+41 |
| 2022-08-04 | Auto merge of #99953 - cjgillot:in-path-always, r=petrochenkov | bors | -0/+17 |
| 2022-08-04 | Add min-gdb-version | Ryan Levick | -0/+1 |
| 2022-08-04 | Update FIXME comment | Ryan Levick | -1/+1 |
| 2022-08-04 | Add comment about issue caused with multiple statics | Ryan Levick | -0/+2 |
| 2022-08-04 | Fix linux tests | Ryan Levick | -7/+7 |
| 2022-08-04 | Turn CDB test back on and all clarifying test | Ryan Levick | -6/+18 |
| 2022-08-04 | Turn off cdb test for now, link to issue | Ryan Levick | -6/+5 |
| 2022-08-04 | Add a test for issue #33172 | Ryan Levick | -0/+26 |
| 2022-08-04 | Auto merge of #100120 - matthiaskrgr:rollup-g6ycykq, r=matthiaskrgr | bors | -12/+225 |
| 2022-08-03 | Rollup merge of #100111 - estebank:missing-let, r=compiler-errors | Matthias Krüger | -0/+26 |
| 2022-08-03 | Rollup merge of #100107 - klensy:tr-w, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-08-03 | Rollup merge of #100105 - TaKO8Ki:add-regression-test-for-90871, r=compiler-e... | Matthias Krüger | -0/+28 |
| 2022-08-03 | Rollup merge of #100068 - dcsommer:master, r=petrochenkov | Matthias Krüger | -3/+30 |
| 2022-08-03 | Rollup merge of #100029 - hdelc:master, r=cjgillot | Matthias Krüger | -12/+36 |
| 2022-08-03 | Rollup merge of #99795 - compiler-errors:delay-specialization-normalize-error... | Matthias Krüger | -0/+58 |
| 2022-08-03 | Rollup merge of #99786 - obeis:issue-99625, r=compiler-errors | Matthias Krüger | -0/+34 |
| 2022-08-03 | Rollup merge of #98835 - aliemjay:relate_closure_substs, r=nikomatsakis | Matthias Krüger | -0/+97 |
| 2022-08-03 | Provide suggestion on missing `let` in binding statement | Esteban Küber | -0/+26 |
| 2022-08-03 | Auto merge of #100064 - RalfJung:disaligned, r=petrochenkov | bors | -1/+150 |
| 2022-08-03 | fix is_disaligned logic for nested packed structs | Ralf Jung | -1/+150 |
| 2022-08-03 | fix trailing whitespace in error message | klensy | -1/+1 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -168/+249 |
| 2022-08-03 | add regression test for #90871 | Takayuki Maeda | -0/+28 |
| 2022-08-03 | Rollup merge of #99738 - notriddle:notriddle/multiple-modules-w-same-name, r=... | Dylan DPC | -0/+41 |
| 2022-08-03 | Auto merge of #100082 - matthiaskrgr:rollup-ywu4iux, r=matthiaskrgr | bors | -104/+220 |
| 2022-08-02 | Add items to `DocAliasBadLocation` check error match arm | hdelc | -10/+10 |
| 2022-08-03 | add tests for `Debug` formatters and precision formatters | Takayuki Maeda | -1/+40 |