rust/src/libstd
bors 87cd2c0827 Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1
implement RFC 1238: nonparametric dropck.

cc #28498 

cc @nikomatsakis
2015-10-10 00:39:29 +00:00
..
collections Add RFC 1238's unsafe_destructor_blind_to_params (UGEH) where needed. 2015-10-06 14:16:49 +02:00
ffi replaced *_ptr with *_raw methods in docs 2015-10-01 16:02:35 +02:00
io Auto merge of #27897 - sfackler:cursor-box-slice, r=alexcrichton 2015-10-09 13:07:07 +00:00
net typos: fix a grabbag of typos all over the place 2015-10-08 19:49:31 +01:00
num std: Stabilize/deprecate features for 1.4 2015-09-11 09:48:48 -07:00
os Replace multiple trailing newlines with a single trailing newline 2015-10-06 13:06:39 -04:00
prelude typos: fix a grabbag of typos all over the place 2015-10-08 19:49:31 +01:00
rand Use null()/null_mut() instead of 0 as *const T/0 as *mut T 2015-09-03 09:49:50 +03:00
sync typos: fix a grabbag of typos all over the place 2015-10-08 19:49:31 +01:00
sys typos: fix a grabbag of typos all over the place 2015-10-08 19:49:31 +01:00
thread fix fallout 2015-10-02 23:40:10 +03:00
time std: Add issues to all unstable features 2015-08-15 18:09:17 -07:00
ascii.rs std: Add issues to all unstable features 2015-08-15 18:09:17 -07:00
dynamic_lib.rs some more clippy-based improvements 2015-09-08 00:36:29 +02:00
env.rs Reduce code bloat from conversion traits in function parameters 2015-09-09 22:37:59 +03:00
error.rs std: Add issues to all unstable features 2015-08-15 18:09:17 -07:00
fs.rs Make fs::canonicalize work on directories on Windows 2015-09-29 14:21:39 -04:00
lib.rs Add RFC 1238's unsafe_destructor_blind_to_params (UGEH) where needed. 2015-10-06 14:16:49 +02:00
macros.rs Change the first line of the println macro doc 2015-09-25 12:29:47 +01:00
panicking.rs Abort earlier upon multi-panics 2015-09-24 23:52:13 +02:00
path.rs Rollup merge of #28749 - tshepang:patch-6, r=bluss 2015-09-30 14:51:53 -04:00
primitive_docs.rs Fix typo in docs: usize is unsigned, not signed. 2015-09-30 01:18:23 -03:00
process.rs Tweak Travis to use GCE 2015-09-29 16:56:35 -07:00
rt.rs std: Internalize almost all of std::rt 2015-09-11 11:19:20 -07:00
rtdeps.rs Auto merge of #26741 - alexcrichton:noinline-destructors, r=brson 2015-07-06 19:49:16 +00:00