| Age | Commit message (Expand) | Author | Lines |
| 2018-05-04 | Auto merge of #50435 - cuviper:rm-lookup_host, r=sfackler | bors | -4/+2 |
| 2018-05-04 | Auto merge of #50409 - KiChjang:issue-50343, r=nikomatsakis | bors | -0/+17 |
| 2018-05-03 | Remove the deprecated std::net::{lookup_host,LookupHost} | Josh Stone | -4/+2 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -0/+27 |
| 2018-05-03 | Fix issue #50415. | kennytm | -0/+27 |
| 2018-05-03 | Auto merge of #50030 - flip1995:rfc2103, r=petrochenkov | bors | -0/+23 |
| 2018-05-02 | Skip checking for unused mutable locals that have no name | Keith Yeung | -0/+17 |
| 2018-05-02 | Auto merge of #50354 - varkor:initial-field-alignment-c-int, r=eddyb | bors | -0/+55 |
| 2018-05-02 | Add tests for a new feature 'tool_attributes' | Seiichi Uchida | -0/+23 |
| 2018-05-01 | Auto merge of #49982 - petrochenkov:noreex, r=alexcrichton | bors | -85/+0 |
| 2018-05-01 | Add repr(u8) to the test | varkor | -0/+16 |
| 2018-05-01 | Correct initial field alignment for repr(C)/repr(int) | varkor | -0/+39 |
| 2018-05-01 | Auto merge of #49789 - petrochenkov:prelext, r=nikomatsakis | bors | -0/+21 |
| 2018-05-01 | Remove `macro_reexport` | Vadim Petrochenkov | -85/+0 |
| 2018-05-01 | Force frame pointers for the backtrace test | Simonas Kazlauskas | -0/+1 |
| 2018-05-01 | Rollup merge of #50233 - mark-i-m:const_vec, r=kennytm | kennytm | -0/+17 |
| 2018-04-29 | Auto merge of #48605 - KiChjang:unused-mut-warning, r=nikomatsakis | bors | -0/+56 |
| 2018-04-29 | Auto merge of #50271 - sinkuu:fix_ice, r=eddyb | bors | -0/+33 |
| 2018-04-28 | feature on test | Mark Mansi | -0/+2 |
| 2018-04-28 | Track unused mutable variables across closures | Keith Yeung | -0/+56 |
| 2018-04-27 | Don't feature gate bang macros on 'proc_macro_path_invoc'. | Sergio Benitez | -7/+7 |
| 2018-04-28 | Make `trait_of_item` return None for non associated items | Shotaro Yamada | -0/+33 |
| 2018-04-27 | Auto merge of #49822 - matthewjasper:dropck-closures, r=nikomatsakis | bors | -0/+70 |
| 2018-04-27 | Access individual fields of tuples, closures and generators on drop. | Matthew Jasper | -0/+70 |
| 2018-04-28 | Rollup merge of #50273 - Amanieu:issue-49532, r=alexcrichton | kennytm | -0/+17 |
| 2018-04-28 | Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakis | kennytm | -4/+0 |
| 2018-04-27 | dyn_trait feature-gate just for stage0 | Christian Poveda | -2/+0 |
| 2018-04-27 | removed dyn_trait feature from tests | Christian Poveda | -2/+0 |
| 2018-04-27 | Allow #[inline] on closures | Amanieu d'Antras | -0/+17 |
| 2018-04-26 | Auto merge of #50253 - nikomatsakis:regressions-2018-04-26, r=eddyb | bors | -0/+22 |
| 2018-04-27 | Add one more prelude layer for extern crate names passed with `--extern` | Vadim Petrochenkov | -0/+21 |
| 2018-04-26 | add regression test | Niko Matsakis | -0/+22 |
| 2018-04-26 | Treat repr(Rust) univariant fieldless enums as a ZST (fixes #15747) | Anthony Ramine | -0/+33 |
| 2018-04-26 | Add a test for casts of univariant C-like enums | Anthony Ramine | -2/+7 |
| 2018-04-25 | Make Vec::new const | Mark Mansi | -0/+15 |
| 2018-04-25 | Fix crate:: in local paths | Manish Goregaokar | -0/+23 |
| 2018-04-25 | compiletest: introduce skip-trans | Tatsuyuki Ishi | -0/+17 |
| 2018-04-25 | Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth | bors | -0/+15 |
| 2018-04-24 | Test format hygiene | James Sanderson | -0/+15 |
| 2018-04-24 | Auto merge of #50096 - alexcrichton:less-simd-warnings, r=michaelwoerister | bors | -0/+35 |
| 2018-04-24 | Auto merge of #49911 - rcoh:master, r=nikomatsakis | bors | -43/+0 |
| 2018-04-23 | Don't allow #[should_panic] with non-() tests | Russell Cohen | -43/+0 |
| 2018-04-22 | Replace GlobalAlloc::oom with a lang item | Steven Fackler | -9/+7 |
| 2018-04-21 | Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a... | bors | -0/+12 |
| 2018-04-20 | rustc: Tweak custom attribute capabilities | Alex Crichton | -7/+7 |
| 2018-04-20 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -0/+12 |
| 2018-04-19 | rustc: Whitelist upstream target_features | Alex Crichton | -0/+35 |
| 2018-04-18 | Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfackler | bors | -1/+1 |
| 2018-04-18 | Auto merge of #49981 - nox:fix-signed-niches, r=eddyb | bors | -0/+20 |
| 2018-04-17 | Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelix | bors | -4/+2 |