rust/src/liballoc
Steve Klabnik b4cd3d9206 Revert "Fix up links"
This reverts commit 7f1d1c6d9a.

The original commit was created because mdBook and rustdoc had
different generation algorithms for header links; now with
https://github.com/rust-lang/rust/pull/39966 , the algorithms
are the same. So let's undo this change.

... when I came across this problem, I said "eh, this isn't fun,
but it doesn't take that long." I probably should have just actually
taken the time to fix upstream, given that they were amenable. Oh
well!
2017-02-20 09:09:12 -05:00
..
arc.rs Revert "Fix up links" 2017-02-20 09:09:12 -05:00
boxed.rs Conversions between CStr/OsStr/Path and boxes. 2017-02-14 14:18:43 -05:00
boxed_test.rs Direct conversions between slices and boxes. 2017-02-06 18:53:13 -05:00
Cargo.toml rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
heap.rs Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
lib.rs Fix typo in liballoc/lib.rs 2017-01-28 22:16:16 +00:00
macros.rs Add {into,from}_raw to Rc and Arc 2016-11-05 00:50:41 +00:00
oom.rs drop an unnecessary newline 2016-11-10 23:44:15 -05:00
raw_vec.rs Replace uses of #[unsafe_destructor_blind_to_params] with #[may_dangle] 2016-12-28 17:47:10 -05:00
rc.rs Revert "Fix up links" 2017-02-20 09:09:12 -05:00