about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-11-28incr.comp.: Make MIR encoding fit for incr.comp. caching.Michael Woerister-27/+81
2017-11-28Auto merge of #46123 - Gankro:c-repr, r=eddybbors-24/+454
2017-11-28Fix and improve test for enum repr sizesAlexis Beingessner-3/+49
2017-11-28Auto merge of #46142 - eddyb:even-mirer-2, r=nikomatsakisbors-445/+438
2017-11-28tests: update to include move annotations in MIR.Eduard-Mihai Burtescu-128/+128
2017-11-28rustc_mir: require that Copy(L) satisfies typeof L: Copy.Eduard-Mihai Burtescu-6/+23
2017-11-28MIR: split Operand::Consume into Copy and Move.Eduard-Mihai Burtescu-238/+251
2017-11-28rustc_mir: enforce that arguments are replaced with Local's only.Eduard-Mihai Burtescu-41/+14
2017-11-28rustc_mir: move storage_dead_or_drop_error_reported logic to access_lvalue.Eduard-Mihai Burtescu-46/+36
2017-11-28Auto merge of #46102 - kennytm:45861-step-1, r=alexcrichtonbors-5/+14
2017-11-27Auto merge of #46312 - kennytm:rollup, r=kennytmbors-61/+628
2017-11-28Rollup merge of #46285 - SimonSapin:twos-complement, r=GuillaumeGomezkennytm-0/+20
2017-11-28Rollup merge of #46282 - estebank:impl-trait-cicle-span, r=arielb1kennytm-5/+58
2017-11-28Rollup merge of #46275 - dtolnay:compiletest-libc, r=Mark-Simulacrumkennytm-0/+2
2017-11-28Rollup merge of #46262 - udoprog:linked-list-remove-if, r=dtolnaykennytm-0/+327
2017-11-28Rollup merge of #46258 - colinmarsh19:master, r=estebankkennytm-1/+29
2017-11-28Rollup merge of #46249 - estebank:suggest-slice, r=arielb1kennytm-0/+99
2017-11-28Rollup merge of #46240 - SimonSapin:from_str_radix-docs, r=estebankkennytm-0/+18
2017-11-28Rollup merge of #46231 - ritiek:verbs, r=arielb1kennytm-11/+46
2017-11-28Rollup merge of #46174 - stjepang:stabilize-spinloophint, r=sfacklerkennytm-44/+2
2017-11-28Rollup merge of #45506 - ia0:mpsc_recv_error_from, r=alexcrichtonkennytm-0/+27
2017-11-27Change the stabilization version to 1.24.0Stjepan Glavina-1/+1
2017-11-27Auto merge of #46022 - matthewjasper:cannot-assign-twice-error, r=arielb1bors-140/+575
2017-11-27Auto merge of #44884 - arielb1:pack-safe, r=nikomatsakis,eddybbors-232/+1026
2017-11-27reword to "consider borrowing here: `{suggestion}`"Esteban Küber-3/+3
2017-11-27Fix testEsteban Küber-1/+1
2017-11-27Make main span in impl-trait ciclic reference point to def_spanEsteban Küber-8/+3
2017-11-27Auto merge of #46292 - cramertj:update-libc, r=alexcrichtonbors-0/+0
2017-11-27Update tests involving E0384 for mir-borrowckMatthew Jasper-11/+60
2017-11-27Don't show first assignment in loopsMatthew Jasper-6/+126
2017-11-27Add initialization info to `MoveData`Matthew Jasper-123/+389
2017-11-27Auto merge of #46286 - SimonSapin:patch-6, r=alexcrichtonbors-1/+1
2017-11-27Auto merge of #46284 - SimonSapin:deprecate-formatter-flags, r=sfacklerbors-0/+3
2017-11-27Auto merge of #46273 - semarie:openbsd-libc++, r=alexcrichtonbors-4/+5
2017-11-26Update libc to include latest Fuchsia fixTaylor Cramer-0/+0
2017-11-26Increment Nightly version to 1.24.0Simon Sapin-1/+1
2017-11-26Document non-obvious behavior of fmt::UpperHex & co for negative integersSimon Sapin-0/+20
2017-11-26Deprecate the Formatter::flags method, fix #46237Simon Sapin-0/+3
2017-11-26Auto merge of #46168 - durka:macro-backtrace, r=durkabors-31/+32
2017-11-26Make impl-trait ciclical reference error point to def_spanEsteban Küber-20/+8
2017-11-26Move "auto trait leak" impl-trait cycle dependency test to uiEsteban Küber-0/+70
2017-11-26Auto merge of #46106 - est31:master, r=nikomatsakisbors-373/+354
2017-11-26mention nightly in -Z external-macro-backtrace noteAlex Burka-31/+32
2017-11-26improve error messagesAriel Ben-Yehuda-65/+72
2017-11-26Auto merge of #46253 - eddyb:return-aliasing, r=nagisabors-1/+25
2017-11-26Use the official abbrev.est31-1/+1
2017-11-26Update tests for -Zborrowck-mir -> -Zborrowck=mode migrationest31-320/+194
2017-11-26Replace -Zborrowck-mir with -Zborrowck=modeest31-53/+160
2017-11-26Changed to correct quotes ` `colinmarsh19-1/+1
2017-11-26Added .rs extensioncolinmarsh19-0/+0