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
/
libstd
Age
Commit message (
Expand
)
Author
Lines
2011-12-17
libstd: Long lines
Brian Anderson
-1
/
+2
2011-12-17
libstd: Add 'xterm-256-color' to list of color-enabled terminals
Brian Anderson
-1
/
+1
2011-12-16
libstd: Temporarily use #[link_name = ""]
Brian Anderson
-0
/
+1
2011-12-16
implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...
Graham Fawcett
-4
/
+7
2011-12-16
std: file_is_dir -> path_is_dir, add path_exists
Elly Jones
-4
/
+14
2011-12-16
Merge pull request #1317 from boggle/fix1315
Graydon Hoare
-8
/
+9
2011-12-16
std: declared fns as pure where sensible
Stefan Plantikow
-8
/
+9
2011-12-16
reorder block() argument to bitv::process()
Niko Matsakis
-4
/
+4
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-8
/
+8
2011-12-16
Make 1.f parse as a field access on the integer 1
Marijn Haverbeke
-4
/
+4
2011-12-14
Remove some duplicated unused parts of std now that they're present in core.
Graydon Hoare
-3936
/
+3
2011-12-14
Fixed type resolution error in math tests
Stefan Plantikow
-0
/
+64
2011-12-14
std: export math_f* as math::f* submods and use tailcalls in std::math
Stefan Plantikow
-41
/
+42
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-29
/
+59
2011-12-13
stdlib: Fix spelling errors in documentation of libstd/str.rs
Patrick Walton
-6
/
+6
2011-12-09
Swap arg order for option::{may,maybe}
Erick Tryzelaar
-2
/
+2
2011-12-08
Add crate_type attributes to rustc, std, core
Brian Anderson
-1
/
+1
2011-12-07
use util::rational to work around bug w/ floats on win
Niko Matsakis
-4
/
+4
2011-12-07
Purge old map impl: more collisions, not clear it is safe on 64bit
Niko Matsakis
-205
/
+0
2011-12-07
improve comments
Niko Matsakis
-3
/
+21
2011-12-07
fix old map impl, add logging
Niko Matsakis
-15
/
+25
2011-12-07
add some debugging logs
Niko Matsakis
-1
/
+13
2011-12-07
dec size in remove
Niko Matsakis
-2
/
+2
2011-12-07
make rehashing more efficient by not re-allocating entries
Niko Matsakis
-18
/
+17
2011-12-07
implement a chained hashmap
Niko Matsakis
-2
/
+243
2011-12-07
Check for literals that are out of range for their type
Marijn Haverbeke
-1
/
+1
2011-12-07
Change literal representation to not truncate
Marijn Haverbeke
-5
/
+41
2011-12-07
repair more hash functions
Niko Matsakis
-1
/
+1
2011-12-07
Disallow binding by-mut-ref and by-move arguments
Marijn Haverbeke
-1
/
+1
2011-12-06
hack for now: map uint hashes into a u32, which helps x86_64 perf.
Niko Matsakis
-8
/
+12
2011-12-06
libstd: Update docs
Brian Anderson
-13
/
+177
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+12758