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
/
path.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-2
/
+2
2015-02-18
make FromIterator use IntoIterator
Alexis
-1
/
+1
2015-02-18
make Extend use IntoIterator
Alexis
-2
/
+2
2015-02-17
rollup merge of #22208: aturon/expose-more-path
Alex Crichton
-123
/
+126
2015-02-16
Expose more of std::path
Aaron Turon
-123
/
+126
2015-02-14
we forgot to make `Path` implement `Hash`
Jorge Israel Peña
-0
/
+1
2015-02-13
Add std::process
Aaron Turon
-0
/
+5
2015-02-11
Documentation fix for PathBuf#pop
Ben S
-1
/
+2
2015-02-10
Auto merge of #21936 - alexcrichton:fsv2, r=aturon
bors
-0
/
+6
2015-02-09
std: Add a new `fs` module
Alex Crichton
-0
/
+6
2015-02-04
Fix for misspelled comments.
Joseph Crail
-2
/
+2
2015-02-03
Test fixes and rebase conflicts
Alex Crichton
-14
/
+24
2015-02-03
Add new path module
Aaron Turon
-0
/
+2567
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-1507
/
+0
2013-10-01
Migrate users of 'loop' to 'continue'
Alex Crichton
-3
/
+3
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-11
/
+11
2013-09-25
rustpkg: Search for packages correctly when using the rust_path_hack
Tim Chevalier
-22
/
+31
2013-09-25
std: Add an is_parent_of method to Path
Tim Chevalier
-0
/
+45
2013-09-09
rename `std::iterator` to `std::iter`
Daniel Micay
-1
/
+1
2013-09-05
Minor doc cleanup.
Lindsey Kuper
-11
/
+12
2013-09-05
Factor shared code out into default GenericPath methods.
Lindsey Kuper
-223
/
+144
2013-09-04
Revise path.rs API to not allocate ~str so much.
Felix S. Klock II
-25
/
+25
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-0
/
+5
2013-08-15
Add ToCStr method .with_c_str()
Kevin Ballard
-3
/
+3
2013-08-15
Check for interior nulls in .to_c_str()
Kevin Ballard
-0
/
+8
2013-08-10
std: merge Iterator and IteratorUtil
Erick Tryzelaar
-1
/
+1
2013-08-10
Mass rename of .consume{,_iter}() to .move_iter()
Erick Tryzelaar
-2
/
+2
2013-08-09
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-2
/
+163
2013-08-09
std/rustc/rustpkg/syntax: Support the `extern mod = ...` form
Tim Chevalier
-2
/
+163
2013-08-04
Merge remote-tracking branch 'remotes/origin/master' into str-remove-null
Erick Tryzelaar
-7
/
+7
2013-08-04
std: replace str::as_c_str with std::c_str
Erick Tryzelaar
-4
/
+17
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-7
/
+7
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-8
/
+8
2013-07-30
No longer treat \ as a path separator on posix systems.
Gareth Smith
-4
/
+22
2013-07-23
std: move StrUtil::as_c_str into StrSlice
Erick Tryzelaar
-22
/
+15
2013-07-18
rustpkg: Make rustpkg commands work without a package ID
Tim Chevalier
-1
/
+41
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-37
/
+41
2013-06-28
Add each_parent to WindowsPath
Corey Richardson
-0
/
+8
2013-06-28
librustc: Fix merge fallout.
Patrick Walton
-1
/
+1
2013-06-28
librustc: Rewrite reachability and forbid duplicate methods in type implement...
Patrick Walton
-9
/
+47
2013-06-28
librustc: Remove the broken overloaded assign-ops from the language.
Patrick Walton
-5
/
+11
2013-06-27
rustpkg: Implement RUST_PATH
Tim Chevalier
-0
/
+9
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-5
/
+4
2013-06-20
auto merge of #7128 : yichoi/rust/fix_sometc, r=brson
bors
-1
/
+29
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-1
/
+1
2013-06-17
std: fix stat struct of android (SEGV error from run-pass/stat.rs on android)
Young-il Choi
-1
/
+29
2013-06-16
remove unused imports
Huon Wilson
-1
/
+0
2013-06-16
std: test-fixes, remove warnings, syntax highlighting for code examples.
Huon Wilson
-6
/
+6
2013-06-14
std: get std::path tests to work again
Erick Tryzelaar
-0
/
+1
2013-06-13
Revert "std: convert {vec,str}::to_owned to methods."
Brian Anderson
-6
/
+6
[prev]
[next]