| Age | Commit message (Expand) | Author | Lines |
| 2019-10-05 | Fix typo on `now()` comments | BO41 | -28/+23 |
| 2019-10-05 | Replaces some instances of `as *[const | mut] _` with `.cast()` | memoryruins | -24/+24 |
| 2019-10-05 | Account for macro invocation in `let mut $pat` diagnostic. | Mazdak Farrokhzad | -1/+76 |
| 2019-10-05 | Correctly estimate required space for string | AnthonyMikh | -1/+1 |
| 2019-10-04 | Update the documented default of -Z mutable-noalias | Josh Stone | -1/+1 |
| 2019-10-04 | Remove unneeded visit_statement definition | Santiago Pastorino | -6/+0 |
| 2019-10-04 | Make `into` schedule drop for the destination | Matthew Jasper | -252/+472 |
| 2019-10-04 | Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton | bors | -537/+376 |
| 2019-10-04 | Fix lonely backtick | Yechan Bae | -1/+1 |
| 2019-10-04 | Add ignore-asmjs to new test | Thomas Lively | -0/+1 |
| 2019-10-04 | Allow unused attributes to avoid incremental bug | Mark Rousskov | -0/+2 |
| 2019-10-04 | middle::intrinsicck -> rustc_passes | Mark Rousskov | -114/+116 |
| 2019-10-04 | middle::entry -> rustc_passes | Mark Rousskov | -86/+92 |
| 2019-10-04 | middle::dead -> rustc_passes | Mark Rousskov | -14/+14 |
| 2019-10-04 | move middle::liveness to rustc_passes | Mark Rousskov | -15/+15 |
| 2019-10-04 | dont run these tests on targets that default to panic=abort. | Felix S. Klock II | -0/+2 |
| 2019-10-04 | [const-prop] Fix ICE when trying to eval polymorphic promoted MIR | Wesley Wiser | -11/+29 |
| 2019-10-04 | Disable stack probe when thread sanitizer is enabled | Tomasz Miąsko | -4/+6 |
| 2019-10-04 | Remove dead module | Tatsuyuki Ishi | -204/+0 |
| 2019-10-04 | clean up GeneratorSubsts | csmoe | -71/+58 |
| 2019-10-04 | remove GeneratorSubsts visitors | csmoe | -14/+4 |
| 2019-10-04 | replace GeneratorSubsts inside related types | csmoe | -9/+9 |
| 2019-10-04 | generate GeneratorSubsts from SubstsRef | csmoe | -32/+31 |
| 2019-10-04 | replace GeneratorSubsts with SubstsRef | csmoe | -2/+10 |
| 2019-10-04 | Upgrade librustc_macros dependencies | Mateusz Mikuła | -8/+8 |
| 2019-10-04 | Regression test for #63154. | Felix S. Klock II | -0/+34 |
| 2019-10-04 | Add some missing normalization calls to fix #63154 | Felix S. Klock II | -0/+3 |
| 2019-10-04 | Auto merge of #64994 - GuillaumeGomez:fix-rustdoc-display-js-disabled, r=Mark... | bors | -0/+8 |
| 2019-10-04 | make is_power_of_two a const function | Trevor Spiteri | -2/+13 |
| 2019-10-04 | Add C ABI for wasm-bindgen compat | Thomas Lively | -0/+30 |
| 2019-10-04 | Remove asmjs and wasm32 from PR CI | Thomas Lively | -4/+0 |
| 2019-10-04 | Revert "Temporarily enable wasm32 CI" | Thomas Lively | -0/+0 |
| 2019-10-04 | Temporarily enable wasm32 CI | Thomas Lively | -0/+0 |
| 2019-10-04 | Fix ABI, run and fix more tests, re-enable CI for PRs | Thomas Lively | -131/+202 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -424/+165 |
| 2019-10-04 | Replace `flat_map()` with `filter_map()` in `is_useful_specialized()`. | Nicholas Nethercote | -3/+5 |
| 2019-10-04 | Introduce a special case in `IntRange::from_const`. | Nicholas Nethercote | -26/+38 |
| 2019-10-04 | Rearrange `IntRange::from_{ctor,pat}()`. | Nicholas Nethercote | -40/+69 |
| 2019-10-04 | Inline and remove `constructor_intersects_pattern()`. | Nicholas Nethercote | -33/+26 |
| 2019-10-04 | Combine two `match` arms in `specialize()`. | Nicholas Nethercote | -70/+68 |
| 2019-10-04 | Rollup merge of #65073 - ecstatic-morse:issue-65071, r=petrochenkov | Mazdak Farrokhzad | -2/+1 |
| 2019-10-04 | Rollup merge of #65026 - petrochenkov:ice1, r=eddyb | Mazdak Farrokhzad | -129/+85 |
| 2019-10-04 | Rollup merge of #64874 - matthewjasper:simplify-euv, r=eddyb | Mazdak Farrokhzad | -1344/+149 |
| 2019-10-04 | Rollup merge of #64817 - csmoe:closure, r=nikomatsakis | Mazdak Farrokhzad | -142/+151 |
| 2019-10-04 | Rollup merge of #64749 - matthewjasper:liveness-opt, r=nikomatsakis | Mazdak Farrokhzad | -528/+142 |
| 2019-10-03 | review comments | Esteban Küber | -47/+51 |
| 2019-10-03 | Remove -Zprofile-queries | Mark Rousskov | -771/+11 |
| 2019-10-03 | Rollup merge of #65057 - mathstuf:fix-warning-typo, r=Centril | Tyler Mandry | -22/+22 |
| 2019-10-03 | Rollup merge of #65056 - spastorino:place-mut-visitor-adjusts, r=oli-obk | Tyler Mandry | -87/+110 |
| 2019-10-03 | Rollup merge of #65055 - GuillaumeGomez:long-err-explanation-E0556, r=petroch... | Tyler Mandry | -2/+21 |