rust/src/libstd
bors 00adcf0bdd auto merge of #9863 : csainty/rust/issue-9755-once-fns-feature-directive, r=alexcrichton
Hello,

First time rust contributor here, please let me know if I need to sort out the contribution agreement for this.

I picked issue #9755 to dip my toe in the water, this pull request isn't quite complete though as I have not updated the documentation. The reason for this is that I haven't tracked down why this feature is gated so I don't feel I can write a justification of the same quality as the other features have been documented.
If someone would like to explain or point me at a mail thread I am happy to update with this change.

Hopefully I have understood the process of converting the old flag into a directive correctly.

Also just to call out what I am sure if a known quirk when adding feature directives, you can't build this code unless you have a snapshot of the compiler which knows about the feature directive. Chicken and the egg. I split the change into two commits, the first should be able to build a snapshot that can compile the second.
2013-10-17 00:21:20 -07:00
..
fmt Build a few extra features into format! parsing 2013-10-15 22:27:10 -07:00
num Added comments to public functions in num.rs. 2013-10-16 20:03:01 -07:00
path path2: Update for privacy changes 2013-10-16 11:18:06 -07:00
rand use element count in slices, not size in bytes 2013-10-15 16:23:28 -04:00
rt auto merge of #9721 : klutzy/rust/uv-net-read-fix, r=alexcrichton 2013-10-16 19:21:25 -07:00
str Some work on std::ascii: Marked unsafe function unsafe, added moving implementations 2013-09-09 15:07:22 +02:00
task De-pub some private runtime components 2013-10-11 06:49:18 -07:00
unstable Removed the -Z once_fns compiler flag and added the new feature directive of the same name to replace it. 2013-10-17 06:22:48 +02:00
at_vec.rs Require module documentation with missing_doc 2013-10-15 22:27:10 -07:00
bool.rs rustdoc: Change all code-blocks with a script 2013-09-25 14:27:42 -07:00
borrow.rs std::borrow: Use raw pointer comparison for ref_eq 2013-09-18 06:05:06 +02:00
c_str.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
cast.rs rustdoc: Change all code-blocks with a script 2013-09-25 14:27:42 -07:00
cell.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
char.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
cleanup.rs De-pub some private runtime components 2013-10-11 06:49:18 -07:00
clone.rs remove the float type 2013-10-01 14:54:10 -04:00
cmp.rs Now inline default 'ne' methods 2013-08-30 22:02:24 -04:00
comm.rs Add SharedPort wrapper around rt::comm::SharedPort 2013-09-14 22:50:28 +02:00
condition.rs option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
container.rs container: inline contains_key default method 2013-08-20 22:05:03 -04:00
default.rs std: Add a bunch of Default impls 2013-09-12 18:54:13 -07:00
either.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
from_str.rs Add from_str docs 2013-09-05 00:58:12 -04:00
hash.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
hashmap.rs option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
io.rs path2: Remove .with_display_str and friends 2013-10-15 22:19:53 -07:00
iter.rs auto merge of #9634 : blake2-ppc/rust/by-ref-iter, r=thestinger 2013-10-16 17:01:30 -07:00
kinds.rs kinds: update documentation 2013-08-15 21:12:34 -04:00
libc.rs Removing ccdecl 2013-10-14 14:33:05 +02:00
local_data.rs option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
logging.rs Document logging and remove old functions 2013-10-03 09:16:31 -07:00
managed.rs std: implement Total{Ord,Eq} for pointers. 2013-08-04 19:46:52 +10:00
ops.rs Fix a typo in std::ops documentation 2013-10-06 18:51:58 +11:00
option.rs option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
os.rs path2: Update for latest master 2013-10-16 11:18:06 -07:00
owned.rs std: implement Total{Ord,Eq} for pointers. 2013-08-04 19:46:52 +10:00
prelude.rs path2: Replace the path module outright 2013-10-15 21:56:54 -07:00
ptr.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
rc.rs rc: fix docstring 2013-10-12 10:19:56 -04:00
reflect.rs Register new snapshots 2013-10-04 11:24:18 -07:00
repr.rs use element count in slices, not size in bytes 2013-10-15 16:23:28 -04:00
result.rs Added Result implementations for ToStr and fmt::Default 2013-10-16 20:36:38 +02:00
routine.rs libsyntax: Introduce routines and remove all @fns from libsyntax save the old visitor 2013-09-23 18:23:21 -07:00
run.rs path2: Adjust the API to remove all the _str mutation methods 2013-10-15 22:18:30 -07:00
select.rs Require module documentation with missing_doc 2013-10-15 22:27:10 -07:00
send_str.rs Implemented IntoSendStr on SendStr to allow naming a 2013-10-05 21:28:04 +02:00
std.rs path2: Replace the path module outright 2013-10-15 21:56:54 -07:00
str.rs Require module documentation with missing_doc 2013-10-15 22:27:10 -07:00
sys.rs De-pub some private runtime components 2013-10-11 06:49:18 -07:00
to_bytes.rs remove the float type 2013-10-01 14:54:10 -04:00
to_str.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
trie.rs option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
tuple.rs std: Replace CloneableTuple with Tuple, which takes self by-val. 2013-09-25 19:00:08 +10:00
unicode.rs rename std::iterator to std::iter 2013-09-09 03:21:46 -04:00
unit.rs std: Add a bunch of Default impls 2013-09-12 18:54:13 -07:00
util.rs Fix existing privacy/visibility violations 2013-10-07 13:00:52 -07:00
vec.rs auto merge of #9833 : alexcrichton/rust/fixes, r=brson 2013-10-16 18:11:22 -07:00