rust/src/libstd
Alex Crichton 34603b0c19 rollup merge of #24310: alexcrichton/stabilize-utf8-error
The meaning of each variant of this enum was somewhat ambiguous and it's uncler
that we wouldn't even want to add more enumeration values in the future. As a
result this error has been altered to instead become an opaque structure.
Learning about the "first invalid byte index" is still an unstable feature, but
the type itself is now stable.
2015-04-14 10:55:41 -07:00
..
collections test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
ffi std: Remove old_io/old_path/rand modules 2015-04-14 10:14:11 -07:00
io Auto merge of #24177 - alexcrichton:rustdoc, r=aturon 2015-04-10 16:18:44 +00:00
net Auto merge of #24177 - alexcrichton:rustdoc, r=aturon 2015-04-10 16:18:44 +00:00
num test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
prelude std: Remove AsSlice/Str from the prelude 2015-04-14 10:14:19 -07:00
rand rand: Delete all doc tests 2015-04-14 10:14:19 -07:00
rt Change the rt::unwind line argument type from usize to u32. 2015-04-11 02:46:57 -07:00
sync Indicate keyword in doc comment is code-like 2015-04-09 12:02:14 -07:00
sys std: Remove old_io/old_path/rand modules 2015-04-14 10:14:11 -07:00
thread test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
time Stabilize std::num 2015-03-31 07:50:25 -07:00
array.rs rustdoc: Support for "array" primitive 2015-03-23 14:02:34 -07:00
ascii.rs Test fixes and rebase conflicts, round 3 2015-03-27 16:09:54 -07:00
bool.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
dynamic_lib.rs rollup merge of #23873: alexcrichton/remove-deprecated 2015-03-31 15:54:44 -07:00
env.rs rollup merge of #23873: alexcrichton/remove-deprecated 2015-03-31 15:54:44 -07:00
error.rs std: Stabilize the Utf8Error type 2015-04-10 16:07:46 -07:00
fs.rs test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
lib.rs test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
macros.rs Change the rt::unwind line argument type from usize to u32. 2015-04-11 02:46:57 -07:00
os.rs rollup merge of #23879: seanmonstar/del-from-error 2015-03-31 15:53:39 -07:00
panicking.rs Change the rt::unwind line argument type from usize to u32. 2015-04-11 02:46:57 -07:00
path.rs rollup merge of #23951: alexcrichton/splitn 2015-04-01 13:30:08 -07:00
process.rs test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
rtdeps.rs fixing trailing whitespace errors 2015-02-11 14:49:07 -08:00
thunk.rs Remove Thunk struct and Invoke trait; change Thunk to be an alias 2015-04-01 14:41:21 -04:00
tuple.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
unit.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00