| Age | Commit message (Expand) | Author | Lines |
| 2018-01-15 | Reexport -> re-export in error messages | Carol (Nichols || Goulding) | -41/+44 |
| 2018-01-15 | Reexport -> re-export in documentation section headings | Carol (Nichols || Goulding) | -6/+6 |
| 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 | 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 |
| 2018-01-13 | Remove wfcheck for auto traits, remove dead error codes | leonardo.yvens | -111/+23 |
| 2018-01-13 | Adjust tests for removal of `impl Foo for .. {}` | leonardo.yvens | -168/+29 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -447/+94 |
| 2018-01-13 | Auto merge of #47251 - rkruppe:rm-simd-attr, r=eddyb | bors | -481/+413 |
| 2018-01-13 | Enforce dashes in the unstable book file names | est31 | -8/+11 |
| 2018-01-13 | Auto merge of #47242 - estebank:issue-15980, r=petrochenkov | bors | -15/+102 |
| 2018-01-13 | Add unit tests for exact_chunks/exact_chunks_mut | Sebastian Dröge | -0/+162 |
| 2018-01-13 | Test the whole chunks instead of just an element in the chunks/chunks_mut tests | Sebastian Dröge | -8/+8 |
| 2018-01-13 | Use assert_eq!() instead of assert!(a == b) in slice chunks_mut() unit test | Sebastian Dröge | -2/+2 |
| 2018-01-13 | Mention in the exact_chunks docs that this can often be optimized better by t... | Sebastian Dröge | -0/+15 |