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
2020-04-19
Stabilize PathBuf capacity methods
Mark Rousskov
-8
/
+7
2020-02-29
remove unneeded .as_ref() calls.
Matthias Krüger
-1
/
+1
2020-01-10
inline `impl AsRef<Path> for PathBuf`
Lzu Tao
-0
/
+1
2020-01-10
Inline `impl From<OsString> for PathBuf`
Lzu Tao
-0
/
+1
2020-01-10
Inline `AsRef<Path> for str`
Lzu Tao
-0
/
+1
2020-01-10
Inline PathBuf::deref to make it zero cost
Lzu Tao
-1
/
+1
2020-01-08
Use matches macro in libcore and libstd
Igor Aleksanov
-8
/
+2
2019-12-28
Rollup merge of #67635 - Mark-Simulacrum:path-doc-unsafe, r=dtolnay
Oliver Scherer
-0
/
+7
2019-12-26
Document safety of Path casting
Mark Rousskov
-0
/
+7
2019-12-26
Remove redundant link texts
Matthew Kraai
-1
/
+1
2019-12-24
Deprecate Error::description for real
David Tolnay
-0
/
+2
2019-11-29
Format libstd with rustfmt
David Tolnay
-847
/
+781
2019-10-23
Prevent unnecessary allocation in PathBuf::set_extension.
Mara Bos
-11
/
+15
2019-10-11
Rollup merge of #65266 - rust-lang:must-use-join, r=dtolnay
Tyler Mandry
-0
/
+1
2019-10-10
Mark Path::join as must_use
Aleksey Kladov
-0
/
+1
2019-09-20
libstd: Fix typos in doc
Hsiang-Cheng Yang
-4
/
+4
2019-08-11
Rollup merge of #61969 - MikailBag:master, r=Centril
Mark Rousskov
-0
/
+12
2019-08-09
Add FIXME-s that some types should be transparent
Mikail Bagishov
-0
/
+12
2019-08-06
redox: convert to target_family unix
Jeremy Soller
-1
/
+1
2019-08-01
Update src/libstd/path.rs to shorten the explanation for .to_str validation step
Jason Shin
-1
/
+1
2019-08-01
Explaining the reason why validation is performed in to_str of path.rs
Jason Shin
-0
/
+2
2019-05-22
Revert "Add implementations of last in terms of next_back on a bunch of Doubl...
Steven Fackler
-10
/
+0
2019-05-14
Rollup merge of #60130 - khuey:efficient_last, r=sfackler
Mazdak Farrokhzad
-0
/
+10
2019-04-25
ignore-tidy-filelength on all files with greater than 3000 lines
varkor
-0
/
+2
2019-04-19
Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...
Kyle Huey
-0
/
+10
2019-04-05
Use for_each to extend collections
Josh Stone
-3
/
+1
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-19
/
+19
2019-03-25
SGX target: fix std unit tests
Jethro Beekman
-2
/
+2
2019-03-09
Use lifetime contravariance to elide more lifetimes in core+alloc+std
Scott McMurray
-6
/
+6
2019-02-28
libstd => 2018
Taiki Endo
-23
/
+23
2019-02-25
Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton
bors
-2
/
+1
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-22
/
+22
2019-02-18
Fixed doc example for Path::with_capacity
Aaron Stillwell
-1
/
+2
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-22
/
+22
2019-02-17
Changed feature gate for new PathBuf methods
Aaron Stillwell
-7
/
+7
2019-02-17
Fixes for implementation of PathBuf methods (aliases for OsString)
Aaron Stillwell
-19
/
+19
2019-02-17
Add alias methods to PathBuf for underlying OsString
Aaron Stillwell
-1
/
+81
2019-02-15
Fix documentation for std::path::PathBuf::pop
Nathan
-2
/
+1
2019-02-13
Add a convert::Infallible empty enum, make string::ParseError an alias
Simon Sapin
-2
/
+1
2019-02-10
libs: doc comments
Alexander Regueiro
-3
/
+3
2019-01-10
Update src/libstd/path.rs
Mazdak Farrokhzad
-1
/
+1
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
[next]