rust/src/libstd
bors e7fe207229 auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichton
Closes #13285 (rustc: Stop using LLVMGetSectionName)
Closes #13280 (std: override clone_from for Vec.)
Closes #13277 (serialize: add a few missing pubs to base64)
Closes #13275 (Add and remove some ignore-win32 flags)
Closes #13273 (Removed managed boxes from libarena.)
Closes #13270 (Minor copy-editing for the tutorial)
Closes #13267 (fix Option<~ZeroSizeType>)
Closes #13265 (Update emacs mode to support new `#![inner(attribute)]` syntax.)
Closes #13263 (syntax: Remove AbiSet, use one Abi)
2014-04-03 17:17:02 -07:00
..
comm Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
fmt auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton 2014-04-01 11:11:51 -07:00
hash Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
io Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
num Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
path std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
rt Test fixes from the rollup 2014-04-03 17:11:26 -07:00
sync std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
unstable std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
any.rs Cleaned up std::any 2014-03-04 21:10:23 +01:00
ascii.rs Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
bool.rs std: Change assert_eq!() to use {} instead of {:?} 2014-02-28 23:01:54 -08:00
c_str.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
c_vec.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
cast.rs Remove std::cast::transmute_immut_unsafe 2014-03-19 16:15:22 +01:00
cell.rs std: fix Cell's Show instance. 2014-04-01 23:58:31 +11:00
char.rs libstd: Document the following modules: 2014-03-25 10:12:49 -07:00
cleanup.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
clone.rs Made the clone_from implementation for ~T reuse the T itself if 2014-03-18 16:29:57 -07:00
cmp.rs auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton 2014-03-29 02:56:40 -07:00
container.rs std: uniform modules titles for doc 2013-12-27 09:49:11 +01:00
default.rs libstd: Remove all support code related to @mut 2014-01-03 14:02:00 -08:00
from_str.rs std: uniform modules titles for doc 2013-12-27 09:49:11 +01:00
gc.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
intrinsics.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
iter.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
kinds.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
lib.rs auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichton 2014-04-03 17:17:02 -07:00
libc.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
local_data.rs Fix fallout of removing default bounds 2014-03-27 10:14:50 -07:00
macros.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
managed.rs std: remove the equals method from TotalEq. 2014-03-23 23:48:10 +11:00
mem.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
ops.rs Register new snapshots 2014-03-20 11:02:26 -07:00
option.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
os.rs auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton 2014-04-01 11:11:51 -07:00
owned.rs std: remove the equals method from TotalEq. 2014-03-23 23:48:10 +11:00
prelude.rs Rename Pod into Copy 2014-03-28 10:34:02 +01:00
ptr.rs use TotalEq for HashMap 2014-03-23 01:59:11 -04:00
raw.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
rc.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
reference.rs std: remove the equals method from TotalEq. 2014-03-23 23:48:10 +11:00
reflect.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
repr.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
result.rs Rename from_iterator to from_iter for consistency. 2014-03-30 21:45:55 -07:00
rtdeps.rs std: Explicitly link to libm for freebsd 2014-03-25 09:47:22 -07:00
slice.rs Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
str.rs Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
task.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
to_str.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
tuple.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
ty.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
unicode.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
unit.rs std: remove the equals method from TotalEq. 2014-03-23 23:48:10 +11:00
vec.rs std: override clone_from for Vec. 2014-04-03 13:42:32 -07:00