| Age | Commit message (Expand) | Author | Lines |
| 2019-05-02 | Auto merge of #60156 - RalfJung:macos-rand, r=oli-obk,alexcrichton | bors | -1/+5 |
| 2019-05-02 | Auto merge of #59008 - varkor:const-generics-infer, r=eddyb | bors | -213/+1414 |
| 2019-05-02 | Auto merge of #60460 - Centril:rollup-gz5bc8i, r=Centril | bors | -789/+1130 |
| 2019-05-02 | Rollup merge of #60452 - JohnTitor:remove-context, r=matthewjasper | Mazdak Farrokhzad | -211/+171 |
| 2019-05-02 | Rollup merge of #60439 - vorner:zombie-apocalypse-warn, r=TimNN | Mazdak Farrokhzad | -0/+12 |
| 2019-05-02 | Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakis | Mazdak Farrokhzad | -232/+505 |
| 2019-05-02 | Rollup merge of #60428 - wesleywiser:refactor_const_eval, r=oli-obk | Mazdak Farrokhzad | -27/+17 |
| 2019-05-02 | Rollup merge of #60385 - nnethercote:earlier-metadata, r=alexcrichton | Mazdak Farrokhzad | -156/+164 |
| 2019-05-02 | Rollup merge of #60348 - agnxy:refactor-parser, r=petrochenkov | Mazdak Farrokhzad | -162/+231 |
| 2019-05-02 | Rollup merge of #59634 - DevQps:explain-E0704, r=estebank | Mazdak Farrokhzad | -1/+30 |
| 2019-05-01 | Update clippy | Manish Goregaokar | -8/+8 |
| 2019-05-02 | Remove Context and ContextKind | Yuki Okushi | -211/+171 |
| 2019-05-01 | Split `ct_err` out into `CommonConsts` | varkor | -5/+26 |
| 2019-05-01 | Create ShallowResolver | varkor | -108/+128 |
| 2019-05-01 | Add a test for const args that cannot be inferred | varkor | -0/+25 |
| 2019-05-01 | Add a test for incorrect numbers of const args | varkor | -0/+32 |
| 2019-05-01 | Fold const in writeback | varkor | -0/+15 |
| 2019-05-01 | Add a test for const arguments | varkor | -0/+19 |
| 2019-05-01 | Fix issue with const params in operand.rs | varkor | -1/+2 |
| 2019-05-01 | Resolve FIXME in probe.rs | varkor | -1/+4 |
| 2019-05-01 | Correct name of constrained_generic_params alias | varkor | -10/+10 |
| 2019-05-01 | Fix unused variable warning | varkor | -2/+2 |
| 2019-05-01 | Fix known-known const unification case | varkor | -4/+1 |
| 2019-05-01 | Remove spurious assertion | varkor | -3/+0 |
| 2019-05-01 | Add `const-types` test | varkor | -0/+22 |
| 2019-05-01 | Fix rebase issue | varkor | -2/+0 |
| 2019-05-01 | Implement const generics for `InferenceFudger` | varkor | -13/+33 |
| 2019-05-01 | Fix missing parenthesis | varkor | -1/+1 |
| 2019-05-01 | Take ConstValue::Placeholder into account in new locations | varkor | -3/+5 |
| 2019-05-01 | Fix rebase from LazyConst removal | varkor | -389/+337 |
| 2019-05-01 | Replace ConstVariableTable with UnificationTable | varkor | -328/+181 |
| 2019-05-01 | Handle `ConstValue::Placeholder` in `canonicalizer` | varkor | -4/+21 |
| 2019-05-01 | Add `PlaceholderConst` | varkor | -0/+18 |
| 2019-05-01 | Add `ConstValue::Placeholder` | varkor | -7/+24 |
| 2019-05-01 | Inline ConstError into TypeError | varkor | -53/+10 |
| 2019-05-01 | Implement fold_const for BoundVarReplacer | varkor | -18/+81 |
| 2019-05-01 | impl fold_const for Shifter | Gabriel Smith | -6/+24 |
| 2019-05-01 | impl visit_const for HasEscapingVarsVisitor | Gabriel Smith | -0/+12 |
| 2019-05-01 | impl fold_const for TypeFreshener | Gabriel Smith | -22/+92 |
| 2019-05-01 | impl mk_const_infer | Gabriel Smith | -0/+12 |
| 2019-05-01 | Rename mk_infer to mk_ty_infer | Gabriel Smith | -8/+8 |
| 2019-05-01 | impl fold_const for RegionFudger | Gabriel Smith | -1/+58 |
| 2019-05-01 | Remove `fold_const` override for `ReverseMapper` | varkor | -4/+0 |
| 2019-05-01 | Rename *shallow_resolve to *shallow_resolve_type | varkor | -26/+26 |
| 2019-05-01 | Drive-by comment fixes | varkor | -6/+4 |
| 2019-05-01 | Handle generic consts in relate and infer | varkor | -16/+78 |
| 2019-05-01 | Add stubs for `fold_const` | varkor | -0/+20 |
| 2019-05-01 | Implement TypeRelation::consts | varkor | -18/+315 |
| 2019-05-01 | Add const generics to unification tables | varkor | -42/+128 |
| 2019-05-01 | Define `const_unification_error` | varkor | -0/+9 |