| Age | Commit message (Expand) | Author | Lines |
| 2019-01-22 | Rollup merge of #57798 - hellow554:master, r=davidtwco | Mazdak Farrokhzad | -2/+2 |
| 2019-01-22 | Corrected spelling inconsistency | Marcel Hellwig | -2/+2 |
| 2019-01-22 | Auto merge of #57475 - SimonSapin:signed, r=estebank | bors | -3/+7 |
| 2019-01-21 | Auto merge of #55009 - oli-obk:const_safety, r=RalfJung | bors | -4/+25 |
| 2019-01-21 | Fix some non-determinism in help messages for E0277 errors. | Simon Sapin | -3/+7 |
| 2019-01-21 | Differentiate between closure and function bodies | Oliver Scherer | -4/+25 |
| 2019-01-21 | Rollup merge of #57783 - davidtwco:issue-57741, r=estebank | Mazdak Farrokhzad | -2/+19 |
| 2019-01-21 | Rollup merge of #57768 - estebank:type-args-sugg, r=zackmdavis | Mazdak Farrokhzad | -5/+21 |
| 2019-01-20 | Add "dereference boxed value" suggestion. | David Wood | -2/+19 |
| 2019-01-20 | Auto merge of #57697 - dotdash:fast_lex_reg_resol_item_bodies, r=nagisa | bors | -6/+8 |
| 2019-01-20 | Do not suggest angle brackets when there are no type arguments | Esteban Küber | -8/+11 |
| 2019-01-20 | Auto merge of #57651 - JohnTitor:give-char-type, r=estebank | bors | -0/+2 |
| 2019-01-20 | Mark incorrect recovered `char` literals as `TyErr` to avoid type errors | Yuki Okushi | -0/+1 |
| 2019-01-19 | Suggest usage of angle brackets | Esteban Küber | -3/+12 |
| 2019-01-19 | Accept parenthesized type args for error recovery | Esteban Küber | -1/+5 |
| 2019-01-19 | Continune parsing after encountering Trait with paren args | Esteban Küber | -1/+1 |
| 2019-01-19 | Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkov | Mazdak Farrokhzad | -251/+155 |
| 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-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 | Auto merge of #57065 - Zoxc:graph-tweaks, r=michaelwoerister | bors | -112/+112 |
| 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-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-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 |