| Age | Commit message (Expand) | Author | Lines |
| 2017-12-22 | Rollup merge of #46858 - QuietMisdreavus:external-doc-error, r=estebank | kennytm | -7/+11 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -1/+1 |
| 2017-12-19 | Implement non-mod.rs mod statements | Taylor Cramer | -5/+9 |
| 2017-12-19 | add files loaded through doc(include) into dep-info | QuietMisdreavus | -0/+4 |
| 2017-12-19 | turn errors with external docs into actual errors | QuietMisdreavus | -7/+7 |
| 2017-12-17 | syntax: Rename `P::unwrap` into `P::into_inner` | Vadim Petrochenkov | -9/+9 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -23/+32 |
| 2017-12-09 | Use hygiene to access the injected crate (`core` or `std`) from builtin macros. | Jeffrey Seyfried | -12/+10 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -19/+22 |
| 2017-11-26 | limit packed copy-out to non-generic Copy structs | Ariel Ben-Yehuda | -1/+1 |
| 2017-11-21 | allow loading external files in documentation | QuietMisdreavus | -1/+89 |
| 2017-11-14 | avoid the pprust infrastructure in macro expansion | Ariel Ben-Yehuda | -3/+24 |
| 2017-10-17 | Lifting Generics from MethodSig to TraitItem and ImplItem since we want to su... | Sunjay Varma | -2/+3 |
| 2017-10-03 | Rename FileMap::path and change to an Option | Philip Craig | -3/+3 |
| 2017-09-30 | Don't use remapped path when loading modules and include files | Philip Craig | -5/+3 |
| 2017-09-28 | Auto merge of #44528 - tmnilsson:attr_proc_macro_cfg_process, r=jseyfried | bors | -14/+25 |
| 2017-09-27 | Apply attr proc macros before cfg processing | Tomas Nilsson | -14/+25 |
| 2017-09-27 | Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov | bors | -0/+2 |
| 2017-09-25 | Fix bug in collecting trait and impl items with derives. | Jeffrey Seyfried | -7/+1 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -0/+2 |
| 2017-09-21 | suggest an outer attribute when `#![derive(...)]` (predictably) fails | Zack M. Davis | -5/+17 |
| 2017-09-21 | only set non-ADT derive error once per attribute, not per trait | Zack M. Davis | -0/+18 |
| 2017-09-17 | Rollup merge of #44088 - bjorn3:better_trace_macros, r=jseyfried | Tim Neumann | -3/+20 |
| 2017-09-02 | Better trace-macro and less span_err_fatal | bjorn3 | -2/+5 |
| 2017-09-02 | Dont abort on first macro error | bjorn3 | -1/+3 |
| 2017-09-01 | Implement RFC 1925 | Matt Ickstadt | -1/+2 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -26/+26 |
| 2017-08-27 | Fix error | bjorn3 | -1/+0 |
| 2017-08-25 | Fix #43493 (new trace_macros doesn't work if there's an error during expansion) | bjorn3 | -0/+13 |
| 2017-08-21 | Auto merge of #43540 - petrochenkov:pathrelax, r=nikomatsakis | bors | -3/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -57/+58 |
| 2017-08-13 | Rollup merge of #43782 - nrc:include, r=GuillaumeGomez | Guillaume Gomez | -5/+6 |
| 2017-08-12 | syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros. | Eduard-Mihai Burtescu | -15/+41 |
| 2017-08-11 | Rollup merge of #43712 - oli-obk:cfg, r=arielb1 | Guillaume Gomez | -10/+10 |
| 2017-08-11 | Issue warnings for unnecessary path disambiguators | Vadim Petrochenkov | -3/+1 |
| 2017-08-10 | Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 | bors | -3/+3 |
| 2017-08-10 | Some tidying up around include! | Nick Cameron | -5/+6 |
| 2017-08-10 | Add a feature gate | est31 | -0/+10 |
| 2017-08-07 | Reexport all SyntaxExtension variants | Oliver Schneider | -10/+10 |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -3/+3 |
| 2017-07-28 | syntax: Capture a `TokenStream` when parsing items | Alex Crichton | -0/+2 |
| 2017-07-28 | syntax: Add `tokens: Option<TokenStream>` to Item | Alex Crichton | -2/+6 |
| 2017-07-28 | Auto merge of #43432 - pczarn:macro-parser-description, r=jseyfried | bors | -100/+102 |
| 2017-07-27 | Avoid duplicated errors for generic arguments in macro paths | Vadim Petrochenkov | -1/+1 |
| 2017-07-27 | Give span to angle bracketed generic arguments | Vadim Petrochenkov | -14/+7 |
| 2017-07-27 | Discern between `Path` and `Path<>` in AST | Vadim Petrochenkov | -12/+8 |
| 2017-07-27 | Auto merge of #43477 - est31:master, r=alexcrichton | bors | -1/+1 |
| 2017-07-25 | Switch to begin_panic again | est31 | -1/+1 |
| 2017-07-25 | Stabilize the `compile_error_macro` feature | Alex Crichton | -1/+0 |
| 2017-07-24 | Make the macro parser theory description more accurate | Piotr Czarnecki | -100/+102 |