rust/src/libstd
Alex Crichton 31fbfc3baf rollup merge of #23736: gmjosack/master
Found a few 404s that seemed like simple fixes:

In footer.inc, certain 404 pages were 404ing on the request to jquery.js and playpen.js. This is easily demonstrated by visiting http://doc.rust-lang.org/foo then http://doc.rust-lang.org/foo/bar. The latter 404s, looking for foo/jquery.js.

The Result docs use old_io Writer as an example. Fix the link to old_io Writer. There's probably an effort to update the example away from a deprecated api but this was a simple fix.

rustc/plugin was pointing at the old guide and it was a broken link anyways (plugin vs plugins). Point at the book instead.

The main page of the API docs referenced c_{str,vec}. Looks like these were deleted in 25d5a3a194. Point at ffi docs instead.
2015-03-27 10:07:45 -07:00
..
collections rollup merge of #23535: pnkfelix/fsk-filling-drop 2015-03-27 10:07:41 -07:00
ffi rollup merge of #23598: brson/gate 2015-03-23 15:13:15 -07:00
fs Test fixes and rebase conflicts, round 1 2015-03-24 16:48:50 -07:00
io Auto merge of #23680 - erickt:inline, r=cmr 2015-03-26 16:10:23 +00:00
net Add std::net::lookup_addr for reverse DNS lookup 2015-03-26 17:13:14 -07:00
num Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
old_io rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops 2015-03-24 15:27:14 -07:00
old_path Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
prelude Add generic conversion traits 2015-03-23 15:01:45 -07:00
rand Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
rt rollup merge of #23630: nrc/coerce-tidy 2015-03-24 14:50:46 -07:00
sync Reject specialized Drop impls. 2015-03-24 22:27:23 +01:00
sys Add std::net::lookup_addr for reverse DNS lookup 2015-03-26 17:13:14 -07:00
thread rollup merge of #23651: alexcrichton/unwind-try 2015-03-27 10:07:42 -07:00
time Fix Duration::weeks docs 2015-03-04 12:16:37 +00:00
array.rs rustdoc: Support for "array" primitive 2015-03-23 14:02:34 -07:00
ascii.rs Deprecate range, range_step, count, distributions 2015-03-13 14:45:13 -07:00
bool.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
dynamic_lib.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
env.rs Test fixes and rebase conflicts, round 3 2015-03-23 22:52:21 -07:00
lib.rs rollup merge of #23736: gmjosack/master 2015-03-27 10:07:45 -07:00
macros.rs rollup merge of #23598: brson/gate 2015-03-23 15:13:15 -07:00
os.rs rollup merge of #23598: brson/gate 2015-03-23 15:13:15 -07:00
panicking.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
path.rs Test fixes and rebase conflicts, round 2 2015-03-23 17:10:19 -07:00
process.rs Ignore some tests on aarch64 2015-03-25 18:17:33 +09:00
rtdeps.rs fixing trailing whitespace errors 2015-02-11 14:49:07 -08:00
thunk.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01: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