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
/
libcore
Age
Commit message (
Expand
)
Author
Lines
2013-02-01
core: Remove oldcomm
Brian Anderson
-550
/
+0
2013-02-01
Remove fail keyword from lexer & parser and clean up remaining calls to
Nick Desaulniers
-12
/
+12
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-20
/
+20
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-169
/
+172
2013-01-31
core: Remove transitional code
Tim Chevalier
-1052
/
+0
2013-01-31
messing around with pipes and stages
Tim Chevalier
-9
/
+16
2013-01-31
core: Stamp out XXXes (comments only)
Tim Chevalier
-5
/
+5
2013-01-31
Merge pull request #4706 from sanxiyn/cleanup-fixme
Brian Anderson
-7
/
+3
2013-01-31
Merge pull request #4702 from aydinkim/patch-1
Brian Anderson
-2
/
+0
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-2
/
+15
2013-01-31
Cleanup FIXMEs (#3488)
Seo Sanghyeon
-7
/
+3
2013-01-31
Delete unnecessary logs
Aydin Kim
-2
/
+0
2013-01-30
librustc: Change `self` as a type to `Self` everywhere. r=brson
Patrick Walton
-43
/
+42
2013-01-30
rustc: make integral type inference transactional, close #3211, close #4401, ...
Graydon Hoare
-66
/
+34
2013-01-30
Merge pull request #4687 from alexcrichton/hashmap-speedup
Tim Chevalier
-1
/
+1
2013-01-30
Add test for float::round
Cody Schroeder
-5
/
+9
2013-01-30
Use task local random when initializing maps
Alex Crichton
-1
/
+1
2013-01-29
librustc: Long lines. rs=burning
Patrick Walton
-1
/
+1
2013-01-29
librustc: Speed up byte copy operations. r=nmatsakis
Patrick Walton
-1
/
+45
2013-01-29
librustc: Strdup unique strings instead of copying in byte by byte. Shaves 2M...
Patrick Walton
-1
/
+6
2013-01-29
core tests: Add use vec; directive inside core::hashmap tests
Tim Chevalier
-0
/
+1
2013-01-29
Merge pull request #4682 from thestinger/treemap
Tim Chevalier
-4
/
+245
2013-01-29
De-capitalize "note" to get rid of spurious tidy warnings
Tim Chevalier
-1
/
+1
2013-01-29
add intersection and union to the Set trait
Daniel Micay
-1
/
+89
2013-01-29
add difference and symmetric_difference to Set
Daniel Micay
-0
/
+71
2013-01-29
add is_disjoint to the Set trait
Daniel Micay
-3
/
+34
2013-01-29
add is_subset and is_superset to the Set trait
Daniel Micay
-1
/
+52
2013-01-29
libcore: De-export libcore. rs=deexporting
Patrick Walton
-90
/
+73
2013-01-29
Long line
Tim Chevalier
-2
/
+2
2013-01-29
librustc: De-implicit-self the visitor. r=graydon
Patrick Walton
-4
/
+742
2013-01-29
librustc: Disallow trait bounds in types, enumerations, and structure definit...
Patrick Walton
-20
/
+304
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-6
/
+15
2013-01-29
Fix the len() method on LinearMap during popping
Alex Crichton
-1
/
+4
2013-01-28
core: Allow legacy records in in a few modules
Tim Chevalier
-0
/
+10
2013-01-28
Revert readline optimization and add test
Brian Anderson
-3
/
+11
2013-01-28
Slightly optimize read_line()
Michael Neumann
-3
/
+3
2013-01-28
Fix example code
Michael Neumann
-4
/
+4
2013-01-28
get rid of LinearMap's find_copy method
Daniel Micay
-20
/
+2
2013-01-26
Merge remote-tracking branch 'brson/nocommupstream2'
Brian Anderson
-581
/
+944
2013-01-26
core: Remove structural records in library tests
Tim Chevalier
-3
/
+6
2013-01-25
Fix Option camel case in comments
Tyler Bindon
-1
/
+1
2013-01-25
Merge remote-tracking branch 'brson/nocommupstream'
Brian Anderson
-581
/
+944
2013-01-25
Merge pull request #4625 from thestinger/container
Tim Chevalier
-44
/
+23
2013-01-24
core: Mop up Windows breakage
Tim Chevalier
-2
/
+2
2013-01-24
remove remaining is_not_empty functions/methods
Daniel Micay
-29
/
+1
2013-01-24
implement Mutable trait for vec
Daniel Micay
-3
/
+16
2013-01-24
replace ConstVector trait with the Container trait
Daniel Micay
-15
/
+9
2013-01-24
Merge pull request #4623 from thestinger/map
Tim Chevalier
-78
/
+59
2013-01-24
clean up LinearMap implementation
Daniel Micay
-78
/
+59
2013-01-24
Convert dlist records into structs
Erick Tryzelaar
-111
/
+128
[prev]
[next]