| Age | Commit message (Expand) | Author | Lines |
| 2022-07-13 | assigning to a union field can never drop now | Ralf Jung | -19/+3 |
| 2022-07-13 | remove untagged_union feature gate | Ralf Jung | -373/+349 |
| 2022-07-13 | also allow arrays of allowed types | Ralf Jung | -4/+8 |
| 2022-07-13 | allow unions with mutable references and tuples of allowed types | Ralf Jung | -7/+37 |
| 2022-07-13 | Emit warning when named arguments are used positionally in format | Preston From | -0/+199 |
| 2022-07-13 | use gathered body_owners in par_body_owners | Miguel Guarniz | -190/+190 |
| 2022-07-13 | Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwco | Dylan DPC | -0/+29 |
| 2022-07-13 | Rollup merge of #99030 - rust-lang:notriddle/field-recovery, r=petrochenkov | Dylan DPC | -10/+19 |
| 2022-07-13 | Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb | Dylan DPC | -452/+85 |
| 2022-07-13 | Rollup merge of #98574 - dingxiangfei2009:let-else-thir, r=oli-obk | Dylan DPC | -21/+205 |
| 2022-07-13 | Add feature gate. | Camille GILLOT | -3/+91 |
| 2022-07-13 | Always use CreateParameter mode for function definitions. | Camille GILLOT | -32/+30 |
| 2022-07-13 | Limit test to x86 targets for reproducability | Oli Scherer | -0/+1 |
| 2022-07-13 | Rollup merge of #99168 - TaKO8Ki:add-regression-test-for-74713, r=Dylan-DPC | Guillaume Gomez | -0/+30 |
| 2022-07-13 | Rollup merge of #99020 - fee1-dead-contrib:repr_transparent_non_exhaustive, r... | Guillaume Gomez | -0/+241 |
| 2022-07-13 | Use `&{self.x}` for packed `Copy` structs. | Nicholas Nethercote | -20/+6 |
| 2022-07-12 | add test for implicit stuff in signatures of closures with `for<>` | Maybe Waffle | -0/+134 |
| 2022-07-12 | Lower closure binders to hir & properly check them | Maybe Waffle | -72/+33 |
| 2022-07-12 | --bless tests | Maybe Waffle | -9/+42 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -0/+150 |
| 2022-07-12 | Rollup merge of #98972 - TaKO8Ki:suggest-adding-missing-zero-to-floating-poin... | Dylan DPC | -0/+174 |
| 2022-07-12 | Rollup merge of #98633 - c410-f3r:yet-another-let-chain, r=estebank | Dylan DPC | -293/+803 |
| 2022-07-12 | add more tests | Deadbeef | -18/+122 |
| 2022-07-12 | check non_exhaustive attr and private fields for transparent types | Deadbeef | -0/+137 |
| 2022-07-12 | Always check Cell alongside with `UnsafeCell` | Oli Scherer | -1/+12 |
| 2022-07-12 | Use some more visible sigils than `,` | Oli Scherer | -16/+16 |
| 2022-07-12 | add regression test for #74713 | Takayuki Maeda | -0/+30 |
| 2022-07-12 | implement a suggestion for a floating point number with a type suffix | Takayuki Maeda | -2/+126 |
| 2022-07-11 | add tests for async await | Ding Xiang Fei | -0/+147 |
| 2022-07-11 | lower let-else in MIR instead | Ding Xiang Fei | -21/+58 |
| 2022-07-11 | Rollup merge of #99161 - fee1-dead-contrib:compile-test-edition-trim, r=jyn514 | Matthias Krüger | -1/+1 |
| 2022-07-11 | Rollup merge of #99146 - compiler-errors:issue-61525, r=lcnr | Matthias Krüger | -5/+59 |
| 2022-07-11 | Rollup merge of #99124 - compiler-errors:issue-99122, r=oli-obk | Matthias Krüger | -0/+45 |
| 2022-07-11 | Rollup merge of #99075 - danobi:dup_type_hint_sugg, r=petrochenkov | Matthias Krüger | -24/+0 |
| 2022-07-11 | Fix sized check ICE in intrisicck | Michael Goulet | -0/+45 |
| 2022-07-11 | Auto merge of #98637 - cjgillot:bare-trait-anon-lt, r=petrochenkov | bors | -0/+49 |
| 2022-07-11 | compiletest: trim edition before passing as flag | Deadbeef | -1/+1 |
| 2022-07-11 | Only check relative sizes on platform specific types | Oli Scherer | -37/+32 |
| 2022-07-11 | tidy | Oli Scherer | -1/+4 |
| 2022-07-11 | Simplify size checking | Oli Scherer | -39/+31 |
| 2022-07-11 | Don't allow accidental runtime-checks | Oli Scherer | -51/+50 |
| 2022-07-11 | Add test for issue 99071 | Amanieu d'Antras | -0/+29 |
| 2022-07-11 | tidy | Oli Scherer | -4/+16 |
| 2022-07-11 | Make tests work on 32 bit and 64 bit | Oli Scherer | -19/+22 |
| 2022-07-11 | Show sizes in error output | Oli Scherer | -1/+3 |
| 2022-07-11 | Rename assertion macro | Oli Scherer | -27/+27 |
| 2022-07-11 | Simplify assertion macro | Oli Scherer | -29/+28 |
| 2022-07-11 | Move checks to compile-time | Oli Scherer | -1/+8 |
| 2022-07-11 | Hide niches in SIMD types, too | Oli Scherer | -0/+8 |
| 2022-07-11 | Rollup merge of #99147 - compiler-errors:issue-55673, r=lcnr | Dylan DPC | -3/+24 |