summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-17the best way to fix bugs is by ignoring themBastian Kauschke-32/+0
2020-05-17chalkBastian Kauschke-7/+6
2020-05-17correctly handle escaping bound variablesBastian Kauschke-3/+11
2020-05-17add docsBastian Kauschke-3/+5
2020-05-17merge lazy_normalization_consts into const_genericsBastian Kauschke-198/+70
2020-05-17explicitly handle errors in `select`Bastian Kauschke-13/+19
2020-05-17explicitly handle errors in fulfillBastian Kauschke-25/+26
2020-05-17update tests and add relevant feature gate testBastian Kauschke-33/+124
2020-05-17keep the good old lazy_normalization hack aliveBastian Kauschke-5/+25
2020-05-17initial cleanupBastian Kauschke-8/+11
2020-05-17Put lazy normalization behind a feature gateBen Lewis-67/+207
2020-05-17Add lazy normalization testsBen Lewis-3/+167
2020-05-17Emit `ConstEquate` obligation after checking/unifying for inference variables...Ben Lewis-55/+59
2020-05-17Assume unevaluated consts are equal to the other consts and add ConstEquate o...Ben Lewis-122/+371
2020-05-17Stabilization of weak-into-rawMichal 'vorner' Vaner-24/+8
2020-05-17Auto merge of #72208 - tmandry:fix-fuchsia-solink, r=Mark-Simulacrumbors-1/+1
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-17Merge remote-tracking branch 'upstream/master' into rustupflip1995-72/+30
2020-05-16Auto merge of #72178 - tmiasko:inliner-lifetimes, r=nikicbors-13/+50
2020-05-16Improve documentation for drop elaborationJonas Schievink-9/+99
2020-05-16Rename lint `identity_conversion` to `useless_conversion`ThibsG-7/+7
2020-05-16Auto merge of #5563 - ThibsG:MergeLints, r=flip1995bors-68/+26
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-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-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-60/+187
2020-05-16move borrow-of-packed-field unsafety check out of loopRalf Jung-19/+19
2020-05-16Implement PartialOrd and Ord for SocketAddr*Hoe Hao Cheng-1/+146
2020-05-16Rollup merge of #72258 - Rustin-Liu:rustin-patch-typo, r=dtolnayDylan DPC-1/+1