| Age | Commit message (Expand) | Author | Lines |
| 2019-07-28 | Rollup merge of #62771 - petrochenkov:depext, r=eddyb | Mazdak Farrokhzad | -785/+984 |
| 2019-07-27 | Remove run-pass test suites | Vadim Petrochenkov | -1/+1 |
| 2019-07-27 | syntax_ext: `proc_macro_decls` -> `proc_macro_harness` | Vadim Petrochenkov | -3/+4 |
| 2019-07-27 | Move standard library injection into libsyntax_ext | Vadim Petrochenkov | -116/+5 |
| 2019-07-27 | Move test harness generation into libsyntax_ext | Vadim Petrochenkov | -425/+0 |
| 2019-07-27 | Move proc macro server into libsyntax | Vadim Petrochenkov | -77/+968 |
| 2019-07-27 | Break dependencies between `syntax_ext` and some other crates | Vadim Petrochenkov | -167/+10 |
| 2019-07-26 | Auto merge of #62086 - petrochenkov:builtout, r=eddyb | bors | -1/+6 |
| 2019-07-26 | Rollup merge of #62983 - Mark-Simulacrum:remove-needless-rc, r=petrochenkov | Mazdak Farrokhzad | -20/+16 |
| 2019-07-26 | Rollup merge of #62963 - estebank:homoglyph-recovery, r=petrochenkov | Mazdak Farrokhzad | -35/+52 |
| 2019-07-26 | Rollup merge of #62956 - ia0:fix_62831, r=petrochenkov | Mazdak Farrokhzad | -27/+26 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -1/+6 |
| 2019-07-25 | Implement slow-path for FirstSets::first | Julien Cretin | -27/+26 |
| 2019-07-25 | Rollup merge of #62887 - estebank:issue-62881, r=petrochenkov | Mazdak Farrokhzad | -1/+14 |
| 2019-07-25 | Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton | Mazdak Farrokhzad | -89/+175 |
| 2019-07-25 | Rollup merge of #60938 - jonas-schievink:doc-include-paths, r=petrochenkov | Mazdak Farrokhzad | -33/+32 |
| 2019-07-25 | review comments: add FIXME comments and formatting | Esteban Küber | -8/+21 |
| 2019-07-25 | Remove needless indirection through Rc | Mark Rousskov | -20/+16 |
| 2019-07-24 | Allow lexer to recover from some homoglyphs | Esteban Küber | -33/+37 |
| 2019-07-25 | Rollup merge of #62901 - petrochenkov:serde, r=Centril | Mazdak Farrokhzad | -11/+7 |
| 2019-07-24 | Rollup merge of #62917 - estebank:trailing-slash, r=matklad | Mazdak Farrokhzad | -1/+1 |
| 2019-07-24 | Rollup merge of #62890 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -5/+5 |
| 2019-07-24 | Demote template check error to a lint for `#[test]` and `#[bench]` | Vadim Petrochenkov | -1/+2 |
| 2019-07-24 | syntax_ext: Reuse built-in attribute template checking for macro attributes | Vadim Petrochenkov | -88/+98 |
| 2019-07-24 | syntax_ext: Turn `#[global_allocator]` into a regular attribute macro | Vadim Petrochenkov | -1/+22 |
| 2019-07-24 | Merge `rustc_allocator` into `libsyntax_ext` | Vadim Petrochenkov | -0/+54 |
| 2019-07-23 | Always emit trailing slash error | Esteban Küber | -1/+1 |
| 2019-07-23 | review comments | Esteban Küber | -3/+4 |
| 2019-07-23 | Fix another case | Esteban Küber | -3/+12 |
| 2019-07-23 | Normalize use of backticks in compiler messages for libsyntax/* | Samy Kacimi | -5/+5 |
| 2019-07-23 | Rollup merge of #62869 - matklad:feature-gate, r=Mark-Simulacrum | Mark Rousskov | -0/+3 |
| 2019-07-23 | Rollup merge of #62851 - matklad:unescape, r=petrochenkov | Mark Rousskov | -609/+5 |
| 2019-07-23 | Rollup merge of #62791 - estebank:type-ascription, r=petrochenkov | Mark Rousskov | -65/+73 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -11/+7 |
| 2019-07-23 | Make path::resolve a method on ExtCtxt | Jonas Schievink | -36/+30 |
| 2019-07-23 | Make #[doc(include)] paths behave like other paths | Jonas Schievink | -5/+2 |
| 2019-07-23 | libsyntax: factor out file path resolving | Jonas Schievink | -27/+35 |
| 2019-07-22 | Make the parser TokenStream more resilient after mismatched delimiter recovery | Esteban Küber | -0/+3 |
| 2019-07-22 | Rollup merge of #62870 - matklad:issue-62863, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-07-22 | add rustc_private as a proper language feature gate | Aleksey Kladov | -0/+3 |
| 2019-07-22 | fix lexing of comments with many \r | Aleksey Kladov | -1/+1 |
| 2019-07-21 | Fix typo in Unicode character name | Andrew Dassonville | -1/+1 |
| 2019-07-21 | move unescape module to rustc_lexer | Aleksey Kladov | -609/+5 |
| 2019-07-20 | Introduce rustc_lexer | Aleksey Kladov | -1251/+536 |
| 2019-07-20 | Auto merge of #62008 - ia0:issues_61053, r=petrochenkov | bors | -67/+683 |
| 2019-07-19 | review comments | Esteban Küber | -16/+10 |
| 2019-07-19 | Implement checks for meta-variables in macros | Julien Cretin | -46/+650 |
| 2019-07-19 | Remember the span of the Kleene operator in macros | Julien Cretin | -21/+33 |
| 2019-07-19 | Handle more cases of typos misinterpreted as type ascription | Esteban Küber | -61/+75 |
| 2019-07-19 | Adjust other names after the `Mark` renaming | Vadim Petrochenkov | -35/+35 |