| Age | Commit message (Expand) | Author | Lines |
| 2020-05-09 | Rollup merge of #70834 - yoshuawuyts:future-pending-ready, r=sfackler | Dylan DPC | -0/+110 |
| 2020-05-08 | Rollup merge of #72017 - ctaggart:wasm2, r=ecstatic-morse | Dylan DPC | -0/+12 |
| 2020-05-08 | Rollup merge of #72003 - ctaggart:wasm, r=jonas-schievink | Dylan DPC | -0/+4 |
| 2020-05-08 | Rollup merge of #71975 - nnethercote:reduce-TypedArena-creations-in-check_mat... | Dylan DPC | -93/+87 |
| 2020-05-08 | Rollup merge of #71970 - thombles:ios-bitcode-improvements, r=alexcrichton | Dylan DPC | -24/+41 |
| 2020-05-08 | Rollup merge of #71710 - workingjubilee:jubilee-readd-test, r=nikomatsakis | Dylan DPC | -0/+40 |
| 2020-05-08 | Rollup merge of #71581 - GuillaumeGomez:unify-lints-handling, r=kinnison | Dylan DPC | -69/+69 |
| 2020-05-08 | Work around ICEs during cross-compilation | Cameron Taggart | -0/+12 |
| 2020-05-08 | FIXME comment | Cameron Taggart | -1/+1 |
| 2020-05-08 | Rollup merge of #72008 - lcnr:patch-3, r=varkor | Dylan DPC | -0/+29 |
| 2020-05-08 | Rollup merge of #72007 - petrochenkov:passcheck3, r=RalfJung | Dylan DPC | -5/+5 |
| 2020-05-08 | Rollup merge of #72001 - mibac138:cfg-version, r=petrochenkov | Dylan DPC | -3/+7 |
| 2020-05-08 | Rollup merge of #71993 - ecstatic-morse:cleanup-old-liveness, r=jonas-schievink | Dylan DPC | -334/+92 |
| 2020-05-08 | Rollup merge of #71989 - ecstatic-morse:const-context-enum, r=oli-obk | Dylan DPC | -134/+101 |
| 2020-05-08 | add const-generics test | Bastian Kauschke | -0/+29 |
| 2020-05-08 | Fix some tests failing in `--pass check` mode | Vadim Petrochenkov | -5/+5 |
| 2020-05-08 | Auto merge of #71917 - RalfJung:miri, r=RalfJung | bors | -7/+7 |
| 2020-05-07 | #[allow(unused)] | Cameron Taggart | -0/+1 |
| 2020-05-07 | allow wasm target for rustc-ap-rustc_span | Cameron Taggart | -0/+3 |
| 2020-05-08 | Auto merge of #71992 - Dylan-DPC:rollup-29qjvpe, r=Dylan-DPC | bors | -222/+492 |
| 2020-05-08 | Simplify bitcode embedding - either None or Full | Tom Karpiniec | -21/+9 |
| 2020-05-08 | Adjust cfg(version) to lang team decision | mibac138 | -3/+7 |
| 2020-05-08 | Replace `MatchVisitor::check_in_cx` with `MatchVisitor::new_cx`. | Nicholas Nethercote | -80/+75 |
| 2020-05-08 | update miri | Ralf Jung | -7/+7 |
| 2020-05-07 | Auto merge of #71995 - pietroalbini:ci-windows-detect-latest-python, r=Mark-S... | bors | -2/+10 |
| 2020-05-08 | Remove `MatchCheckCtxt::create_and_enter`. | Nicholas Nethercote | -18/+8 |
| 2020-05-07 | ci: use the latest python available on windows | Pietro Albini | -2/+10 |
| 2020-05-07 | Incorporate old module docs into `MaybeLiveLocals` docs | Dylan MacKenzie | -0/+7 |
| 2020-05-07 | Remove old `util/liveness.rs` module | Dylan MacKenzie | -334/+85 |
| 2020-05-07 | Rollup merge of #71960 - estebank:fix-E0284, r=davidtwco | Dylan DPC | -26/+81 |
| 2020-05-07 | Rollup merge of #71903 - euclio:reword-possible-better, r=petrochenkov | Dylan DPC | -106/+112 |
| 2020-05-07 | Rollup merge of #71783 - estebank:async-block-2015, r=tmandry | Dylan DPC | -41/+121 |
| 2020-05-07 | Rollup merge of #71598 - lcnr:drop-docs, r=RalfJung,Mark-Simulacrum | Dylan DPC | -44/+98 |
| 2020-05-07 | Rollup merge of #70733 - yoshuawuyts:arc-increment-refcount, r=Mark-Simulacrum | Dylan DPC | -5/+80 |
| 2020-05-07 | Use `hir::ConstContext` instead of local enums | Dylan MacKenzie | -134/+34 |
| 2020-05-07 | Add `hir::ConstContext` | Dylan MacKenzie | -0/+67 |
| 2020-05-07 | Fix E0284 to not use incorrect wording | Esteban Küber | -26/+81 |
| 2020-05-07 | Rollup merge of #71980 - steveklabnik:warnings-fixes, r=Mark-Simulacrum | Dylan DPC | -0/+6 |
| 2020-05-07 | Rollup merge of #71972 - RalfJung:miri-validity-error-refine, r=oli-obk | Dylan DPC | -6/+7 |
| 2020-05-07 | Rollup merge of #71962 - jsoref:grammar, r=Dylan-DPC | Dylan DPC | -11/+11 |
| 2020-05-07 | Rollup merge of #71959 - petrochenkov:chelpers, r=Mark-Simulacrum | Dylan DPC | -0/+2 |
| 2020-05-07 | Rollup merge of #71952 - JohnTitor:add-tests, r=Dylan-DPC | Dylan DPC | -0/+107 |
| 2020-05-07 | Rollup merge of #71938 - mark-i-m:de-abuse-err-4, r=eddyb | Dylan DPC | -1/+1 |
| 2020-05-08 | Add some skip flags | Yuki Okushi | -1/+4 |
| 2020-05-07 | Add Arc::{incr,decr}_strong_count | Yoshua Wuyts | -5/+80 |
| 2020-05-07 | Add core::future::{pending,ready} | Yoshua Wuyts | -0/+110 |
| 2020-05-07 | Allow a few warnings. | Steve Klabnik | -0/+6 |
| 2020-05-07 | Auto merge of #71649 - ecstatic-morse:ci-stage0-doc, r=Mark-Simulacrum | bors | -0/+1 |
| 2020-05-07 | rewrite Drop documentation | Bastian Kauschke | -44/+98 |
| 2020-05-07 | use hex for pointers in Miri error messages; refine vtable error message | Ralf Jung | -6/+7 |