about summary refs log tree commit diff
path: root/src/doc/nomicon
AgeCommit message (Collapse)AuthorLines
2019-10-16Update cargo, booksEric Huss-0/+0
2019-09-17update Nomicon and ReferenceRalf Jung-0/+0
2019-08-20Update booksEric Huss-0/+0
2019-08-07Update booksEric Huss-0/+0
2019-07-17Update mdbook, cargo, booksEric Huss-0/+0
This updates the last of the books using mdbook 0.1, finally removing it from the build.
2019-06-26Update booksEric Huss-0/+0
2019-05-15Update booksEric Huss-0/+0
2019-04-23Update cargo, booksEric Huss-0/+0
2019-04-06Update booksEric Huss-0/+0
2019-03-08Update booksEric Huss-0/+0
2018-11-30update nomiconSteve Klabnik-0/+0
2018-11-20update booksSteve Klabnik-0/+0
2018-10-20update books for the next releaseSteve Klabnik-0/+0
2018-09-07update books for next releasesteveklabnik-0/+0
2018-08-22update nomicon and bookRalf Jung-0/+0
2018-07-30update books for new releasesteveklabnik-0/+0
2018-07-16update nomiconRalf Jung-0/+0
2018-06-18Update books for next releaseMark Simulacrum-0/+0
2018-05-05Update books for the next release.Corey Farwell-0/+0
2018-04-12Rename alloc::Void to alloc::OpaqueSimon Sapin-0/+0
2018-04-12Use NonNull<Void> instead of *mut u8 in the Alloc traitMike Hommey-0/+0
Fixes #49608
2018-03-24update books for next releasesteveklabnik-0/+0
2018-02-09Update books for next releaseMark Simulacrum-0/+0
2018-01-20Mark Unique as perma-unstable, with the feature renamed to ptr_internals.Simon Sapin-0/+0
2017-12-30update books for next releasesteveklabnik-0/+0
2017-11-20Update books for next releasesteveklabnik-0/+0
Also includes a fix in std::ops
2017-10-26Bump to 1.23 and update bootstrapAlex Crichton-0/+0
This commit updates the bootstrap compiler, bumps the version to 1.23, updates Cargo, updates books, and updates crates.io dependencies
2017-10-02update books for next releasesteveklabnik-0/+0
Also fixes some stdlib links to the reference which have changed.
2017-08-16Update the books for next releasesteveklabnik-0/+0
2017-08-03Update nomiconSimon Sapin-0/+0
2017-07-22Rename {NonZero,Shared,Unique}::new to new_uncheckedSimon Sapin-0/+0
2017-07-14Update the books.steveklabnik-0/+0
2017-07-10Test src/doc once moreMark Simulacrum-0/+0
2017-06-01Update various book repos for the next release.steveklabnik-0/+0
2017-05-04update to latest nomiconAlexis Beingessner-0/+0
2017-03-27Update various book modulessteveklabnik-0/+0
This includes an important fix for rustc contributors in https://github.com/rust-lang/book/pull/571 I'm going to update the other ones as well here while we're at it; no need to spam PRs.
2017-03-04import nomicon submodulesteveklabnik-0/+0
2017-03-04remove nomiconsteveklabnik-5645/+0
2017-02-25Rollup merge of #40069 - Rufflewind:master, r=steveklabnikEduard-Mihai Burtescu-2/+20
Add Gankro's table to nomicon/src/phantom-data.md Original: https://github.com/rust-lang/rust/issues/30069#issuecomment-159928136 Testing confirms that: - `PhantomData<fn() -> T>` does not actually enable drop checking. - `PhantomData<fn(T) -> T>` is neither variant nor contravariant.
2017-02-25Add Gankro's table to nomicon/src/phantom-data.mdPhil Ruffwind-2/+20
Original: https://github.com/rust-lang/rust/issues/30069#issuecomment-159928136 Testing confirms that: - PhantomData<fn() -> T> does not actually enable drop checking. - PhantomData<fn(T) -> T> is neither variant nor contravariant.
2017-02-23Update exception-safety.mdLuxko-1/+1
2017-02-23Update exception-safety.mdLuxko-1/+1
Fix variable name typo
2017-02-20Revert "Fix up links"Steve Klabnik-2/+2
This reverts commit 7f1d1c6d9a7be5e427bace30e740b16b25f25c92. 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-15Remove obsolete documentation about drop-flagsJeff Muizelaar-14/+2
2017-02-13Fix up linksSteve Klabnik-2/+2
mdbook and rustdoc generate links differently, so we need to change all these links.
2017-02-13Port Nomicon to mdbookSteve Klabnik-106/+105
1. move everything under a src directory 2. add README.md to the SUMMARY.md
2017-02-13Re-implement rustbook in terms of mdbookSteve Klabnik-0/+4
mdbook has a lot of optional dependencies that we don't want, so instead of using it directly, we re-build rustbook to use mdbook as a library. For convenience' sake, we keep the same CLI interface as mdbook; the only difference is that it only accepts build and test subcommands, rather than the full range.
2017-02-02Rollup merge of #39196 - apasel422:nomicon, r=petrochenkovGuillaume Gomez-6/+24
Update nomicon to describe `#[may_dangle]` CC #34761 r? @pnkfelix
2017-01-26drop_in_place is stable now, don't #![feature] it in the nomicon and a testest31-3/+3
It was stable since Rust 1.8.
2017-01-19Update nomicon to describe `#[may_dangle]`Andrew Paseltiner-6/+24