rust/src/libstd
bors 07ca1ab1ec Auto merge of #28585 - ranma42:simpler-panic, r=alexcrichton
This is part of some cleanup I did while investigating #28129.
This also ensures that `on_panic` is run even if the user has registered too many callbacks.
2015-09-23 03:56:27 +00:00
..
collections std: Internalize almost all of std::rt 2015-09-11 11:19:20 -07:00
ffi Auto merge of #28256 - petrochenkov:conv, r=alexcrichton 2015-09-14 22:21:41 +00:00
io Auto merge of #28256 - petrochenkov:conv, r=alexcrichton 2015-09-14 22:21:41 +00:00
net Drop upper bounds on net timeout tests 2015-09-14 10:11:40 -07:00
num std: Stabilize/deprecate features for 1.4 2015-09-11 09:48:48 -07:00
os Various fixes for NetBSD/amd64 2015-09-21 21:50:54 +02:00
prelude Fix typo in prelude docs 2015-09-04 21:27:55 -07: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 Miscellaneous cleanup for old issues. 2015-09-20 11:37:08 +01:00
sys Auto merge of #28585 - ranma42:simpler-panic, r=alexcrichton 2015-09-23 03:56:27 +00:00
thread Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturon 2015-09-13 19:45:15 +00: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 Reduce code bloat from conversion traits in function parameters 2015-09-09 22:37:59 +03:00
lib.rs doc: Fix broken links 2015-09-20 13:24:47 +03:00
macros.rs added panic docs for print\! and println\! macros 2015-09-19 09:04:12 +02:00
panicking.rs std: Internalize almost all of std::rt 2015-09-11 11:19:20 -07:00
path.rs Reduce code bloat from conversion traits in function parameters 2015-09-09 22:37:59 +03:00
primitive_docs.rs std: Stabilize/deprecate features for 1.4 2015-09-11 09:48:48 -07:00
process.rs std: Internalize almost all of std::rt 2015-09-11 11:19:20 -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