| Age | Commit message (Expand) | Author | Lines |
| 2018-03-22 | Rollup merge of #49109 - SimonSapin:deprecate-asciiext, r=alexcrichton | kennytm | -2/+0 |
| 2018-03-22 | Fix the conversion between bit representations and i128 representations | Oliver Schneider | -0/+27 |
| 2018-03-22 | Rollup merge of #48759 - QuietMisdreavus:simd-feature-docs, r=GuillaumeGomez | kennytm | -0/+24 |
| 2018-03-22 | Produce nice array lengths on a best effort basis | Oliver Schneider | -1/+41 |
| 2018-03-22 | Auto merge of #49041 - nikomatsakis:issue-46541-impl-trait-hidden-lifetimes, ... | bors | -5/+127 |
| 2018-03-21 | termination_trait: Make error message more helpful | Tyler Mandry | -5/+6 |
| 2018-03-21 | add target_feature items to doc_cfg rustdoc test | QuietMisdreavus | -0/+24 |
| 2018-03-21 | Moved test to ui | varkor | -0/+18 |
| 2018-03-21 | termination_trait: Put examples in error help, not label | Tyler Mandry | -3/+3 |
| 2018-03-21 | Fix type_dependent_defs ICE on method calls | varkor | -0/+15 |
| 2018-03-21 | Deprecate the AsciiExt trait in favor of inherent methods | Simon Sapin | -2/+0 |
| 2018-03-21 | WIP fix mir-opt-end-region-8 | Niko Matsakis | -2/+4 |
| 2018-03-21 | use subtyping when we create a closure instead of for upvar types | Niko Matsakis | -3/+34 |
| 2018-03-21 | report an error if we see an unexpected lifetime in impl Trait | Niko Matsakis | -0/+89 |
| 2018-03-21 | Use NOTE instead of error-pattern directive | Tyler Mandry | -1/+2 |
| 2018-03-21 | termination_trait: Add () example to error message | Tyler Mandry | -2/+2 |
| 2018-03-21 | Auto merge of #49200 - oli-obk:extern_static_metadata, r=michaelwoerister | bors | -0/+21 |
| 2018-03-21 | Make resuming generators unsafe instead of the creation of immovable generato... | John Kåre Alsaker | -94/+70 |
| 2018-03-21 | Rollup merge of #49196 - Phlosioneer:49123-sort-where-conditions, r=QuietMisd... | kennytm | -2/+0 |
| 2018-03-20 | Propose a variant if it is an enum for E0599 | Guillaume Gomez | -0/+4 |
| 2018-03-20 | typeck: Report main return type errors on return type span | Tyler Mandry | -2/+12 |
| 2018-03-20 | rename epoch to edition | Kurtis Nusbaum | -7/+7 |
| 2018-03-20 | Add unit test for Implemented-From-Env | varkor | -0/+30 |
| 2018-03-20 | Auto merge of #49190 - kennytm:rollup, r=kennytm | bors | -3/+165 |
| 2018-03-20 | Encode/decode extern statics in metadata and incremental cache | Oliver Schneider | -0/+21 |
| 2018-03-20 | Auto merge of #48516 - petrochenkov:stabsl, r=nikomatsakis | bors | -151/+97 |
| 2018-03-20 | ignore emscripten in run-pass test | gnzlbg | -0/+2 |
| 2018-03-20 | Match against friendly error message | Tyler Mandry | -2/+2 |
| 2018-03-19 | Fix ordering of auto-generated trait bounds in rustdoc output | Phlosioneer | -2/+0 |
| 2018-03-20 | Rollup merge of #49166 - dileepbapat:pr-49133, r=nikomatsakis | kennytm | -3/+3 |
| 2018-03-20 | Rollup merge of #49157 - estebank:const-into, r=oli-obk | kennytm | -0/+36 |
| 2018-03-19 | Reduce diagnostic verbosity by removing labels | Esteban Küber | -15/+9 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -151/+97 |
| 2018-03-20 | Rollup merge of #49104 - csmoe:semicolon_error, r=petrochenkov | kennytm | -0/+20 |
| 2018-03-20 | Rollup merge of #48834 - ysiraichi:suggest-remove-ref, r=estebank | kennytm | -0/+106 |
| 2018-03-19 | Auto merge of #49058 - withoutboats:pin, r=cramertj | bors | -0/+2 |
| 2018-03-19 | Okay this is the right way. | boats | -3/+1 |
| 2018-03-19 | Comment out entire test. | boats | -1/+3 |
| 2018-03-19 | Fix automatic urls with backticks | Guillaume Gomez | -0/+18 |
| 2018-03-19 | Single diagnostic for all non-mentioned fields in a pattern | Esteban Küber | -0/+24 |
| 2018-03-19 | Ignore properly. | boats | -3/+1 |
| 2018-03-19 | Comment out flakey test. | boats | -0/+4 |
| 2018-03-19 | Merge branch 'update-beta-freebsd' into freebsd-posix-spawn | Bryan Drewery | -9083/+15405 |
| 2018-03-19 | Do not suggest `.into()` in `const`s | Esteban Küber | -0/+36 |
| 2018-03-19 | update compile-fail tests: fewer warnings because this is now a HIR lint | Ralf Jung | -3/+0 |
| 2018-03-19 | wording nits | Ralf Jung | -2/+2 |
| 2018-03-19 | #49133 - Reworded the Error message: "`pub` not needed here" message | Dileep Bapat | -3/+3 |
| 2018-03-19 | Document only-X test header | Seo Sanghyeon | -0/+2 |
| 2018-03-19 | Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoerister | bors | -0/+18 |
| 2018-03-19 | Stabilize termination_trait | Tyler Mandry | -15/+2 |