| Age | Commit message (Expand) | Author | Lines |
| 2022-08-04 | Auto merge of #99953 - cjgillot:in-path-always, r=petrochenkov | bors | -0/+17 |
| 2022-08-04 | Auto merge of #100120 - matthiaskrgr:rollup-g6ycykq, r=matthiaskrgr | bors | -11/+224 |
| 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 #100029 - hdelc:master, r=cjgillot | Matthias Krüger | -11/+35 |
| 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 | add regression test for #90871 | Takayuki Maeda | -0/+28 |
| 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 | -9/+9 |
| 2022-08-03 | Delay a bug when failed to normalize trait ref during specialization | Michael Goulet | -0/+58 |
| 2022-08-02 | Auto merge of #92268 - jswrenn:transmute, r=oli-obk | bors | -0/+4128 |
| 2022-08-02 | Rollup merge of #99958 - PrestonFrom:issue_99907, r=compiler-errors | Matthias Krüger | -104/+220 |
| 2022-08-02 | Rollup merge of #100045 - Amanieu:global_asm_may_unwind, r=tmiasko | Matthias Krüger | -36/+36 |
| 2022-08-02 | NLL: relate closure to parent fn | Ali MJ Al-Nasrawy | -0/+97 |
| 2022-08-02 | Improve position named arguments lint underline and formatting names | Preston From | -104/+220 |
| 2022-08-02 | Rollup merge of #100011 - compiler-errors:let-chain-restriction, r=fee1-dead | Matthias Krüger | -248/+332 |
| 2022-08-02 | Properly reject the `may_unwind` option in `global_asm!` | Amanieu d'Antras | -36/+36 |
| 2022-08-01 | Prevent ICE for doc_alias on match arm, statement, expression | hdelc | -2/+26 |
| 2022-08-01 | Rollup merge of #99911 - cjgillot:no-guess, r=davidtwco | Matthias Krüger | -56/+65 |
| 2022-08-01 | Rollup merge of #99629 - obeis:issue-99470, r=compiler-errors | Matthias Krüger | -29/+54 |
| 2022-08-01 | Auto merge of #99944 - bjorn3:hide_proc_macro_symbols, r=eddyb | bors | -29/+39 |
| 2022-08-01 | Use expr parse restrictions for let expr parsing | Michael Goulet | -248/+332 |
| 2022-07-31 | Rollup merge of #99986 - WaffleLapkin:record_struct_wrap_suggestion, r=compil... | Matthias Krüger | -5/+15 |
| 2022-07-31 | Rollup merge of #99973 - RalfJung:layout-things, r=eddyb | Matthias Krüger | -920/+920 |
| 2022-07-31 | Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwco | Matthias Krüger | -0/+10 |
| 2022-07-31 | Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkov | Matthias Krüger | -38/+63 |
| 2022-07-31 | Improve `cannot move out of` error message | Obei Sideg | -29/+54 |
| 2022-07-31 | --bless tests | Maybe Waffle | -5/+15 |
| 2022-07-31 | reorder fields in Laout debug output | Ralf Jung | -920/+920 |
| 2022-07-31 | Rollup merge of #99974 - TaKO8Ki:suggest-removing-semicolon-and-boxing-the-ex... | Dylan DPC | -0/+200 |
| 2022-07-31 | Rollup merge of #99741 - compiler-errors:copy-impl-impl-generics, r=fee1-dead | Dylan DPC | -0/+95 |
| 2022-07-31 | Remove workarounds for issue 59998 | bjorn3 | -29/+39 |
| 2022-07-31 | add a test to check if `suggest_remove_semi_or_return_binding` is working wel... | Takayuki Maeda | -0/+200 |
| 2022-07-30 | Auto merge of #99959 - cuviper:niche-size, r=eddyb | bors | -0/+469 |
| 2022-07-30 | Rollup merge of #99890 - compiler-errors:issue-99828, r=lcnr | Matthias Krüger | -6/+41 |
| 2022-07-30 | Test another enum niche with multiple ZST alignments | Josh Stone | -3/+132 |
| 2022-07-30 | Fix the size of niche enums with ZST alignment | Josh Stone | -0/+340 |
| 2022-07-30 | Always create elided lifetimes, even if inferred. | Camille GILLOT | -0/+17 |
| 2022-07-30 | Rollup merge of #99903 - gimbles:pub, r=davidtwco | Dylan DPC | -0/+29 |
| 2022-07-30 | Rollup merge of #99895 - compiler-errors:type-ascription-aint-cast, r=davidtwco | Dylan DPC | -73/+73 |
| 2022-07-30 | Rollup merge of #99862 - WaffleLapkin:type_mismatch_fix, r=compiler-errors | Dylan DPC | -63/+119 |
| 2022-07-30 | Auto merge of #99796 - compiler-errors:issue-53475, r=oli-obk | bors | -0/+27 |
| 2022-07-30 | Auto merge of #99925 - JohnTitor:rollup-4bt9ou3, r=JohnTitor | bors | -33/+178 |