about summary refs log tree commit diff
path: root/src/doc/nomicon/vec-alloc.md
AgeCommit message (Collapse)AuthorLines
2017-02-13Port Nomicon to mdbookSteve Klabnik-223/+0
1. move everything under a src directory 2. add README.md to the SUMMARY.md
2016-05-09doc: Fix tiny typo in vec-alloc.mdBrian Green-1/+1
Change `fast an loose` to `fast and loose`.
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-3/+4
This commit does some refactoring to make almost all of the `std::rt` private. Specifically, the following items are no longer part of its API: * DEFAULT_ERROR_CODE * backtrace * unwind * args * at_exit * cleanup * heap (this is just alloc::heap) * min_stack * util The module is now tagged as `#[doc(hidden)]` as the only purpose it's serve is an entry point for the `panic!` macro via the `begin_unwind` and `begin_unwind_fmt` reexports.
2015-08-03rename TARPL to The RustinomiconAlexis Beingessner-0/+222