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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-17
Rename directory `rustc_plugin` -> `rustc_plugin_impl`
Vadim Petrochenkov
-64
/
+0
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-1
/
+0
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-1
/
+1
2019-09-05
Remove rustc_diagnostic_macros feature
Mark Rousskov
-1
/
+0
2019-09-05
Replace diagnostic plugins with macro_rules
Mark Rousskov
-3
/
+1
2019-08-20
Deprecate using rustc_plugin without the rustc_driver dylib.
Simon Sapin
-2
/
+1
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-2
/
+0
2019-07-07
Link compiler plugins to rustc_driver
John Kåre Alsaker
-0
/
+1
2019-05-05
Rollup merge of #60131 - agnxy:doc-link, r=ehuss
Manish Goregaokar
-2
/
+3
2019-04-20
Fix broken link in rustc_plugin doc
Andrew Xu
-2
/
+3
2019-04-17
Rename modules
Yuki OKUSHI
-1
/
+1
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-10
Revert removed #![feature(nll)]
Taiki Endo
-0
/
+1
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-02-06
librustc_plugin => 2018
Taiki Endo
-8
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-23
Fix recursion limits
John Kåre Alsaker
-0
/
+2
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-09
[nll] librustc_plugin: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
2018-07-12
Deny bare trait objects in the rest of rust
ljedrz
-0
/
+2
2018-05-05
Misc tweaks
John Kåre Alsaker
-1
/
+0
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-02-20
stage0 cfg cleanup
Mark Simulacrum
-1
/
+0
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
-1
/
+0
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-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-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-01-22
Remove unused `extern crate`s.
Jeffrey Seyfried
-1
/
+0
2017-01-22
Warn on unused `#[macro_use]` imports.
Jeffrey Seyfried
-2
/
+1
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-08-31
Change 'rustc::plugin' to 'rustc_plugin' in doc comment
Chiu-Hsiang Hsu
-1
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-0
/
+2
2016-06-08
remove the librustc_trans -> librustc_mir dependency
Ariel Ben-Yehuda
-1
/
+0
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+0
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-1
/
+1
2016-02-09
Allow registering MIR-passes through compiler plugins
Oliver Schneider
-0
/
+1
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-2
/
+3
2015-12-21
Register new snapshots
Alex Crichton
-2
/
+0
[next]