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
/
load.rs
Age
Commit message (
Expand
)
Author
Lines
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-1
/
+1
2015-03-27
Updated std::dynamic_lib to use std::path.
Aaron Weiss
-5
/
+0
2015-03-12
Stabilize std::path
Aaron Turon
-0
/
+4
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-5
/
+8
2015-02-24
std: Move std::env to the new I/O APIs
Alex Crichton
-2
/
+2
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-3
/
+3
2015-02-12
Separate macro and plugin loading
Keegan McAllister
-167
/
+12
2015-02-12
creader: Clean up macro/plugin API
Keegan McAllister
-27
/
+13
2015-02-10
Forbid undefined names in macro use / macro reexport
Keegan McAllister
-26
/
+41
2015-02-09
Add a help message for deprecated #[plugin] extern crate
Keegan McAllister
-0
/
+3
2015-02-09
Use a crate attribute to load plugins
Keegan McAllister
-42
/
+55
2015-02-06
librustc has been updated
GuillaumeGomez
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-2
/
+2
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-6
/
+6
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-5
/
+5
2015-02-01
std: Add a new `env` module
Alex Crichton
-2
/
+2
2015-01-21
rustc: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-8
/
+16
2015-01-08
librustc_driver: Add support for loading plugins via command line (fixes #15446)
Manish Goregaokar
-19
/
+18
2015-01-08
librustc::plugin : make PluginLoader usable for loading argument-specified pl...
Manish Goregaokar
-17
/
+39
2015-01-08
librustc::metadata : Allow passing a string to read_plugin_metadata
Manish Goregaokar
-2
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-3
/
+3
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
2015-01-05
Forbid '#[macro_use] extern crate' outside the crate root
Keegan McAllister
-0
/
+16
2015-01-05
Pass the #[plugin(...)] meta item to the registrar
Keegan McAllister
-7
/
+25
2015-01-05
Allow selective macro import
Keegan McAllister
-5
/
+28
2015-01-05
Move #[macro_reexport] to extern crate
Keegan McAllister
-1
/
+27
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-12
/
+22
2015-01-05
creader: Load parts of plugin metadata on demand
Keegan McAllister
-32
/
+27
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-20
/
+13
2015-01-05
creader: Use a single struct
Keegan McAllister
-3
/
+3
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-3
/
+3
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-19
Remove a large amount of deprecated functionality
Alex Crichton
-2
/
+2
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-1
/
+1
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-4
/
+4
2014-07-21
rustc: Pass optional additional plugins to compile_input
Brian Anderson
-2
/
+16
2014-07-11
make walk/visit_mac opt-in only
John Clements
-0
/
+5
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-1
/
+1
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
-1
/
+15
2014-06-09
Implement #[plugin_registrar]
Keegan McAllister
-0
/
+131