| Age | Commit message (Expand) | Author | Lines |
| 2018-06-11 | Stablize the GlobalAlloc trait | Simon Sapin | -1/+5 |
| 2018-06-11 | Stabilize alloc::Layout (with only some of its methods) | Simon Sapin | -9/+9 |
| 2018-06-11 | Mark as permanently-unstable some implementation details | Simon Sapin | -3/+3 |
| 2018-06-11 | Stablize the alloc module without changing stability of its contents. | Simon Sapin | -18/+51 |
| 2018-06-11 | Document memory allocation APIs | Simon Sapin | -50/+245 |
| 2018-06-11 | Remove some unneeded casts | Simon Sapin | -5/+5 |
| 2018-06-11 | Remove the deprecated Heap type/const | Simon Sapin | -10/+0 |
| 2018-06-11 | Remove deprecated heap modules | Simon Sapin | -134/+2 |
| 2018-06-11 | Replace `impl GlobalAlloc for Global` with a set of free functions | Mike Hommey | -26/+29 |
| 2018-06-11 | Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc | Mike Hommey | -175/+130 |
| 2018-06-11 | Auto merge of #51490 - Havvy:diagnostic-list, r=GuillaumeGomez | bors | -1/+32 |
| 2018-06-11 | Auto merge of #51478 - crlf0710:patch-2, r=QuietMisdreavus | bors | -0/+2 |
| 2018-06-11 | More E0541 long diagnostic wording tweaks | Havvy | -3/+3 |
| 2018-06-11 | Auto merge of #51480 - dtolnay:lifetime, r=kennytm | bors | -1/+52 |
| 2018-06-11 | Make tidy happy | Havvy | -7/+8 |
| 2018-06-11 | Fix typos in previous commit | Havvy | -1/+3 |
| 2018-06-11 | Long diagnostic for E0541 | Havvy | -1/+29 |
| 2018-06-11 | Auto merge of #51467 - toidiu:ak-51409, r=nikomatsakis | bors | -1/+25 |
| 2018-06-11 | Auto merge of #51423 - RalfJung:from_raw_parts, r=sfackler | bors | -5/+7 |
| 2018-06-11 | Auto merge of #51461 - estebank:e0423-doc, r=petrochenkov | bors | -4/+30 |
| 2018-06-10 | Auto merge of #51475 - GuillaumeGomez:fix-error-codes, r=Manishearth | bors | -24/+23 |
| 2018-06-10 | Enable fall through past $:lifetime matcher | David Tolnay | -1/+52 |
| 2018-06-10 | Auto merge of #50205 - topecongiro:include-parens-to-type-parameter, r=petroc... | bors | -18/+19 |
| 2018-06-11 | Add #[doc(inline)] in std::task | CrLF0710 | -0/+2 |
| 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 | 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 | 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 | 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 | Auto merge of #51359 - cramertj:fdio_spawn, r=sfackler | bors | -110/+51 |