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-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-33
/
+1
2015-04-21
rollup merge of #24541: alexcrichton/issue-24538
Alex Crichton
-1
/
+1
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-1
/
+1
2015-04-21
std: Remove deprecated AsPath trait
Alex Crichton
-32
/
+0
2015-04-19
Fix typos in code comments
Corey Farwell
-2
/
+2
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-1
/
+1
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-5
/
+5
2015-04-14
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-04-14
rollup merge of #24377: apasel422/docs
Alex Crichton
-16
/
+16
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-16
/
+16
2015-04-12
Fixed with_extension documentation bug
Theo Belaire
-1
/
+2
2015-04-01
rollup merge of #23951: alexcrichton/splitn
Alex Crichton
-1
/
+1
2015-04-01
std: Changing the meaning of the count to splitn
Alex Crichton
-1
/
+1
2015-04-02
Rollup merge of #23932 - steveklabnik:doc_std_path, r=flaper87
Manish Goregaokar
-0
/
+213
2015-04-01
Add examples + documentation for std::path
Steve Klabnik
-0
/
+213
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-1
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-1
/
+1
2015-03-31
Stabilize `std::convert` and related code
Aaron Turon
-6
/
+9
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
[next]