| Age | Commit message (Expand) | Author | Lines |
| 2019-07-11 | document that crate refers to the project root | Nathan Goldbaum | -1/+5 |
| 2019-07-11 | Auto merge of #62503 - pnkfelix:dont-recur-infiitely-from-print-def-path, r=e... | bors | -1/+41 |
| 2019-07-11 | Address review comments | Vadim Petrochenkov | -9/+10 |
| 2019-07-11 | pretty-print: Merge `print_tts` and `print_tts_ext` | Vadim Petrochenkov | -10/+6 |
| 2019-07-11 | pretty-print: Do not lose the `$crate` printing flag in `print_tt` | Vadim Petrochenkov | -11/+29 |
| 2019-07-11 | Rollup merge of #62557 - taiki-e:typo, r=Centril | Mazdak Farrokhzad | -1/+2 |
| 2019-07-11 | Rollup merge of #62519 - pnkfelix:add-test-for-30786, r=pnkfelix | Mazdak Farrokhzad | -0/+140 |
| 2019-07-11 | Rollup merge of #62476 - petrochenkov:expref, r=matthewjasper | Mazdak Farrokhzad | -1034/+1116 |
| 2019-07-11 | Rollup merge of #62425 - cyphar:linux-cloexec-use-fcntl, r=alexcrichton | Mazdak Farrokhzad | -0/+2 |
| 2019-07-11 | Rollup merge of #62270 - agnxy:move-async-test, r=Centril,tmandry | Mazdak Farrokhzad | -66/+10 |
| 2019-07-11 | Rollup merge of #61923 - Zoxc:dep-stream-prefix-2, r=pnkfelix | Mazdak Farrokhzad | -35/+51 |
| 2019-07-11 | Rollup merge of #61665 - aschampion:slice-eq-ptr, r=sfackler | Mazdak Farrokhzad | -6/+17 |
| 2019-07-11 | Refactor diagnostic emission for green nodes | John Kåre Alsaker | -35/+51 |
| 2019-07-10 | Auto merge of #62561 - Centril:rollup-5pxj3bo, r=Centril | bors | -521/+505 |
| 2019-07-11 | Add a regression test for #44692 | Vadim Petrochenkov | -1/+128 |
| 2019-07-11 | Fix failing tests | Vadim Petrochenkov | -4/+5 |
| 2019-07-11 | expand: Move "derive containers" into a separate `InvocationKind` variant | Vadim Petrochenkov | -18/+29 |
| 2019-07-11 | expand: Merge `expand_{bang,attr,derive}_invoc` into a single function | Vadim Petrochenkov | -117/+79 |
| 2019-07-11 | expand: It's always possible to create a dummy AST fragment | Vadim Petrochenkov | -46/+39 |
| 2019-07-11 | hygiene: Make sure each `Mark` has an associated expansion info | Vadim Petrochenkov | -7/+33 |
| 2019-07-11 | hygiene: Fix wording of desugaring descriptions | Vadim Petrochenkov | -13/+15 |
| 2019-07-11 | hygiene: Introduce a helper method for creating new expansions | Vadim Petrochenkov | -117/+80 |
| 2019-07-11 | expand: Do not overwrite existing `ExpnInfo` when injecting derive markers | Vadim Petrochenkov | -4/+9 |
| 2019-07-11 | resolve: Fix access to extern and stdlib prelude from opaque macros | Vadim Petrochenkov | -0/+42 |
| 2019-07-11 | resolve: Divide macro path resolution into speculative and error reporting parts | Vadim Petrochenkov | -82/+77 |
| 2019-07-11 | resolve: Include stdlib prelude into name lookup in macro namespace | Vadim Petrochenkov | -2/+2 |
| 2019-07-11 | resolve/expand: Catch macro kind mismatches early in resolve | Vadim Petrochenkov | -68/+106 |
| 2019-07-11 | resolve/expand: `resolve_macro_invocation` no longer returns determinate errors | Vadim Petrochenkov | -123/+108 |
| 2019-07-11 | resolve: Make proc macro stubs less stubby | Vadim Petrochenkov | -75/+138 |
| 2019-07-11 | def_collector: `parent_def` is no longer optional | Vadim Petrochenkov | -31/+17 |
| 2019-07-11 | def_collector: Simplify tracking of macro invocation parents | Vadim Petrochenkov | -87/+55 |
| 2019-07-11 | hygiene: Reuse `MacroKind` in `ExpnKind` | Vadim Petrochenkov | -77/+67 |
| 2019-07-11 | hygiene: Remove some unused impls | Vadim Petrochenkov | -7/+7 |
| 2019-07-11 | syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa... | Vadim Petrochenkov | -77/+61 |
| 2019-07-11 | expand: Get rid of `resolve_macro_path` | Vadim Petrochenkov | -21/+11 |
| 2019-07-11 | hygiene: Remove some dead code | Vadim Petrochenkov | -27/+1 |
| 2019-07-11 | Remove unnecessary expansions created by `#[test_case/test/bench]` | Vadim Petrochenkov | -31/+24 |
| 2019-07-11 | Rename some things in `syntax_pos/hygiene` | Vadim Petrochenkov | -110/+111 |
| 2019-07-11 | Move `MacroKind` into `libsyntax_pos` | Vadim Petrochenkov | -28/+29 |
| 2019-07-11 | Remove `MacroKind::ProcMacroStub` | Vadim Petrochenkov | -53/+35 |
| 2019-07-10 | Regression test for issue 30786. | Felix S. Klock II | -0/+140 |
| 2019-07-10 | Rollup merge of #62532 - Mark-Simulacrum:syntax-print-cleanup, r=petrochenkov | Mazdak Farrokhzad | -476/+359 |
| 2019-07-10 | Rollup merge of #62493 - Freyskeyd:valid_example_read-write_unaligned, r=rkruppe | Mazdak Farrokhzad | -0/+32 |
| 2019-07-10 | Rollup merge of #62481 - czipperz:iterator-last-nth-use-for_each, r=scottmcm | Mazdak Farrokhzad | -3/+1 |
| 2019-07-10 | Rollup merge of #62465 - matthewjasper:never-type-storage, r=pnkfelix | Mazdak Farrokhzad | -29/+61 |
| 2019-07-10 | Rollup merge of #62275 - eddyb:const-drop-replace, r=pnkfelix | Mazdak Farrokhzad | -13/+52 |
| 2019-07-10 | filedesc: don't use ioctl(FIOCLEX) on Linux | Aleksa Sarai | -0/+2 |
| 2019-07-10 | Ignore async-fn-size-moved-locals test on wasm
| Andrew Xu | -0/+1 |
| 2019-07-10 | Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-... | bors | -6/+686 |
| 2019-07-10 | File is now short enough for tidy | Mark Rousskov | -2/+0 |