about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-17Auto merge of #72286 - Dylan-DPC:rollup-n3rk6df, r=Dylan-DPCbors-15/+251
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-16Auto merge of #72178 - tmiasko:inliner-lifetimes, r=nikicbors-13/+50
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-214/+132
2020-05-16Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkovRalf Jung-182/+284
2020-05-16Auto merge of #72262 - Dylan-DPC:rollup-x56q1jj, r=Dylan-DPCbors-115/+218
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-16Auto merge of #71665 - RalfJung:miri-intern-no-ice, r=oli-obkbors-336/+331
2020-05-16Fix typo Arbintrary to ArbitraryRustin-Liu-1/+1
2020-05-16Auto merge of #72079 - semarie:openbsd-stacker, r=Mark-Simulacrumbors-3/+3
2020-05-15Remove redundant backtick in error message.Eric Huss-4/+4
2020-05-16Auto merge of #72251 - Dylan-DPC:rollup-4mik3o7, r=Dylan-DPCbors-210/+946
2020-05-16Rollup merge of #72224 - lzutao:links, r=Dylan-DPCDylan DPC-8/+8
2020-05-16Rollup merge of #72220 - wesleywiser:const_prop_eval_consts, r=oli-obkDylan DPC-6/+11
2020-05-16Rollup merge of #72218 - RalfJung:test-unleashed-ptrs, r=oli-obkDylan DPC-0/+68
2020-05-16Rollup merge of #72206 - sergey-melnychuk:cleanup-stale-fixme, r=petrochenkovDylan DPC-4/+7
2020-05-16Rollup merge of #72090 - RalfJung:rustc_driver-exit-code, r=oli-obkDylan DPC-12/+15
2020-05-16Rollup merge of #71948 - csmoe:issue-61076, r=oli-obkDylan DPC-37/+246
2020-05-16Rollup merge of #71724 - GuillaumeGomez:doc-alias-improvements, r=ollie27Dylan DPC-143/+561
2020-05-16Rollup merge of #71677 - Mark-Simulacrum:hasher-docs, r=AmanieuDylan DPC-0/+20
2020-05-16Rollup merge of #71662 - glandium:osstring_from_str, r=sfacklerDylan DPC-0/+10
2020-05-15Improve the documentation for ManuallyDrop to resolve conflicting usage of te...Diggory Blake-11/+36
2020-05-15Clarify use of format_args in Debug for LiteralDavid Tolnay-0/+1
2020-05-15Implement Default for proc_macro::TokenStreamDavid Tolnay-0/+7
2020-05-15Add test of proc_macro::TokenStream's DebugDavid Tolnay-0/+221