| Age | Commit message (Expand) | Author | Lines |
| 2019-03-29 | Rollup merge of #58019 - Zoxc:combine-late-lints, r=estebank | Mazdak Farrokhzad | -200/+263 |
| 2019-03-29 | Rename `type_parameters` to `generics` and so on | varkor | -8/+8 |
| 2019-03-28 | Walk all items for dead_code lint by default | varkor | -9/+6 |
| 2019-03-28 | Implement `#[non_exhaustive]` on variants. | David Wood | -2/+7 |
| 2019-03-28 | deny duplicate matcher bindings by default | mark | -1/+2 |
| 2019-03-28 | Run module lint passes in parallel | John Kåre Alsaker | -14/+13 |
| 2019-03-28 | Remove LintSession and run incremental and whole crate lints in parallel | John Kåre Alsaker | -67/+39 |
| 2019-03-28 | Combine all builtin late lints | John Kåre Alsaker | -151/+243 |
| 2019-03-28 | Rollup merge of #59363 - peterjoel:issue_59361_edition_opt_shortlist, r=nagisa | Mazdak Farrokhzad | -6/+6 |
| 2019-03-28 | Rollup merge of #59216 - stepnivlk:type_dependent_defs-wrappers, r=oli-obk | Mazdak Farrokhzad | -5/+13 |
| 2019-03-28 | Rollup merge of #59091 - Zoxc:eval_always, r=michaelwoerister | Mazdak Farrokhzad | -85/+46 |
| 2019-03-28 | Rollup merge of #59413 - Zoxc:hirid, r=oli-obk | Mazdak Farrokhzad | -63/+89 |
| 2019-03-28 | Visit ItemKind::Impl for dead code lint | varkor | -0/+1 |
| 2019-03-27 | Rollup merge of #59430 - kenta7777:rename-evalcontext-to-interpretcx, r=oli-obk | Josh Stone | -1/+1 |
| 2019-03-27 | Rollup merge of #57293 - Zoxc:incr-passes3, r=michaelwoerister | Josh Stone | -14/+88 |
| 2019-03-27 | Add comments for new `AdtDef` functions. | David Wood | -0/+5 |
| 2019-03-27 | Use Vec instead of FxHashMap | varkor | -19/+20 |
| 2019-03-27 | Lookup region variable origin instead of choosing one | varkor | -12/+16 |
| 2019-03-27 | Store type variable origins in InferenceFudger | varkor | -6/+13 |
| 2019-03-27 | Use `eq_relations` | varkor | -10/+8 |
| 2019-03-27 | Add `next_int_var` and `next_float_var` | varkor | -6/+14 |
| 2019-03-27 | Simplify `fudge_inference_if_ok` | varkor | -19/+19 |
| 2019-03-27 | Add int variables and float variables to `InferenceFudger` | varkor | -9/+35 |
| 2019-03-27 | Rename `RegionFudger` to `InferenceFudger` | varkor | -7/+7 |
| 2019-03-27 | Remove `TypeVariableMap` | varkor | -2/+0 |
| 2019-03-27 | Use Ranges for vars_since_snapshot | varkor | -39/+38 |
| 2019-03-27 | Simplify `TypeVariableTable::vars_since_snapshot` | varkor | -13/+4 |
| 2019-03-27 | Simplify `RegionConstraintCollector::vars_since_snapshot` | varkor | -6/+1 |
| 2019-03-27 | Make `vars_since_snapshot` naming consistent | varkor | -12/+10 |
| 2019-03-27 | renames EvalContext to InterpretCx in docs and comments. | kenta7777 | -1/+1 |
| 2019-03-26 | Make crate_variances a regular query | John Kåre Alsaker | -1/+1 |
| 2019-03-26 | Combine input and eval_always query types | John Kåre Alsaker | -84/+45 |
| 2019-03-26 | Rollup merge of #59419 - frewsxcv:frewsxcv-qu, r=varkor | Mazdak Farrokhzad | -5/+1 |
| 2019-03-26 | Rollup merge of #59389 - euclio:deprecated-suggestion, r=varkor | Mazdak Farrokhzad | -1/+1 |
| 2019-03-26 | Rollup merge of #59315 - Zoxc:move-query, r=oli-obk | Mazdak Farrokhzad | -161/+92 |
| 2019-03-26 | Rollup merge of #59232 - saleemjaffer:mir_place_refactor, r=oli-obk | Mazdak Farrokhzad | -43/+34 |
| 2019-03-25 | Utilize `?` instead of `return None`. | Corey Farwell | -5/+1 |
| 2019-03-25 | Make more lints incremental | John Kåre Alsaker | -1/+8 |
| 2019-03-25 | Make some lints incremental | John Kåre Alsaker | -13/+80 |
| 2019-03-25 | Allocate HIR id counters on demand | John Kåre Alsaker | -18/+13 |
| 2019-03-25 | Allocate HIR id counters for use trees in MiscCollector | John Kåre Alsaker | -16/+43 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -28/+14 |
| 2019-03-25 | hir: replace NodeId with HirId in ItemId | ljedrz | -38/+42 |
| 2019-03-25 | Auto merge of #59195 - estebank:for-loop-move, r=petrochenkov | bors | -1/+2 |
| 2019-03-24 | Auto merge of #59382 - davidtwco:rfc-2008-refactoring, r=petrochenkov | bors | -307/+347 |
| 2019-03-24 | When moving out of a for loop head, suggest borrowing it | Esteban Küber | -1/+2 |
| 2019-03-24 | Re-order fields in `Def::Ctor`. | David Wood | -18/+18 |
| 2019-03-24 | Move `CtorOf` into `hir::def`. | David Wood | -31/+31 |
| 2019-03-24 | Remove `CtorOf` from `Node::Ctor`. | David Wood | -15/+17 |
| 2019-03-24 | replace redundant note in deprecation warning | Andy Russell | -1/+1 |