| Age | Commit message (Expand) | Author | Lines |
| 2019-02-08 | Use descriptive variant name | varkor | -2/+2 |
| 2019-02-07 | Improve the error messages for missing stability attributes | varkor | -10/+15 |
| 2019-02-07 | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister | bors | -1/+0 |
| 2019-02-07 | Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centril | kennytm | -153/+153 |
| 2019-02-05 | rustc: partially HirIdify | ljedrz | -6/+6 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -153/+153 |
| 2019-02-04 | Fix #58101 | Tatsuyuki Ishi | -1/+3 |
| 2019-02-04 | Auto merge of #58090 - ljedrz:HirIdification_phase_2, r=Zoxc | bors | -1/+1 |
| 2019-02-03 | Auto merge of #57922 - davidtwco:issue-57410, r=petrochenkov | bors | -7/+12 |
| 2019-02-03 | cleanup: don't use node_to_hir_id where unneeded | ljedrz | -1/+1 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -1/+1 |
| 2019-02-02 | Update visibility of intermediate use items. | David Wood | -7/+12 |
| 2019-02-01 | Auto merge of #57916 - Zoxc:incr-passes4, r=michaelwoerister | bors | -6/+5 |
| 2019-01-30 | Move privacy checking later in the pipeline and make some passes run in parallel | John Kåre Alsaker | -1/+0 |
| 2019-01-30 | Add suggestions to deprecation lints | Oliver Scherer | -22/+40 |
| 2019-01-29 | Add an ensure() method to TyCtxt used to ensure queries are run | John Kåre Alsaker | -6/+5 |
| 2019-01-28 | Auto merge of #55704 - Nemo157:pinned-generators, r=Zoxc | bors | -0/+2 |
| 2019-01-28 | Unused variable suggestions on all patterns. | David Wood | -34/+50 |
| 2019-01-27 | Update generator transform and generated function signature | Wim Looman | -0/+1 |
| 2019-01-27 | Mark static generators as !Unpin | Wim Looman | -0/+1 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -9/+13 |
| 2019-01-21 | Differentiate between closure and function bodies | Oliver Scherer | -2/+2 |
| 2019-01-19 | Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkov | Mazdak Farrokhzad | -61/+47 |
| 2019-01-19 | Auto merge of #57752 - Centril:rollup, r=Centril | bors | -32/+47 |
| 2019-01-19 | Rollup merge of #57573 - Xanewok:querify-entry-fn, r=Zoxc | Mazdak Farrokhzad | -32/+47 |
| 2019-01-19 | Auto merge of #57253 - Zoxc:incr-passes2, r=michaelwoerister | bors | -5/+34 |
| 2019-01-18 | Rollup merge of #57302 - sinkuu:unused_assignments_fp, r=estebank | Mazdak Farrokhzad | -23/+6 |
| 2019-01-17 | Remove `hir::StmtKind::Decl`. | Nicholas Nethercote | -57/+43 |
| 2019-01-17 | Make `hir::Stmt` a separate struct. | Nicholas Nethercote | -6/+6 |
| 2019-01-16 | Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis | bors | -10/+3 |
| 2019-01-15 | Querify entry_fn | Igor Matuszewski | -32/+47 |
| 2019-01-15 | Make privacy checking, intrinsic checking and liveness checking incremental | John Kåre Alsaker | -5/+34 |
| 2019-01-14 | Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-01-13 | remove extern_in_paths. | Mazdak Farrokhzad | -1/+1 |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -10/+3 |
| 2019-01-11 | Address comments | John Kåre Alsaker | -2/+2 |
| 2019-01-11 | Make more passes incremental | John Kåre Alsaker | -3/+17 |
| 2019-01-03 | Cleanup | Shotaro Yamada | -19/+1 |
| 2019-01-03 | Fix unused_assignments false positive | Shotaro Yamada | -5/+6 |
| 2019-01-02 | rename `type_moves_by_default` to `type_is_copy_modulo_regions` | Niko Matsakis | -8/+9 |
| 2018-12-31 | Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasper | bors | -7/+12 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -4/+4 |
| 2018-12-28 | Add specific diagnostic for transmuting between equal associated types | varkor | -0/+4 |
| 2018-12-28 | Clarify wording of E0512 | varkor | -7/+8 |
| 2018-12-27 | AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end | Vadim Petrochenkov | -4/+7 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -4/+4 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -220/+0 |
| 2018-12-23 | Rollup merge of #56953 - oli-obk:dead_const, r=petrochenkov | Mazdak Farrokhzad | -42/+38 |
| 2018-12-22 | Auto merge of #56805 - mikeyhew:stabilize-pin-as-receiver, r=nikomatsakis | bors | -0/+1 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -4/+4 |