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
2015-05-12
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-1
/
+1
2015-04-25
Fix broken links in the docs
Florian Hartwig
-1
/
+1
2015-04-08
Allow plugins to register LLVM passes
Keegan McAllister
-0
/
+14
2015-03-28
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Manish Goregaokar
-1
/
+1
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-1
/
+1
2015-03-27
rollup merge of #23197: aatxe/master
Alex Crichton
-5
/
+0
2015-03-27
Updated std::dynamic_lib to use std::path.
Aaron Weiss
-5
/
+0
2015-03-26
Update docs to fix various 404s
Gary M. Josack
-1
/
+1
2015-03-12
Stabilize std::path
Aaron Turon
-0
/
+4
2015-03-06
Add #[allow_internal_unstable] to track stability for macros better.
Huon Wilson
-3
/
+8
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-5
/
+8
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-1
/
+1
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
-53
/
+64
2015-02-06
librustc has been updated
GuillaumeGomez
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-3
/
+3
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-7
/
+7
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
-6
/
+6
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-15
Syntax extensions on trait and impl items.
Nick Cameron
-2
/
+2
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
/
+38
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
-16
/
+26
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
2015-01-05
Replace LetSyntaxTT with MacroRulesTT
Keegan McAllister
-6
/
+15
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-3
/
+3
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
[next]