| Age | Commit message (Expand) | Author | Lines |
| 2018-03-24 | Add test for `impl Trait` in argument position | Shotaro Yamada | -0/+46 |
| 2018-03-24 | Resolve `impl Trait` in argument position | Shotaro Yamada | -10/+54 |
| 2018-03-24 | Hide synthesized type parameters | Shotaro Yamada | -4/+23 |
| 2018-03-23 | Test fixes | Alex Crichton | -1/+9 |
| 2018-03-23 | Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollup | Alex Crichton | -95/+95 |
| 2018-03-23 | Merge branch 'master' of https://github.com/Lymia/rust into rollup | Alex Crichton | -145/+519 |
| 2018-03-23 | Rollup merge of #49295 - csmoe:nll_test_48238, r=alexcrichton | Alex Crichton | -0/+30 |
| 2018-03-23 | Rollup merge of #49272 - semarie:cat-and-grep-gnu, r=alexcrichton | Alex Crichton | -0/+5 |
| 2018-03-23 | Rollup merge of #49262 - oli-obk:fixed_size_array_len, r=estebank | Alex Crichton | -7/+56 |
| 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 | -42/+104 |
| 2018-03-23 | Rollup merge of #49102 - glandium:decimal, r=aturon | Alex Crichton | -5/+0 |
| 2018-03-23 | Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister | Alex Crichton | -65/+60 |
| 2018-03-23 | Rollup merge of #49028 - QuietMisdreavus:the-dark-forbidden-corners-of-rustdo... | Alex Crichton | -0/+363 |
| 2018-03-23 | Rollup merge of #48909 - RalfJung:type_alias_bounds, r=petrochenkov | Alex Crichton | -84/+270 |
| 2018-03-23 | Rollup merge of #48883 - alexcrichton:wasm-custom-sections, r=nikomatsakis | Alex Crichton | -62/+1145 |
| 2018-03-23 | Rollup merge of #48624 - bdrewery:freebsd-posix-spawn, r=alexcrichton | Alex Crichton | -28/+194 |
| 2018-03-23 | Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAus | Alex Crichton | -89/+210 |
| 2018-03-23 | add test for issue-48238 | csmoe | -0/+30 |
| 2018-03-23 | Auto merge of #49285 - nrc:update, r=alexcrichton | bors | -6/+41 |
| 2018-03-23 | Update RLS and Rustfmt | Nick Cameron | -6/+41 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -75/+653 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -17/+522 |
| 2018-03-22 | Auto merge of #49210 - oli-obk:pango_crash, r=eddyb | bors | -38/+66 |
| 2018-03-22 | Auto merge of #49264 - kennytm:rollup, r=kennytm | bors | -1129/+1447 |
| 2018-03-22 | Command::env_saw_path() may be unused on platforms not using posix_spawn() | Bryan Drewery | -0/+1 |
| 2018-03-22 | Clarify description of raw_identifiers feature flag. | Lymia Aluysia | -1/+1 |
| 2018-03-22 | Clean up raw identifier handling when recovering tokens from AST. | Lymia Aluysia | -4/+5 |
| 2018-03-22 | Rollup merge of #49038 - canndrew:replace-infallible-with-never, r=SimonSapin | kennytm | -38/+9 |
| 2018-03-22 | Rollup merge of #49105 - SimonSapin:from_utf8_lossy_example, r=alexcrichton | kennytm | -0/+31 |
| 2018-03-22 | Revert "Temporarily disable dist-ing RLS, Rustfmt and Clippy." | kennytm | -9/+1 |
| 2018-03-22 | Rollup merge of #49244 - varkor:type_dependent_defs_ExprMethodCall, r=estebank | kennytm | -4/+41 |
| 2018-03-22 | Rollup merge of #49242 - Mrowqa:typaram-attrs, r=petrochenkov | kennytm | -2/+7 |
| 2018-03-22 | Rollup merge of #49231 - gnzlbg:fix_vec_fminmax, r=rkruppe | kennytm | -4/+4 |
| 2018-03-22 | Rollup merge of #49225 - QuietMisdreavus:all-the-features-all-the-time, r=ale... | kennytm | -4/+26 |
| 2018-03-22 | Rollup merge of #49216 - bjorn3:patch-1, r=estebank | kennytm | -22/+18 |
| 2018-03-22 | Rollup merge of #49211 - varkor:chalk-lowering-Implemented-From-Env, r=nikoma... | kennytm | -4/+75 |
| 2018-03-22 | Rollup merge of #49209 - Zoxc:run-make-last, r=Mark-Simulacrum | kennytm | -2/+4 |
| 2018-03-22 | Rollup merge of #49189 - GuillaumeGomez:fix-implied-shortcut-links, r=QuietMi... | kennytm | -10/+28 |
| 2018-03-22 | Rollup merge of #49188 - memoryleak47:macro_use_doctest, r=QuietMisdreavus | kennytm | -0/+19 |
| 2018-03-22 | Rollup merge of #49158 - varkor:compiletest-triples, r=rkruppe | kennytm | -7/+36 |
| 2018-03-22 | Rollup merge of #49140 - semarie:rustdoc-test-path, r=alexcrichton | kennytm | -1/+3 |
| 2018-03-22 | Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank | kennytm | -77/+40 |
| 2018-03-22 | Rollup merge of #49109 - SimonSapin:deprecate-asciiext, r=alexcrichton | kennytm | -16/+24 |
| 2018-03-22 | Rollup merge of #49093 - Zoxc:speedup, r=aidanhs | kennytm | -43/+29 |
| 2018-03-22 | Rollup merge of #49069 - wesleywiser:incr_soa, r=michaelwoerister | kennytm | -10/+20 |
| 2018-03-22 | Rollup merge of #49029 - GuillaumeGomez:atomic-docs, r=QuietMisdreavus | kennytm | -364/+401 |
| 2018-03-22 | Rollup merge of #48939 - wesleywiser:incr_query_wf_checking, r=michaelwoerister | kennytm | -506/+545 |
| 2018-03-22 | Use GNU version of fgrep/egrep tool if available | Sébastien Marie | -0/+5 |
| 2018-03-22 | Fix the conversion between bit representations and i128 representations | Oliver Schneider | -38/+66 |