| Age | Commit message (Expand) | Author | Lines |
| 2019-02-24 | hir: remove NodeId from GenericParam | ljedrz | -24/+22 |
| 2019-02-24 | hir: remove NodeId from Lifetime and Ty | ljedrz | -58/+49 |
| 2019-02-24 | hir: impl Display for HirId | ljedrz | -0/+6 |
| 2019-02-24 | Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc | bors | -200/+201 |
| 2019-02-23 | Auto merge of #57051 - Eijebong:parking_lot, r=nikomatsakis | bors | -1/+1 |
| 2019-02-23 | Rollup merge of #58476 - nnethercote:rm-LazyTokenStream, r=petrochenkov | Mazdak Farrokhzad | -7/+7 |
| 2019-02-22 | Update parking_lot to 0.7 | Bastien Orivel | -1/+1 |
| 2019-02-21 | partially revert 904a0bde93f0348f69914ee90b1f8b6e4e0d7cbc | Niko Matsakis | -1/+19 |
| 2019-02-21 | update test files to reflect new output | Niko Matsakis | -0/+12 |
| 2019-02-21 | restore the actual leak-check | Niko Matsakis | -14/+193 |
| 2019-02-21 | introduce a dummy leak check and invoke it in all the right places | Niko Matsakis | -39/+105 |
| 2019-02-21 | reintroduce `commit_if_ok` calls to `subtype_predicate` | Niko Matsakis | -14/+16 |
| 2019-02-21 | reintroduce `commit_if_ok` call into `higher_ranked_sub` | Niko Matsakis | -26/+25 |
| 2019-02-21 | s/skol_/placeholder_/ | Niko Matsakis | -10/+10 |
| 2019-02-20 | Auto merge of #58056 - nikomatsakis:issue-57843-universe-leak, r=pnkfelix | bors | -26/+90 |
| 2019-02-20 | Auto merge of #58578 - kennytm:rollup, r=kennytm | bors | -22/+26 |
| 2019-02-20 | adjust intravisit HirIdification | ljedrz | -16/+12 |
| 2019-02-20 | hir: remove parent_node from NodeCollector | ljedrz | -24/+17 |
| 2019-02-20 | hir: change HirIdValidator.hir_ids_seen to a set | ljedrz | -10/+15 |
| 2019-02-20 | hir: add and use hir_to_node_id in NodeCollector | ljedrz | -32/+34 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -181/+186 |
| 2019-02-20 | Rollup merge of #58562 - dlrobertson:fix_nits, r=alexreg | kennytm | -12/+19 |
| 2019-02-20 | Rollup merge of #58528 - Zoxc:stmtkind-item, r=oli-obk | kennytm | -6/+7 |
| 2019-02-20 | Rollup merge of #58456 - lzutao:nll, r=Centril | kennytm | -4/+0 |
| 2019-02-19 | Auto merge of #57896 - oli-obk:permissive_existence, r=cramertj | bors | -3/+19 |
| 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 | 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 |