index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail-fulldeps
Age
Commit message (
Expand
)
Author
Lines
2018-10-02
resolve: Do not block derive helper resolutions on single import resolutions
Vadim Petrochenkov
-4
/
+2
2018-09-17
Auto merge of #54277 - petrochenkov:afterder, r=alexcrichton
bors
-1
/
+1
2018-09-16
resolve: Do not error on access to proc macros imported with `#[macro_use]`
Vadim Petrochenkov
-88
/
+0
2018-09-16
Temporarily prohibit proc macro attributes placed after derives
Vadim Petrochenkov
-1
/
+1
2018-09-10
Feature gate non-builtin attributes in inner attribute position
Vadim Petrochenkov
-1
/
+6
2018-08-31
Update tests
flip1995
-1
/
+1
2018-08-23
Stabilize a few secondary macro features
Vadim Petrochenkov
-23
/
+1
2018-08-21
Auto merge of #53471 - petrochenkov:biattr2, r=oli-obk
bors
-1
/
+1
2018-08-21
Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor
kennytm
-2
/
+2
2018-08-21
Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertj
kennytm
-3
/
+3
2018-08-20
resolve: Consolidate error reporting for resolved macros in `fn resolve_macro...
Vadim Petrochenkov
-1
/
+1
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-19
Stabilize macro_vis_matcher
Jakub Kozlowski
-3
/
+3
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-2
/
+2
2018-08-17
Fix undesirable fallout
Vadim Petrochenkov
-3
/
+3
2018-08-17
Stabilize `use_extern_macros`
Vadim Petrochenkov
-10
/
+2
2018-08-15
syntax: Enforce attribute grammar in the parser
Vadim Petrochenkov
-11
/
+2
2018-08-12
Prohibit using macro-expanded `macro_export` macros through module-relative p...
Vadim Petrochenkov
-1
/
+1
2018-08-06
Address review comments
Vadim Petrochenkov
-29
/
+4
2018-08-06
Enable macro modularization implicitly if one of "advanced" macro features is...
Vadim Petrochenkov
-8
/
+6
2018-08-05
Fix run-pass-fulldeps tests
varkor
-14
/
+14
2018-07-16
rustc: Stabilize much of the `proc_macro` feature
Alex Crichton
-50
/
+22
2018-07-14
Functions introducing procedural macros reserve a slot in the macro namespace...
Vadim Petrochenkov
-1
/
+1
2018-06-30
proc-macro: Use transparent marks for call-site hygiene
Vadim Petrochenkov
-1
/
+1
2018-06-26
lower case some feature gate messages
mark
-3
/
+3
2018-05-27
Make anon params lint warn-by-default
Mark Mansi
-0
/
+3
2018-05-18
rustc: Disallow modules and macros in expansions
Alex Crichton
-0
/
+96
2018-05-16
Fix stability annotations for already stable bits of proc macro API 1.1
Vadim Petrochenkov
-6
/
+3
2018-05-15
TokenTree: Op -> Punct, Term -> Ident
Vadim Petrochenkov
-11
/
+11
2018-05-14
typeck: Save the index of private fields
Dan Robertson
-0
/
+59
2018-05-10
Auto merge of #49823 - Zoxc:term-str, r=alexcrichton
bors
-3
/
+3
2018-05-02
fix tests
flip1995
-1
/
+1
2018-05-01
Remove `macro_reexport`
Vadim Petrochenkov
-21
/
+0
2018-04-30
Remove usages of Term::as_str and mark it for removal
John Kåre Alsaker
-3
/
+3
2018-04-30
Add a few more tests for proc macro feature gating
Vadim Petrochenkov
-13
/
+42
2018-04-21
Auto merge of #50120 - alexcrichton:more-proc-macro-gates, r=petrochenkov
bors
-5
/
+123
2018-04-20
rustc: Tweak custom attribute capabilities
Alex Crichton
-5
/
+123
2018-04-18
proc_macro: Stay on the "use the cache" path more
Alex Crichton
-0
/
+2
2018-04-06
Use `Ident` instead of `Name` in `MetaItem`
Vadim Petrochenkov
-1
/
+1
2018-04-05
Rollup merge of #49597 - alexcrichton:proc-macro-v2, r=petrochenkov
Alex Crichton
-40
/
+47
2018-04-03
expand macro invocations in `extern {}` blocks
Austin Bonander
-1
/
+79
2018-04-02
proc_macro: Reorganize public API
Alex Crichton
-40
/
+47
2018-04-02
Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonander
bors
-0
/
+139
2018-04-02
Expand attribute macros on statements and expressions.
Austin Bonander
-0
/
+139
2018-03-31
proc_macro: Tweak doc comments and negative literals
Alex Crichton
-3
/
+27
2018-03-13
Add test for issue 48941
Michael Lamparski
-0
/
+39
2018-01-15
Reexport -> re-export in prose and documentation comments
Carol (Nichols || Goulding)
-1
/
+1
2018-01-15
Reexport -> re-export in error messages
Carol (Nichols || Goulding)
-1
/
+1
2017-12-15
Same change to point at borrow for mir errors
Esteban Küber
-2
/
+2
2017-12-14
Do the same things for fulldeps tests
Vadim Petrochenkov
-93
/
+0
[next]