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