| Age | Commit message (Expand) | Author | Lines |
| 2018-06-25 | Add sentence to compile_error!() docs | Benjamin Sago | -1/+3 |
| 2018-06-25 | Link the docs of panic!() and compile_error!() | Benjamin Sago | -1/+7 |
| 2018-06-24 | Auto merge of #51740 - GuillaumeGomez:fix-error-code-numbers, r=cramertj | bors | -13/+13 |
| 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 | 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 | Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov | bors | -540/+540 |
| 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 | 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 |
| 2018-06-23 | Auto merge of #51712 - SLaabsDev:master, r=Mark-Simulacrum | bors | -0/+12 |
| 2018-06-22 | Fix rustdoc and remove default impl for FnHeader | Taylor Cramer | -23/+27 |
| 2018-06-23 | Auto merge of #51697 - estebank:once-used-lifetime-label, r=oli-obk | bors | -11/+36 |
| 2018-06-22 | Re-reexport some items that were recently made crate-private. | Tim Kuehn | -2/+2 |
| 2018-06-22 | Remove impl trait names and move bits of await into a function | Taylor Cramer | -30/+28 |
| 2018-06-22 | Accept `TyError` in `analyze_closure` to avoid ICE | Esteban Küber | -0/+38 |
| 2018-06-22 | Auto merge of #51482 - GuillaumeGomez:table-display, r=QuietMisdreavus | bors | -7/+3 |
| 2018-06-22 | Auto merge of #51681 - varkor:rustc_deprecated-future-deprecation, r=petroche... | bors | -2/+17 |
| 2018-06-22 | Remove unused map_slice | Taylor Cramer | -10/+0 |
| 2018-06-22 | Review nits and updates | Taylor Cramer | -53/+51 |
| 2018-06-22 | Auto merge of #51670 - estebank:issue-51634, r=oli-obk | bors | -12/+100 |
| 2018-06-22 | Auto merge of #51704 - kennytm:rollup, r=kennytm | bors | -8/+37 |
| 2018-06-22 | Handle current directory prefix for parsing command arguments in bootstrap te... | Steven Laabs | -0/+6 |
| 2018-06-22 | Added stripping current directory prefixes when comparing suite path names | Steven Laabs | -0/+6 |
| 2018-06-22 | Auto merge of #51184 - lambtowolf:master, r=nikomatsakis | bors | -2/+51 |
| 2018-06-22 | add an explanatory comment for recovery behavior | Niko Matsakis | -0/+3 |
| 2018-06-22 | Issue #50974: Fix compilation error and test | Lamb | -2/+2 |
| 2018-06-22 | Fix when the help message is displayed | Maerten | -2/+2 |
| 2018-06-22 | Issue #50974: Adding issue number in the test | Lamb | -1/+3 |
| 2018-06-22 | Issue #50974: Adding tests | Lamb | -0/+38 |
| 2018-06-22 | Issue #50974: Change text of suggestion to be more direct | Lamb | -1/+1 |
| 2018-06-22 | Issue #50974: Suboptimal error in case of duplicate `,` in struct constructor | Lamb | -2/+8 |