| Age | Commit message (Expand) | Author | Lines |
| 2019-05-04 | hopefully working nth_back on chunks | @amit.chandra | -9/+17 |
| 2019-05-04 | wip nth_back on chunks | @amit.chandra | -0/+29 |
| 2019-05-03 | Auto merge of #60423 - varkor:update-getopts, r=alexcrichton | bors | -6/+22 |
| 2019-05-03 | Auto merge of #59883 - ebarnard:clonefile, r=sfackler | bors | -21/+71 |
| 2019-05-02 | Update getopts to 0.2.18 | varkor | -2/+2 |
| 2019-05-02 | Prevent dependencies between std/test/rustc unifying with each other | varkor | -4/+20 |
| 2019-05-02 | Auto merge of #60173 - RalfJung:miri, r=oli-obk | bors | -14/+14 |
| 2019-05-02 | Auto merge of #60379 - froydnj:bootstrap-progress-fixes, r=kennytm | bors | -3/+9 |
| 2019-05-02 | Make `std::fs::copy` attempt to create copy-on-write clones of files on MacOS. | Edward Barnard | -21/+71 |
| 2019-05-02 | update miri | Ralf Jung | -14/+14 |
| 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 |