| Age | Commit message (Expand) | Author | Lines |
| 2018-12-02 | Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb | bors | -525/+536 |
| 2018-12-02 | rustbuild: Fix issues with compiler docs | Oliver Middleton | -6/+11 |
| 2018-12-02 | Fix line length | John Ginger | -2/+4 |
| 2018-12-02 | Clearer error message for dead assign | John Ginger | -2/+2 |
| 2018-12-02 | Remove not used `DotEq` token | yui-knk | -9/+2 |
| 2018-12-02 | Auto merge of #56275 - RalfJung:win-mutex, r=SimonSapin | bors | -11/+18 |
| 2018-12-02 | Run name-anon-globals after all other passes | Nikita Popov | -4/+5 |
| 2018-12-02 | make the C part of compiler-builtins opt-out | Ralf Jung | -1/+4 |
| 2018-12-02 | Address review comments | Vadim Petrochenkov | -4/+15 |
| 2018-12-02 | Delay gensym creation for "underscore items" until name resolution | Vadim Petrochenkov | -36/+157 |
| 2018-12-02 | resolve: Avoid "self-confirming" resolutions in import validation | Vadim Petrochenkov | -36/+46 |
| 2018-12-02 | explicitly control compiler_builts/c feature from libstd | Ralf Jung | -2/+2 |
| 2018-12-02 | avoid MaybeUninit::get_mut where it is not needed | Ralf Jung | -2/+2 |
| 2018-12-02 | let FIXME refer to tracking issue | Ralf Jung | -2/+2 |
| 2018-12-02 | no reason to use mutable references here at all | Ralf Jung | -12/+4 |
| 2018-12-02 | Auto merge of #56378 - ljedrz:arena_tweaks, r=nagisa | bors | -10/+14 |
| 2018-12-02 | Fix "line longer than 100 chars" | yui-knk | -3/+4 |
| 2018-12-02 | Auto merge of #56406 - nrc:update, r=kennytm | bors | -22/+39 |
| 2018-12-02 | Add description about `crate` for parse_visibility's comment | yui-knk | -1/+1 |
| 2018-12-02 | arena: improve common patterns | ljedrz | -7/+2 |
| 2018-12-02 | Update issue number of `shrink_to` methods to point the tracking issue | Hidehito Yabuuchi | -7/+7 |
| 2018-12-01 | Redo the docs for Vec::set_len | Scott McMurray | -27/+53 |
| 2018-12-02 | Auto merge of #56396 - dlrobertson:fix_va_list_tests, r=nikic | bors | -174/+57 |
| 2018-12-01 | remove some uses of try! | Mark Mansi | -27/+25 |
| 2018-12-02 | Fix failing tidy (line endings on Windows) | Vadim Petrochenkov | -0/+0 |
| 2018-12-01 | Remove unneeded body class selector | Guillaume Gomez | -2/+2 |
| 2018-12-01 | Update tracking issue for `extern_crate_self` | Vadim Petrochenkov | -2/+2 |
| 2018-12-01 | Auto merge of #55275 - petrochenkov:extself, r=eddyb | bors | -10/+89 |
| 2018-12-01 | resolve: Support aliasing local crate root in extern prelude | Vadim Petrochenkov | -10/+89 |
| 2018-12-02 | Update RLS and Rustfmt | Nick Cameron | -22/+39 |
| 2018-12-01 | Improve the unstable book example for `#[marker]` | Scott McMurray | -6/+8 |
| 2018-11-30 | Move VecDeque::resize_with out of the impl<T:Clone> block | Scott McMurray | -33/+27 |
| 2018-12-01 | Auto merge of #56165 - RalfJung:drop-glue-type, r=eddyb,nikomatsakis | bors | -52/+80 |
| 2018-12-01 | Auto merge of #56391 - alexcrichton:less-compare-mode, r=Mark-Simulacrum | bors | -2/+18 |
| 2018-12-01 | stabilize std::dbg!(...) | Mazdak Farrokhzad | -44/+14 |
| 2018-11-30 | Deal with EINTR in net timeout tests | Josh Stone | -12/+28 |
| 2018-11-30 | Use appropriate terminology based on heuristic | Esteban Küber | -29/+58 |
| 2018-11-30 | ci: Only run compare-mode tests on one builder | Alex Crichton | -2/+18 |
| 2018-11-30 | Updated ui tests. | Alexander Regueiro | -5/+15 |
| 2018-11-30 | Removed chapter from Unstable Book. | Alexander Regueiro | -24/+0 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -53/+10 |
| 2018-11-30 | Use visit_local to find 2PB activations | Matthew Jasper | -55/+55 |
| 2018-11-30 | Remove the `region_map` field from `BorrowSet` | Matthew Jasper | -17/+2 |
| 2018-11-30 | Fix some rustc doc links | Matthew Jasper | -9/+17 |
| 2018-11-30 | Fix bug in matching on floating-point ranges | varkor | -56/+35 |
| 2018-11-30 | Separate out precise_pointer_size_matching tests from exhaustive_integer_patt... | varkor | -17/+50 |
| 2018-11-30 | tests: Simplify VaList run-make test | Dan Robertson | -174/+57 |
| 2018-11-30 | Suggest an appropriate token when encountering `pub Ident<'a>` | Esteban Küber | -11/+75 |
| 2018-11-30 | Auto merge of #56381 - kennytm:rollup, r=kennytm | bors | -855/+1906 |
| 2018-12-01 | Rollup merge of #56214 - scalexm:unification, r=nikomatsakis | kennytm | -151/+985 |