about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-10-29Rollup merge of #55447 - frewsxcv:frewsxcv-rename, r=Mark-SimulacrumPietro Albini-1/+1
2018-10-29Rollup merge of #55440 - xfix:patch-11, r=GuillaumeGomezPietro Albini-5/+0
2018-10-29Rollup merge of #55439 - xfix:patch-10, r=frewsxcvPietro Albini-1/+1
2018-10-29Rollup merge of #55438 - xfix:patch-9, r=frewsxcvPietro Albini-1/+1
2018-10-29Rollup merge of #55426 - fitzgen:nonnull-inline, r=SimonSapinPietro Albini-0/+14
2018-10-29Rollup merge of #55423 - zackmdavis:back_out_bogus_ok_wrapping_suggestion, r=...Pietro Albini-44/+3
2018-10-29Rollup merge of #55384 - nnethercote:better-integer_lit-float_lit, r=michaelw...Pietro Albini-4/+19
2018-10-29Auto merge of #55270 - RalfJung:stacked-borrows-ng, r=oli-obkbors-130/+174
2018-10-28Auto merge of #55043 - oliver-giersch:unchecked_thread_spawning, r=alexcrichtonbors-13/+78
2018-10-28Auto merge of #54487 - RalfJung:ctfe-backtrace, r=oli-obkbors-152/+88
2018-10-28Fix invalid path in generate-deriving-span-tests.py.Corey Farwell-1/+1
2018-10-28Auto merge of #55433 - kennytm:rollup, r=kennytmbors-171/+386
2018-10-28Rollup merge of #55199 - oli-obk:instance_printing, r=davidtwcokennytm-35/+34
2018-10-28Rollup merge of #55257 - mjbshaw:static, r=oli-obkkennytm-14/+61
2018-10-28Rollup merge of #55185 - davidtwco:issue-55130, r=nikomatsakiskennytm-29/+63
2018-10-28Rollup merge of #55421 - CAD97:patch-1, r=kennytmkennytm-0/+20
2018-10-28Rollup merge of #55412 - oli-obk:min_const_fn_ice, r=estebankkennytm-2/+26
2018-10-28Rollup merge of #55406 - rick68:patch-16, r=varkorkennytm-1/+1
2018-10-28Rollup merge of #55389 - meven:master, r=shepmasterkennytm-1/+1
2018-10-28Auto merge of #55192 - cramertj:nested-mod, r=petrochenkovbors-0/+22
2018-10-28Remove unreachable code in hasClass function in RustdocKonrad Borowski-5/+0
2018-10-28Remove unused sys import from generate-deriving-span-testsKonrad Borowski-1/+1
2018-10-28Avoid directly catching BaseException in bootstrap configure scriptKonrad Borowski-1/+1
2018-10-28don't be too perf-greedyRalf Jung-1/+1
2018-10-28don't tag new memory inside memory.rs; add machine hook to tag new memoryRalf Jung-24/+44
2018-10-28always print backtrace when CTFE_BACKTRACE is setRalf Jung-2/+2
2018-10-28remove some unused CTFE error variantsRalf Jung-96/+1
2018-10-28rename env var to control ctfe backtraces, and make it usually show the backt...Ralf Jung-56/+87
2018-10-28make memory private; that's what we have `memory_mut` forRalf Jung-1/+1
2018-10-28validity in non-const mode relies on ref_to_mplace checking bounds; (de)refer...Ralf Jung-121/+119
2018-10-28make (de)reference hooks more consistentRalf Jung-19/+45
2018-10-28Rollup merge of #55252 - SimonSapin:maybeuninit-new, r=blusskennytm-0/+10
2018-10-28Rollup merge of #55244 - wesleywiser:issue-50411, r=nikomatsakiskennytm-72/+120
2018-10-28Rollup merge of #55191 - GuillaumeGomez:fix-sub-variant, r=QuietMisdreavuskennytm-17/+39
2018-10-28Rollup merge of #55148 - SimonSapin:path-fromstr, r=oli-obkkennytm-0/+11
2018-10-28Add ManuallyDrop::takeChristopher Durham-0/+20
2018-10-28Add note linking to Rust 2018 path semantics docs.David Wood-29/+63
2018-10-28Auto merge of #55297 - petrochenkov:uni, r=Mark-Simulacrumbors-544/+518
2018-10-28Auto merge of #54683 - zackmdavis:critique_of_pure_lints, r=petrochenkovbors-20/+304
2018-10-28resolve: Desugar empty import groups into synthetic dummy importsVadim Petrochenkov-98/+51
2018-10-28resolve: Make sure macros and imports are resolved in full parent scopeVadim Petrochenkov-86/+83
2018-10-28resolve: More precise spans for privacy errorsVadim Petrochenkov-281/+276
2018-10-28resolve: Absolute paths may be undetermined on 2018 editionVadim Petrochenkov-0/+21
2018-10-28resolve: Refactor away `legacy_macro_imports`/`LegacyMacroImports`Vadim Petrochenkov-37/+39
2018-10-28resolve: Record full parent scope data for importsVadim Petrochenkov-46/+52
2018-10-28Make a bunch of trivial methods of NonNull be `#[inline]`Nick Fitzgerald-0/+14
2018-10-27back out bogus `Ok`-wrapping suggestion on `?` arm type mismatchZack M. Davis-44/+3
2018-10-27wherein the status of empty and reason-only lint attributes is clarifiedZack M. Davis-1/+25
2018-10-27in which lint reasons are restricted to come last in the attributeZack M. Davis-36/+69
2018-10-27feature-gate lint reasonsZack M. Davis-12/+48