| Age | Commit message (Expand) | Author | Lines |
| 2022-07-14 | Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC | bors | -134/+459 |
| 2022-07-14 | Rollup merge of #99126 - NiklasJonsson:84447/rustc_span, r=petrochenkov | Dylan DPC | -1/+6 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -121/+425 |
| 2022-07-14 | Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkov | Dylan DPC | -12/+28 |
| 2022-07-14 | Auto merge of #98975 - jyn514:unstable_opts, r=wesleywiser | bors | -363/+364 |
| 2022-07-14 | Auto merge of #98754 - jyn514:non-trivial-drop, r=compiler-errors | bors | -3/+25 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -363/+364 |
| 2022-07-13 | add array tests, cleanup, tidy, and bless | Ralf Jung | -2/+3 |
| 2022-07-13 | assigning to a union field can never drop now | Ralf Jung | -38/+11 |
| 2022-07-13 | remove untagged_union feature gate | Ralf Jung | -76/+37 |
| 2022-07-13 | also allow arrays of allowed types | Ralf Jung | -0/+5 |
| 2022-07-13 | allow unions with mutable references and tuples of allowed types | Ralf Jung | -5/+22 |
| 2022-07-13 | factor 'is this type allowed as union field on stable' into separate function | Ralf Jung | -3/+11 |
| 2022-07-13 | reduce scope of allow(rustc::potential_query_instability) in rustc_span | Niklas Jonsson | -1/+6 |
| 2022-07-13 | Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPC | bors | -336/+480 |
| 2022-07-13 | Auto merge of #98145 - ouz-a:some_branch, r=oli-obk | bors | -27/+205 |
| 2022-07-13 | Rollup merge of #99199 - TaKO8Ki:remove-unnecessary-span-to-snippet, r=cjgillot | Dylan DPC | -14/+11 |
| 2022-07-13 | Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwco | Dylan DPC | -28/+38 |
| 2022-07-13 | Rollup merge of #99030 - rust-lang:notriddle/field-recovery, r=petrochenkov | Dylan DPC | -0/+18 |
| 2022-07-13 | Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb | Dylan DPC | -58/+53 |
| 2022-07-13 | Rollup merge of #98574 - dingxiangfei2009:let-else-thir, r=oli-obk | Dylan DPC | -236/+360 |
| 2022-07-13 | Add feature gate. | Camille GILLOT | -1/+19 |
| 2022-07-13 | Always use CreateParameter mode for function definitions. | Camille GILLOT | -11/+9 |
| 2022-07-13 | Rollup merge of #99185 - krasimirgg:llvm-wrapper-inlineasm, r=nikic | Guillaume Gomez | -0/+6 |
| 2022-07-13 | Rollup merge of #99020 - fee1-dead-contrib:repr_transparent_non_exhaustive, r... | Guillaume Gomez | -5/+121 |
| 2022-07-13 | fix documentation | Deadbeef | -6/+10 |
| 2022-07-13 | avoid `&str` to `String` conversions | Takayuki Maeda | -2/+2 |
| 2022-07-13 | remove an unnecessary `span_to_snippet` | Takayuki Maeda | -12/+9 |
| 2022-07-13 | Auto merge of #99101 - RalfJung:interpret-projections, r=oli-obk | bors | -432/+540 |
| 2022-07-12 | Add back expr size checks | Maybe Waffle | -3/+3 |
| 2022-07-12 | Add an indirection for closures in `hir::ExprKind` | Maybe Waffle | -79/+101 |
| 2022-07-12 | Add `LifetimeBinderKind::Closure` | Maybe Waffle | -1/+3 |
| 2022-07-12 | make for<> in closures a possible place to suggest adding named lifetime | Maybe Waffle | -4/+36 |
| 2022-07-12 | Lower closure binders to hir & properly check them | Maybe Waffle | -31/+181 |
| 2022-07-12 | Update compiler/rustc_parse/src/parser/expr.rs | Michael Howell | -1/+1 |
| 2022-07-12 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -0/+6 |
| 2022-07-12 | Comment out expr size check | Maybe Waffle | -3/+3 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -38/+136 |
| 2022-07-12 | Rollup merge of #99154 - rosehuds:master, r=cjgillot | Dylan DPC | -5/+3 |
| 2022-07-12 | Rollup merge of #99038 - jackh726:earlybinder-cleanup, r=lcnr | Dylan DPC | -45/+57 |
| 2022-07-12 | Rollup merge of #98972 - TaKO8Ki:suggest-adding-missing-zero-to-floating-poin... | Dylan DPC | -4/+45 |
| 2022-07-12 | Rollup merge of #98633 - c410-f3r:yet-another-let-chain, r=estebank | Dylan DPC | -8/+24 |
| 2022-07-12 | Rollup merge of #98622 - petrochenkov:executables, r=oli-obk | Dylan DPC | -52/+3 |
| 2022-07-12 | add new rval, pull deref early | ouz-a | -27/+205 |
| 2022-07-12 | fix the typo | Ding Xiang Fei | -4/+2 |
| 2022-07-12 | check non_exhaustive attr and private fields for transparent types | Deadbeef | -5/+117 |
| 2022-07-12 | implement a suggestion for a floating point number with a type suffix | Takayuki Maeda | -9/+33 |
| 2022-07-11 | use a loop rather than try_fold | Ralf Jung | -23/+21 |
| 2022-07-11 | interpret: refactor projection handling code | Ralf Jung | -421/+531 |
| 2022-07-11 | add tests for async await | Ding Xiang Fei | -15/+15 |