| Age | Commit message (Expand) | Author | Lines |
| 2022-07-05 | Rollup merge of #98944 - pierwill:flatset-docs, r=Dylan-DPC | Guillaume Gomez | -5/+7 |
| 2022-07-05 | Rollup merge of #98880 - topjohnwu:macos-dylib-cross, r=jyn514 | Guillaume Gomez | -8/+6 |
| 2022-07-05 | Rollup merge of #98256 - GuillaumeGomez:whitespace-where-clause, r=notriddle | Guillaume Gomez | -14/+156 |
| 2022-07-05 | Rollup merge of #96814 - RalfJung:enum-repr-align, r=oli-obk | Guillaume Gomez | -4/+205 |
| 2022-07-05 | Rollup merge of #95503 - jyn514:build-single-crate, r=Mark-Simulacrum | Guillaume Gomez | -182/+226 |
| 2022-07-05 | Add test for invalid whitespace display after where clause | Guillaume Gomez | -0/+111 |
| 2022-07-05 | Fix invalid add of whitespace when there is where clause | Guillaume Gomez | -14/+45 |
| 2022-07-05 | Auto merge of #98936 - matthiaskrgr:rollup-dvr0ucm, r=matthiaskrgr | bors | -57/+116 |
| 2022-07-05 | add asserts | Ralf Jung | -0/+2 |
| 2022-07-05 | fix the layout of repr(align) enums | Ralf Jung | -4/+203 |
| 2022-07-05 | Edit `rustc_mir_dataflow::framework::lattice::FlatSet` docs | pierwill | -5/+7 |
| 2022-07-05 | Rollup merge of #98921 - TaKO8Ki:refactor-fulfillment-context-select, r=Dylan... | Matthias Krüger | -4/+3 |
| 2022-07-05 | Rollup merge of #98920 - krasimirgg:llvm-15-issue-37945, r=nikic | Matthias Krüger | -2/+6 |
| 2022-07-05 | Rollup merge of #98895 - ChrisDenton:no-elves-allowed, r=jyn514 | Matthias Krüger | -0/+4 |
| 2022-07-05 | Rollup merge of #98889 - TaKO8Ki:add-regression-test-for-79467, r=Dylan-DPC | Matthias Krüger | -0/+17 |
| 2022-07-05 | Rollup merge of #98888 - RalfJung:interpret-checked-bin, r=oli-obk | Matthias Krüger | -4/+26 |
| 2022-07-05 | Rollup merge of #98860 - RalfJung:dangling-int-ptr, r=davidtwco | Matthias Krüger | -47/+60 |
| 2022-07-05 | Auto merge of #98584 - lcnr:region-stuff-more-beans, r=oli-obk | bors | -1159/+111 |
| 2022-07-05 | Auto merge of #98925 - Dylan-DPC:rollup-9185c9y, r=Dylan-DPC | bors | -743/+1229 |
| 2022-07-05 | adjust dangling-int-ptr error message | Ralf Jung | -47/+60 |
| 2022-07-05 | always check overflow in CheckedBinOp in CTFE | Ralf Jung | -3/+13 |
| 2022-07-05 | Rollup merge of #98913 - lnicola:rust-analyzer-2022-07-05, r=lnicola | Dylan DPC | -7/+7 |
| 2022-07-05 | Rollup merge of #98856 - GuillaumeGomez:rustdoc-test-rm-fixme, r=Dylan-DPC | Dylan DPC | -12/+2 |
| 2022-07-05 | Rollup merge of #98776 - notriddle:notriddle/mobile-sidebar-auto-close, r=Gui... | Dylan DPC | -2/+55 |
| 2022-07-05 | Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errors | Dylan DPC | -708/+1114 |
| 2022-07-05 | Rollup merge of #97712 - RalfJung:untyped, r=scottmcm | Dylan DPC | -14/+51 |
| 2022-07-05 | adapt issue-37945 codegen test to accept any order of ops | Krasimir Georgiev | -2/+6 |
| 2022-07-05 | Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung | bors | -143/+238 |
| 2022-07-05 | refactor: remove a redundant mutable variable | Takayuki Maeda | -4/+3 |
| 2022-07-05 | Prefer trace level instrumentation for the new noisy instrument attributes | Oli Scherer | -5/+5 |
| 2022-07-05 | Add a helper method with an explicit name instead of hand rolling a match 3x | Oli Scherer | -3/+9 |
| 2022-07-05 | Fix typo in src/bootstrap/bootstrap.py | Chris Denton | -1/+1 |
| 2022-07-05 | Auto merge of #98910 - Dylan-DPC:rollup-9x82wdg, r=Dylan-DPC | bors | -446/+574 |
| 2022-07-05 | :arrow_up: rust-analyzer | Laurențiu Nicola | -7/+7 |
| 2022-07-05 | Rollup merge of #98873 - TaKO8Ki:suggest-default-derive-to-enum-with-default-... | Dylan DPC | -0/+31 |
| 2022-07-05 | Rollup merge of #98854 - kadiwa4:rustc_hir_pretty_clean_up_borrowing, r=oli-obk | Dylan DPC | -281/+264 |
| 2022-07-05 | Rollup merge of #98847 - RalfJung:box-is-special, r=oli-obk | Dylan DPC | -12/+56 |
| 2022-07-05 | Rollup merge of #98811 - RalfJung:interpret-alloc-range, r=oli-obk | Dylan DPC | -63/+49 |
| 2022-07-05 | Rollup merge of #98761 - lcnr:need_type_info-cont, r=estebank | Dylan DPC | -90/+167 |
| 2022-07-05 | Rollup merge of #97300 - ChayimFriedman2:patch-1, r=dtolnay | Dylan DPC | -0/+7 |
| 2022-07-05 | Auto merge of #98872 - JakobDegen:no-invalidate, r=davidtwco | bors | -15/+47 |
| 2022-07-04 | interpret: fix CheckedBinOp behavior when overflow checking is disabled | Ralf Jung | -2/+14 |
| 2022-07-05 | Auto merge of #98846 - RalfJung:alignment-is-a-type-thing, r=oli-obk | bors | -95/+118 |
| 2022-07-04 | Auto merge of #98904 - matthiaskrgr:rollup-05owsx7, r=matthiaskrgr | bors | -63/+426 |
| 2022-07-04 | Rollup merge of #98898 - GuillaumeGomez:new-eslint-rul, r=Dylan-DPC | Matthias Krüger | -0/+1 |
| 2022-07-04 | Rollup merge of #98886 - michaelwoerister:tracked-split-dwarf-kind, r=davidtwco | Matthias Krüger | -4/+38 |
| 2022-07-04 | Rollup merge of #98879 - compiler-errors:async-closure-wrap-parens, r=oli-obk | Matthias Krüger | -5/+46 |
| 2022-07-04 | Rollup merge of #98878 - lcnr:more-rustc_pass_by_value, r=oli-obk | Matthias Krüger | -14/+15 |
| 2022-07-04 | Rollup merge of #98814 - fmease:minimal-fix-for-issue-97933, r=GuillaumeGomez | Matthias Krüger | -10/+259 |
| 2022-07-04 | Rollup merge of #98793 - Mark-Simulacrum:fix-tidy-bins, r=jyn514 | Matthias Krüger | -8/+24 |