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
/
lib
/
posix_fs.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-45
/
+0
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-16
Use attributes for native module ABI and link name
Haitao Li
-1
/
+2
2011-11-09
Rename "c-stack-cdecl" ABI to "cdecl"
Brian Anderson
-1
/
+1
2011-10-26
Add more std documentation
Brian Anderson
-1
/
+0
2011-10-24
remove unnecessary && from various file routines
Niko Matsakis
-1
/
+1
2011-10-24
move fs routines to c-stack-stdlib
Niko Matsakis
-1
/
+1
2011-10-10
Make vectors and strings immediates again
Marijn Haverbeke
-1
/
+1
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-3
/
+3
2011-09-02
Reformat. Issue #855
Brian Anderson
-3
/
+3
2011-09-02
Remove estrs and evecs from runtime. Issue #855
Brian Anderson
-1
/
+0
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Convert rust_list_files to istrs. Issue #855
Brian Anderson
-4
/
+3
2011-09-01
Convert fs::path_is_absolute internals to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-16
Port the stdlib to the expr foo::<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Port the stdlib to the typaram foo<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-1
/
+1
2011-08-12
Rename rust_list_files_ivec to rust_list_files
Brian Anderson
-2
/
+2
2011-08-12
Remove rust_list_files from std and rt
Brian Anderson
-1
/
+0
2011-08-12
Remove more vectors from std
Brian Anderson
-1
/
+1
2011-08-09
Port the stdlib to the ivec type [T] syntax.
Erick Tryzelaar
-2
/
+2
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-9
/
+7
2011-07-12
stdlib: Move fs over to interior vectors by introducing a rust_list_files_ive...
Patrick Walton
-2
/
+3
2011-06-17
Made sure getcwd and friends work well on Windows.
unknown
-0
/
+4
2011-06-17
stdlib: added getcwd and a convenience function to make relative paths absolu...
Eric Holk
-1
/
+1
2011-06-15
Fix a bunch of compile-command lines to use RBUILD
Graydon Hoare
-1
/
+1
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-27
/
+30
2011-06-10
Encode meta tags in the crate and start sketching enhanced logic for resolvin...
Graydon Hoare
-6
/
+17
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-2
/
+2
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-1
/
+1
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-0
/
+32
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-32
/
+0
2011-05-05
Attempt to fix fs.dirname harder.
Graydon Hoare
-0
/
+1
2011-05-02
Un-revert "Use different syntax for checks that matter to typestate", fixing ...
Patrick Walton
-1
/
+1
2011-05-02
Revert "Use different syntax for checks that matter to typestate"
Graydon Hoare
-1
/
+1
2011-05-02
Use different syntax for checks that matter to typestate
Tim Chevalier
-1
/
+1
2011-04-19
Remove effect system from src.
Graydon Hoare
-1
/
+1
2011-03-16
Remove uses of 'break' in std lib; rustc doesn't support it yet, this is easi...
Graydon Hoare
-1
/
+4
2011-03-16
Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...
Graydon Hoare
-1
/
+10
2011-03-14
Add basic file-system functionality
Marijn Haverbeke
-0
/
+19