| Age | Commit message (Expand) | Author | Lines |
| 2019-05-07 | Auto merge of #60596 - ehuss:update-cargo, r=alexcrichton | bors | -5/+4 |
| 2019-05-07 | Auto merge of #60464 - eddyb:not-overly-specific-pipelining, r=alexcrichton | bors | -74/+87 |
| 2019-05-07 | compiletest: uniformly normalize paths, so they all work on all platforms. | Eduard-Mihai Burtescu | -17/+15 |
| 2019-05-07 | rustc_codegen_ssa: emit artifact notifications for the main link product too. | Eduard-Mihai Burtescu | -0/+3 |
| 2019-05-07 | rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simpli... | Eduard-Mihai Burtescu | -43/+38 |
| 2019-05-07 | compiletest: only use `make_exe_name` for tests that end up being executed. | Eduard-Mihai Burtescu | -14/+25 |
| 2019-05-06 | Update cargo | Eric Huss | -5/+4 |
| 2019-05-07 | Auto merge of #60531 - Centril:sort-features, r=oli-obk | bors | -21/+43 |
| 2019-05-07 | serialize: add missing Encodable impl for Path. | Eduard-Mihai Burtescu | -1/+7 |
| 2019-05-06 | Auto merge of #60526 - alexcrichton:wasm-main-symbols, r=oli-obk | bors | -8/+31 |
| 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 #60565 - Mark-Simulacrum:mailmap-fixes, r=pietroalbini | bors | -4/+7 |
| 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 | -171/+188 |
| 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 | -18/+60 |
| 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 | Update mailmap to proper syntax | Mark Rousskov | -4/+7 |
| 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 | Update Cargo.lock | varkor | -10/+10 |
| 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 | Auto merge of #60415 - jespersm:pr_unused_import_45268, r=petrochenkov | bors | -48/+127 |
| 2019-05-04 | Early error for mixing order of const and type parameters | varkor | -13/+27 |