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
/
fs.rs
Age
Commit message (
Expand
)
Author
Lines
2012-02-29
std: DeCamelCase fs::splitDirnameBasename
Brian Anderson
-3
/
+3
2012-02-23
Finish cleanup of core::str
Marijn Haverbeke
-12
/
+8
2012-02-23
Various cleanups and optimizations in core::str
Marijn Haverbeke
-13
/
+5
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-6
/
+6
2012-02-23
(core::str) do some replacements
Kevin Cantu
-4
/
+4
2012-02-23
(core::char) rename slice -> slice_chars
Kevin Cantu
-2
/
+2
2012-02-23
(core::str) rename rindex -> rindex_chars
Kevin Cantu
-2
/
+2
2012-02-23
(core::str) mostly rename len -> len_chars
Kevin Cantu
-1
/
+1
2012-02-22
Remove preconditions from libraries
Marijn Haverbeke
-2
/
+1
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-6
/
+6
2012-02-12
(core::str) move push_byte, push_bytes, pop_byte, and shift_byte into str::un...
Kevin Cantu
-3
/
+3
2012-02-11
using str::rindex...
Kevin Cantu
-17
/
+20
2012-02-11
core::str rename [r]index -> [r]index_bytes
Kevin Cantu
-4
/
+4
2012-02-09
Increase precedence of as operator
Marijn Haverbeke
-2
/
+2
2012-02-07
core: make str::substr use char positions (and replace other uses)
Kevin Cantu
-2
/
+2
2012-02-07
String split renaming:
Kevin Cantu
-4
/
+9
2012-02-05
std: Use ctypes::c_int in path_is_dir
Brian Anderson
-4
/
+1
2012-02-01
Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes and
Kevin Cantu
-1
/
+1
2012-02-01
Propagating unsafe::slice 2
Kevin Cantu
-2
/
+2
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-1
/
+1
2012-01-19
libstd: Revert an integer type casting
Haitao Li
-1
/
+4
2012-01-19
rustc: Use integer from ctypes consistently
Haitao Li
-2
/
+6
2012-01-19
Use ctypes in native function declarations
Haitao Li
-4
/
+4
2012-01-17
libstd: Move std tests into libstd
Brian Anderson
-0
/
+285
2012-01-09
Fix rpath bug.
Graydon Hoare
-9
/
+12
2012-01-06
std: Untabify
Brian Anderson
-10
/
+10
2012-01-06
std: Add fs::homedir
Brian Anderson
-0
/
+48
2012-01-01
freebsd support
User Jyyou
-0
/
+4
2011-12-19
preparing for removing math from std
Stefan Plantikow
-0
/
+1
2011-12-16
std: file_is_dir -> path_is_dir, add path_exists
Elly Jones
-4
/
+14
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-2
/
+2
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-0
/
+2
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+391
[prev]