| Age | Commit message (Expand) | Author | Lines |
| 2018-11-06 | Bubble up an overflow error so that rustdoc can ignore it | Oliver Scherer | -1/+1 |
| 2018-11-06 | Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddyb | bors | -10/+29 |
| 2018-10-18 | Copy extern prelude from resolver to global context | Vadim Petrochenkov | -2/+4 |
| 2018-10-18 | Revert "rustc_resolve: move extern_prelude from Resolver to Session." | Vadim Petrochenkov | -17/+1 |
| 2018-10-09 | Auto merge of #54877 - arielb1:destabilize-outlives, r=nikomatsakis | bors | -52/+39 |
| 2018-10-08 | Fix dead code lint for functions using impl Trait | Jonas Schievink | -1/+7 |
| 2018-10-07 | Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis" | Ariel Ben-Yehuda | -52/+39 |
| 2018-10-04 | incr.comp.: Don't automatically enable -Zshare-generics for incr.comp. builds. | Michael Woerister | -1/+0 |
| 2018-10-03 | Auto merge of #54358 - flip1995:beta, r=Manishearth | bors | -1/+1 |
| 2018-10-02 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -0/+26 |
| 2018-10-02 | rustc_resolve: move extern_prelude from Resolver to Session. | Eduard-Mihai Burtescu | -1/+17 |
| 2018-09-21 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi... | Eduard-Mihai Burtescu | -1/+1 |
| 2018-09-19 | Cancel warning for tool_lints | flip1995 | -1/+1 |
| 2018-09-17 | Auto merge of #54260 - maxdeviant:public-scope-fields, r=petrochenkov | bors | -69/+49 |
| 2018-09-15 | rustc: add unstable support for --extern crate_name without a path. | Eduard-Mihai Burtescu | -21/+22 |
| 2018-09-15 | rustc: support extern crates loaded after query engine creation. | Eduard-Mihai Burtescu | -2/+15 |
| 2018-09-15 | Make rustc::middle::region::Scope's fields public | Marshall Bowers | -69/+49 |
| 2018-09-15 | Auto merge of #54151 - ljedrz:cleanup_hir, r=michaelwoerister | bors | -155/+93 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -133/+214 |
| 2018-09-14 | Rollup merge of #54173 - phansch:suggest_valid_crate_type, r=estebank | kennytm | -0/+9 |
| 2018-09-14 | Rollup merge of #54095 - kenta7777:kenta7777#53719, r=davidtwco | kennytm | -8/+8 |
| 2018-09-14 | Auto merge of #53751 - F001:tuple-struct-self-ctor, r=petrochenkov,varkor | bors | -19/+46 |
| 2018-09-13 | Suggest valid crate type if invalid | Philipp Hansch | -0/+9 |
| 2018-09-14 | Rollup merge of #53950 - michaelwoerister:more-lto-cli, r=alexcrichton | kennytm | -20/+65 |
| 2018-09-13 | introduce SelfCtor | F001 | -19/+46 |
| 2018-09-12 | Auto merge of #54152 - michaelwoerister:cgu-name-fix, r=alexcrichton | bors | -3/+20 |
| 2018-09-12 | A few cleanups for hir | ljedrz | -155/+93 |
| 2018-09-12 | Merge branch 'master' into kenta7777#53719 | kenta7777 | -401/+494 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -39/+52 |
| 2018-09-12 | Really make CGU names unique across crates. | Michael Woerister | -3/+20 |
| 2018-09-12 | Rollup merge of #54106 - flip1995:pub_checklintnameresult, r=Manishearth | kennytm | -1/+1 |
| 2018-09-12 | Rollup merge of #54074 - toidiu:ak-spimplifyOrd, r=eddyb | kennytm | -12/+2 |
| 2018-09-11 | Auto merge of #53873 - nikomatsakis:nll-universe-subtyping-and-pattern-ascrip... | bors | -368/+447 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -39/+52 |
| 2018-09-11 | renamed emit_nil to emit_unit | kenta7777 | -1/+1 |
| 2018-09-11 | renamed is_nil to is_unit | kenta7777 | -2/+2 |
| 2018-09-11 | Revert "renamed emit_nil to emit_unit" | kenta7777 | -1/+1 |
| 2018-09-11 | Revert "renamed read_nil to read_unit" | kenta7777 | -1/+1 |
| 2018-09-11 | Revert "renamed is_nil to is_unit" | kenta7777 | -2/+2 |
| 2018-09-11 | Revert "renamed mk_nil_ptr to mk_unit_ptr" | kenta7777 | -1/+1 |
| 2018-09-11 | Silence dead code warning for the assertion statics | Oliver Schneider | -0/+2 |
| 2018-09-11 | Properly access `std::mem::size_of` | Oliver Schneider | -2/+2 |
| 2018-09-11 | Change debug printing to print in the old concise style | Oliver Schneider | -3/+21 |
| 2018-09-11 | Use assertion-like static assertions | Oliver Schneider | -3/+3 |
| 2018-09-11 | Rebase fallout | Oliver Schneider | -5/+27 |
| 2018-09-11 | Split `CrateNum` into an enum instead of having magic constants | Oliver Schneider | -19/+51 |
| 2018-09-11 | Simplify Scope/ScopeData to have less chance of introducing UB or size increases | Oliver Schneider | -94/+66 |
| 2018-09-11 | only allow restricting scalar layouts | Oliver Schneider | -1/+2 |
| 2018-09-11 | Address attribute naming and use `Bound` enum | Oliver Schneider | -37/+42 |
| 2018-09-11 | Use the same way to specifiy the `SCOPE_DATA_*` constants as used for the MAX | Oliver Schneider | -4/+4 |