about summary refs log tree commit diff
path: root/src/doc/nomicon
AgeCommit message (Collapse)AuthorLines
2020-06-08Update booksEric Huss-0/+0
2020-05-12Update booksEric Huss-0/+0
2020-04-28Update booksEric Huss-0/+0
2020-04-06Bump nomicon submoduleLinus Färnstrand-0/+0
2020-03-31Update books.Eric Huss-0/+0
2020-03-04Update booksEric Huss-0/+0
2020-01-06Update booksEric Huss-0/+0
2019-12-14Update cargo, booksEric Huss-0/+0
2019-11-25Update cargo, rls, books.Eric Huss-0/+0
2019-11-12Update Cargo, booksEric Huss-0/+0
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.