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
2015-05-24
Auto merge of #25168 - Manishearth:register_attr, r=eddyb
bors
-0
/
+20
2015-05-13
address more review comments
Manish Goregaokar
-1
/
+1
2015-05-07
address review comments
Manish Goregaokar
-8
/
+5
2015-05-07
Add support for registering attributes with rustc in plugins
Manish Goregaokar
-0
/
+23
2015-04-25
Rebasing and making MulitDecorators work
Nick Cameron
-7
/
+2
2015-04-25
Merge branch 'syntax' of https://github.com/aochagavia/rust into mulit-decor
Nick Cameron
-0
/
+7
2015-04-08
Allow plugins to register LLVM passes
Keegan McAllister
-0
/
+14
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-1
/
+1
2015-03-06
Add #[allow_internal_unstable] to track stability for macros better.
Huon Wilson
-3
/
+8
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-1
/
+1
2015-02-09
Use a crate attribute to load plugins
Keegan McAllister
-5
/
+8
2015-01-31
Replace uses of Decorator and Modifier
Adolfo OchagavĂa
-1
/
+3
2015-01-15
Syntax extensions on trait and impl items.
Nick Cameron
-2
/
+2
2015-01-05
Pass the #[plugin(...)] meta item to the registrar
Keegan McAllister
-0
/
+13
2015-01-05
Replace LetSyntaxTT with MacroRulesTT
Keegan McAllister
-6
/
+15
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-3
/
+3
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-09-10
Remove BasicMacroExpander and BasicIdentMacroExpander
Steven Fackler
-8
/
+3
2014-08-30
Add lint groups; define built-in lint groups `bad_style` and `unused`
P1start
-1
/
+12
2014-07-08
introducing let-syntax
John Clements
-1
/
+3
2014-06-24
Implement lint plugins
Keegan McAllister
-0
/
+11
2014-06-09
Document rustc::plugin
Keegan McAllister
-3
/
+18
2014-06-09
Implement #[plugin_registrar]
Keegan McAllister
-0
/
+55