| Age | Commit message (Expand) | Author | Lines |
| 2018-06-30 | Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakis | bors | -154/+163 |
| 2018-06-30 | Auto merge of #51828 - kennytm:no-simd-swap-for-mac, r=alexcrichton | bors | -0/+55 |
| 2018-06-30 | Do not allow LLVM to increase a TLS's alignment on macOS. | kennytm | -0/+55 |
| 2018-06-30 | Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk | bors | -1/+241 |
| 2018-06-30 | Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj | bors | -2/+4 |
| 2018-06-30 | Auto merge of #51178 - GabrielMajeri:os-str-compare, r=SimonSapin | bors | -0/+18 |
| 2018-06-30 | Restore the old behavior of `$crate` in nested `macro_rules` | Vadim Petrochenkov | -4/+46 |
| 2018-06-30 | proc-macro: Use transparent marks for call-site hygiene | Vadim Petrochenkov | -1/+61 |
| 2018-06-30 | hygiene: Implement transparent marks | Vadim Petrochenkov | -0/+138 |
| 2018-06-29 | Auto merge of #46720 - estebank:issue-46302, r=nikomatsakis | bors | -11/+34 |
| 2018-06-29 | Fix incorrect type mismatch label pointing at return type | Esteban Küber | -11/+34 |
| 2018-06-29 | Auto merge of #51569 - SimonSapin:liballoc, r=sfackler | bors | -1/+0 |
| 2018-06-29 | Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakis | bors | -229/+461 |
| 2018-06-29 | Make raw_vec perma-unstable and hidden | Simon Sapin | -1/+0 |
| 2018-06-29 | Add run-pass test | Gabriel Majeri | -0/+18 |
| 2018-06-29 | Auto merge of #51592 - GuillaumeGomez:fix-macro-doc-search, r=GuillaumeGomez | bors | -0/+20 |
| 2018-06-28 | Rollup merge of #51839 - oli-obk:const_shift_overflow, r=nikomatsakis | Mark Rousskov | -0/+28 |
| 2018-06-28 | Rollup merge of #51822 - estebank:suggest-more, r=nikomatsakis | Mark Rousskov | -1/+4 |
| 2018-06-28 | Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb | Mark Rousskov | -194/+110 |
| 2018-06-28 | Fix rebase | Esteban Küber | -4/+4 |
| 2018-06-28 | Provide existing ref suggestions for more E0308 errors | Esteban Küber | -1/+4 |
| 2018-06-28 | Also point to free named region on lifetime errors | Esteban Küber | -52/+32 |
| 2018-06-28 | Extend support to `get_generics` for all `NodeItem`s | Esteban Küber | -86/+86 |
| 2018-06-28 | Point to lifetime in fn definition on lifetime error note | Esteban Küber | -22/+37 |
| 2018-06-28 | Point at lifetimes instead of def span for E0195 | Esteban Küber | -16/+30 |
| 2018-06-28 | Auto merge of #51687 - japaric:gh51671, r=alexcrichton | bors | -0/+41 |
| 2018-06-28 | Auto merge of #51630 - joshlf:map-split-perf, r=dtolnay | bors | -4/+4 |
| 2018-06-28 | Turn the use of erroneous constants into errors again | Oliver Schneider | -37/+27 |
| 2018-06-28 | Don't const propagate the body of constants | Oliver Schneider | -178/+90 |
| 2018-06-28 | Merge `ConstVal` and `ConstValue` | Oliver Schneider | -11/+25 |
| 2018-06-28 | Auto merge of #51444 - estebank:impl-static, r=nikomatsakis | bors | -0/+96 |
| 2018-06-27 | Auto merge of #51859 - kennytm:rollup, r=kennytm | bors | -50/+52 |
| 2018-06-28 | Rollup merge of #51800 - mark-i-m:edition2018compiletest, r=nikomatsakis | kennytm | -34/+36 |
| 2018-06-28 | Rollup merge of #51799 - mark-i-m:lower_case_feature_gate, r=mark-i-m | kennytm | -16/+16 |
| 2018-06-27 | Update tests for grouped nll move errors | Matthew Jasper | -104/+378 |
| 2018-06-27 | Auto merge of #51139 - vakaras:issue-50716, r=nikomatsakis | bors | -6/+67 |
| 2018-06-27 | Update MIR opt tests | Matthew Jasper | -125/+83 |
| 2018-06-27 | Auto merge of #51852 - oli-obk:miri_fix, r=Zoxc | bors | -0/+28 |
| 2018-06-27 | Don't use `ParamEnv::reveal_all()` if there is a real one available | Oliver Schneider | -0/+28 |
| 2018-06-27 | Fix the error of selecting obligation by not running the borrow checker. | Vytautas Astrauskas | -6/+31 |
| 2018-06-27 | Move regression test from `compile-fail/` to `ui/` test directory. | Felix S. Klock II | -0/+8 |
| 2018-06-27 | Fix the regression test for issue 50716. | Vytautas Astrauskas | -1/+3 |
| 2018-06-27 | Fix NLL issue 50716 and add a regression test. | Vytautas Astrauskas | -0/+26 |
| 2018-06-27 | Auto merge of #51356 - Zoxc:encode-cleanup, r=michaelwoerister | bors | -4/+3 |
| 2018-06-27 | Detect overflows of non u32 shifts | Oliver Schneider | -0/+28 |
| 2018-06-27 | Implement `#[macro_export(local_inner_macros)]` | Vadim Petrochenkov | -0/+92 |
| 2018-06-27 | Update ui tests | Oliver Schneider | -43/+5 |
| 2018-06-27 | Make opaque::Encoder append-only and make it infallible | John Kåre Alsaker | -4/+3 |
| 2018-06-27 | Update tests | Oliver Schneider | -0/+2 |
| 2018-06-27 | fixup | Oliver Schneider | -6/+44 |