| Age | Commit message (Expand) | Author | Lines |
| 2018-10-02 | Auto merge of #54343 - blitzerr:master, r=nikomatsakis | bors | -249/+345 |
| 2018-10-02 | Update clippy | Manish Goregaokar | -14/+14 |
| 2018-10-02 | Auto merge of #54701 - arielb1:outlives-later, r=nikomatsakis | bors | -57/+172 |
| 2018-10-02 | Auto merge of #54694 - csmoe:self_this, r=estebank | bors | -1/+97 |
| 2018-10-01 | Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obk | bors | -150/+166 |
| 2018-10-01 | normalize param-env type-outlives predicates last | Ariel Ben-Yehuda | -57/+172 |
| 2018-10-01 | Auto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelix | bors | -14/+181 |
| 2018-10-01 | Rollup merge of #54676 - pnkfelix:issue-15287-kill-zflag-disabling-ast-check,... | kennytm | -13/+5 |
| 2018-10-01 | Rollup merge of #54713 - flip1995:tool_lints_nightly, r=Manishearth | kennytm | -2/+8 |
| 2018-10-01 | Rollup merge of #54674 - RalfJung:miri, r=oli-obk | kennytm | -5/+5 |
| 2018-10-01 | Add nightly check for tool_lints warning | flip1995 | -2/+8 |
| 2018-10-01 | Rollup merge of #54708 - collin5:b49475, r=Mark-Simulacrum | kennytm | -0/+5 |
| 2018-10-01 | Rollup merge of #54681 - alexcrichton:san-names, r=kennytm | kennytm | -4/+37 |
| 2018-10-01 | Rollup merge of #54679 - phansch:improve_bug_message, r=matthewjasper | kennytm | -1/+6 |
| 2018-10-01 | Rollup merge of #54656 - nieksand:workqueue_doc, r=varkor | kennytm | -1/+1 |
| 2018-10-01 | Rollup merge of #54641 - ljedrz:cleanup_rustc_infer, r=estebank | kennytm | -200/+170 |
| 2018-10-01 | Rollup merge of #54623 - alexreg:impl_trait_in_bindings-help, r=estebank | kennytm | -56/+88 |
| 2018-10-01 | Rollup merge of #54544 - frewsxcv:frewsxcv-deref, r=GuillaumeGomez | kennytm | -2/+13 |
| 2018-10-01 | Rollup merge of #54488 - zackmdavis:and_the_case_of_the_unused_crate, r=estebank | kennytm | -1/+74 |
| 2018-10-01 | Rollup merge of #54308 - dsciarra:issue-22692, r=estebank | kennytm | -14/+69 |
| 2018-10-01 | Rollup merge of #53784 - tbu-:pr_doc_slice_isize_max, r=RalfJung | kennytm | -3/+14 |
| 2018-10-01 | mark fix as MaybeIncorrect | csmoe | -4/+4 |
| 2018-10-01 | update ui test for suggest-self | csmoe | -1/+45 |
| 2018-10-01 | lint to use self for this/my | csmoe | -1/+15 |
| 2018-10-01 | Auto merge of #54675 - alexcrichton:defaultlibs, r=varkor | bors | -6/+12 |
| 2018-10-01 | allow use of ./x.py help <cmd> ... | Collins Abitekaniza | -0/+5 |
| 2018-10-01 | Auto merge of #54662 - matklad:once-perf, r=alexcrichton | bors | -0/+1 |
| 2018-09-30 | Auto merge of #54650 - eddyb:no-extern's-land, r=alexcrichton | bors | -110/+59 |
| 2018-09-30 | Added help message for `impl_trait_in_bindings` feature gate. | Alexander Regueiro | -56/+88 |
| 2018-09-30 | Auto merge of #53255 - orium:fix-bug-overflow-send, r=arielb1 | bors | -49/+183 |
| 2018-09-30 | Deduplicate errors in the obligation forest. | Diogo Sousa | -27/+162 |
| 2018-09-30 | Typos and style fixes. | Diogo Sousa | -24/+23 |
| 2018-09-30 | the test requires unwinding so we don't run it on the wasm32-bare target | Jorge Aparicio | -0/+1 |
| 2018-09-30 | add codegen test | Jorge Aparicio | -0/+23 |
| 2018-09-30 | make the nil-enum test work again | Jorge Aparicio | -2/+7 |
| 2018-09-30 | adapt to change in Session API | Jorge Aparicio | -1/+1 |
| 2018-09-30 | allow dead_code | Jorge Aparicio | -0/+1 |
| 2018-09-30 | add empty enum to the test cases | Jorge Aparicio | -0/+20 |
| 2018-09-30 | improve the run-pass test | Jorge Aparicio | -4/+34 |
| 2018-09-30 | move our check to reuse a previous computation | Jorge Aparicio | -20/+21 |
| 2018-09-30 | improve panic message | Jorge Aparicio | -8/+6 |
| 2018-09-30 | use is_uninhabited in more places | Jorge Aparicio | -12/+12 |
| 2018-09-30 | panic when instantiating an uninhabited type via mem::{uninitialized,zeroed} | Jorge Aparicio | -0/+88 |
| 2018-09-30 | Auto merge of #54622 - matthewjasper:more-nll-mode, r=pnkfelix | bors | -142/+458 |
| 2018-09-30 | add test for fake self | csmoe | -0/+38 |
| 2018-09-30 | Auto merge of #54596 - mjbshaw:drop, r=RalfJung | bors | -13/+69 |
| 2018-09-30 | move ScalarMaybeUndef into the miri engine | Ralf Jung | -113/+113 |
| 2018-09-30 | do not normalize non-scalar constants to a ConstValue::ScalarPair | Ralf Jung | -37/+53 |
| 2018-09-30 | Auto merge of #53816 - zackmdavis:elided_lifetimes_in_paths_field_day, r=niko... | bors | -545/+557 |
| 2018-09-30 | Auto merge of #54639 - nagisa:lets-alias-for-now, r=eddyb | bors | -10/+48 |