| Age | Commit message (Expand) | Author | Lines |
| 2018-05-01 | Fix coerce-to-bang test | varkor | -3/+2 |
| 2018-04-30 | Remove vestigial diverging !-coercion | varkor | -42/+16 |
| 2018-04-27 | Auto merge of #50137 - nox:rm-bool-cmp-hack, r=eddyb | bors | -10/+0 |
| 2018-04-27 | Auto merge of #50102 - Zoxc:query-nomacro, r=michaelwoerister | bors | -509/+508 |
| 2018-04-27 | Auto merge of #50097 - glandium:box_free, r=nikomatsakis | bors | -154/+51 |
| 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-27 | Auto merge of #48995 - aravind-pg:canonical-query, r=nikomatsakis | bors | -109/+341 |
| 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-26 | Auto merge of #50253 - nikomatsakis:regressions-2018-04-26, r=eddyb | bors | -5/+37 |
| 2018-04-26 | Auto merge of #49513 - nox:univariant-fieldless-enum-as-zst, r=eddyb | bors | -15/+116 |
| 2018-04-26 | Add setting to go to item if there is only one result | Guillaume Gomez | -31/+59 |
| 2018-04-26 | add regression test | Niko Matsakis | -0/+22 |
| 2018-04-26 | use `reveal_all` during drop elaboration | Niko Matsakis | -2/+4 |
| 2018-04-26 | improved debug output | Niko Matsakis | -3/+11 |
| 2018-04-26 | Fixed tidy errors. | Irina Popa | -37/+39 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -77/+106 |
| 2018-04-26 | Mark SingleVariant as repr(u8) in c-style-enum | Anthony Ramine | -0/+1 |
| 2018-04-26 | Treat repr(Rust) univariant fieldless enums as a ZST (fixes #15747) | Anthony Ramine | -7/+78 |
| 2018-04-26 | rustc_target: move in cabi_* from rustc_trans. | Irina Popa | -613/+645 |
| 2018-04-26 | rustc_trans: generalize cabi_* to any context type. | Irina Popa | -178/+303 |
| 2018-04-26 | rustc_target: move for_variant and field TyLayout methods to a trait. | Irina Popa | -81/+98 |
| 2018-04-26 | rustc_target: move LayoutOf's type parameter to an associated type. | Irina Popa | -13/+21 |
| 2018-04-26 | rustc_target: move in type definitions from rustc_trans::abi. | Irina Popa | -212/+242 |
| 2018-04-26 | rustc_target: move in type definitions from ty::layout. | Irina Popa | -762/+808 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -179/+171 |
| 2018-04-26 | rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target. | Irina Popa | -340/+240 |
| 2018-04-26 | Add a test for casts of univariant C-like enums | Anthony Ramine | -2/+7 |
| 2018-04-26 | Properly evaluate zst enum | Oliver Schneider | -0/+10 |
| 2018-04-26 | Consistently use C_uint_big for discriminants | Anthony Ramine | -4/+6 |