about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-10-02Auto merge of #54343 - blitzerr:master, r=nikomatsakisbors-249/+345
2018-10-02Update clippyManish Goregaokar-14/+14
2018-10-02Auto merge of #54701 - arielb1:outlives-later, r=nikomatsakisbors-57/+172
2018-10-02Auto merge of #54694 - csmoe:self_this, r=estebankbors-1/+97
2018-10-01Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obkbors-150/+166
2018-10-01normalize param-env type-outlives predicates lastAriel Ben-Yehuda-57/+172
2018-10-01Auto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelixbors-14/+181
2018-10-01Rollup merge of #54676 - pnkfelix:issue-15287-kill-zflag-disabling-ast-check,...kennytm-13/+5
2018-10-01Rollup merge of #54713 - flip1995:tool_lints_nightly, r=Manishearthkennytm-2/+8
2018-10-01Rollup merge of #54674 - RalfJung:miri, r=oli-obkkennytm-5/+5
2018-10-01Add nightly check for tool_lints warningflip1995-2/+8
2018-10-01Rollup merge of #54708 - collin5:b49475, r=Mark-Simulacrumkennytm-0/+5
2018-10-01Rollup merge of #54681 - alexcrichton:san-names, r=kennytmkennytm-4/+37
2018-10-01Rollup merge of #54679 - phansch:improve_bug_message, r=matthewjasperkennytm-1/+6
2018-10-01Rollup merge of #54656 - nieksand:workqueue_doc, r=varkorkennytm-1/+1
2018-10-01Rollup merge of #54641 - ljedrz:cleanup_rustc_infer, r=estebankkennytm-200/+170
2018-10-01Rollup merge of #54623 - alexreg:impl_trait_in_bindings-help, r=estebankkennytm-56/+88
2018-10-01Rollup merge of #54544 - frewsxcv:frewsxcv-deref, r=GuillaumeGomezkennytm-2/+13
2018-10-01Rollup merge of #54488 - zackmdavis:and_the_case_of_the_unused_crate, r=estebankkennytm-1/+74
2018-10-01Rollup merge of #54308 - dsciarra:issue-22692, r=estebankkennytm-14/+69
2018-10-01Rollup merge of #53784 - tbu-:pr_doc_slice_isize_max, r=RalfJungkennytm-3/+14
2018-10-01mark fix as MaybeIncorrectcsmoe-4/+4
2018-10-01update ui test for suggest-selfcsmoe-1/+45
2018-10-01lint to use self for this/mycsmoe-1/+15
2018-10-01Auto merge of #54675 - alexcrichton:defaultlibs, r=varkorbors-6/+12
2018-10-01allow use of ./x.py help <cmd> ...Collins Abitekaniza-0/+5
2018-10-01Auto merge of #54662 - matklad:once-perf, r=alexcrichtonbors-0/+1
2018-09-30Auto merge of #54650 - eddyb:no-extern's-land, r=alexcrichtonbors-110/+59
2018-09-30Added help message for `impl_trait_in_bindings` feature gate.Alexander Regueiro-56/+88
2018-09-30Auto merge of #53255 - orium:fix-bug-overflow-send, r=arielb1bors-49/+183
2018-09-30Deduplicate errors in the obligation forest.Diogo Sousa-27/+162
2018-09-30Typos and style fixes.Diogo Sousa-24/+23
2018-09-30the test requires unwinding so we don't run it on the wasm32-bare targetJorge Aparicio-0/+1
2018-09-30add codegen testJorge Aparicio-0/+23
2018-09-30make the nil-enum test work againJorge Aparicio-2/+7
2018-09-30adapt to change in Session APIJorge Aparicio-1/+1
2018-09-30allow dead_codeJorge Aparicio-0/+1
2018-09-30add empty enum to the test casesJorge Aparicio-0/+20
2018-09-30improve the run-pass testJorge Aparicio-4/+34
2018-09-30move our check to reuse a previous computationJorge Aparicio-20/+21
2018-09-30improve panic messageJorge Aparicio-8/+6
2018-09-30use is_uninhabited in more placesJorge Aparicio-12/+12
2018-09-30panic when instantiating an uninhabited type via mem::{uninitialized,zeroed}Jorge Aparicio-0/+88
2018-09-30Auto merge of #54622 - matthewjasper:more-nll-mode, r=pnkfelixbors-142/+458
2018-09-30add test for fake selfcsmoe-0/+38
2018-09-30Auto merge of #54596 - mjbshaw:drop, r=RalfJungbors-13/+69
2018-09-30move ScalarMaybeUndef into the miri engineRalf Jung-113/+113
2018-09-30do not normalize non-scalar constants to a ConstValue::ScalarPairRalf Jung-37/+53
2018-09-30Auto merge of #53816 - zackmdavis:elided_lifetimes_in_paths_field_day, r=niko...bors-545/+557
2018-09-30Auto merge of #54639 - nagisa:lets-alias-for-now, r=eddybbors-10/+48