| Age | Commit message (Expand) | Author | Lines |
| 2019-11-17 | Rollup merge of #66271 - petrochenkov:abism, r=Centril | Yuki Okushi | -18/+52 |
| 2019-11-17 | Add some more tests | Vadim Petrochenkov | -1/+33 |
| 2019-11-16 | ast: Keep `extern` qualifiers in functions more precisely | Vadim Petrochenkov | -17/+19 |
| 2019-11-16 | Add some more tests | Vadim Petrochenkov | -13/+78 |
| 2019-11-16 | expand: Stop marking derive helper attributes as known | Vadim Petrochenkov | -7/+41 |
| 2019-11-16 | resolve: Introduce a new scope for derive helpers | Vadim Petrochenkov | -6/+24 |
| 2019-11-12 | Rollup merge of #66278 - LukasKalbertodt:fix-proc-macro-error, r=Centril | Yuki Okushi | -6/+6 |
| 2019-11-11 | Fix error message about exported symbols from proc-macro crates | Lukas Kalbertodt | -6/+6 |
| 2019-11-10 | Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper | bors | -7/+24 |
| 2019-11-09 | Remove `#[feature(custom_attribute)]` | Vadim Petrochenkov | -7/+24 |
| 2019-11-09 | move attr meta grammar to parse::validate_atr + ast_validation | Mazdak Farrokhzad | -12/+12 |
| 2019-11-07 | Rollup merge of #66087 - tmiasko:ui-mode, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-11-05 | rewrote error messages for #[rustc_error] | Quentin Boyer | -2/+2 |
| 2019-11-04 | Use check-pass in ui tests where appropriate | Tomasz Miąsko | -1/+1 |
| 2019-11-04 | expand: Feature gate out-of-line modules in proc macro input | Vadim Petrochenkov | -0/+132 |
| 2019-10-29 | Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton | Tyler Mandry | -1/+1 |
| 2019-10-29 | Change E0741 into E0742 | Guillaume Gomez | -2/+2 |
| 2019-10-29 | Update ui tests | Guillaume Gomez | -2/+3 |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -27/+35 |
| 2019-10-26 | Rollup merge of #65773 - estebank:sugg-whitespace, r=Centril | Mazdak Farrokhzad | -0/+1 |
| 2019-10-25 | Re-enable Emscripten's exception handling support | Thomas Lively | -1/+1 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+1 |
| 2019-10-24 | Deprecated proc_macro doesn't trigger warning on build library | wangxiangqing | -0/+2 |
| 2019-10-22 | Deprecated proc_macro doesn't trigger warning on build library | wangxiangqing | -5/+4 |
| 2019-10-22 | Deprecated proc_macro doesn't trigger warning on build library | wangxiangqing | -0/+15 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -1/+1 |
| 2019-10-15 | Test basic hygiene for `macro_rules` produced by transparent macros | Vadim Petrochenkov | -0/+74 |
| 2019-10-15 | Stabilize proc macros generating `macro_rules` items | Vadim Petrochenkov | -105/+0 |
| 2019-10-10 | Auto merge of #65140 - petrochenkov:disapp, r=nikomatsakis | bors | -0/+37 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -1/+1 |
| 2019-10-05 | resolve: Remove an incorrect assert | Vadim Petrochenkov | -0/+37 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -1/+1 |
| 2019-10-03 | Rollup merge of #65018 - Aaron1011:fix/backtrace-stderr, r=nikomatsakis | Tyler Mandry | -3/+6 |
| 2019-10-03 | proc_macro: Add `Span::mixed_site` exposing `macro_rules` hygiene | Vadim Petrochenkov | -35/+152 |
| 2019-10-02 | Set RUST_BACKTRACE=0 in tests that include a backtrace in stderr | Aaron Hill | -3/+6 |
| 2019-09-30 | Stabilize proc macros in type positions | Vadim Petrochenkov | -21/+18 |
| 2019-09-30 | Stabilize macros in `extern` blocks | Vadim Petrochenkov | -51/+36 |
| 2019-09-15 | resolve: Remove `!` from "cannot find" diagnostics for macros | Vadim Petrochenkov | -8/+8 |
| 2019-09-15 | resolve: Tweak "cannot find" wording for attributes | Vadim Petrochenkov | -10/+10 |
| 2019-09-15 | Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obk | bors | -3/+18 |
| 2019-09-14 | Try to fix the test output normalization | Jonas Schievink | -15/+15 |
| 2019-09-09 | Rollup merge of #63468 - c410-f3r:attrs, r=petrochenkov | Mazdak Farrokhzad | -11/+4 |
| 2019-09-09 | Resolve attributes in several places | Caio | -11/+4 |
| 2019-09-08 | Improve wording. | Charles Lew | -2/+2 |
| 2019-09-07 | Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov | Mazdak Farrokhzad | -86/+86 |
| 2019-09-05 | Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span` | Vadim Petrochenkov | -86/+86 |
| 2019-08-30 | Update proc-macro tests | Jonas Schievink | -3/+18 |
| 2019-08-29 | Rollup merge of #63867 - petrochenkov:dhelpers, r=matthewjasper | Mazdak Farrokhzad | -46/+59 |
| 2019-08-27 | proc_macro: Update `Span::def_site` to use the proc macro definition location | Vadim Petrochenkov | -32/+120 |
| 2019-08-27 | Respect attributes on proc macro definitions | Vadim Petrochenkov | -0/+43 |