about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-05-17Auto merge of #5608 - flip1995:rustup, r=phanschbors-132/+114
2020-05-16Bless mir-opt tests to account for #72220Wesley Wiser-4/+2
2020-05-17Auto merge of #72286 - Dylan-DPC:rollup-n3rk6df, r=Dylan-DPCbors-15/+251
2020-05-16`ret` has been optimized away in debuginfo testDylan MacKenzie-30/+9
2020-05-16Disable MIR optimization for alignment codegen testsDylan MacKenzie-2/+2
2020-05-16Name return place in debuginfo if it is a user variableDylan MacKenzie-1/+6
2020-05-16Test that Miri can handle MIR with NRVO appliedDylan MacKenzie-0/+50
2020-05-16Expand comment with possible improvementsDylan MacKenzie-2/+6
2020-05-16Add simple NRVO testDylan MacKenzie-0/+51
2020-05-16Bless MIR tests that inline functions qualifying for NRVODylan MacKenzie-15/+3
2020-05-16Dumb NRVODylan MacKenzie-0/+221
2020-05-17Rollup merge of #72282 - jonas-schievink:issue-typo, r=Dylan-DPCDylan DPC-2/+2
2020-05-17Rollup merge of #72281 - estebank:fix-ws-sugg, r=Dylan-DPCDylan DPC-3/+3
2020-05-17Rollup merge of #72277 - RalfJung:manually-drop-docs, r=Mark-SimulacrumDylan DPC-1/+5
2020-05-17Rollup merge of #72233 - dtolnay:literal, r=petrochenkovDylan DPC-9/+241
2020-05-17Run fmtflip1995-112/+110
2020-05-17Re-remove util/devflip1995-7/+0
2020-05-17Merge remote-tracking branch 'upstream/master' into rustupflip1995-812/+1077
2020-05-16Auto merge of #72178 - tmiasko:inliner-lifetimes, r=nikicbors-13/+50
2020-05-17simplify multispan_sugg interfaceAleksei Latyshev-20/+20
2020-05-16Improve documentation for drop elaborationJonas Schievink-9/+99
2020-05-16Rename lint `identity_conversion` to `useless_conversion`ThibsG-53/+60
2020-05-16Auto merge of #5563 - ThibsG:MergeLints, r=flip1995bors-438/+277
2020-05-16Fix issue number typo in noteJonas Schievink-2/+2
2020-05-16Fix whitespace in `?Sized` structured suggestionEsteban Küber-3/+3
2020-05-16emphasize that ManuallyDrop is safe-to-access and unsafe-to-dropRalf Jung-1/+5
2020-05-16Auto merge of #72276 - RalfJung:rollup-nkfu3is, r=RalfJungbors-547/+608
2020-05-16Rollup merge of #72254 - ehuss:double-backtick, r=dtolnayRalf Jung-4/+4
2020-05-16Rollup merge of #72094 - petrochenkov:overfeature, r=nikicRalf Jung-2/+33
2020-05-16Rollup merge of #72060 - lcnr:move-list, r=estebankRalf Jung-145/+155
2020-05-16Rollup merge of #72047 - Julian-Wollersberger:literal_error_reporting_cleanup...Ralf Jung-2/+2
2020-05-16Rollup merge of #72047 - Julian-Wollersberger:literal_error_reporting_cleanup...Ralf Jung-214/+132
2020-05-16Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkovRalf Jung-182/+284
2020-05-17Disallow forbidden usage of non-ascii identifiers.Charles Lew-2/+128
2020-05-16Continue lowering for unsupported async generator instead of returning an error.marmeladema-11/+7
2020-05-16Auto merge of #72262 - Dylan-DPC:rollup-x56q1jj, r=Dylan-DPCbors-115/+218
2020-05-16move borrow-of-packed-field unsafety check out of loopRalf Jung-19/+19
2020-05-16Rollup merge of #72258 - Rustin-Liu:rustin-patch-typo, r=dtolnayDylan DPC-1/+1
2020-05-16Rollup merge of #72234 - dtolnay:default, r=petrochenkovDylan DPC-0/+7
2020-05-16Rollup merge of #72230 - SOF3:patch-1, r=kennytmDylan DPC-2/+2
2020-05-16Rollup merge of #72216 - doctorn:require-lang-item, r=lcnrDylan DPC-27/+34
2020-05-16Rollup merge of #72166 - nnethercote:simpler-slice-Iterator-methods, r=cuviperDylan DPC-18/+106
2020-05-16Rollup merge of #71919 - Xanewok:bump-syn-1, r=XanewokDylan DPC-56/+32
2020-05-16Rollup merge of #71625 - Diggsey:improve-manually-drop-docs, r=RalfJungDylan DPC-11/+36
2020-05-16Auto merge of #71872 - nnethercote:less-aggressive-arena-growth, r=oli-obkbors-13/+26
2020-05-16break out earlier on empty snippetcsmoe-8/+17
2020-05-16rustc-book: Document `-C code-model`Vadim Petrochenkov-2/+18
2020-05-16rustc_target: Stop using "string typing" for code modelsVadim Petrochenkov-55/+107
2020-05-16Auto merge of #5596 - ebroto:issue_5212, r=phanschbors-3/+80
2020-05-16Auto merge of #5602 - ebroto:issue_3430, r=phanschbors-3/+44