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-06-27
Update to 0.11.0
0.11.0
Alex Crichton
-1
/
+1
2014-06-15
Register new snapshots
Alex Crichton
-8
/
+0
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-1
/
+1
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-0
/
+8
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-3
/
+5
2014-06-10
auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton
bors
-7
/
+3
2014-06-09
Implement #[plugin_registrar]
Keegan McAllister
-1
/
+1
2014-06-08
Remove the dead code identified by the new lint
Jakub Wieczorek
-7
/
+3
2014-05-24
First sketch of lint pass
Steven Fackler
-0
/
+6
2014-05-24
Add AttrId to Attribute_
Steven Fackler
-4
/
+7
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-1
/
+1
2014-05-20
Change std inject attributes to outer attributes
Kevin Ballard
-23
/
+29
2014-05-13
rustc: Make std_inject valid for pretty-printer
klutzy
-3
/
+25
2014-05-12
Add the patch number to version strings. Closes #13289
Brian Anderson
-1
/
+1
2014-05-11
Reorganise driver code.
Nick Cameron
-2
/
+2
2014-05-02
rustc: Remove the session building_library flag
Alex Crichton
-2
/
+5
2014-04-26
syntax: ViewItemUse no longer contains multiple view paths.
Kang Seonghoon
-1
/
+1
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-2
/
+2
2014-04-03
Bump version to 0.11-pre
Brian Anderson
-1
/
+1
2014-03-31
Bump version to 0.10
Alex Crichton
-1
/
+1
2014-03-31
vec: convert `append` and `append_one` to methods
Daniel Micay
-2
/
+1
2014-03-21
auto merge of #13016 : huonw/rust/new-opt-vec, r=cmr
bors
-3
/
+3
2014-03-22
Migrate all users of opt_vec to owned_slice, delete opt_vec.
Huon Wilson
-3
/
+3
2014-03-21
rustc: Switch defaults from libgreen to libnative
Alex Crichton
-13
/
+5
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-3
/
+3
2014-03-17
De-@ Session usage.
Eduard Burtescu
-10
/
+10
2014-03-12
Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.
Felix S. Klock II
-2
/
+2
2014-03-07
rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...
Liigo Zhuang
-3
/
+3
2014-03-01
librustc: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-20
/
+19
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-5
/
+5
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-28
/
+28
2014-02-02
librustc: Fix merge fallout.
Patrick Walton
-5
/
+12
2014-01-24
Move macro_rules! macros to libstd
Steven Fackler
-20
/
+46
2014-01-20
Register new snapshots
Alex Crichton
-2
/
+1
2014-01-18
Forbid unnecessary visibility on view items
Alex Crichton
-4
/
+4
2014-01-15
Add a configure to disable libstd version injection
Alex Crichton
-3
/
+16
2014-01-12
Bump version to 0.10-pre
Brian Anderson
-8
/
+3
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-29
/
+28
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
[next]