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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail-fulldeps
Age
Commit message (
Expand
)
Author
Lines
2019-03-21
cleanup: Remove compile-fail-fulldeps directory again
Vadim Petrochenkov
-45
/
+0
2019-01-19
Fix lints in tests
John Kåre Alsaker
-0
/
+4
2019-01-13
Removed more copyright notices.
Alexander Regueiro
-10
/
+0
2018-12-26
Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.
Alexander Regueiro
-0
/
+51
2018-12-09
Move compile-fail-fulldeps tests to ui-fulldeps
Vadim Petrochenkov
-1238
/
+0
2018-11-30
tests: move all proc_macro tests from -fulldeps.
Eduard-Mihai Burtescu
-1511
/
+0
2018-11-30
tests: remove ignore-stage1 where possible in proc_macro tests.
Eduard-Mihai Burtescu
-13
/
+0
2018-11-27
remove uses of feature gate
Mark Mansi
-3
/
+0
2018-10-19
Update TypedArena tests
Oliver Scherer
-2
/
+2
2018-10-02
Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg...
jeb
-8
/
+4
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-3
/
+0
2018-09-25
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
[next]