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
/
librustc_plugin
/
registry.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-07
check stability of macro invocations
Austin Bonander
-2
/
+5
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-08-12
syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.
Eduard-Mihai Burtescu
-4
/
+18
2017-05-13
Support #[allow] etc logic on a per macro level
est31
-1
/
+2
2017-03-10
Remove ability for plugins to register a MIR pass
Simonas Kazlauskas
-11
/
+0
2016-12-23
Allow legacy custom derive authors to disable warnings in downstream crates.
Jeffrey Seyfried
-0
/
+18
2016-11-21
Cleanup `InternedString`.
Jeffrey Seyfried
-1
/
+1
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-2
/
+2
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-5
/
+5
2016-09-26
Forbid user-defined macros named "macro_rules".
Jeffrey Seyfried
-0
/
+3
2016-09-23
reviewer comments and rebasing
Nick Cameron
-6
/
+2
2016-09-22
Adds a `ProcMacro` form of syntax extension
Nick Cameron
-0
/
+2
2016-09-15
Remove `MacroRulesTT`.
Jeffrey Seyfried
-5
/
+1
2016-09-04
Auto merge of #36240 - leeopop:master, r=jseyfried
bors
-2
/
+2
2016-09-04
Allow CompilerControllers to access rustc_plugin::registry::Registry structure.
Keunhong Lee
-2
/
+2
2016-09-02
rustc: Implement custom derive (macros 1.1)
Alex Crichton
-1
/
+0
2016-08-25
Implement RFC#1559: allow all literals in attributes.
Sergio Benitez
-3
/
+2
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-05-10
fix Registry::args for plugins loaded with --extra-plugins
Oliver Schneider
-2
/
+5
2016-03-04
Add Pass manager for MIR
Simonas Kazlauskas
-3
/
+3
2016-02-09
Allow registering MIR-passes through compiler plugins
Oliver Schneider
-0
/
+11
2015-11-26
move librustc/plugin to librustc_plugin
Ariel Ben-Yehuda
-0
/
+155