| Age | Commit message (Expand) | Author | Lines |
| 2018-06-10 | create separate dep-nodes for predicates_of and explicit_predicates_of | toidiu | -1/+25 |
| 2018-06-10 | Auto merge of #51320 - tmccombs:step-by, r=SimonSapin | bors | -18/+4 |
| 2018-06-09 | Auto merge of #51265 - Mark-Simulacrum:cleanup-syntax-parse, r=petrochenkov | bors | -365/+191 |
| 2018-06-09 | Crate-ify and delete unused code in syntax::parse | Mark Simulacrum | -365/+191 |
| 2018-06-10 | Added comment to explain why only RustIstaller has `llvm_tools = false`. | kennytm | -0/+3 |
| 2018-06-10 | Allowing building the codegen backend specifically. | kennytm | -0/+1 |
| 2018-06-10 | Do not push a commit if the toolstate is unchanged. | kennytm | -12/+27 |
| 2018-06-10 | Allow some tools to be run without first building LLVM. | kennytm | -16/+25 |
| 2018-06-09 | Auto merge of #51068 - Crazycolorz5:pluseqsplitting, r=petrochenkov | bors | -10/+71 |
| 2018-06-09 | Auto merge of #51441 - bstrie:sizeof128, r=dtolnay | bors | -0/+2 |
| 2018-06-09 | Auto merge of #51400 - xfix:patch-6, r=kennytm | bors | -16/+19 |
| 2018-06-09 | Auto merge of #51359 - cramertj:fdio_spawn, r=sfackler | bors | -110/+51 |
| 2018-06-09 | Auto merge of #51042 - matthewjasper:reenable-trivial-bounds, r=nikomatsakis | bors | -56/+302 |
| 2018-06-08 | Auto merge of #51448 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -435/+1086 |
| 2018-06-08 | Rollup merge of #51437 - est31:rustbuild_metadata, r=Mark-Simulacrum | Mark Rousskov | -24/+33 |
| 2018-06-08 | Rollup merge of #51436 - Mark-Simulacrum:doc-stage1, r=QuietMisdreavus | Mark Rousskov | -4/+1 |
| 2018-06-08 | Rollup merge of #51427 - FelixMcFelix:nll-stderr-remover, r=oli-obk | Mark Rousskov | -8/+51 |
| 2018-06-08 | Rollup merge of #51412 - nnethercote:pending_obligations, r=estebank | Mark Rousskov | -9/+7 |
| 2018-06-08 | Rollup merge of #51401 - estebank:warn-repr, r=cramertj | Mark Rousskov | -202/+398 |
| 2018-06-08 | Rollup merge of #51396 - SimonSapin:option-nonzero-layout, r=SimonSapin | Mark Rousskov | -2/+2 |
| 2018-06-08 | Rollup merge of #51394 - nnethercote:NCA-depths, r=nikomatsakis | Mark Rousskov | -63/+74 |
| 2018-06-08 | Rollup merge of #51391 - estebank:docspan, r=GuillaumeGomez | Mark Rousskov | -43/+177 |
| 2018-06-08 | Rollup merge of #51360 - estebank:braces-around-literal-structs, r=nikomatsakis | Mark Rousskov | -4/+92 |
| 2018-06-08 | Rollup merge of #51298 - Dylan-DPC:stabilise/termination-test, r=nikomatsakis | Mark Rousskov | -65/+13 |
| 2018-06-08 | Rollup merge of #51276 - Havvy:dyn-trait-send-send, r=nikomatsakis | Mark Rousskov | -2/+101 |
| 2018-06-08 | Rollup merge of #51099 - Crazycolorz5:expectedcloseparen, r=estebank | Mark Rousskov | -14/+61 |
| 2018-06-08 | Rollup merge of #50143 - petrochenkov:mexuniq, r=nikomatsakis | Mark Rousskov | -5/+86 |
| 2018-06-08 | Built, corrected, and run tests. Added expected stderr files. | Crazycolorz5 | -1/+43 |
| 2018-06-08 | Auto merge of #51247 - pnkfelix:issue-51190-report-type-moved-from-behind-bor... | bors | -49/+105 |
| 2018-06-08 | Document size_of for 128-bit integers | bstrie | -0/+2 |
| 2018-06-08 | Auto merge of #51410 - oli-obk:cargo_bump, r=nikomatsakis | bors | -0/+0 |
| 2018-06-08 | Normalize associated types when checking global bounds | Matthew Jasper | -0/+41 |
| 2018-06-08 | Fix a typo | Matthew Jasper | -2/+2 |
| 2018-06-08 | Test that object bounds are preferred over global where clause bounds | Matthew Jasper | -0/+28 |
| 2018-06-08 | Add tests for associated types and inconsistent bounds | Matthew Jasper | -0/+166 |
| 2018-06-08 | Reenable trivial bounds | Matthew Jasper | -54/+65 |
| 2018-06-08 | rustbuild: generate full list of dependencies for metadata | est31 | -24/+33 |
| 2018-06-08 | Do not require stage 2 compiler for rustdoc | Mark Simulacrum | -4/+1 |
| 2018-06-08 | compiletest: autoremove duplicate .nll.* files (#51204) | Kyle Simpson | -8/+51 |
| 2018-06-08 | Rollup merge of #51420 - kennytm:some-network-issues, r=Mark-Simulacrum | kennytm | -0/+4 |
| 2018-06-08 | Rollup merge of #51417 - pietroalbini:revert-49719, r=nikomatsakis | kennytm | -72/+156 |
| 2018-06-08 | Rollup merge of #51407 - nrc:update, r=Mark-Simulacrum | kennytm | -43/+170 |
| 2018-06-08 | Rollup merge of #51399 - ngg:nll-performance, r=nikomatsakis | kennytm | -7/+9 |
| 2018-06-08 | Rollup merge of #51389 - ollie27:rustdoc_cross_macro_src_stab, r=QuietMisdreavus | kennytm | -3/+52 |
| 2018-06-08 | Rollup merge of #51380 - Mark-Simulacrum:remove-fmt-macros, r=oli-obk | kennytm | -2/+0 |
| 2018-06-08 | Rollup merge of #51368 - varkor:panic_implementation-closures, r=eddyb | kennytm | -1/+22 |
| 2018-06-08 | Rollup merge of #51283 - kennytm:fix-51279-preempt-the-warning-song-and-dance... | kennytm | -3/+124 |
| 2018-06-08 | Rollup merge of #51186 - pnkfelix:remove-unneccessary-nll-stderr-files, r=oli... | kennytm | -45/+0 |
| 2018-06-08 | Avoid useless Vec clones in pending_obligations(). | Nicholas Nethercote | -9/+7 |
| 2018-06-08 | Use public DNS server instead of 169.254.169.254 on CI. | kennytm | -0/+4 |