| Age | Commit message (Expand) | Author | Lines |
| 2018-01-16 | Only enable CloudABI builds for x86-64 for now. | Ed Schouten | -12/+0 |
| 2018-01-16 | Integrate dist-cloudabi into dist-various-2. | Ed Schouten | -51/+40 |
| 2018-01-16 | Move dist-cloudabi/ into disabled/. | Ed Schouten | -0/+0 |
| 2018-01-16 | Add a Docker container for doing automated builds for CloudABI. | Ed Schouten | -0/+89 |
| 2018-01-16 | Auto merge of #47209 - eddyb:ccx, r=nikomatsakis | bors | -2371/+2137 |
| 2018-01-15 | Auto merge of #47413 - GuillaumeGomez:unstable-error-code, r=estebank | bors | -297/+345 |
| 2018-01-15 | Rollup merge of #47443 - FenrirWolf:rand, r=alexcrichton | kennytm | -108/+0 |
| 2018-01-15 | Rollup merge of #47432 - etaoins:make-fulldeps-update-references-exec, r=petr... | kennytm | -0/+0 |
| 2018-01-15 | Rollup merge of #47417 - petrochenkov:noasm, r=estebank | kennytm | -53/+4 |
| 2018-01-15 | Rollup merge of #47414 - est31:master, r=alexcrichton | kennytm | -8/+11 |
| 2018-01-15 | Rollup merge of #47372 - topecongiro:issue-43925, r=alexcrichton | kennytm | -3/+43 |
| 2018-01-15 | Rollup merge of #47368 - chrisvittal:nll-tests, r=nikomatsakis | kennytm | -0/+75 |
| 2018-01-15 | Rollup merge of #47330 - bmusin:patch-2, r=shepmaster | kennytm | -4/+4 |
| 2018-01-15 | Rollup merge of #47277 - tspiteri:log-correctness, r=frewsxcv | kennytm | -18/+16 |
| 2018-01-15 | Rollup merge of #47126 - sdroege:exact-chunks, r=bluss | kennytm | -10/+472 |
| 2018-01-15 | Rollup merge of #47120 - clarcharr:io_error_debug, r=dtolnay | kennytm | -8/+35 |
| 2018-01-15 | Add error code for unstable feature errors | Guillaume Gomez | -297/+345 |
| 2018-01-15 | Auto merge of #47329 - davidtwco:issue-46983, r=nikomatsakis | bors | -31/+65 |
| 2018-01-14 | Remove leftover Rand stuff | Fenrir | -108/+0 |
| 2018-01-15 | Auto merge of #46196 - projektir:rbe-submodule, r=steveklabnik | bors | -2/+3 |
| 2018-01-15 | Make ui-fulldeps/update-references executable | Ryan Cumming | -0/+0 |
| 2018-01-14 | Auto merge of #46455 - petrochenkov:pimpl, r=nikomatsakis | bors | -290/+382 |
| 2018-01-14 | syntax: Disambiguate generics and qualified paths | Vadim Petrochenkov | -18/+54 |
| 2018-01-14 | syntax: Rewrite parsing of impls | Vadim Petrochenkov | -274/+330 |
| 2018-01-14 | Auto merge of #47322 - nikomatsakis:nll-ice, r=pnkfelix | bors | -0/+48 |
| 2018-01-14 | Auto merge of #47274 - Manishearth:rustdoc-span, r=QuietMisdreavus | bors | -11/+84 |
| 2018-01-14 | Auto merge of #47268 - EdSchouten:cloudabi-libstd, r=alexcrichton | bors | -14/+5057 |
| 2018-01-14 | rustc_trans: rename mircx: MirContext to fx: FunctionCx. | Eduard-Mihai Burtescu | -58/+58 |
| 2018-01-14 | rustc_trans: rename bcx to bx. | Eduard-Mihai Burtescu | -906/+906 |
| 2018-01-14 | rustc_trans: rename ccx to cx. | Eduard-Mihai Burtescu | -1193/+1193 |
| 2018-01-14 | rustc_trans: rename CrateContext to CodegenCx. | Eduard-Mihai Burtescu | -273/+273 |
| 2018-01-14 | rustc_trans: access fields directly on CrateContext. | Eduard-Mihai Burtescu | -393/+298 |
| 2018-01-14 | rustc_trans: remove unused `TargetDataRef` accessor. | Eduard-Mihai Burtescu | -9/+0 |
| 2018-01-14 | rustc_trans: collapse {Local,Shared}CrateContext. | Eduard-Mihai Burtescu | -243/+113 |
| 2018-01-14 | Auto merge of #47261 - estebank:immutable-arg, r=petrochenkov | bors | -14/+78 |
| 2018-01-14 | Auto merge of #47223 - alexcrichton:new-target-feature, r=eddyb | bors | -61/+262 |
| 2018-01-14 | Auto merge of #46832 - Diggsey:bufread-cheaper-seek, r=alexcrichton | bors | -0/+46 |
| 2018-01-13 | rustc: Refactor attribute checking to operate on HIR | Alex Crichton | -44/+56 |
| 2018-01-13 | Auto merge of #47416 - petrochenkov:remove-impl-for-dot-dot, r=petrochenkov | bors | -804/+193 |
| 2018-01-13 | Adding RBE as a submodule #46194 | projektir | -2/+3 |
| 2018-01-13 | Move "no asm" check into AST validation | Vadim Petrochenkov | -53/+4 |
| 2018-01-13 | Add note to documentation | Diggory Blake | -0/+4 |
| 2018-01-13 | Implement "seek_relative" | Diggory Blake | -0/+42 |
| 2018-01-13 | rustc: Tweak `#[target_feature]` syntax | Alex Crichton | -27/+216 |
| 2018-01-13 | Better Debug impl for io::Error. | Clar Charr | -8/+35 |
| 2018-01-13 | Re-add support for `impl Trait for ..` to the parser | Vadim Petrochenkov | -2/+40 |
| 2018-01-13 | Address review. | leonardo.yvens | -75/+16 |
| 2018-01-13 | Parse `auto trait` inside fns. | leonardo.yvens | -13/+20 |
| 2018-01-13 | Fix rustdoc | leonardo.yvens | -2/+0 |
| 2018-01-13 | Move coherence/overlap.rs into coherence/mod.rs | leonardo.yvens | -60/+45 |