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
2014-11-29
Replace some verbose match statements with their `if let` equivalent.
jfager
-7
/
+4
2014-11-26
/*! -> //!
Steve Klabnik
-48
/
+46
2014-11-19
Make os::getcwd() return IoResult<Path>
Barosl Lee
-1
/
+1
2014-11-18
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...
Niko Matsakis
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-2
/
+2
2014-10-01
Add a guide to compiler plugins
Keegan McAllister
-2
/
+2
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-13
auto merge of #17162 : sfackler/rust/decorator-traits, r=huonw
bors
-8
/
+3
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-2
/
+2
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-8
/
+8
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-21
rustc: Pass optional additional plugins to compile_input
Brian Anderson
-2
/
+16
2014-07-12
auto merge of #15601 : jbclements/rust/disable-default-macro-behavior, r=alex...
bors
-0
/
+5
2014-07-11
make walk/visit_mac opt-in only
John Clements
-0
/
+5
2014-07-09
Register new snapshots
Alex Crichton
-1
/
+1
2014-07-08
introducing let-syntax
John Clements
-1
/
+3
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-1
/
+1
2014-06-24
Implement lint plugins
Keegan McAllister
-0
/
+11
2014-06-13
librustc: Forbid `transmute` from being called on types whose size is
Patrick Walton
-2
/
+4
2014-06-09
std: Move dynamic_lib from std::unstable to std
Brian Anderson
-1
/
+1
2014-06-09
Document rustc::plugin
Keegan McAllister
-5
/
+99
2014-06-09
Implement #[plugin_registrar]
Keegan McAllister
-0
/
+246
[prev]