| Age | Commit message (Expand) | Author | Lines |
| 2020-05-03 | Reflect API changes on current master | Dylan MacKenzie | -1/+1 |
| 2020-05-03 | Use agreed upon terminology in cursor docs | Dylan MacKenzie | -5/+5 |
| 2020-05-03 | Add `rustc_peek` test for liveness with borrows | Dylan MacKenzie | -0/+38 |
| 2020-05-03 | Support liveness in `rustc_peek` tests | Dylan MacKenzie | -14/+51 |
| 2020-05-03 | Use new liveness analysis during generator transform | Dylan MacKenzie | -22/+24 |
| 2020-05-03 | Live variable analysis | Dylan MacKenzie | -2/+141 |
| 2020-05-03 | Initialize the cursor with an empty state | Dylan MacKenzie | -4/+10 |
| 2020-05-03 | Support backward dataflow analyses | Dylan MacKenzie | -661/+1094 |
| 2020-05-03 | Rename `live_locals` -> `live_locals_at_any_suspension_point` | Dylan MacKenzie | -11/+12 |
| 2020-05-03 | Add `MutatingUseContext::Yield` | Dylan MacKenzie | -2/+6 |
| 2020-05-03 | Auto merge of #70825 - eddyb:enum-discr-correct-generics-parent, r=nikomatsakis | bors | -19/+126 |
| 2020-05-03 | Rollup merge of #71813 - ecstatic-morse:issue-71734, r=tmandry | Dylan DPC | -5/+45 |
| 2020-05-03 | Rollup merge of #71806 - lcnr:patch-3, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-05-03 | Rollup merge of #71542 - crlf0710:confusable_idents, r=petrochenkov | Dylan DPC | -8/+196 |
| 2020-05-03 | Rollup merge of #71314 - mibac138:cfg-version, r=petrochenkov | Dylan DPC | -19/+282 |
| 2020-05-03 | Rollup merge of #71165 - lcnr:patch-2, r=Amanieu | Dylan DPC | -6/+7 |
| 2020-05-03 | Auto merge of #71815 - Mark-Simulacrum:no-llvm-rebuild, r=jonas-schievink | bors | -51/+89 |
| 2020-05-03 | Add build script to rustc_attr because of cfg(version) | mibac138 | -0/+5 |
| 2020-05-03 | Add more tests for cfg(version) | mibac138 | -5/+53 |
| 2020-05-03 | Change cfg(version) error message wording | mibac138 | -9/+12 |
| 2020-05-03 | Implement RFC 2523, `#[cfg(version(..))]` | mibac138 | -19/+226 |
| 2020-05-02 | Auto merge of #71807 - Dylan-DPC:rollup-jvb8sd9, r=Dylan-DPC | bors | -273/+271 |
| 2020-05-02 | Don't skip building LLVM if already built | Mark Rousskov | -6/+18 |
| 2020-05-02 | Extract stamp testing for LLVM | Mark Rousskov | -45/+71 |
| 2020-05-02 | Decode qualifs from defaulted trait associated consts | Dylan MacKenzie | -2/+4 |
| 2020-05-02 | Test associated const default qualifs cross-crate | Dylan MacKenzie | -3/+41 |
| 2020-05-02 | Auto merge of #69274 - LeSeulArtichaut:target-feature-11, r=hanna-kruppe | bors | -23/+392 |
| 2020-05-03 | Add a fast code path to optimize `confusable_idents` lint for ASCII code base. | Charles Lew | -4/+49 |
| 2020-05-03 | Implement `confusable_idents` lint. | Charles Lew | -8/+151 |
| 2020-05-02 | slice::fill: take T by value. | Bastian Kauschke | -6/+7 |
| 2020-05-02 | typeck: always expose explicit enum discriminant `AnonConst`s' parent in `gen... | Eduard-Mihai Burtescu | -2/+83 |
| 2020-05-02 | typeck/wfcheck: require that explicit enum discriminants const-evaluate succe... | Eduard-Mihai Burtescu | -2/+35 |
| 2020-05-02 | Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkor | Dylan DPC | -45/+56 |
| 2020-05-02 | Rollup merge of #71785 - reitermarkus:cfg-attribute, r=Mark-Simulacrum | Dylan DPC | -7/+9 |
| 2020-05-02 | Rollup merge of #71784 - Xaeroxe:patch-1, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-05-02 | Rollup merge of #71777 - petrochenkov:crtype, r=Mark-Simulacrum | Dylan DPC | -160/+142 |
| 2020-05-02 | Rollup merge of #71772 - cjgillot:ensure, r=petrochenkov | Dylan DPC | -56/+57 |
| 2020-05-02 | Rollup merge of #71767 - tshepang:stack-stuff, r=jonas-schievink | Dylan DPC | -4/+6 |
| 2020-05-02 | Rollup merge of #69274 - LeSeulArtichaut:target-feature-11, r=hanna-kruppe | Dylan DPC | -23/+392 |
| 2020-05-02 | Auto merge of #71794 - RalfJung:miri, r=RalfJung | bors | -7/+7 |
| 2020-05-02 | typo | Bastian Kauschke | -1/+1 |
| 2020-05-02 | ty: use `delay_span_bug` in `ty::AdtDef::eval_explicit_discr`. | Eduard-Mihai Burtescu | -15/+8 |
| 2020-05-02 | Replace `cfg` macro with attribute. | Markus Reiter | -7/+9 |
| 2020-05-02 | Auto merge of #70655 - oli-obk:subrepo_funness, r=Mark-Simulacrum | bors | -140/+114583 |
| 2020-05-02 | Auto merge of #71795 - RalfJung:rollup-yqxfi5a, r=RalfJung | bors | -80/+154 |
| 2020-05-02 | Rollup merge of #71782 - cuviper:leave-dev-null-alone, r=Mark-Simulacrum | Ralf Jung | -4/+8 |
| 2020-05-02 | Rollup merge of #71781 - estebank:box-pin-test, r=tmandry | Ralf Jung | -16/+95 |
| 2020-05-02 | Rollup merge of #71739 - tshepang:master, r=Dylan-DPC | Ralf Jung | -1/+0 |
| 2020-05-02 | Rollup merge of #71738 - RalfJung:pointer-no-alloc-id, r=oli-obk | Ralf Jung | -40/+34 |
| 2020-05-02 | Rollup merge of #71736 - RalfJung:silence-spurious-unused, r=Mark-Simulacrum | Ralf Jung | -6/+6 |