| Age | Commit message (Expand) | Author | Lines |
| 2018-01-04 | rustc: use {U,I}size instead of {U,I}s shorthands. | Eduard-Mihai Burtescu | -5/+5 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -1/+2 |
| 2017-12-28 | Cleanup | Matt Peterson | -4/+4 |
| 2017-12-28 | Add feature gate macro_lifetime_matcher | Matt Peterson | -1/+13 |
| 2017-12-28 | Fix build and add a macro lifetime labels test | Matt Peterson | -2/+1 |
| 2017-12-28 | replace parse_lifetime with expect_lifetime | Michael Hewson | -1/+1 |
| 2017-12-28 | Resurrecting #33135 | Michael Hewson | -7/+16 |
| 2017-12-28 | Auto merge of #47013 - topecongiro:issue-46655, r=petrochenkov | bors | -79/+103 |
| 2017-12-28 | Auto merge of #47017 - topecongiro:issue-33469, r=estebank | bors | -1/+5 |
| 2017-12-26 | Do not panic on interpolated token inside quote macro | Seiichi Uchida | -1/+5 |
| 2017-12-26 | Do not expand a derive invocation when derive is not allowed | Seiichi Uchida | -79/+103 |
| 2017-12-24 | Make column macro output 1 based and document it | est31 | -1/+1 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -0/+1 |
| 2017-12-21 | Auto merge of #46922 - kennytm:rollup, r=kennytm | bors | -7/+11 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -0/+1 |
| 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 |