| Age | Commit message (Expand) | Author | Lines |
| 2018-04-26 | Do not ICE on generics mismatch with non-local traits | Shotaro Yamada | -2/+12 |
| 2018-04-26 | Auto merge of #50245 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -34/+30 |
| 2018-04-26 | Add more doc aliases | Guillaume Gomez | -0/+33 |
| 2018-04-26 | Make dump_{alloc,allocs,local}() no-ops when tracing is disabled. | Nicholas Nethercote | -6/+11 |
| 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 | Use ScalarPair for tagged enums | Anthony Ramine | -14/+90 |
| 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-26 | Implement LazyBTreeMap and use it in a few places. | Nicholas Nethercote | -12/+123 |
| 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 | Approximate -> Applicability | Manish Goregaokar | -34/+34 |
| 2018-04-25 | make RawVec::empty const | Mark Mansi | -1/+4 |
| 2018-04-25 | Make Vec::new const | Mark Mansi | -4/+34 |
| 2018-04-25 | Auto merge of #50016 - tmandry:cleanup-binder, r=nikomatsakis | bors | -252/+269 |
| 2018-04-25 | Update book submodule to pass linkchecker test | Kornel | -0/+0 |
| 2018-04-25 | Suggest alternatives to Error::description() | Kornel | -1/+3 |
| 2018-04-25 | Move description of the Error trait to its own doc-comment | Simon Sapin | -39/+24 |
| 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 | Bump bootstrap compiler to 2018-04-24 | Michael Woerister | -1/+1 |
| 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 | Fix type | z4v1er | -1/+0 |
| 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 |
| 2018-04-25 | Switch box_free to take the destructured contents of Box | Mike Hommey | -56/+29 |
| 2018-04-25 | Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth | bors | -40/+97 |
| 2018-04-24 | Disable two-phase-reservation-sharing-interference[nll_beyond] | Josh Stone | -1/+1 |
| 2018-04-24 | Add a stopgap for #49889 | Josh Stone | -2/+4 |
| 2018-04-24 | compiletest: detect non-ICE compiler panics | Josh Stone | -0/+2 |
| 2018-04-24 | Use enum for approximate suggestions | Manish Goregaokar | -15/+29 |
| 2018-04-24 | Test format hygiene | James Sanderson | -0/+15 |
| 2018-04-24 | Auto merge of #50096 - alexcrichton:less-simd-warnings, r=michaelwoerister | bors | -3/+39 |
| 2018-04-24 | Gensym arguments for format macro | James Sanderson | -7/+9 |