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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2014-12-20
Stabilize clone
Aaron Turon
-18
/
+37
2014-12-20
add {:?} fmt syntax
Sean McArthur
-0
/
+2
2014-12-20
Allow `Self` in impls.
Nick Cameron
-5
/
+90
2014-12-20
auto merge of #19511 : eddyb/rust/no-shadow, r=alexcrichton
bors
-244
/
+212
2014-12-20
use binary literals to better reflect "bitflags"
Jarod Liu
-21
/
+21
2014-12-19
Stabilize cell
Aaron Turon
-19
/
+13
2014-12-19
Stabilize integer modules
Aaron Turon
-12
/
+8
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-116
/
+97
2014-12-20
Fix more import_shadowing fallout in collections.
Eduard Burtescu
-52
/
+65
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-65
/
+41
2014-12-20
rustc_resolve: move export recording into its own module.
Eduard Burtescu
-122
/
+162
2014-12-20
rustc_resolve: move unused import checking into its own module.
Eduard Burtescu
-141
/
+178
2014-12-20
Split resolve from rustc::middle into rustc_resolve.
Eduard Burtescu
-24
/
+41
2014-12-20
rustc: middle: move some types from resolve to privacy.
Eduard Burtescu
-69
/
+70
2014-12-20
rustc: middle: move TraitItemKind from resolve to def.
Eduard Burtescu
-28
/
+25
2014-12-20
rustc: middle: move Export and ExportMap from resolve to def.
Eduard Burtescu
-26
/
+26
2014-12-20
rustc: middle: use cheaper Name in resolve::Export instead of String.
Eduard Burtescu
-9
/
+6
2014-12-20
rustc: middle: move TraitMap from resolve to ty.
Eduard Burtescu
-7
/
+6
2014-12-20
rustc: middle: move DefMap from resolve to def.
Eduard Burtescu
-26
/
+24
2014-12-20
middle: resolve: fix inconsistencies around ExportMap and remove the 2 suffix.
Eduard Burtescu
-43
/
+43
2014-12-20
rustc: don't allow(non_camel_case_types) in resolve.
Eduard Burtescu
-7
/
+6
2014-12-20
rustc: use Ty instead of passing ty::sty around.
Eduard Burtescu
-292
/
+259
2014-12-20
Remove feature(import_shadowing) from all crates.
Eduard Burtescu
-11
/
+9
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-266
/
+260
2014-12-20
auto merge of #19640 : aliblong/rust/power_of_two_reform, r=Gankro
bors
-37
/
+43
2014-12-20
Drop the Match prefix from the MatchSource variants
Barosl Lee
-20
/
+25
2014-12-20
Print a friendly error for the if-let construct without an else block
Barosl Lee
-9
/
+44
2014-12-20
Implement Deref for Box
Barosl Lee
-0
/
+15
2014-12-19
Reform power_of_two methods for perf increase & semantic change to consider 0...
Aaron Liblong
-37
/
+43
2014-12-19
std: Second pass stabilization of Result<T, E>
Alex Crichton
-54
/
+90
2014-12-19
load_self() needs to be public
Michael Neumann
-1
/
+1
2014-12-19
Implement resize for Vec
Chase Southwood
-0
/
+27
2014-12-19
hashset: Clean up and rename the HashSet iterators
bluss
-46
/
+83
2014-12-19
auto merge of #19463 : kali/rust/master, r=alexcrichton
bors
-2
/
+3
2014-12-20
Detect type inference failure when auto-dereferencing a pointer
Barosl Lee
-5
/
+26
2014-12-19
rustc: Start "stabilizing" some flags
Alex Crichton
-154
/
+276
2014-12-19
Miscellaneous changes to Rust Guide
Kevin Yap
-78
/
+76
2014-12-19
Register new snapshots
Alex Crichton
-835
/
+9
2014-12-19
windows: remove unused import
Jorge Aparicio
-1
/
+0
2014-12-19
libtime: use `#[deriving(Copy)]`
Jorge Aparicio
-9
/
+3
2014-12-19
libtest: use `#[deriving(Copy)]`
Jorge Aparicio
-11
/
+4
2014-12-19
libterm: use `#[deriving(Copy)]`
Jorge Aparicio
-14
/
+5
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-216
/
+77
2014-12-19
libstd: use `#[deriving(Copy)]`
Jorge Aparicio
-81
/
+30
2014-12-19
libserialize: use `#[deriving(Copy)]`
Jorge Aparicio
-16
/
+7
2014-12-19
librustrt: use `#[deriving(Copy)]`
Jorge Aparicio
-2
/
+1
2014-12-19
librustdoc: use `#[deriving(Copy)]`
Jorge Aparicio
-24
/
+11
2014-12-19
librustc_typeck: use `#[deriving(Copy)]`
Jorge Aparicio
-27
/
+11
2014-12-19
librustc_trans: use `#[deriving(Copy)]`
Jorge Aparicio
-109
/
+43
2014-12-19
librustc_llvm: use `#[deriving(Copy)]`
Jorge Aparicio
-49
/
+22
[prev]
[next]