| Age | Commit message (Expand) | Author | Lines |
| 2019-07-06 | in which we suggest anonymizing single-use lifetimes in paths | Zack M. Davis | -2/+17 |
| 2019-07-06 | path-type examples for single-use lifetime in fn argument UI test | Zack M. Davis | -1/+28 |
| 2019-07-06 | Auto merge of #61988 - Centril:there-is-only-loop, r=matthewjasper | bors | -117/+230 |
| 2019-07-06 | --bless --compare-mode=nll | Mazdak Farrokhzad | -17/+17 |
| 2019-07-06 | Bless mir-opt/while-storage.rs. | Mazdak Farrokhzad | -24/+21 |
| 2019-07-06 | while_{let_}loops/change_{break,continue}: typeck_tables_of clean. | Mazdak Farrokhzad | -4/+4 |
| 2019-07-06 | Make WhileTrue into an EarlyLintPass lint. | Mazdak Farrokhzad | -28/+97 |
| 2019-07-06 | Make sure while-exprs require 'cond: bool' exactly. | Mazdak Farrokhzad | -1/+43 |
| 2019-07-06 | Adjust incremental test while_loops.rs | Mazdak Farrokhzad | -2/+2 |
| 2019-07-06 | while desugars to loop so 'a: while break 'a {} in ctfe doesn't work yet. | Mazdak Farrokhzad | -3/+11 |
| 2019-07-06 | Enforce 'cond: bool' in while-expr + improve reachability diags. | Mazdak Farrokhzad | -23/+19 |
| 2019-07-06 | min_const_fn: change error message due to changed desugaring. | Mazdak Farrokhzad | -18/+19 |
| 2019-07-06 | Rollup merge of #62377 - wesleywiser:fix_62375, r=alexcrichton | Mazdak Farrokhzad | -0/+22 |
| 2019-07-06 | Rollup merge of #62245 - RalfJung:miri-extra-fn, r=eddyb,zackmdavis | Mazdak Farrokhzad | -37/+88 |
| 2019-07-05 | Rollup merge of #62380 - eddyb:x64-sysv-regs, r=nagisa | Mazdak Farrokhzad | -0/+105 |
| 2019-07-05 | Rollup merge of #62369 - JohnTitor:remove-compile-pass, r=petrochenkov | Mazdak Farrokhzad | -5/+5 |
| 2019-07-05 | Rollup merge of #62193 - matthewjasper:dynamic-drop-async, r=Centril | Mazdak Farrokhzad | -0/+328 |
| 2019-07-05 | Rollup merge of #62133 - petrochenkov:norustc, r=eddyb | Mazdak Farrokhzad | -161/+185 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -15/+100 |
| 2019-07-06 | Fix test annotation | Yuki Okushi | -1/+1 |
| 2019-07-06 | Remove compile-pass from compiletest | Yuki Okushi | -4/+4 |
| 2019-07-05 | Rollup merge of #62388 - rust-lang:fix-loop-break-mir-generation, r=eddyb | Mazdak Farrokhzad | -0/+24 |
| 2019-07-05 | Rollup merge of #62383 - Aaron1011:fix/async-error-span, r=varkor | Mazdak Farrokhzad | -0/+32 |
| 2019-07-05 | Rollup merge of #62324 - Centril:reduce-await-macro-reliance, r=cramertj | Mazdak Farrokhzad | -30/+30 |
| 2019-07-05 | Rollup merge of #62292 - Centril:split-async-closures, r=cramertj | Mazdak Farrokhzad | -76/+206 |
| 2019-07-05 | Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung | Mazdak Farrokhzad | -14/+2 |
| 2019-07-05 | rustc_target: avoid negative register counts in the SysV x86_64 ABI. | Eduard-Mihai Burtescu | -0/+105 |
| 2019-07-04 | Permit use of mem::uninitialized via allow(deprecated) | Mark Rousskov | -9/+23 |
| 2019-07-04 | Break out of the correct number of scopes in loops | Matthew Jasper | -0/+24 |
| 2019-07-04 | Create async version of the dynamic-drop test | Matthew Jasper | -0/+328 |
| 2019-07-04 | Improve error span for async type inference error | Aaron Hill | -0/+32 |
| 2019-07-04 | Add test for ICE #62375 | Wesley Wiser | -0/+22 |
| 2019-07-04 | Implement mem::{zeroed,uninitialized} in terms of MaybeUninit. | Alex Gaynor | -14/+2 |
| 2019-07-04 | improve validity error range printing for singleton ranges | Ralf Jung | -2/+2 |
| 2019-07-04 | turns out that dangling pointer branch is dead code; remove it and improve th... | Ralf Jung | -37/+88 |
| 2019-07-04 | Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=Centril | Mazdak Farrokhzad | -716/+716 |
| 2019-07-04 | Rollup merge of #62258 - petrochenkov:idclean, r=Centril | Mazdak Farrokhzad | -53/+21 |
| 2019-07-04 | Rollup merge of #62240 - arielb1:resolve-wf-fields, r=pnkfelix | Mazdak Farrokhzad | -0/+21 |
| 2019-07-04 | Reduce reliance on feature(await_macro). | Mazdak Farrokhzad | -30/+30 |
| 2019-07-03 | Adjust tests wrt. 'async_closure' feature gate. | Mazdak Farrokhzad | -76/+206 |
| 2019-07-03 | Rollup merge of #62255 - Centril:slice-patterns-change-issue, r=varkor | Mark Rousskov | -6/+6 |
| 2019-07-03 | Rollup merge of #62183 - alexcrichton:fix-tests, r=nikomatsakis | Mark Rousskov | -0/+26 |
| 2019-07-03 | Auto merge of #61775 - nikomatsakis:issue-56238-multiple-lifetimes-async-fn-r... | bors | -48/+686 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -716/+716 |
| 2019-07-02 | Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton | bors | -11/+11 |
| 2019-07-02 | fix ICE with delay-span-bug | Niko Matsakis | -0/+33 |
| 2019-07-02 | address nits | Niko Matsakis | -6/+6 |
| 2019-07-02 | Update src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-no-fg.rs | Niko Matsakis | -1/+1 |
| 2019-07-02 | Update src/test/ui/async-await/multiple-lifetimes/elided.rs | Niko Matsakis | -1/+1 |
| 2019-07-02 | Update src/test/ui/async-await/multiple-lifetimes/fn-ptr.rs | Niko Matsakis | -1/+1 |