| Age | Commit message (Expand) | Author | Lines |
| 2018-01-22 | Auto merge of #47507 - alexcrichton:rerun-bat-scripts, r=michaelwoerister | bors | -0/+103 |
| 2018-01-22 | Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakis | bors | -0/+38 |
| 2018-01-22 | Auto merge of #47158 - rkruppe:repr-transparent, r=eddyb | bors | -1/+454 |
| 2018-01-22 | Auto merge of #47144 - estebank:moved-closure-arg, r=nikomatsakis | bors | -7/+195 |
| 2018-01-21 | rustc: Lower link args to `@`-files on Windows more | Alex Crichton | -0/+103 |
| 2018-01-21 | Rollup merge of #47633 - pietroalbini:fix-ice-use-self, r=nagisa | Guillaume Gomez | -0/+21 |
| 2018-01-21 | Rollup merge of #47512 - GuillaumeGomez:e0659, r=petrochenkov | Guillaume Gomez | -11/+37 |
| 2018-01-21 | Rollup merge of #47247 - estebank:suggest-cast, r=petrochenkov | Guillaume Gomez | -0/+1242 |
| 2018-01-21 | Auto merge of #47116 - estebank:non-accessible-ctor, r=petrochenkov | bors | -85/+407 |
| 2018-01-21 | Auto merge of #47001 - arielb1:private-match, r=nikomatsakis | bors | -0/+28 |
| 2018-01-21 | Fix ICE with `use self;` | Pietro Albini | -0/+21 |
| 2018-01-21 | Auto merge of #45684 - bjorn3:runtime_choose_trans2, r=eddyb | bors | -98/+125 |
| 2018-01-21 | Auto merge of #47622 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -24/+119 |
| 2018-01-21 | Auto merge of #47495 - nikomatsakis:nll-issue-47153, r=pnkfelix | bors | -0/+27 |
| 2018-01-20 | Rollup merge of #47573 - estebank:closures, r=nikomatsakis | Guillaume Gomez | -24/+62 |
| 2018-01-20 | Rollup merge of #47193 - cramertj:result-opts, r=TimNN | Guillaume Gomez | -0/+57 |
| 2018-01-20 | Remove the 'extern "C"' in the right place | bjorn3 | -1/+1 |
| 2018-01-20 | Auto merge of #46980 - zackmdavis:and_the_case_of_the_needlessly_parenthesize... | bors | -5/+7 |
| 2018-01-20 | Stabilize std::ptr::NonNull | Simon Sapin | -2/+0 |
| 2018-01-20 | Mark Unique as perma-unstable, with the feature renamed to ptr_internals. | Simon Sapin | -3/+3 |
| 2018-01-20 | Replace Box::{from,into}_unique with {from,into}_nonnull_raw | Simon Sapin | -1/+0 |
| 2018-01-20 | Replace Unique<T> with NonZero<T> in Alloc trait | Simon Sapin | -1/+1 |
| 2018-01-20 | Closure argument mismatch tweaks | Esteban Küber | -24/+62 |
| 2018-01-19 | Run yield-subtype test on nll mode too as a regression check | Santiago Pastorino | -0/+3 |
| 2018-01-19 | Tweak wording and spans of closure lifetime errors | Esteban Küber | -30/+31 |
| 2018-01-19 | Hopefully fix the 32bit SEGV | bjorn3 | -1/+0 |
| 2018-01-19 | Add missing licenses | bjorn3 | -1/+21 |
| 2018-01-19 | Fix hotplug backend and add test | bjorn3 | -0/+85 |
| 2018-01-19 | Allow runtime switching between trans backends | bjorn3 | -98/+21 |
| 2018-01-19 | Auto merge of #47503 - arielb1:check-size, r=eddyb | bors | -0/+37 |
| 2018-01-19 | Auto merge of #47494 - michaelwoerister:proc-macro-incremental, r=nikomatsakis | bors | -0/+58 |
| 2018-01-19 | Auto merge of #47401 - rkruppe:issue-47278, r=eddyb | bors | -0/+19 |
| 2018-01-18 | in which the unused-parens lint comes to cover function and method args | Zack M. Davis | -5/+7 |
| 2018-01-18 | Add E0659 for ambiguous names | Guillaume Gomez | -11/+37 |
| 2018-01-17 | Rollup merge of #47471 - estebank:point-to-method-e0283, r=pnkfelix | Guillaume Gomez | -47/+253 |
| 2018-01-17 | Rollup merge of #47468 - estebank:closure-mut-mut, r=pnkfelix | Guillaume Gomez | -0/+35 |
| 2018-01-17 | Rollup merge of #47313 - ollie27:rustdoc_record_extern_trait, r=QuietMisdreavus | Guillaume Gomez | -0/+40 |
| 2018-01-17 | Rollup merge of #47250 - GuillaumeGomez:test-rustdoc-js, r=Mark-Simulacrum | Guillaume Gomez | -0/+142 |
| 2018-01-18 | Rollup merge of #47481 - estebank:unused-args, r=arielb1 | kennytm | -39/+30 |
| 2018-01-18 | Rollup merge of #47479 - zackmdavis:and_the_case_of_the_suggested_double-pub,... | kennytm | -10/+32 |
| 2018-01-18 | Rollup merge of #47467 - arielb1:cleanup-shims, r=eddyb | kennytm | -0/+32 |
| 2018-01-18 | Rollup merge of #47458 - mark-i-m:lint_array_comma, r=estebank | kennytm | -13/+48 |
| 2018-01-18 | Rollup merge of #47456 - chrisvittal:nll-tests, r=nikomatsakis | kennytm | -0/+41 |
| 2018-01-18 | Rollup merge of #47444 - etaoins:dont-include-bang-in-macro-suggestion, r=est... | kennytm | -5/+5 |
| 2018-01-18 | Rollup merge of #47407 - gaurikholkar:master, r=estebank | kennytm | -0/+53 |
| 2018-01-16 | Add secondary span pointing at the statement (error span) | Esteban Küber | -15/+25 |
| 2018-01-16 | Allow a trailing comma in lint_array; fix #47428 | Mark Mansi | -13/+48 |
| 2018-01-16 | avoid double-unsizing arrays in bytestring match lowering | Ariel Ben-Yehuda | -0/+37 |
| 2018-01-17 | fix minor errors | Gauri | -12/+11 |
| 2018-01-17 | using tabs in ui tests | Gauri | -6/+7 |