| Age | Commit message (Expand) | Author | Lines |
| 2018-02-07 | libsyntax/ext: trailing commas in builtin macros | Michael Lamparski | -2/+4 |
| 2018-01-30 | stabilize match_beginning_vert | Jonathan Goodman | -1/+0 |
| 2018-01-30 | Rollup merge of #47732 - mark-i-m:markim_comments_0001, r=jseyfried | kennytm | -126/+351 |
| 2018-01-30 | Rollup merge of #47603 - mark-i-m:markim_comments_0000, r=jseyfried | kennytm | -39/+173 |
| 2018-01-29 | fix typos | Mark Mansi | -4/+4 |
| 2018-01-29 | Update comment | Mark Mansi | -1/+2 |
| 2018-01-26 | A few more comments | Mark Mansi | -0/+8 |
| 2018-01-26 | Still more comments | Mark Mansi | -2/+26 |
| 2018-01-26 | Added/improved comments | Mark Mansi | -17/+61 |
| 2018-01-26 | Added lots of comments + minor reorganization | Mark Mansi | -34/+94 |
| 2018-01-26 | Added a bunch of comments to macro_parser.rs | Mark Mansi | -10/+62 |
| 2018-01-26 | Run rustfmt on /libsyntax/ext/tt/macro_parser.rs | Mark Mansi | -78/+114 |
| 2018-01-26 | Do not capture stderr in the compiler. Instead just panic silently for fatal ... | John Kåre Alsaker | -9/+10 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -1/+6 |
| 2018-01-21 | Fix typos | Mark Mansi | -3/+3 |
| 2018-01-19 | Add a bunch of doc comments | Mark Mansi | -3/+72 |
| 2018-01-19 | Run rustfmt and add comments | Mark Mansi | -38/+103 |
| 2018-01-18 | Rollup merge of #47481 - estebank:unused-args, r=arielb1 | kennytm | -19/+19 |
| 2018-01-15 | Point at unused arguments for format string | Esteban Küber | -19/+19 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -1/+1 |
| 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 |