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
/
front
/
std_inject.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-02
Bump version to 0.9
Brian Anderson
-1
/
+1
2014-01-02
auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton
bors
-9
/
+7
2014-01-02
Inject std libs with versions
Florian Hahn
-3
/
+8
2014-01-01
Remove `extern mod foo (name="bar")` syntax, closes #9543
Florian Hahn
-7
/
+0
2014-01-01
syntax::codemap: Add static DUMMY_SP
klutzy
-7
/
+7
2013-12-29
Make ast_fold take &mut self
Steven Fackler
-4
/
+4
2013-12-26
librustc: De-`@mut` `building_library` in the session
Patrick Walton
-1
/
+1
2013-12-24
rustc: Temporarily inject libgreen with librustuv
Alex Crichton
-0
/
+9
2013-11-26
Support multiple item macros
Steven Fackler
-2
/
+3
2013-11-08
Generalize AST and ty::Generics to accept multiple lifetimes.
Niko Matsakis
-2
/
+2
2013-10-29
Move rust's uv implementation to its own crate
Alex Crichton
-7
/
+22
2013-09-29
Remove all usage of @ast::Crate
Alex Crichton
-8
/
+7
2013-09-26
Update version numbers to 0.9-pre
Brian Anderson
-1
/
+1
2013-09-23
librustc: Change fold to use traits instead of `@fn`.
Patrick Walton
-83
/
+96
2013-09-21
Update version numbers to 0.8
Brian Anderson
-1
/
+1
2013-09-10
Delay assignment of node ids until after expansion. Ensures that each AST node
Niko Matsakis
-2
/
+2
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-2
/
+2
2013-08-27
librustc: Add support for type parameters in the middle of paths.
Patrick Walton
-5
/
+12
2013-08-09
std/rustc/rustpkg/syntax: Support the `extern mod = ...` form
Tim Chevalier
-1
/
+1
2013-07-22
Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.
Michael Woerister
-9
/
+9
2013-07-20
syntax: modernise attribute handling in syntax::attr.
Huon Wilson
-11
/
+5
2013-07-17
librustc: Remove all uses of the `Copy` bound.
Patrick Walton
-1
/
+1
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-3
/
+3
2013-07-17
rustc: implement a `#[no_implicit_prelude]` attribute.
Huon Wilson
-1
/
+19
2013-07-08
Bump version numbers to 0.8-pre
Brian Anderson
-1
/
+1
2013-07-07
De-managed ast::Path
James Miller
-1
/
+1
2013-07-07
Stop allocating view_items with @
James Miller
-2
/
+2
2013-06-30
Bump version from 0.7-pre to 0.7
Brian Anderson
-1
/
+1
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-2
/
+1
2013-06-27
Remove many shared pointers
Philipp Brüschweiler
-2
/
+2
2013-06-13
Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
Huon Wilson
-2
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-1
/
+2
2013-05-22
librustc: Make `std_inject` inject the name `std`, not `core`
Patrick Walton
-2
/
+2
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-22
librustc: Rename core injection to std injection
Patrick Walton
-0
/
+107