| Age | Commit message (Expand) | Author | Lines |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-09 | Remove documentation about proc_macro being bare-bones | David Tolnay | -7/+0 |
| 2018-09-08 | Track distinct spans for open and close delimiter | David Tolnay | -24/+10 |
| 2018-09-02 | proc_macro::Group::span_open and span_close | David Tolnay | -1/+42 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-19 | fix tidy errors | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -4/+4 |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -3/+3 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-16 | Auto merge of #53433 - kennytm:rollup, r=kennytm | bors | -0/+1 |
| 2018-08-16 | Auto merge of #53304 - dtolnay:extend, r=dtolnay | bors | -0/+14 |
| 2018-08-15 | Make proc_macro Level #[non_exhaustive] | varkor | -0/+1 |
| 2018-08-12 | TokenStream::extend | David Tolnay | -0/+14 |
| 2018-08-09 | [nll] libproc_macro: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -1/+0 |
| 2018-07-20 | proc_macro: avoid exposing internal details in formatting impls. | Eduard-Mihai Burtescu | -7/+37 |
| 2018-07-20 | proc_macro: move some implementation details to a rustc module. | Eduard-Mihai Burtescu | -246/+21 |
| 2018-07-20 | proc_macro: don't expose compiler-internal FileName in public API. | Eduard-Mihai Burtescu | -16/+7 |
| 2018-07-20 | proc_macro: clean up the implementation of quasi-quoting. | Eduard-Mihai Burtescu | -10/+4 |
| 2018-07-20 | proc_macro: don't try to reflect literals in quasi-quoting. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-07-16 | rustc: Stabilize much of the `proc_macro` feature | Alex Crichton | -100/+122 |
| 2018-07-14 | Clarify how the quote macro is loaded | Manish Goregaokar | -0/+2 |
| 2018-07-12 | Deny bare trait objects in the rest of rust | ljedrz | -0/+1 |
| 2018-07-08 | hygiene: Decouple transparencies from expansion IDs | Vadim Petrochenkov | -12/+7 |
| 2018-06-30 | Address comments | Vadim Petrochenkov | -1/+4 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -3/+1 |
| 2018-06-30 | proc-macro: Use transparent marks for call-site hygiene | Vadim Petrochenkov | -34/+54 |
| 2018-06-01 | Update recursion limits | John Kåre Alsaker | -0/+2 |
| 2018-05-26 | Auto merge of #51072 - petrochenkov:ifield, r=eddyb | bors | -3/+3 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -3/+3 |
| 2018-05-25 | Rename TokenStream::empty to TokenStream::new | David Tolnay | -1/+1 |
| 2018-05-17 | Fix rebase | Vadim Petrochenkov | -1/+1 |
| 2018-05-16 | Fix stability annotations for already stable bits of proc macro API 1.1 | Vadim Petrochenkov | -5/+5 |
| 2018-05-15 | Represent lifetimes as two joint tokens in proc macros | Vadim Petrochenkov | -16/+18 |
| 2018-05-15 | Address feedback, remove remaining review comments, add some more docs | Vadim Petrochenkov | -52/+29 |
| 2018-05-15 | proc_macro: Validate inputs to `Punct::new` and `Ident::new` | Vadim Petrochenkov | -17/+22 |
| 2018-05-15 | proc_macro: Properly support raw identifiers | Vadim Petrochenkov | -14/+13 |
| 2018-05-15 | TokenTree: Op -> Punct, Term -> Ident | Vadim Petrochenkov | -86/+70 |
| 2018-05-15 | Extend documentation and add review comments | Vadim Petrochenkov | -38/+152 |
| 2018-05-10 | Auto merge of #49823 - Zoxc:term-str, r=alexcrichton | bors | -2/+3 |
| 2018-05-04 | proc_macro: Explicitly make everything !Send/Sync | Alex Crichton | -1/+46 |
| 2018-04-30 | Remove usages of Term::as_str and mark it for removal | John Kåre Alsaker | -2/+3 |
| 2018-04-26 | Fix review nits | bobtwinkles | -1/+1 |
| 2018-04-23 | Implement parent() on `syntax_pos::Span` | bobtwinkles | -1/+1 |
| 2018-04-12 | Rollup merge of #49734 - alexcrichton:generalize-token-stream, r=nikomatsakis | kennytm | -2/+9 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-07 | Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis | bors | -1/+0 |
| 2018-04-06 | Print proc_macro spans as a half-open range | David Tolnay | -1/+1 |