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
2012-08-30
libcore: rewrite vec::unsafe::from_buf in pure rust
Erick Tryzelaar
-7
/
+5
2012-08-30
Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.
Graydon Hoare
-52
/
+48
2012-08-30
Change str : Eq to use memcmp.
Graydon Hoare
-11
/
+11
2012-08-30
Bump version to 0.4
Brian Anderson
-3
/
+3
2012-08-30
Add an impl path::WindowsPath : Eq.
Graydon Hoare
-0
/
+9
2012-08-30
Start moving core::hash to support a Hash trait. Add to_bytes::IterBytes trait.
Graydon Hoare
-34
/
+408
2012-08-30
libstd: More test fixes
Patrick Walton
-1
/
+3
2012-08-30
libcore: Fix test issues harder
Patrick Walton
-1
/
+1
2012-08-30
libcore: Fix test issues
Patrick Walton
-4
/
+4
2012-08-30
cargo: Fix some lack of knowledge of basic algebraic identities
Patrick Walton
-51
/
+9
2012-08-30
libcore: Add missing unit.rs
Patrick Walton
-0
/
+17
2012-08-29
rustc: Make `<=`, `>=`, and `>` use traits as well
Patrick Walton
-19
/
+166
2012-08-29
libcore: Fix build breakage
Patrick Walton
-1
/
+1
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-68
/
+399
2012-08-29
core: Demode int/uint mods
Brian Anderson
-12
/
+20
2012-08-29
core: Don't normalize paths by default. Add a normalize method
Brian Anderson
-22
/
+47
2012-08-29
core: Export sys::Closure
Brian Anderson
-0
/
+1
2012-08-29
Add sys::Closure type
Brian Anderson
-0
/
+27
2012-08-29
Add vec::truncate, for efficiently shortening a vector.
Jed Davis
-0
/
+24
2012-08-29
Replace core::path with contents of core::path2. Back to one path module.
Graydon Hoare
-985
/
+480
2012-08-28
libcore: fix a typo exporting Err.
Erick Tryzelaar
-1
/
+1
2012-08-28
correct name of SendMap trait
Niko Matsakis
-1
/
+1
2012-08-28
Compress metadata section. Seems a minor speed win, major space win.
Graydon Hoare
-0
/
+81
2012-08-28
Import Result, Ok, and Err by default. Closes #3287
Brian Anderson
-0
/
+3
2012-08-28
Convert core::pipes to camel case
Brian Anderson
-167
/
+235
2012-08-28
refactor send_map impl to be based on structs
Niko Matsakis
-19
/
+47
2012-08-27
make rand code use slices
Niko Matsakis
-14
/
+14
2012-08-27
preliminary work on making future's sendable
Niko Matsakis
-26
/
+86
2012-08-27
libcore: Replace a bunch of "== None" with ".is_none()".
Patrick Walton
-80
/
+80
2012-08-27
libcore: Use is_none() in pipes
Patrick Walton
-1
/
+1
2012-08-27
libcore: Fix equality for pointers... again
Patrick Walton
-2
/
+2
2012-08-27
libcore: Fix signature of the impl for *T
Patrick Walton
-1
/
+1
2012-08-27
libcore: Fix a use of the shape glue in TLS
Patrick Walton
-1
/
+1
2012-08-27
libcore: Implement equality for pointers
Patrick Walton
-0
/
+6
2012-08-27
rustc: Implement equality for option types
Patrick Walton
-0
/
+21
2012-08-27
Camel case various core constructors
Brian Anderson
-175
/
+176
2012-08-27
libcore: Implement equality and ordering on vectors
Patrick Walton
-0
/
+75
2012-08-27
libcore: Implement Eq for string types
Patrick Walton
-0
/
+25
2012-08-27
libcore: Fix build harder
Patrick Walton
-27
/
+27
2012-08-27
libcore: Fix core test
Patrick Walton
-17
/
+27
2012-08-27
Convert core::result to camel case
Brian Anderson
-124
/
+124
2012-08-27
libcore: Implement ord and eq language items
Patrick Walton
-0
/
+4
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
Fix region-related unsafety in arc::get's signature
Ben Blum
-4
/
+4
2012-08-26
minor core/std cleanup
Ben Blum
-3
/
+3
2012-08-26
Camel case the option type
Brian Anderson
-905
/
+908
2012-08-26
libcore: Implement result::get_ref.
Patrick Walton
-0
/
+16
2012-08-25
libcore: Add some methods to make working with string slices easier
Patrick Walton
-0
/
+56
2012-08-25
libstd: Don't make task-local GC data when creating TCP streams.
Patrick Walton
-11
/
+19
[next]