| Age | Commit message (Expand) | Author | Lines |
| 2018-06-26 | Auto merge of #50966 - leodasvacas:self-in-where-clauses-is-not-object-safe, ... | bors | -41/+115 |
| 2018-06-25 | Auto merge of #51785 - cuviper:fstatat64, r=Mark-Simulacrum | bors | -6/+5 |
| 2018-06-25 | Use fstatat64 where available | Josh Stone | -6/+5 |
| 2018-06-25 | Auto merge of #51728 - bradjc:llvm-tools2, r=kennytm | bors | -30/+39 |
| 2018-06-25 | Auto merge of #51750 - zackmdavis:superstructure, r=oli-obk | bors | -56/+218 |
| 2018-06-25 | Auto merge of #51733 - varkor:ice-match-slice, r=oli-obk | bors | -4/+32 |
| 2018-06-25 | Fill in tracking issue for WHERE_CLAUSES_OBJECT_SAFETY future compat lint | leonardo.yvens | -2/+2 |
| 2018-06-25 | Make where clause object safety be a warn-by-default lint | leonardo.yvens | -13/+61 |
| 2018-06-25 | `Self` in where clauses may not be object safe | leonardo.yvens | -37/+63 |
| 2018-06-25 | Auto merge of #51335 - mark-i-m:allocator, r=oli-obk | bors | -29/+140 |
| 2018-06-25 | Auto merge of #51688 - spastorino:error-note-field-after-move, r=nikomatsakis | bors | -486/+768 |
| 2018-06-24 | used debug, not info | mark | -3/+3 |
| 2018-06-24 | actually fix test | mark | -1/+1 |
| 2018-06-24 | fix test | mark | -4/+7 |
| 2018-06-24 | enable fold_mac | Mark Mansi | -1/+6 |
| 2018-06-24 | Prohibit global_allocator in submodules for now | Mark Mansi | -41/+91 |
| 2018-06-24 | Attempt to fix hygiene for global_allocator | Mark Mansi | -21/+74 |
| 2018-06-24 | Auto merge of #51740 - GuillaumeGomez:fix-error-code-numbers, r=cramertj | bors | -13/+13 |
| 2018-06-23 | in which the trivial-casts word to the wise is tucked into a help note | Zack M. Davis | -21/+115 |
| 2018-06-23 | structured suggestion and rewording for `...` expression syntax error | Zack M. Davis | -19/+50 |
| 2018-06-23 | use structured suggestion for pattern-named-the-same-as-variant warning | Zack M. Davis | -16/+53 |
| 2018-06-24 | Auto merge of #51726 - petrochenkov:hygclean, r=oli-obk | bors | -445/+495 |
| 2018-06-23 | Auto merge of #51739 - Amanieu:update_rustfmt, r=Mark-Simulacrum | bors | -39/+42 |
| 2018-06-23 | build: llvm-tools: replace compiler.host | Brad Campbell | -15/+7 |
| 2018-06-23 | Auto merge of #51653 - mglagla:option-unreachable, r=dtolnay | bors | -3/+3 |
| 2018-06-23 | Fix error code numbers | Guillaume Gomez | -13/+13 |
| 2018-06-23 | hygiene: Merge `NameAndSpan` into `ExpnInfo` | Vadim Petrochenkov | -154/+116 |
| 2018-06-23 | Update Cargo.lock | Amanieu d'Antras | -34/+34 |
| 2018-06-23 | Update rustfmt submodule | Amanieu d'Antras | -5/+8 |
| 2018-06-23 | hygiene: Make sure transparency of `Mark::root()` is an implementation detail... | Vadim Petrochenkov | -0/+2 |
| 2018-06-23 | hygiene: Do not reset expansion info for `quote!` | Vadim Petrochenkov | -8/+9 |
| 2018-06-23 | hygiene: More descriptive names for things involved in late hygienic name res... | Vadim Petrochenkov | -19/+26 |
| 2018-06-23 | expansion: Add some comments | Vadim Petrochenkov | -2/+14 |
| 2018-06-23 | expansion: Improve searchability for `AstFragments` methods | Vadim Petrochenkov | -48/+65 |
| 2018-06-23 | expansion: Rename `Expansion` to `AstFragment` | Vadim Petrochenkov | -194/+207 |
| 2018-06-23 | hygiene: Rename `MarkKind` to `Transparency` | Vadim Petrochenkov | -26/+58 |
| 2018-06-23 | hygiene: Make sure expansion info is set at most once for a given `Mark` | Vadim Petrochenkov | -1/+8 |
| 2018-06-23 | expansion: Remove unnecessary override from `impl Folder for Marker` | Vadim Petrochenkov | -5/+0 |
| 2018-06-23 | hygiene: Give `Debug` impls to hygiene structures | Vadim Petrochenkov | -2/+4 |
| 2018-06-23 | build: llvm_tools tidy | Brad Campbell | -2/+7 |
| 2018-06-23 | Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov | bors | -540/+540 |
| 2018-06-23 | Fix an ICE when matching over const slices | varkor | -4/+32 |
| 2018-06-23 | Auto merge of #51723 - estebank:abolish-ice, r=oli-obk | bors | -0/+38 |
| 2018-06-23 | Reindent check/mod.rs | varkor | -524/+524 |
| 2018-06-23 | build: add llvm-tools to manifest | Brad Campbell | -20/+32 |
| 2018-06-23 | Rename ExprAgain to ExprContinue | varkor | -17/+17 |
| 2018-06-23 | Auto merge of #51580 - cramertj:async-await, r=eddyb | bors | -538/+1796 |
| 2018-06-23 | Auto merge of #51696 - estebank:fuzzy-ice-ice, r=oli-obk | bors | -1/+41 |
| 2018-06-23 | Auto merge of #51724 - tikue:master, r=Mark-Simulacrum | bors | -2/+2 |
| 2018-06-22 | Update libsyntax test | Taylor Cramer | -4/+14 |