| Age | Commit message (Expand) | Author | Lines |
| 2018-07-01 | Auto merge of #51110 - alexreg:new-static-eval-rules, r=eddyb | bors | -68/+79 |
| 2018-07-01 | Auto merge of #51969 - pietroalbini:rollup, r=pietroalbini | bors | -1/+45 |
| 2018-07-01 | Rollup merge of #51921 - japaric:panic-impl-error, r=nagisa | Pietro Albini | -1/+19 |
| 2018-07-01 | Rollup merge of #51920 - euclio:concrete-type-suggestion, r=estebank | Pietro Albini | -0/+26 |
| 2018-07-01 | Auto merge of #51833 - wesleywiser:faster_large_constant_arrays, r=oli-obk | bors | -0/+43 |
| 2018-07-01 | Auto merge of #51536 - davidtwco:nll-dyn-trait-underscore-error-improvements,... | bors | -74/+68 |
| 2018-07-01 | Updated affected tests after rebase. | David Wood | -7/+7 |
| 2018-07-01 | Ensure that changed errors are lower case. | David Wood | -40/+40 |
| 2018-07-01 | Updated affected tests. | David Wood | -71/+65 |
| 2018-07-01 | Add two regression tests for const eval | Wesley Wiser | -0/+43 |
| 2018-07-01 | Auto merge of #51883 - estebank:placement-suggestion, r=varkor | bors | -0/+31 |
| 2018-07-01 | Modified expected error messages in accordance with rebase. | Alexander Regueiro | -2/+7 |
| 2018-06-30 | Minor refactoring. | Alexander Regueiro | -1/+1 |
| 2018-06-30 | Added incremental test for interlinking static references. | Alexander Regueiro | -0/+25 |
| 2018-06-30 | Added tests fo referring to statics by value in other statics. | Alexander Regueiro | -0/+30 |
| 2018-06-30 | Added tests for writing to static mut's in statics. | Alexander Regueiro | -0/+22 |
| 2018-06-30 | Fixed bug with miri const evaluation where allocation is recursively borrowed. | Alexander Regueiro | -6/+1 |
| 2018-06-30 | Added miri error for evaluating foreign statics. | Alexander Regueiro | -21/+17 |
| 2018-06-30 | Loosened rules involving statics mentioning other statics. | Alexander Regueiro | -63/+1 |
| 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 | update another cfail test | Jorge Aparicio | -1/+1 |
| 2018-06-29 | improve the error message when `#[panic_implementation]` is missing | Jorge Aparicio | -0/+18 |
| 2018-06-29 | Auto merge of #46720 - estebank:issue-46302, r=nikomatsakis | bors | -11/+34 |
| 2018-06-29 | use literal span for concrete type suggestion | Andy Russell | -0/+26 |
| 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 | Suggest correct comparison against negative literal | Esteban Küber | -0/+31 |
| 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 |