| 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-10 | Update tests | Seiichi Uchida | -6/+6 |
| 2018-06-10 | Simplify an error handling in the parser | Seiichi Uchida | -6/+2 |
| 2018-06-10 | Include parens to type parameter | Seiichi Uchida | -8/+13 |
| 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-09 | Refactor: Rename ExistentialPredicate::cmp to ExistentialPredicate::stable_cmp | Havvy | -3/+5 |
| 2018-06-09 | Update E0423 description | Esteban Küber | -4/+30 |
| 2018-06-09 | Test keyword unreservations | Havvy | -0/+22 |
| 2018-06-09 | Implement RFC 2421, 'Keyword unreservations (pure, sizeof, alignof, offsetof)' | Havvy | -35/+18 |
| 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 | Add lint for intra link resolution failure | Guillaume Gomez | -9/+76 |
| 2018-06-09 | Auto merge of #51400 - xfix:patch-6, r=kennytm | bors | -16/+19 |
| 2018-06-09 | Be more precise about why references need to be non-null and aligned | Ralf Jung | -1/+1 |
| 2018-06-09 | add inherent methods to Poll | tinaun | -1/+50 |
| 2018-06-09 | Auto merge of #51359 - cramertj:fdio_spawn, r=sfackler | bors | -110/+51 |
| 2018-06-08 | addressed nits | tinaun | -24/+3 |
| 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 | provide error message when using more than 65535 hash symbols for raw strings | David Cao | -0/+14 |
| 2018-06-08 | add a few blanket future impls to std | tinaun | -0/+82 |
| 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 |