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
/
metadata
/
loader.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-5
/
+8
2013-03-13
Remove `++` mode from the compiler (it is parsed as `+` mode)
Niko Matsakis
-1
/
+1
2013-03-05
core: convert vec::{last,last_opt} to return references
Erick Tryzelaar
-2
/
+2
2013-03-05
rustc: minor code cleanup
Erick Tryzelaar
-1
/
+1
2013-03-05
rustc: remove some copies
Erick Tryzelaar
-6
/
+7
2013-02-20
Merge
Tim Chevalier
-2
/
+2
2013-02-20
librustc: Get rid of structural records save for front/test.rs.
Luqman Aden
-19
/
+17
2013-02-19
librustc: convert creader and cstore to use @~strs
Erick Tryzelaar
-6
/
+6
2013-02-19
librustc: minor cleanup
Erick Tryzelaar
-8
/
+8
2013-02-19
convert syntax::attr to use @~strs
Erick Tryzelaar
-1
/
+1
2013-02-15
librustc: Get rid of `move`.
Luqman Aden
-1
/
+1
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-2
/
+2
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-2
/
+2
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-2
/
+3
2013-01-29
librustc: De-export metadata. rs=deexporting
Patrick Walton
-21
/
+11
2013-01-24
remove remaining is_not_empty functions/methods
Daniel Micay
-1
/
+1
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-40
/
+42
2013-01-14
syntax/rustc: Eliminate some bad copies
Tim Chevalier
-1
/
+1
2013-01-13
Support ARM and Android
kyeongwoon
-2
/
+5
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-2
/
+3
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-3
/
+2
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-2
/
+3
2013-01-08
arrange core::os::consts
ILyoan
-5
/
+11
2013-01-07
librustc: Make vectors no longer implicitly copyable in rustc. r=graydon
Patrick Walton
-8
/
+9
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-5
/
+17
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-1
/
+1
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-2
/
+2
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-0
/
+238