| Age | Commit message (Expand) | Author | Lines |
| 2018-03-24 | Add test for `impl Trait` in argument position | Shotaro Yamada | -0/+46 |
| 2018-03-23 | Test fixes | Alex Crichton | -0/+8 |
| 2018-03-23 | Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollup | Alex Crichton | -7/+7 |
| 2018-03-23 | Merge branch 'master' of https://github.com/Lymia/rust into rollup | Alex Crichton | -2/+269 |
| 2018-03-23 | Rollup merge of #49295 - csmoe:nll_test_48238, r=alexcrichton | Alex Crichton | -0/+30 |
| 2018-03-23 | Rollup merge of #49262 - oli-obk:fixed_size_array_len, r=estebank | Alex Crichton | -1/+41 |
| 2018-03-23 | Rollup merge of #49169 - sanxiyn:doc-only, r=aturon | Alex Crichton | -0/+2 |
| 2018-03-23 | Rollup merge of #49160 - estebank:issue-47457-missing-fields, r=oli-obk | Alex Crichton | -9/+44 |
| 2018-03-23 | Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister | Alex Crichton | -2/+1 |
| 2018-03-23 | Rollup merge of #48909 - RalfJung:type_alias_bounds, r=petrochenkov | Alex Crichton | -65/+164 |
| 2018-03-23 | Rollup merge of #48883 - alexcrichton:wasm-custom-sections, r=nikomatsakis | Alex Crichton | -0/+411 |
| 2018-03-23 | Rollup merge of #48624 - bdrewery:freebsd-posix-spawn, r=alexcrichton | Alex Crichton | -0/+23 |
| 2018-03-23 | Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAus | Alex Crichton | -30/+22 |
| 2018-03-23 | add test for issue-48238 | csmoe | -0/+30 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -2/+147 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -0/+266 |
| 2018-03-22 | Auto merge of #49210 - oli-obk:pango_crash, r=eddyb | bors | -0/+27 |
| 2018-03-22 | Rollup merge of #49244 - varkor:type_dependent_defs_ExprMethodCall, r=estebank | kennytm | -0/+33 |
| 2018-03-22 | Rollup merge of #49211 - varkor:chalk-lowering-Implemented-From-Env, r=nikoma... | kennytm | -0/+30 |
| 2018-03-22 | Rollup merge of #49189 - GuillaumeGomez:fix-implied-shortcut-links, r=QuietMi... | kennytm | -0/+18 |
| 2018-03-22 | Rollup merge of #49158 - varkor:compiletest-triples, r=rkruppe | kennytm | -0/+10 |
| 2018-03-22 | Rollup merge of #49140 - semarie:rustdoc-test-path, r=alexcrichton | kennytm | -1/+1 |
| 2018-03-22 | Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank | kennytm | -2/+1 |
| 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 | 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 | 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 | Auto merge of #49200 - oli-obk:extern_static_metadata, r=michaelwoerister | bors | -0/+21 |
| 2018-03-21 | Rollup merge of #49196 - Phlosioneer:49123-sort-where-conditions, r=QuietMisd... | kennytm | -2/+0 |
| 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-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 |