| Age | Commit message (Expand) | Author | Lines |
| 2019-02-19 | Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov | bors | -135/+150 |
| 2019-02-18 | Fix style nits | Dan Robertson | -12/+19 |
| 2019-02-18 | Remove some unnecessary `into()` calls. | Nicholas Nethercote | -1/+1 |
| 2019-02-18 | Make `interpolated_to_tokenstream` a method on `Nonterminal`. | Nicholas Nethercote | -1/+1 |
| 2019-02-18 | Remove `LazyTokenStream`. | Nicholas Nethercote | -1/+1 |
| 2019-02-18 | Change `Token::interpolated_to_tokenstream()`. | Nicholas Nethercote | -5/+5 |
| 2019-02-17 | Rollup merge of #58509 - phansch:add_myself_to_clippy_toolstate_maintainers, ... | kennytm | -150/+103 |
| 2019-02-17 | Don't use an allocation for ItemId in StmtKind | John Kåre Alsaker | -6/+7 |
| 2019-02-16 | Reintroduce the invariant comment for clarity | Oliver Scherer | -0/+1 |
| 2019-02-16 | Reuse the `Pointer` type instead of passing reassembling it at many use sites | Oliver Scherer | -6/+5 |
| 2019-02-16 | Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin | kennytm | -1/+0 |
| 2019-02-15 | Drive-by cleanup | varkor | -16/+6 |
| 2019-02-15 | Take Const into account in HIR | varkor | -84/+97 |
| 2019-02-15 | Move const generic error from lowering to collect | varkor | -16/+9 |
| 2019-02-15 | Add pretty-printing for const generics | varkor | -18/+21 |
| 2019-02-15 | Add Const kind to HIR | varkor | -1/+17 |
| 2019-02-15 | make generalization code create new variables in correct universe | Niko Matsakis | -21/+64 |
| 2019-02-15 | include more universe information in `debug!` printouts | Niko Matsakis | -5/+17 |
| 2019-02-15 | print more information for closures when `-Zverbose` is given | Niko Matsakis | -0/+9 |
| 2019-02-15 | Remove `stolen` | John Kåre Alsaker | -4/+0 |
| 2019-02-15 | Always emit an error for a query cycle | John Kåre Alsaker | -150/+107 |
| 2019-02-14 | Remove no longer accurate diagnostic code about NLL | Lzu Tao | -4/+0 |
| 2019-02-14 | Rollup merge of #58378 - alexcrichton:incremental-lto, r=michaelwoerister | Mazdak Farrokhzad | -15/+1 |
| 2019-02-14 | Rollup merge of #58365 - Zoxc:task-status, r=michaelwoerister | Mazdak Farrokhzad | -0/+17 |
| 2019-02-14 | Rollup merge of #58347 - matthewjasper:closure-bounds-fixes, r=pnkfelix | Mazdak Farrokhzad | -20/+21 |
| 2019-02-14 | Rollup merge of #58309 - wesleywiser:add_more_profiler_events, r=michaelwoeri... | Mazdak Farrokhzad | -20/+72 |
| 2019-02-14 | Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-02-14 | Rollup merge of #58267 - estebank:match-arms, r=matthewjasper | Mazdak Farrokhzad | -15/+38 |
| 2019-02-14 | Rollup merge of #58258 - nnethercote:shrink-hir-Expr, r=michaelwoerister | Mazdak Farrokhzad | -7/+11 |
| 2019-02-14 | Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik | Mazdak Farrokhzad | -3/+6 |
| 2019-02-14 | Reduce the size of `hir::Expr`. | Nicholas Nethercote | -7/+11 |
| 2019-02-13 | Buffer and migrate nice region errors | Matthew Jasper | -20/+21 |
| 2019-02-13 | Rollup merge of #58386 - Zoxc:fix-54242, r=michaelwoerister | Mazdak Farrokhzad | -58/+56 |
| 2019-02-13 | Rollup merge of #58276 - varkor:missing-stability-attr-top-level, r=davidtwco | Mazdak Farrokhzad | -11/+14 |
| 2019-02-13 | Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomez | Mazdak Farrokhzad | -27/+1 |
| 2019-02-13 | Convert old doc links to current edition | Lzu Tao | -3/+6 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -51/+71 |
| 2019-02-12 | Stabilize slice_sort_by_cached_key | Scott McMurray | -1/+0 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -70/+69 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -25/+16 |
| 2019-02-13 | Rollup merge of #58057 - michaelwoerister:stabilize-xlto, r=alexcrichton | Mazdak Farrokhzad | -22/+24 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -986/+993 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -50/+52 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -37/+34 |
| 2019-02-12 | Stabilize linker-plugin based LTO. | Michael Woerister | -22/+24 |
| 2019-02-12 | rustc: Implement incremental "fat" LTO | Alex Crichton | -15/+1 |
| 2019-02-12 | Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkov | bors | -14/+39 |
| 2019-02-12 | Set the query in the ImplicitCtxt before trying to mark it green | John Kåre Alsaker | -58/+56 |
| 2019-02-12 | Rollup merge of #58367 - nnethercote:rm-two-dead-funcs, r=alexcrichton | Mazdak Farrokhzad | -33/+0 |
| 2019-02-12 | Rollup merge of #58313 - matthewjasper:use-question-in-macros, r=oli-obk | Mazdak Farrokhzad | -260/+246 |