| Age | Commit message (Expand) | Author | Lines |
| 2018-04-27 | removed linting for dyn_trait | Christian Poveda | -10/+7 |
| 2018-04-27 | dyn_trait feature-gate just for stage0 | Christian Poveda | -14/+5 |
| 2018-04-27 | removed dyn_trait feature from tests | Christian Poveda | -17/+5 |
| 2018-04-27 | stop requiring the feature-gate to use dyn_trait | Christian Poveda | -18/+2 |
| 2018-04-27 | mir: Deaggregate constant MIR | Nick Fitzgerald | -20/+1 |
| 2018-04-27 | mir: Run drop elaboration on constant MIR | Nick Fitzgerald | -8/+0 |
| 2018-04-27 | mir: Run copy propagation on constant mir | Nick Fitzgerald | -20/+1 |
| 2018-04-27 | Auto merge of #50097 - glandium:box_free, r=nikomatsakis | bors | -154/+51 |
| 2018-04-27 | Allow #[inline] on closures | Amanieu d'Antras | -32/+54 |
| 2018-04-27 | Address comments | John Kåre Alsaker | -6/+9 |
| 2018-04-27 | Store query jobs and query results in separate maps to reduce memory usage | John Kåre Alsaker | -25/+23 |
| 2018-04-27 | Move query functions out from the define_maps! macro | John Kåre Alsaker | -300/+327 |
| 2018-04-27 | Create a job immediately when looking in the query map and start it later | John Kåre Alsaker | -246/+217 |
| 2018-04-27 | Auto merge of #50275 - kennytm:rollup, r=kennytm | bors | -191/+2939 |
| 2018-04-27 | Rollup merge of #49894 - Zoxc:sync-internedstring, r=michaelwoerister | kennytm | -149/+307 |
| 2018-04-27 | Rollup merge of #50246 - nnethercote:no-dump_allocs, r=Mark-Simulacrum | kennytm | -6/+11 |
| 2018-04-27 | Rollup merge of #50231 - GuillaumeGomez:doc-aliases, r=QuietMisdreavus | kennytm | -0/+33 |
| 2018-04-27 | Rollup merge of #50229 - GuillaumeGomez:search-one-result, r=QuietMisdreavus | kennytm | -31/+59 |
| 2018-04-27 | Rollup merge of #50227 - sinkuu:ice_non_local_trait, r=estebank | kennytm | -2/+12 |
| 2018-04-27 | Rollup merge of #50222 - michaelwoerister:bump-stage0-compiler-to-2018-04-24,... | kennytm | -1/+1 |
| 2018-04-27 | Auto merge of #49891 - cuviper:compiletest-crash, r=alexcrichton | bors | -3/+7 |
| 2018-04-27 | Rollup merge of #49707 - steveklabnik:rustc-book, r=QuietMisdreavus | kennytm | -2/+2516 |
| 2018-04-26 | Add a ui test for an incorrect Result success type in a #[test] | Scott McMurray | -0/+34 |
| 2018-04-27 | Auto merge of #48995 - aravind-pg:canonical-query, r=nikomatsakis | bors | -109/+341 |
| 2018-04-26 | Update `parking_lot` dependencies | Alex Crichton | -9/+9 |
| 2018-04-26 | not insta-stable | Mark Mansi | -0/+2 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -149/+307 |
| 2018-04-27 | Auto merge of #49420 - nox:enum-scalarpair, r=eddyb | bors | -14/+90 |
| 2018-04-26 | Update a compile-fail test | Aravind Gollakota | -1/+2 |
| 2018-04-26 | Retry canonical trait query in standard mode if overflow occurs | Aravind Gollakota | -24/+41 |
| 2018-04-26 | Remove the stored obligation in OverflowError to simplify things | Aravind Gollakota | -26/+24 |
| 2018-04-26 | Introduce trait query mode and use it to set overflow error handling policy i... | Aravind Gollakota | -13/+60 |
| 2018-04-26 | Simplify trait selector's evaluation API slightly | Aravind Gollakota | -22/+6 |
| 2018-04-26 | Port existing callers of `evaluate_obligation` to the new canonical trait query | Aravind Gollakota | -16/+17 |
| 2018-04-26 | Create a canonical trait query for `evaluate_obligation` | Aravind Gollakota | -15/+155 |
| 2018-04-26 | Refactor overflow handling in traits::select to propagate overflow instead of... | Aravind Gollakota | -69/+113 |
| 2018-04-27 | stabilize opt-level={s,z} | Jorge Aparicio | -21/+9 |
| 2018-04-26 | rustc: Emit `uwtable` for allocator shims | Alex Crichton | -0/+4 |
| 2018-04-26 | Auto merge of #50253 - nikomatsakis:regressions-2018-04-26, r=eddyb | bors | -5/+37 |
| 2018-04-26 | Fix review nits | bobtwinkles | -7/+7 |
| 2018-04-27 | Add one more prelude layer for extern crate names passed with `--extern` | Vadim Petrochenkov | -8/+204 |
| 2018-04-26 | Don't ICE on tuple struct ctor with incorrect arg count | Esteban Küber | -1/+28 |
| 2018-04-26 | Updated comments in auto trait machinery. | Inokentiy Babushkin | -3/+18 |
| 2018-04-26 | Simplified name mapping in auto trait handling. | Inokentiy Babushkin | -6/+4 |
| 2018-04-26 | Added a header comment to auto trait innards. | Inokentiy Babushkin | -0/+3 |
| 2018-04-26 | Reformatted source for auto trait machinery. | Inokentiy Babushkin | -188/+193 |
| 2018-04-26 | Reformatted and commented various bits of the auto trait machinery. | Inokentiy Babushkin | -198/+199 |
| 2018-04-26 | Adjusted types and visibility in auto trait machinery. | Inokentiy Babushkin | -5/+8 |
| 2018-04-26 | Cleaned up for tidy checks. | Inokentiy Babushkin | -3/+1 |
| 2018-04-26 | Reworked auto trait functionality in rustdoc. | Inokentiy Babushkin | -734/+62 |