| Age | Commit message (Expand) | Author | Lines |
| 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 #49513 - nox:univariant-fieldless-enum-as-zst, r=eddyb | bors | -15/+116 |
| 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 |
| 2018-04-26 | Properly look for uninhabitedness when handling discriminants | Anthony Ramine | -3/+15 |
| 2018-04-26 | Auto merge of #50245 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -34/+30 |
| 2018-04-26 | Auto merge of #50072 - oli-obk:discriminants, r=eddyb | bors | -37/+158 |
| 2018-04-26 | Rollup merge of #50219 - ralfbiedert:master, r=frewsxcv | Guillaume Gomez | -1/+1 |
| 2018-04-26 | Rollup merge of #50214 - GuillaumeGomez:JS-improvements, r=QuietMisdreavus | Guillaume Gomez | -32/+24 |
| 2018-04-26 | Rollup merge of #50207 - wesleywiser:hash_const_data, r=eddyb | Guillaume Gomez | -1/+2 |
| 2018-04-26 | Rollup merge of #50177 - matthiaskrgr:std_std_replacen__must_use, r=oli-obk | Guillaume Gomez | -0/+3 |
| 2018-04-26 | Allow variant discriminant initializers to refer to other initializers of the... | Oliver Schneider | -37/+158 |
| 2018-04-26 | Auto merge of #49732 - Zoxc:sync-dep-graph, r=michaelwoerister | bors | -204/+219 |
| 2018-04-26 | Auto merge of #50236 - nrc:update, r=alexcrichton | bors | -64/+158 |
| 2018-04-26 | handle license check | Nick Cameron | -1/+2 |
| 2018-04-25 | Auto merge of #50131 - Manishearth:crate-in-local, r=petrochenkov | bors | -8/+10 |
| 2018-04-26 | Update rustfmt and rls | Nick Cameron | -63/+156 |
| 2018-04-25 | Auto merge of #50016 - tmandry:cleanup-binder, r=nikomatsakis | bors | -252/+269 |
| 2018-04-25 | Fix crate:: in local paths | Manish Goregaokar | -8/+10 |
| 2018-04-25 | Auto merge of #49321 - ishitatsuyuki:compile-pass, r=alexcrichton | bors | -3/+38 |
| 2018-04-25 | Added missing `.` in docs. | Ralf Biedert | -1/+1 |
| 2018-04-25 | Auto merge of #50134 - andjo403:jobserver, r=michaelwoerister | bors | -12/+14 |
| 2018-04-25 | Move the Lock into OpenTask | John Kåre Alsaker | -57/+52 |
| 2018-04-25 | Address comments | John Kåre Alsaker | -16/+18 |
| 2018-04-25 | Make DepGraph thread-safe | John Kåre Alsaker | -187/+205 |
| 2018-04-25 | Auto merge of #50110 - oli-obk:warn_all_the_constants, r=estebank | bors | -75/+233 |
| 2018-04-25 | compiletest: introduce skip-trans | Tatsuyuki Ishi | -3/+38 |
| 2018-04-25 | Some JS improvements | Guillaume Gomez | -32/+24 |
| 2018-04-25 | Auto merge of #50106 - nnethercote:nearest_common_ancestor, r=nikomatsakis | bors | -80/+60 |
| 2018-04-25 | Auto merge of #50100 - Manishearth:edition-path-lint, r=nikomatsakis | bors | -15/+157 |
| 2018-04-24 | Hash EntryKind::AssociatedConst const data | Wesley Wiser | -1/+2 |
| 2018-04-24 | Remove methods with implicit Binder::skip_bound | Tyler Mandry | -22/+11 |
| 2018-04-24 | Make Binder's field private and clean up its usage | Tyler Mandry | -234/+262 |