about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-07-24Rollup merge of #52658 - Wallacoloo:topics/use-option-methods, r=cramertjMark Rousskov-51/+30
2018-07-24Rollup merge of #52656 - jD91mZM2:stablize-uds, r=alexcrichtonMark Rousskov-1/+41
2018-07-24Rollup merge of #52645 - oli-obk:existential_in_fn_body, r=dtolnayMark Rousskov-0/+28
2018-07-24Rollup merge of #52402 - crepererum:build_hasher_eq, r=sfacklerMark Rousskov-0/+10
2018-07-24Rollup merge of #52391 - Amanieu:volatile_unaligned, r=alexcrichtonMark Rousskov-8/+44
2018-07-24Auto merge of #52181 - QuietMisdreavus:panicked-tester, r=GuillaumeGomezbors-55/+132
2018-07-24force the doctest rustc thread to share the name of the testQuietMisdreavus-7/+19
2018-07-24Auto merge of #51587 - mark-i-m:at_most_once_rep_2018, r=alexcrichtonbors-303/+769
2018-07-24Auto merge of #52597 - oli-obk:promotion_simplify, r=nagisabors-587/+378
2018-07-24Auto merge of #52189 - cuviper:static-box-leak, r=blussbors-1/+3
2018-07-24Auto merge of #52646 - ljedrz:single_char_pattern, r=michaelwoeristerbors-13/+13
2018-07-24Allow declaring existential types inside blocksOliver Schneider-0/+28
2018-07-23libsyntax_ext: Prefer `Option::map` over `match` where applicableColin Wallace-8/+4
2018-07-23librustc: Prefer `Option::map`/etc over `match` where applicableColin Wallace-23/+16
2018-07-23libcore: Prefer `Option::map` over `match` where applicableColin Wallace-7/+4
2018-07-23libstd: Prefer `Option::map`/etc over `match` where applicableColin Wallace-13/+6
2018-07-24Stablize Redox Unix SocketsjD91mZM2-1/+41
2018-07-24Auto merge of #52655 - kennytm:rollup, r=kennytmbors-99/+95
2018-07-23Allow by default, fix testsmark-7/+26
2018-07-23dump lints _after_ parsing macrosmark-10/+12
2018-07-23make it a migration lintmark-6/+54
2018-07-23Fix test and errorsmark-272/+193
2018-07-23update nightly bookmark-2/+4
2018-07-23Implement 2015 vs 2018 `?` kleene op + testmark-465/+862
2018-07-23Extend ParseSess to support buffering lintsmark-2/+79
2018-07-24Rollup merge of #52642 - ljedrz:expect_fun_call, r=Mark-Simulacrumkennytm-8/+8
2018-07-24Rollup merge of #52641 - ljedrz:mir_dataflow_misc, r=cramertjkennytm-12/+3
2018-07-24Rollup merge of #52640 - Thomasdezeeuw:fix-localwaker-clone, r=cramertjkennytm-4/+5
2018-07-24Rollup merge of #52637 - RalfJung:rc, r=joshtriplettkennytm-9/+17
2018-07-24Rollup merge of #52627 - Mark-Simulacrum:rustdoc-test-correct, r=alexcrichtonkennytm-0/+1
2018-07-24Rollup merge of #52622 - estebank:lifetime-multispan, r=nikomatsakiskennytm-6/+6
2018-07-24Rollup merge of #52621 - ehuss:atty-fix, r=alexcrichtonkennytm-7/+7
2018-07-24Rollup merge of #52605 - estebank:str-plus-eq, r=oli-obkkennytm-42/+38
2018-07-24Rollup merge of #52548 - tko:cursor-doc, r=sfacklerkennytm-8/+9
2018-07-24Rollup merge of #52538 - ljedrz:old_musl_i586_flags, r=kennytmkennytm-3/+1
2018-07-24Auto merge of #52618 - alexcrichton:capture-more, r=petrochenkovbors-43/+156
2018-07-23Auto merge of #52175 - fpoli:testsuite-callsite-span, r=petrochenkovbors-49/+137
2018-07-23Auto merge of #50494 - F001:as_cell, r=alexcrichtonbors-43/+111
2018-07-23Auto merge of #52566 - pnkfelix:buffer-nll-errors-for-z-borrowck-migrate, r=n...bors-81/+161
2018-07-23Auto merge of #52639 - oli-obk:clippyup, r=kennytmbors-5/+5
2018-07-23Auto merge of #52506 - alexcrichton:dont-duplicate-wasm-sections, r=michaelwo...bors-1/+95
2018-07-23Change single char str patterns to charsljedrz-13/+13
2018-07-23use inherent method insteadF001-15/+22
2018-07-23Replace a few expect+format combos with unwrap_or_else+panicljedrz-8/+8
2018-07-23Match errors using the callsite of macro expansionsFederico Poli-49/+137
2018-07-23Thread the `errors_buffer` down through the NLL region_infer code.Felix S. Klock II-5/+7
2018-07-23Separate the construction of a generic bound failure from its emission.Felix S. Klock II-4/+20
2018-07-23thread the `errors_buffer` down into `nll::type_check`.Felix S. Klock II-15/+34
2018-07-23Buffer errors in MIR borrow checkSantiago Pastorino-43/+87
2018-07-23Simplify 2 functions in rustc_mir/dataflowljedrz-12/+3