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
2019-01-10
make note of one more normalization that Paths do
Steve Klabnik
-0
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-21
Fix feature gate to point to 1.32.0 for `path_from_str`
Otavio Salvador
-1
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-25
/
+25
2018-12-04
Add extra comment slash
Bastian Gruber
-1
/
+1
2018-11-21
Remove trailing whitespace
Bastian Gruber
-1
/
+1
2018-11-21
Adjust doc comments
Bastian Gruber
-21
/
+10
2018-11-21
Update style of comments
Bastian Gruber
-14
/
+26
2018-11-21
Update comments
Bastian Gruber
-4
/
+2
2018-11-21
Remove 'unsafe' comments
Bastian Gruber
-3
/
+0
2018-11-21
Document `From` implementations
Bastian Gruber
-0
/
+24
2018-10-17
Implement FromStr for PathBuf
Simon Sapin
-0
/
+11
2018-08-11
Add links to std::char::REPLACEMENT_CHARACTER from docs.
Corey Farwell
-1
/
+3
2018-07-23
libstd: Prefer `Option::map`/etc over `match` where applicable
Colin Wallace
-4
/
+1
2018-07-21
Typo
Felix Rabe
-1
/
+1
2018-07-06
impl Clone for Box<CStr>, Box<OsStr>, Box<Path>
Matt Brubeck
-0
/
+8
2018-06-18
Stabilize std::path::Path:ancestors
Tobias Stolzmann
-8
/
+4
2018-05-17
Rollup merge of #50170 - burtonageo:more_cow_from, r=alexcrichton
kennytm
-0
/
+16
2018-05-12
Rollup merge of #50602 - Screwtapello:update-canonicalize-docs, r=cramertj
Mark Simulacrum
-2
/
+2
2018-05-10
Mention that fs::canonicalize makes paths absolute.
Tim Allen
-2
/
+2
2018-05-09
Update features to 1.28.0
George Burton
-2
/
+2
2018-05-09
use fmt::Result where applicable
Andre Bogus
-1
/
+1
2018-05-02
Revert "Implement FromStr for PathBuf"
Alex Crichton
-27
/
+0
2018-04-27
Update the stable attributes to use the current nightly version number
George Burton
-2
/
+2
2018-04-27
Add pathbuf_from_cow_path
George Burton
-0
/
+8
2018-04-24
Auto merge of #48989 - ExpHP:path-prefix, r=dtolnay
bors
-9
/
+11
2018-04-22
Implement From for more types on Cow
George Burton
-0
/
+8
2018-03-17
elide elidable lifetime in Path::strip_prefix
Michael Lamparski
-4
/
+4
2018-03-08
Rollup merge of #48292 - topecongiro:from_str-for-path-and-pathbuf, r=alexcri...
Manish Goregaokar
-0
/
+27
2018-03-06
Implement FromStr for PathBuf
topecongiro
-0
/
+27
2018-03-03
core: Update stability attributes for FusedIterator
Ulrik Sverdrup
-3
/
+3
2018-03-03
core: Stabilize FusedIterator
Ulrik Sverdrup
-2
/
+2
2018-02-28
Add std::path::Path::ancestors
Tobias Stolzmann
-0
/
+75
2018-02-24
Fix capitalisation in Path#file_name's docs
Dale Wijnand
-1
/
+1
2018-02-20
Make signature of Path::strip_prefix un-bizarre
Michael Lamparski
-8
/
+10
2018-02-10
Correct a few stability attributes
Oliver Middleton
-1
/
+1
2018-01-18
Add some edge cases to the documentation of `Path`
Tobias Bucher
-0
/
+7
2018-01-13
Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est...
bors
-0
/
+1
2018-01-13
Rollup merge of #46985 - Diggsey:path-component-asref, r=alexcrichton
kennytm
-0
/
+7
2018-01-06
type error method suggestions use whitelisted identity-like conversions
Zack M. Davis
-0
/
+1
2017-12-28
Implement AsRef<Path> for Component
Diggory Blake
-0
/
+7
2017-12-27
Correct a few stability attributes
Oliver Middleton
-4
/
+4
2017-11-25
Implement `Rc`/`Arc` conversions for string-like types
Murarth
-0
/
+58
2017-11-21
fix some typos
Martin Lindhe
-1
/
+1
2017-11-13
Rollup merge of #45892 - redox-os:is_absolute_fix, r=alexcrichton
kennytm
-4
/
+4
2017-11-04
Allow absolute if either contains root or a scheme
Jeremy Soller
-4
/
+4
2017-11-03
Copy `AsciiExt` methods to `char` directly
Lukas Kalbertodt
-1
/
+0
2017-09-28
Fix errors in Box<Path> conversions
Nikolai Vazquez
-2
/
+4
2017-09-28
Remove unused 'mem' import in 'path' module
Nikolai Vazquez
-1
/
+0
2017-09-28
Remove mem::transmute used in Path conversions
Nikolai Vazquez
-8
/
+9
[prev]
[next]