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
Age
Commit message (
Expand
)
Author
Lines
2012-08-27
libcore: Fix core test
Patrick Walton
-17
/
+27
2012-08-27
Convert core::result to camel case
Brian Anderson
-845
/
+845
2012-08-27
libcore: Implement ord and eq language items
Patrick Walton
-37
/
+54
2012-08-27
rustc: Avoid an allocation on every GEPi
Patrick Walton
-114
/
+110
2012-08-27
remove ipv4 match which looks like it was... purposeless
Niko Matsakis
-58
/
+54
2012-08-27
fix a few remaining unused pattern binding warnings
Niko Matsakis
-3
/
+3
2012-08-27
rustc: make sure to import shr.
Erick Tryzelaar
-1
/
+1
2012-08-27
rustc: Fix typo in variant name
Erick Tryzelaar
-1
/
+1
2012-08-27
rustc: import vstore_uniq
Erick Tryzelaar
-1
/
+2
2012-08-27
rustc: more pattern cleanup
Erick Tryzelaar
-79
/
+74
2012-08-27
rustc: fix the unused pattern vars warnings.
Erick Tryzelaar
-35
/
+35
2012-08-27
libcore: fix indention.
Erick Tryzelaar
-74
/
+74
2012-08-27
Convert over some residual uses of #oldmacros.
Graydon Hoare
-21
/
+31
2012-08-27
rustc: When landing pads are off, avoid skipping cleanup code.
Elliott Slaughter
-2
/
+10
2012-08-27
rustc: Break cyclical dependence between emit_tydescs and gen_shape_tables.
Elliott Slaughter
-0
/
+41
2012-08-27
change to 4-space indents everywhere
Niko Matsakis
-2
/
+1
2012-08-27
Fix region-related unsafety in arc::get's signature
Ben Blum
-5
/
+5
2012-08-26
fix bench test for arc::arc camelcase
Ben Blum
-3
/
+3
2012-08-26
convert std::arc tests to use camel case ARCs
Ben Blum
-2
/
+2
2012-08-26
convert std::arc types to camelcase
Ben Blum
-77
/
+79
2012-08-26
minor core/std cleanup
Ben Blum
-5
/
+5
2012-08-26
convert std::sync types to camelcase
Ben Blum
-135
/
+137
2012-08-26
vim - camel-case the non builtin types
Ben Blum
-6
/
+6
2012-08-26
Camel case the option type
Brian Anderson
-4926
/
+4929
2012-08-26
Fix build breakage
Brian Anderson
-5
/
+7
2012-08-26
libcore: Implement result::get_ref.
Patrick Walton
-0
/
+16
2012-08-26
rustc: Use memmove in unsafe::reinterpret_cast (issue #3025).
Patrick Walton
-3
/
+6
2012-08-26
rustc: Use memset when zeroing allocas out (issue #3025).
Patrick Walton
-2
/
+30
2012-08-25
libcore: Add some methods to make working with string slices easier
Patrick Walton
-0
/
+56
2012-08-25
rustc: Add some more debugging to vtable
Patrick Walton
-2
/
+2
2012-08-25
Merge pull request #3282 from killerswan/modes5
Brian Anderson
-38
/
+50
2012-08-25
libstd: Don't make task-local GC data when creating TCP streams.
Patrick Walton
-21
/
+33
2012-08-25
libcore: Add an implementation of to_str for &str.
Patrick Walton
-0
/
+3
2012-08-25
Fix more unused variable warnings
Brian Anderson
-8
/
+8
2012-08-25
Fix some unused variable warnings
Brian Anderson
-27
/
+21
2012-08-25
Update test for new struct field syntax (fixes build breakage)
Tim Chevalier
-1
/
+1
2012-08-25
Merge pull request #3278 from erickt/incoming
Tim Chevalier
-12
/
+12
2012-08-25
libsyntax: Accept ',' to separate struct fields. Closes #3263.
Patrick Walton
-2
/
+14
2012-08-25
Remove deprecated modes from SHA1 and MD4 in libstd
Kevin Cantu
-37
/
+46
2012-08-25
Remove deprecated modes from libstd/timer.rs
Kevin Cantu
-1
/
+4
2012-08-25
rustc: Implement foreign constants.
Patrick Walton
-71
/
+139
2012-08-25
libstd: Suppress warning about unused variable in net_tcp.
Erick Tryzelaar
-1
/
+1
2012-08-25
libstd: serialization should use &strs.
Erick Tryzelaar
-11
/
+11
2012-08-25
Add test case for #2356
Tim Chevalier
-0
/
+4
2012-08-25
Add backquotes to error message
Tim Chevalier
-2
/
+2
2012-08-25
implements issue #2356
Vincent Belliard
-6
/
+56
2012-08-25
Add either::unwrap_{left,right}
Ben Blum
-0
/
+16
2012-08-25
Use region variance to remove a bunch of unsafety in sync/arc (#2282)
Ben Blum
-54
/
+15
2012-08-25
Use less move_it in pipes and future (all but one use)
Ben Blum
-28
/
+16
2012-08-25
Implement option::unwrap safely...!
Ben Blum
-16
/
+11
[prev]
[next]