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
Age
Commit message (
Expand
)
Author
Lines
2018-05-05
Misc tweaks
John Kåre Alsaker
-3
/
+0
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-03-16
Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkov
bors
-2
/
+5
2018-03-07
check stability of macro invocations
Austin Bonander
-2
/
+5
2018-03-05
Turn features() into a query.
Michael Woerister
-1
/
+1
2018-02-20
stage0 cfg cleanup
Mark Simulacrum
-1
/
+0
2018-01-16
Don't include DefIndex in plugin- and proc-macro registrar fn symbol.
Michael Woerister
-2
/
+2
2018-01-04
rustc: Don't use relative paths for extended errors
Alex Crichton
-0
/
+1
2018-01-01
Fix broken links in internal docs
Malo Jaffré
-1
/
+1
2017-12-04
rustc_back: move dynamic_lib to rustc_metadata.
Irina-Gabriela Popa
-3
/
+1
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-22
Auto merge of #44008 - RalfJung:staged1, r=alexcrichton
bors
-0
/
+1
2017-08-21
rustc_plugin: use staged API
Ralf Jung
-0
/
+1
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-5
/
+5
2017-08-12
syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.
Eduard-Mihai Burtescu
-4
/
+18
2017-08-06
de-orphan extended information
Zack M. Davis
-0
/
+2
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-3
/
+13
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-4
/
+0
2017-06-15
Update older URLs pointing to the first edition of the Book
Wonwoo Choi
-2
/
+2
2017-05-13
Support #[allow] etc logic on a per macro level
est31
-1
/
+2
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-04-18
kill a bunch of one off tasks
Niko Matsakis
-2
/
+0
2017-04-13
remove `LinkMeta` from `SharedCrateContext`
Niko Matsakis
-2
/
+2
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-2
/
+2
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-3
/
+3
2017-03-10
Remove ability for plugins to register a MIR pass
Simonas Kazlauskas
-11
/
+0
2017-01-22
Remove unused `extern crate`s.
Jeffrey Seyfried
-2
/
+0
2017-01-22
Warn on unused `#[macro_use]` imports.
Jeffrey Seyfried
-3
/
+1
2017-01-08
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
bors
-1
/
+1
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-12-29
Fallout from updating bootstrap Cargo
Alex Crichton
-0
/
+1
2016-12-28
rustc: separate TraitItem from their parent Item, just like ImplItem.
Eduard-Mihai Burtescu
-0
/
+3
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-11-20
Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.
Jeffrey Seyfried
-2
/
+2
2016-11-16
fallout from separating impl-items from impls
Niko Matsakis
-0
/
+3
2016-11-16
refactor Visitor into ItemLikeVisitor and intravisit::Visitor
Niko Matsakis
-3
/
+3
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-5
/
+5
2016-10-29
Move `CrateConfig` from `Crate` to `ParseSess`.
Jeffrey Seyfried
-7
/
+3
2016-10-22
Remove `CrateReader`, use `CrateLoader` instead.
Jeffrey Seyfried
-3
/
+3
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-31
Change 'rustc::plugin' to 'rustc_plugin' in doc comment
Chiu-Hsiang Hsu
-1
/
+1
[next]