| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-03-17 | Auto merge of #40598 - frewsxcv:rollup, r=frewsxcv | bors | -16/+16 | |
| Rollup of 23 pull requests - Successful merges: #40387, #40433, #40452, #40456, #40457, #40458, #40463, #40466, #40467, #40495, #40496, #40497, #40499, #40500, #40503, #40505, #40512, #40514, #40517, #40520, #40536, #40545, #40586 - Failed merges: | ||||
| 2017-03-17 | Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, ↵ | Corey Farwell | -16/+16 | |
| r=GuillaumeGomez Remove function invokation parens from documentation links. This was never established as a convention we should follow in the 'More API Documentation Conventions' RFC: https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md | ||||
| 2017-03-15 | Removes Default for Box<Path>. | Clar Charr | -14/+0 | |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -16/+16 | |
| This was never established as a convention we should follow in the 'More API Documentation Conventions' RFC: https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md | ||||
| 2017-03-10 | Add From<Box<..>> implementations. | Clar Charr | -7/+27 | |
| 2017-02-14 | Conversions between CStr/OsStr/Path and boxes. | Clar Charr | -0/+40 | |
| 2017-02-07 | Rollup merge of #38764 - Aaronepower:master, r=aturon | Corey Farwell | -0/+7 | |
| Added Default impl to PathBuf | ||||
| 2017-01-14 | Auto merge of #38935 - redox-os:fix_path_redox, r=brson | bors | -1/+2 | |
| Fix is_absolute on Redox Due to not using prefixes on Redox, yet, it must be added as an exception to Path::is_absolute. | ||||
| 2017-01-13 | Fix is_absolute on Redox | Jeremy Soller | -1/+2 | |
| 2017-01-13 | Rollup merge of #38946 - GuillaumeGomez:path_doc, r=frewsxcv | Guillaume Gomez | -22/+95 | |
| Add missing links and examples for path modules and structs r? @frewsxcv | ||||
| 2017-01-11 | Add missing links and examples for path modules and structs | Guillaume Gomez | -22/+95 | |
| 2017-01-05 | Expand {Path,OsStr}::{to_str,to_string_lossy} doc examples. | Corey Farwell | -4/+9 | |
| 2017-01-01 | Added Default impl to PathBuf | Aaron Power | -0/+7 | |
| 2016-12-02 | Add Component examples | Guillaume Gomez | -1/+11 | |
| 2016-11-27 | Auto merge of #38019 - sourcefrog:doc-separator, r=frewsxcv | bors | -1/+3 | |
| Clearer description of std::path::MAIN_SEPARATOR. | ||||
| 2016-11-26 | Clearer description of std::path::MAIN_SEPARATOR. | Martin Pool | -1/+3 | |
| 2016-11-14 | Update top-level path doc examples to show results. | Corey Farwell | -5/+18 | |
| 2016-11-13 | Minor rewriting of `std::path::Path::push` doc example. | Corey Farwell | -5/+12 | |
| 2016-11-05 | Rollup merge of #37585 - leodasvacas:change_into_to_from, r=alexcrichton | Alex Crichton | -7/+7 | |
| Change `Into<Vec<u8>> for String` and `Into<OsString> for PathBuf` to From Fixes #37561. First contribution, happy with any and all feedback! | ||||
| 2016-11-04 | Change Into<Vec<u8>> for String and Into<OsString> for PathBuf to From impls | leonardo.yvens | -7/+7 | |
| 2016-11-01 | Rollup merge of #37316 - ollie27:docs_links, r=GuillaumeGomez | Guillaume Gomez | -0/+1 | |
| Fix a few links in the docs r? @steveklabnik | ||||
| 2016-10-24 | Link to PathBuf from the Path docs | Duncan | -3/+7 | |
| 2016-10-21 | Fix a few links in the docs | Oliver Middleton | -0/+1 | |
| 2016-10-03 | Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon | bors | -2/+3 | |
| std: Stabilize and deprecate APIs for 1.13 This commit is intended to be backported to the 1.13 branch, and works with the following APIs: Stabilized * `i32::checked_abs` * `i32::wrapping_abs` * `i32::overflowing_abs` * `RefCell::try_borrow` * `RefCell::try_borrow_mut` Deprecated * `BinaryHeap::push_pop` * `BinaryHeap::replace` * `SipHash13` * `SipHash24` * `SipHasher` - use `DefaultHasher` instead in the `std::collections::hash_map` module Closes #28147 Closes #34767 Closes #35057 Closes #35070 | ||||
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -2/+3 | |
| This commit is intended to be backported to the 1.13 branch, and works with the following APIs: Stabilized * `i32::checked_abs` * `i32::wrapping_abs` * `i32::overflowing_abs` * `RefCell::try_borrow` * `RefCell::try_borrow_mut` * `DefaultHasher` * `DefaultHasher::new` * `DefaultHasher::default` Deprecated * `BinaryHeap::push_pop` * `BinaryHeap::replace` * `SipHash13` * `SipHash24` * `SipHasher` - use `DefaultHasher` instead in the `std::collections::hash_map` module Closes #28147 Closes #34767 Closes #35057 Closes #35070 | ||||
| 2016-10-01 | std: Move platform specific path code into sys | Brian Anderson | -126/+2 | |
| 2016-09-10 | Rollup merge of #36314 - tshepang:not-needed, r=GuillaumeGomez | Guillaume Gomez | -2/+2 | |
| doc: we got coercion going on here, so no need to be this explicit | ||||
| 2016-09-07 | doc: we got coercion going on here, so no need to be this explicit | Tshepang Lekhonkhobe | -2/+2 | |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -1/+1 | |
| 2016-08-31 | Rollup merge of #35786 - GuillaumeGomez:paths_doc, r=steveklabnik | Jonathan Turner | -32/+144 | |
| Improve Path and PathBuf docs r? @steveklabnik | ||||
| 2016-08-31 | Improve Path and PathBuf docs | Guillaume Gomez | -32/+144 | |
| 2016-08-30 | Implement `Debug` for `std::path::Iter`. | Corey Farwell | -0/+41 | |
| 2016-08-30 | Implement `Debug` for `std::path::Components`. | Corey Farwell | -0/+40 | |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -5/+1 | |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -1/+7 | |
| This trait can be used to avoid the overhead of a fuse wrapper when an iterator is already well-behaved. Conforming to: RFC 1581 Closes: #35602 | ||||
| 2016-07-06 | Fix `std::path::Path::file_name()` doc | ggomez | -2/+12 | |
| 2016-07-04 | Auto merge of #34590 - pwlandoll:master, r=apasel422 | bors | -2/+1 | |
| Issue #34076: Removing reference to removed path.prefix() function In the documentation for `std::path::Path`, there is a [reference](https://doc.rust-lang.org/std/path/struct.Path.html#method.is_absolute) to the `path.prefix()` function which has since been removed. The offending reference is now also removed. First pull request, feedback welcome! r? @steveklabnik | ||||
| 2016-06-30 | Issue #34076: Removing reference to removed path.prefix() function | Peter Landoll | -2/+1 | |
| 2016-06-30 | remove unneeded allow flag | Steve Klabnik | -1/+0 | |
| There isn't anything deprecated being used in this function. | ||||
| 2016-06-28 | Rollup merge of #34475 - frewsxcv:path-component, r=GuillaumeGomez | Guillaume Gomez | -0/+20 | |
| Expand `std::path::Component` documentation. Indicate how it gets created and add an example. | ||||
| 2016-06-26 | Expand `std::path::Component` documentation. | Corey Farwell | -0/+20 | |
| Indicate how it gets created and add an example. | ||||
| 2016-06-25 | Auto merge of #34469 - frewsxcv:path-components, r=GuillaumeGomez | bors | -0/+4 | |
| Indicate how the `std::path::Components` struct is created. None | ||||
| 2016-06-25 | Indicate how the `std::path::Components` struct is created. | Corey Farwell | -0/+4 | |
| 2016-06-25 | Add hyperlinks to `std::fs` functions from `std::path`. | Corey Farwell | -5/+15 | |
| 2016-04-10 | Fix Windows UNC paths in std::path docs | jethrogb | -2/+2 | |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -69/+2 | |
| Removes all unstable and deprecated APIs prior to the 1.8 release. All APIs that are deprecated in the 1.8 release are sticking around for the rest of this cycle. Some notable changes are: * The `dynamic_lib` module was moved into `rustc_back` as the compiler still relies on a few bits and pieces. * The `DebugTuple` formatter now special-cases an empty struct name with only one field to append a trailing comma. | ||||
| 2016-02-26 | fixup #31878 | Manish Goregaokar | -1/+1 | |
| 2016-02-24 | Prefer 'match' pattern guard over conditional within body. | Corey Farwell | -5/+2 | |
| 2016-02-24 | Prefer `slice::get` over length check with indexing. | Corey Farwell | -1/+1 | |
| 2016-02-24 | Auto merge of #31778 - aturon:snapshot, r=alexcrichton | bors | -10/+10 | |
| r? @alexcrichton | ||||
