| Age | Commit message (Expand) | Author | Lines |
| 2019-01-19 | Handle lifetime annotations in unreachable code | Matthew Jasper | -20/+19 |
| 2019-01-19 | Use a struct for user type annotations | Matthew Jasper | -10/+39 |
| 2019-01-19 | Rename CanonicalUserTypeAnnotation -> CanonicalUserType | Matthew Jasper | -7/+7 |
| 2019-01-19 | Rename UserTypeAnnotation -> UserType | Matthew Jasper | -19/+19 |
| 2019-01-19 | Rollup merge of #57719 - nnethercote:expand_node-FIDDLING, r=nikomatsakis | Mazdak Farrokhzad | -16/+20 |
| 2019-01-19 | Rollup merge of #57598 - h-michael:unpretty-help, r=oli-obk | Mazdak Farrokhzad | -2/+7 |
| 2019-01-19 | Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis | Mazdak Farrokhzad | -17/+35 |
| 2019-01-19 | Rollup merge of #57486 - nnethercote:simplify-TokenStream-more, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-01-19 | Auto merge of #57752 - Centril:rollup, r=Centril | bors | -114/+112 |
| 2019-01-19 | Rollup merge of #57698 - michaelwoerister:issue57692, r=Zoxc | Mazdak Farrokhzad | -1/+1 |
| 2019-01-19 | Rollup merge of #57634 - oli-obk:remove_unused_argument, r=davidtwco | Mazdak Farrokhzad | -57/+1 |
| 2019-01-19 | Rollup merge of #57573 - Xanewok:querify-entry-fn, r=Zoxc | Mazdak Farrokhzad | -41/+63 |
| 2019-01-19 | Rollup merge of #57501 - petrochenkov:highvar, r=alexreg | Mazdak Farrokhzad | -0/+7 |
| 2019-01-19 | Rollup merge of #57476 - Xanewok:bye-crate-analysis, r=Zoxc | Mazdak Farrokhzad | -11/+16 |
| 2019-01-19 | Rollup merge of #57268 - peterhj:peterhj-optmergefunc, r=nagisa | Mazdak Farrokhzad | -4/+24 |
| 2019-01-19 | Auto merge of #57253 - Zoxc:incr-passes2, r=michaelwoerister | bors | -5/+88 |
| 2019-01-19 | Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakis | bors | -25/+73 |
| 2019-01-19 | Combine all builtin early lints and use a separate walk for plugin lints. Add... | John Kåre Alsaker | -172/+348 |
| 2019-01-18 | Rollup merge of #57658 - nnethercote:rm-hir-P-Lit, r=michaelwoerister | Mazdak Farrokhzad | -15/+4 |
| 2019-01-18 | Rollup merge of #57302 - sinkuu:unused_assignments_fp, r=estebank | Mazdak Farrokhzad | -23/+6 |
| 2019-01-18 | remove more old readmes | mark | -702/+8 |
| 2019-01-18 | Auto merge of #57065 - Zoxc:graph-tweaks, r=michaelwoerister | bors | -112/+112 |
| 2019-01-18 | Manually inline a function that was only used once | Oliver Scherer | -10/+0 |
| 2019-01-18 | Inline `expand_node`. | Nicholas Nethercote | -9/+14 |
| 2019-01-18 | Remove unneeded `origin` arg from `iterate_until_fixed_point`'s closure. | Nicholas Nethercote | -7/+6 |
| 2019-01-17 | Fix typo bug in DepGraph::try_mark_green(). | Michael Woerister | -1/+1 |
| 2019-01-17 | Use a faster early exit during region expansion | Björn Steinbrink | -6/+8 |
| 2019-01-17 | Querify glob map usage (last use of CrateAnalysis) | Igor Matuszewski | -11/+16 |
| 2019-01-17 | Remove `hir::StmtKind::Decl`. | Nicholas Nethercote | -196/+95 |
| 2019-01-17 | Avoid erase_regions_ty queries if there are no regions to erase | Björn Steinbrink | -1/+6 |
| 2019-01-16 | Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkov | bors | -1/+1 |
| 2019-01-17 | Make `hir::Stmt` a separate struct. | Nicholas Nethercote | -70/+75 |
| 2019-01-16 | Prioritize variants as inherent associated items during name resolution | Vadim Petrochenkov | -0/+7 |
| 2019-01-16 | Don't explicitly increment the depth for new trait predicates | Aaron Hill | -2/+1 |
| 2019-01-16 | Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis | bors | -73/+15 |
| 2019-01-16 | Remove `hir::Label`. | Nicholas Nethercote | -13/+2 |
| 2019-01-16 | Use `Lit` rather than `P<Lit>` in `hir::ExprKind`. | Nicholas Nethercote | -2/+2 |
| 2019-01-15 | update/remove some old readmes | mark | -75/+5 |
| 2019-01-16 | Add new literal type Err | Yuki Okushi | -0/+1 |
| 2019-01-15 | Make the query comment into a doc comment | Igor Matuszewski | -1/+2 |
| 2019-01-15 | Remove an unused function argument | Oliver Scherer | -57/+1 |
| 2019-01-15 | Querify entry_fn | Igor Matuszewski | -41/+62 |
| 2019-01-15 | Address comments | John Kåre Alsaker | -4/+7 |
| 2019-01-15 | Optimize try_mark_green and eliminate the lock on dep node colors | John Kåre Alsaker | -115/+112 |
| 2019-01-15 | Add missing unpretty option help message | Hirokazu Hata | -2/+7 |
| 2019-01-15 | Make privacy checking, intrinsic checking and liveness checking incremental | John Kåre Alsaker | -5/+88 |
| 2019-01-14 | Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-01-14 | Rollup merge of #57570 - Xanewok:querify-some, r=Zoxc | Mazdak Farrokhzad | -4/+0 |
| 2019-01-14 | Rollup merge of #57480 - Zoxc:query-fix, r=michaelwoerister | Mazdak Farrokhzad | -20/+21 |
| 2019-01-14 | Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavis | Mazdak Farrokhzad | -1/+2 |