about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-05-07Auto merge of #60596 - ehuss:update-cargo, r=alexcrichtonbors-5/+4
2019-05-07Auto merge of #60464 - eddyb:not-overly-specific-pipelining, r=alexcrichtonbors-74/+87
2019-05-07compiletest: uniformly normalize paths, so they all work on all platforms.Eduard-Mihai Burtescu-17/+15
2019-05-07rustc_codegen_ssa: emit artifact notifications for the main link product too.Eduard-Mihai Burtescu-0/+3
2019-05-07rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simpli...Eduard-Mihai Burtescu-43/+38
2019-05-07compiletest: only use `make_exe_name` for tests that end up being executed.Eduard-Mihai Burtescu-14/+25
2019-05-06Update cargoEric Huss-5/+4
2019-05-07Auto merge of #60531 - Centril:sort-features, r=oli-obkbors-21/+43
2019-05-07serialize: add missing Encodable impl for Path.Eduard-Mihai Burtescu-1/+7
2019-05-06Auto merge of #60526 - alexcrichton:wasm-main-symbols, r=oli-obkbors-8/+31
2019-05-06Auto merge of #53645 - varkor:const-generics-redux, r=eddybbors-40/+71
2019-05-06Implement `ToTrace` for `ty::Const`varkor-0/+18
2019-05-06Resolve a couple of `unimplemented!()`svarkor-4/+6
2019-05-06Auto merge of #60337 - fabric-and-ink:hiridification, r=Zoxcbors-60/+39
2019-05-06Remove incorrect FIXMEvarkor-2/+0
2019-05-06Clean up `push_const_name`varkor-14/+26
2019-05-06Implement TypeFoldable for InferConstvarkor-5/+13
2019-05-06Ignore const parameters when constructing type bounds in rustdocvarkor-3/+1
2019-05-06Shift const vars through bindersvarkor-8/+7
2019-05-06Remove duplicate commentvarkor-4/+0
2019-05-06Auto merge of #60565 - Mark-Simulacrum:mailmap-fixes, r=pietroalbinibors-4/+7
2019-05-06Auto merge of #60436 - Xanewok:update-rls, r=Manishearthbors-0/+0
2019-05-06Auto merge of #60569 - RalfJung:miri-visitor-generators, r=Centrilbors-3/+3
2019-05-06Auto merge of #60261 - matklad:one-escape, r=petrochenkovbors-785/+1048
2019-05-05Auto merge of #60567 - Manishearth:rollup-rjagqnw, r=Manishearthbors-171/+188
2019-05-05fix typo in enum variant nameRalf Jung-3/+3
2019-05-05Rollup merge of #60536 - brainplot:fix-unicode-character, r=dtolnayManish Goregaokar-1/+1
2019-05-05Rollup merge of #60530 - eddyb:unfreevars, r=oli-obkManish Goregaokar-145/+120
2019-05-05Rollup merge of #60515 - euclio:div-in-heading, r=GuillaumeGomezManish Goregaokar-5/+4
2019-05-05Rollup merge of #60426 - varkor:fix-duplicate-arg-handling, r=alexcrichtonManish Goregaokar-18/+60
2019-05-05Rollup merge of #60131 - agnxy:doc-link, r=ehussManish Goregaokar-2/+3
2019-05-05Auto merge of #60237 - saleemjaffer:issue-56166-miri-fntype-arg-passing, r=eddybbors-154/+233
2019-05-05code review fixesSaleem Jaffer-21/+19
2019-05-05Update mailmap to proper syntaxMark Rousskov-4/+7
2019-05-05rustc: rename all occurences of "freevar" to "upvar".Eduard-Mihai Burtescu-94/+94
2019-05-05rustc: replace uses of with_freevars with the freevars query.Eduard-Mihai Burtescu-74/+49
2019-05-05Auto merge of #60541 - RalfJung:miri-visitor-generators, r=oli-obkbors-42/+29
2019-05-05Auto merge of #60544 - petrochenkov:parder, r=eddybbors-169/+143
2019-05-05Update Cargo.lockvarkor-10/+10
2019-05-05Move run-make test to run-make-fulldepsvarkor-1/+1
2019-05-05Update getopts to 0.2.19varkor-2/+2
2019-05-05Add commentsvarkor-0/+9
2019-05-05Add a run-make test for command aliasesvarkor-0/+23
2019-05-05Fix argument alias handling for -g and -C debuginfovarkor-3/+8
2019-05-05Fix argument alias handling for -O and -C opt-levelvarkor-3/+8
2019-05-05Auto merge of #60525 - eddyb:namespaces-not-kinds, r=petrochenkovbors-121/+86
2019-05-05Auto merge of #60508 - varkor:const-generics-fold-ct-err, r=petrochenkovbors-36/+106
2019-05-05Auto merge of #60476 - froydnj:aarch64-profiling, r=alexcrichtonbors-1/+4
2019-05-04Auto merge of #60415 - jespersm:pr_unused_import_45268, r=petrochenkovbors-48/+127
2019-05-04Early error for mixing order of const and type parametersvarkor-13/+27