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
/
librustc_plugin
/
registry.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-1
/
+1
2019-02-11
Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs
Oliver Scherer
-1
/
+1
2019-02-11
Rename the `exp` field to mirror its uses
Oliver Scherer
-2
/
+2
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-3
/
+3
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib...
Vadim Petrochenkov
-16
/
+0
2018-08-31
Add deprecated_name argument to the register lint group functions
flip1995
-3
/
+10
2018-08-28
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
Eduard-Mihai Burtescu
-3
/
+3
2018-06-27
Implement `#[macro_export(local_inner_macros)]`
Vadim Petrochenkov
-0
/
+3
2018-05-17
Pass crate editions to macro expansions, update tests
Vadim Petrochenkov
-2
/
+6
2018-05-05
Misc tweaks
John Kåre Alsaker
-2
/
+0
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