| Age | Commit message (Expand) | Author | Lines |
| 2018-06-10 | Auto merge of #51475 - GuillaumeGomez:fix-error-codes, r=Manishearth | bors | -24/+23 |
| 2018-06-10 | Auto merge of #50205 - topecongiro:include-parens-to-type-parameter, r=petroc... | bors | -18/+19 |
| 2018-06-10 | Auto merge of #51474 - llogiq:from-docs, r=TimNN | bors | -13/+39 |
| 2018-06-10 | Auto merge of #51200 - tmccombs:stable-iter-repeat-with, r=Centril,kennytm | bors | -34/+8 |
| 2018-06-10 | Auto merge of #51079 - GuillaumeGomez:stabilize-entry-or-default, r=SimonSapin | bors | -19/+2 |
| 2018-06-10 | Fix error codes | Guillaume Gomez | -24/+23 |
| 2018-06-10 | add some docs to conversions | Andre Bogus | -13/+39 |
| 2018-06-10 | Stabilize entry-or-default | Guillaume Gomez | -19/+2 |
| 2018-06-10 | Auto merge of #51196 - Havvy:remove-keywords, r=petrochenkov | bors | -25/+30 |
| 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 | 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 | 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 |