| Age | Commit message (Expand) | Author | Lines |
| 2019-05-06 | update rustdoc unit tests | QuietMisdreavus | -21/+25 |
| 2019-05-06 | add test for `async move` in a doctest | QuietMisdreavus | -0/+14 |
| 2019-05-06 | update playground url tests with new edition behavior | QuietMisdreavus | -4/+4 |
| 2019-05-06 | set the default edition when pre-parsing a doctest | QuietMisdreavus | -53/+84 |
| 2019-05-06 | Auto merge of #53645 - varkor:const-generics-redux, r=eddyb | bors | -40/+71 |
| 2019-05-06 | Implement `ToTrace` for `ty::Const` | varkor | -0/+18 |
| 2019-05-06 | Resolve a couple of `unimplemented!()`s | varkor | -4/+6 |
| 2019-05-06 | Auto merge of #60337 - fabric-and-ink:hiridification, r=Zoxc | bors | -60/+39 |
| 2019-05-06 | Remove incorrect FIXME | varkor | -2/+0 |
| 2019-05-06 | Clean up `push_const_name` | varkor | -14/+26 |
| 2019-05-06 | Implement TypeFoldable for InferConst | varkor | -5/+13 |
| 2019-05-06 | Ignore const parameters when constructing type bounds in rustdoc | varkor | -3/+1 |
| 2019-05-06 | Shift const vars through binders | varkor | -8/+7 |
| 2019-05-06 | Remove duplicate comment | varkor | -4/+0 |
| 2019-05-06 | Auto merge of #60436 - Xanewok:update-rls, r=Manishearth | bors | -0/+0 |
| 2019-05-06 | Auto merge of #60569 - RalfJung:miri-visitor-generators, r=Centril | bors | -3/+3 |
| 2019-05-06 | Auto merge of #60261 - matklad:one-escape, r=petrochenkov | bors | -785/+1048 |
| 2019-05-05 | Auto merge of #60567 - Manishearth:rollup-rjagqnw, r=Manishearth | bors | -161/+178 |
| 2019-05-05 | fix typo in enum variant name | Ralf Jung | -3/+3 |
| 2019-05-05 | Rollup merge of #60536 - brainplot:fix-unicode-character, r=dtolnay | Manish Goregaokar | -1/+1 |
| 2019-05-05 | Rollup merge of #60530 - eddyb:unfreevars, r=oli-obk | Manish Goregaokar | -145/+120 |
| 2019-05-05 | Rollup merge of #60515 - euclio:div-in-heading, r=GuillaumeGomez | Manish Goregaokar | -5/+4 |
| 2019-05-05 | Rollup merge of #60426 - varkor:fix-duplicate-arg-handling, r=alexcrichton | Manish Goregaokar | -8/+50 |
| 2019-05-05 | Rollup merge of #60131 - agnxy:doc-link, r=ehuss | Manish Goregaokar | -2/+3 |
| 2019-05-05 | Auto merge of #60237 - saleemjaffer:issue-56166-miri-fntype-arg-passing, r=eddyb | bors | -154/+233 |
| 2019-05-05 | code review fixes | Saleem Jaffer | -21/+19 |
| 2019-05-05 | rustc: rename all occurences of "freevar" to "upvar". | Eduard-Mihai Burtescu | -94/+94 |
| 2019-05-05 | rustc: replace uses of with_freevars with the freevars query. | Eduard-Mihai Burtescu | -74/+49 |
| 2019-05-05 | Auto merge of #60541 - RalfJung:miri-visitor-generators, r=oli-obk | bors | -42/+29 |
| 2019-05-05 | Auto merge of #60544 - petrochenkov:parder, r=eddyb | bors | -169/+143 |
| 2019-05-05 | Move run-make test to run-make-fulldeps | varkor | -1/+1 |
| 2019-05-05 | Update getopts to 0.2.19 | varkor | -2/+2 |
| 2019-05-05 | Add comments | varkor | -0/+9 |
| 2019-05-05 | Add a run-make test for command aliases | varkor | -0/+23 |
| 2019-05-05 | Fix argument alias handling for -g and -C debuginfo | varkor | -3/+8 |
| 2019-05-05 | Fix argument alias handling for -O and -C opt-level | varkor | -3/+8 |
| 2019-05-05 | Auto merge of #60525 - eddyb:namespaces-not-kinds, r=petrochenkov | bors | -121/+86 |
| 2019-05-05 | Auto merge of #60508 - varkor:const-generics-fold-ct-err, r=petrochenkov | bors | -36/+106 |
| 2019-05-05 | Auto merge of #60476 - froydnj:aarch64-profiling, r=alexcrichton | bors | -1/+4 |
| 2019-05-04 | Early error for mixing order of const and type parameters | varkor | -13/+27 |
| 2019-05-04 | Delegate SmallVec's stable_hash to array's stable_hash. | Jesper Steen Møller | -3/+1 |
| 2019-05-04 | Hash all of the import_ids for the TraitCandidate. | Jesper Steen Møller | -6/+18 |
| 2019-05-04 | Removed unneccesary reference for trait name | Jesper Steen Møller | -4/+4 |
| 2019-05-04 | Use binding autoref, because we can. | Jesper Steen Møller | -2/+2 |
| 2019-05-04 | Reuse 'kind' parameter. | Jesper Steen Møller | -1/+1 |
| 2019-05-04 | Improved name: first_import_id | Jesper Steen Møller | -2/+2 |
| 2019-05-04 | Revert the introduced typedefs | Jesper Steen Møller | -13/+9 |
| 2019-05-04 | Fix misleading indentation | Jesper Steen Møller | -6/+5 |
| 2019-05-04 | Fix #45268 by saving all NodeId's for resolved traits. | Jesper Steen Møller | -49/+122 |
| 2019-05-04 | Remove `Res::Label` | Vadim Petrochenkov | -23/+24 |