about summary refs log tree commit diff
path: root/RELEASES.md
AgeCommit message (Collapse)AuthorLines
2015-06-18Update RELEASES.md for 1.1Brian Anderson-6/+101
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-0/+18
This commit stabilizes the following APIs, slating them all to be cherry-picked into the 1.1 release. * fs::FileType (and transitively the derived trait implementations) * fs::Metadata::file_type * fs::FileType::is_dir * fs::FileType::is_file * fs::FileType::is_symlink * fs::DirEntry::metadata * fs::DirEntry::file_type * fs::DirEntry::file_name * fs::set_permissions * fs::symlink_metadata * os::raw::{self, *} * os::{android, bitrig, linux, ...}::raw::{self, *} * os::{android, bitrig, linux, ...}::fs::MetadataExt * os::{android, bitrig, linux, ...}::fs::MetadataExt::as_raw_stat * os::unix::fs::PermissionsExt * os::unix::fs::PermissionsExt::mode * os::unix::fs::PermissionsExt::set_mode * os::unix::fs::PermissionsExt::from_mode * os::unix::fs::OpenOptionsExt * os::unix::fs::OpenOptionsExt::mode * os::unix::fs::DirEntryExt * os::unix::fs::DirEntryExt::ino * os::windows::fs::MetadataExt * os::windows::fs::MetadataExt::file_attributes * os::windows::fs::MetadataExt::creation_time * os::windows::fs::MetadataExt::last_access_time * os::windows::fs::MetadataExt::last_write_time * os::windows::fs::MetadataExt::file_size The `os::unix::fs::Metadata` structure was also removed entirely, moving all of its associated methods into the `os::unix::fs::MetadataExt` trait instead. The methods are all marked as `#[stable]` still. As some minor cleanup, some deprecated and unstable fs apis were also removed: * File::path * Metadata::accessed * Metadata::modified Features that were explicitly left unstable include: * fs::WalkDir - the semantics of this were not considered in the recent fs expansion RFC. * fs::DirBuilder - it's still not 100% clear if the naming is right here and if the set of functionality exposed is appropriate. * fs::canonicalize - the implementation on Windows here is specifically in question as it always returns a verbatim path. Additionally the Unix implementation is susceptible to buffer overflows on long paths unfortunately. * fs::PathExt - as this is just a convenience trait, it is not stabilized at this time. * fs::set_file_times - this funciton is still waiting on a time abstraction.
2015-05-19Fix a few typos in the releasesAustin Hellyer-4/+4
2015-05-19Rollup merge of #25562 - svetlyak40wt:patch-1, r=alexcrichtonManish Goregaokar-14/+27
That way old versions won't be a subsections of the 1.0.0 release.
2015-05-18Move all version headers to the same level.Alexander Artemenko-14/+27
That way old versions won't be a subsections of the 1.0.0 release.
2015-05-17typomdinger-1/+1
2015-05-11More authors updatesBrian Anderson-0/+2
2015-05-10Update AUTHORS.txt and RELEASES.md for 1.0Brian Anderson-76/+138
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-2/+2
2015-04-01Add release notes for 1.0.0-betaAaron Turon-0/+99
2015-02-21Fix frow_raw/from_raw typoDenis Defreyne-1/+1
2015-02-18Update AUTHORS.txt and RELEASES.mdBrian Anderson-0/+99
2015-01-09Link to http://rustbyexample.com/kud1ing-1/+2
2015-01-08"The Rust Programming Language"Steve Klabnik-2/+5
This pulls all of our long-form documentation into a single document, nicknamed "the book" and formally titled "The Rust Programming Language." A few things motivated this change: * People knew of The Guide, but not the individual Guides. This merges them together, helping discoverability. * You can get all of Rust's longform documentation in one place, which is nice. * We now have rustbook in-tree, which can generate this kind of documentation. While its style is basic, the general idea is much better: a table of contents on the left-hand side. * Rather than a almost 10,000-line guide.md, there are now smaller files per section.
2015-01-06Sync -> SendBrian Anderson-1/+1
2015-01-06Merge pull request #25 from aturon/relnotes-updatesBrian Anderson-2/+7
Add int discussion, tweak wording
2015-01-06Add int discussion, tweak wordingAaron Turon-2/+7
2015-01-06Use a better reference for unboxed closuresBrian Anderson-1/+1
2015-01-06Soften pre-1.0 API stability commitment in relnotesBrian Anderson-1/+2
2015-01-06Little more relnotesBrian Anderson-3/+8
2015-01-06Add new authors, more relnotesBrian Anderson-1/+2
2015-01-06Address feedbackBrian Anderson-8/+15
2015-01-061.0.0-alpha release notesBrian Anderson-0/+163
2014-10-07More relnotes tweaks 0.12.0Brian Anderson-3/+3
2014-10-07Update per feedbackBrian Anderson-26/+52
2014-10-07Update RELEASES.md for 0.12.0Brian Anderson-0/+96
2014-10-07Rename RELEASES.txt to RELEASES.md. It's markdown.Brian Anderson-0/+1079