| Age | Commit message (Expand) | Author | Lines |
| 2019-02-26 | reduce repetitions of (n << amt) >> amt | kenta7777 | -7/+8 |
| 2019-02-26 | update scoped_tls to 1.0 | Marcel Hellwig | -1/+1 |
| 2019-02-26 | Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxc | bors | -258/+230 |
| 2019-02-25 | Allow lang and lib features to share names | varkor | -4/+8 |
| 2019-02-25 | Auto merge of #58649 - pnkfelix:issue-57464-avoid-ice-when-region-sneaks-into... | bors | -1/+10 |
| 2019-02-25 | Rollup merge of #58723 - Centril:deny-elided_lifetimes_in_paths-librustc, r=o... | Mazdak Farrokhzad | -2/+0 |
| 2019-02-25 | Rollup merge of #58690 - kenta7777:reduce-code-repetition-miri-related, r=oli... | Mazdak Farrokhzad | -3/+2 |
| 2019-02-25 | librustc: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -2/+0 |
| 2019-02-25 | Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelix | bors | -5/+15 |
| 2019-02-25 | Rollup merge of #58697 - taiki-e:question-in-macros, r=Centril | Mazdak Farrokhzad | -6/+6 |
| 2019-02-24 | Deny `async fn` in 2015 edition | Nathan Corbyn | -10/+10 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -103/+100 |
| 2019-02-24 | hir: remove NodeId from Block | ljedrz | -28/+25 |
| 2019-02-24 | Auto merge of #58315 - gnzlbg:returns_twice, r=alexcrichton | bors | -0/+3 |
| 2019-02-24 | Use ? in some macros | Taiki Endo | -6/+6 |
| 2019-02-24 | hir: remove NodeId from MacroDef | ljedrz | -5/+3 |
| 2019-02-24 | middle: partially HirIdify stability | ljedrz | -29/+23 |
| 2019-02-24 | hir: remove NodeId from WhereEqPredicate | ljedrz | -4/+1 |
| 2019-02-24 | hir: remove NodeId from WhereClause | ljedrz | -9/+3 |
| 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 | Rollup merge of #58511 - oli-obk:const_to_op, r=RalfJung | Mazdak Farrokhzad | -6/+6 |
| 2019-02-24 | reduce a code repetition like (n << amt) >> amt | kenta7777 | -3/+2 |
| 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 | Implement ffi_returns_twice attribute | gnzlbg | -0/+3 |
| 2019-02-23 | Type check coercions to pointer types | Matthew Jasper | -8/+16 |
| 2019-02-23 | Rollup merge of #58476 - nnethercote:rm-LazyTokenStream, r=petrochenkov | Mazdak Farrokhzad | -7/+7 |
| 2019-02-22 | Fix #57979 by allowing a legitimate type error to take precedence over an ICE. | Felix S. Klock II | -1/+10 |
| 2019-02-22 | Update parking_lot to 0.7 | Bastien Orivel | -1/+1 |
| 2019-02-21 | Use normal mutable borrows in MIR match lowering | Matthew Jasper | -5/+15 |
| 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 |