about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-20move NllLivenessMap and LocalWithRegion to liveness_mapdylan_DPC-71/+93
2018-07-20always get number of live variables from the mapNiko Matsakis-7/+7
2018-07-20tidy fixesdylan_DPC-4/+9
2018-07-19left out one field during mergedylan_DPC-0/+1
2018-07-19convert LocalWithRegion to Localdylan_DPC-10/+13
2018-07-19mir/mod.rs / visit.rs reverted back to using Localdylan_DPC-23/+23
2018-07-19add LocalWithRegion NllLivenessMapdylan_DPC-36/+76
2018-07-19make liveness generic over set of local variablesNiko Matsakis-102/+170
2018-07-19generic shuffle continuesdylan_DPC-10/+10
2018-07-19use LiveVariableMap as trait bounddylan_DPC-25/+26
2018-07-19add trait structs and other changes from V to localdylan_DPC-56/+84
2018-07-19add generic parameterdylan_DPC-63/+71
2018-07-19Auto merge of #52197 - euclio:exit-code, r=oli-obkbors-25/+110
2018-07-19Auto merge of #52515 - Manishearth:clippyup, r=kennytmbors-8/+5
2018-07-18Update clippyManish Goregaokar-8/+5
2018-07-19Auto merge of #52429 - alexcrichton:update-cargo, r=Mark-Simulacrumbors-171/+185
2018-07-19Auto merge of #52486 - kennytm:rollup, r=kennytmbors-42/+153
2018-07-18Update Cargo submoduleAlex Crichton-171/+185
2018-07-18Auto merge of #52431 - semarie:compiler-builtins, r=alexcrichtonbors-0/+0
2018-07-19Rollup merge of #52510 - QuietMisdreavus:redirects-are-cool, r=nrckennytm-1/+0
2018-07-19Rollup merge of #52418 - estebank:desugaring-type, r=nikomatsakiskennytm-3/+57
2018-07-18remove FIXME about macro redirectsQuietMisdreavus-1/+0
2018-07-18update compiler-builtins for openbsdSébastien Marie-0/+0
2018-07-18Update test outputEsteban Küber-1/+1
2018-07-18Change label span to point at iterator instead of iter itemEsteban Küber-13/+19
2018-07-18Do not use desugared ident when suggesting adding a typeEsteban Küber-2/+50
2018-07-19Rollup merge of #52480 - ljedrz:cleanup_24958, r=oli-obkkennytm-3/+0
2018-07-19Rollup merge of #51628 - euclio:line-writer, r=frewsxcvkennytm-10/+23
2018-07-19Rollup merge of #52487 - alexcrichton:build-less-sanitizers, r=kennytmkennytm-15/+28
2018-07-18Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearthbors-183/+599
2018-07-18Don't build twice the sanitizers on LinuxAlex Crichton-15/+28
2018-07-18Rollup merge of #52477 - frewsxcv:frewsxcv-iter-short, r=alexcrichtonkennytm-1/+3
2018-07-18Rollup merge of #52472 - alexcrichton:macros-edition-2018, r=petrochenkovkennytm-1/+1
2018-07-18Rollup merge of #52464 - o01eg:patch-1, r=alexcrichtonkennytm-0/+2
2018-07-18Rollup merge of #52458 - alexcrichton:fix-suggestion, r=petrochenkovkennytm-1/+1
2018-07-18Rollup merge of #52455 - felixrabe:patch-1, r=estebankkennytm-1/+1
2018-07-18Rollup merge of #52439 - o01eg:fix-52317, r=alexcrichtonkennytm-2/+3
2018-07-18Rollup merge of #52218 - rivertam:patch-1, r=withoutboatskennytm-2/+4
2018-07-18Rollup merge of #52116 - Pazzaz:match-str-case, r=SimonSapinkennytm-2/+30
2018-07-18Remove workarounds for #24958ljedrz-3/+0
2018-07-18Auto merge of #52364 - ljedrz:mir_remove_clone, r=RalfJungbors-10/+11
2018-07-18Make `async_idents` allow-by-defaultOliver Schneider-18/+24
2018-07-18Auto merge of #52426 - ljedrz:#28273_cleanup, r=nikomatsakisbors-21/+0
2018-07-18rustc: distinguish compilation failure from ICEAndy Russell-25/+110
2018-07-17Clarify short-circuiting behvaior of Iterator::zip.Corey Farwell-1/+3
2018-07-18Auto merge of #52353 - alexcrichton:wasm-custom-section, r=eddybbors-328/+147
2018-07-18Auto merge of #52342 - nnethercote:CanonicalVar, r=nikomatsakisbors-63/+121
2018-07-17rustc: Enable `use_extern_macros` in 2018 editionAlex Crichton-1/+1
2018-07-17Auto merge of #52145 - ExpHP:drop-it-like-its-eof, r=nikomatsakisbors-1/+6
2018-07-17Make `async_idents` an edition incompat lintOliver Schneider-18/+238