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-03-26
Revise use of conversion traits
Aaron Turon
-34
/
+6
2015-03-23
Test fixes and rebase conflicts, round 2
Alex Crichton
-10
/
+13
2015-03-23
rollup merge of #23538: aturon/conversion
Alex Crichton
-27
/
+173
2015-03-23
Add generic conversion traits
Aaron Turon
-27
/
+173
2015-03-23
Clarify behavior of Path::relative_from
Brian Anderson
-0
/
+3
2015-03-18
Register new snapshots
Alex Crichton
-2
/
+0
2015-03-17
Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn
Manish Goregaokar
-4
/
+4
2015-03-16
impl char
Jorge Aparicio
-0
/
+1
2015-03-15
Auto merge of #23387 - Manishearth:rollup, r=Manishearth
bors
-2
/
+2
2015-03-14
std: Remove ?Sized bounds from many I/O functions
Alex Crichton
-13
/
+13
2015-03-15
fix typos
FuGangqiang
-2
/
+2
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-4
/
+4
2015-03-13
Auto merge of #23229 - aturon:stab-path, r=alexcrichton
bors
-273
/
+354
2015-03-12
Stabilize std::path
Aaron Turon
-273
/
+354
2015-03-11
Example -> Examples
Steve Klabnik
-2
/
+2
2015-03-06
rollup merge of #22975: alexcrichton/stabilize-ffi
Alex Crichton
-4
/
+4
2015-03-06
Rollup merge of #23096 - posborne:paths-documentation-grammar-fix, r=huonw
Manish Goregaokar
-1
/
+1
2015-03-06
Rollup merge of #23045 - ctjhoa:master, r=Manishearth
Manish Goregaokar
-1
/
+1
2015-03-06
file permission: remove executable bit from *.rs
Lai Jiangshan
-0
/
+0
2015-03-05
fix minor grammar mistake in paths documentation
Paul Osborne
-1
/
+1
2015-03-05
std: Stabilize the `ffi` module
Alex Crichton
-4
/
+4
2015-03-04
docs(path.rs): fix ends_with method
Camille TJHOA
-1
/
+1
2015-02-25
impl IntoCow for Path[Buf]
Jorge Aparicio
-1
/
+33
2015-02-20
try to reduce bajillion warnings
Alexis
-1
/
+0
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-2
/
+2
2015-02-18
rollup merge of #22210: aturon/stab-final-borrow
Alex Crichton
-7
/
+11
2015-02-18
Stabilize std::borrow
Aaron Turon
-7
/
+11
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
[next]