summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-10-01Introduce language items for `Arc` and `Rc`.David Wood-1/+44
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-01update wording for thread::sleepVasya Novikov-6/+6
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-30also compile-fail test fn ptr comparison promotionRalf Jung-4/+27
2018-09-30do not promote comparing function pointersRalf Jung-2/+10
2018-09-30Unify the search boxesKazuyoshi Kato-24/+40
2018-09-30Re-export `getopts` so custom drivers can reference it.Richard Diamond-1/+1
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-30Simplify implementation of align_offset slightlySimonas Kazlauskas-26/+13
2018-09-30add test for fake selfcsmoe-0/+38
2018-09-30make run-pass tests with empty main just compile-pass testsRalf Jung-175/+175
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