| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-11-30 | update nomicon | Steve Klabnik | -0/+0 | |
| 2018-11-20 | update books | Steve Klabnik | -0/+0 | |
| 2018-10-20 | update books for the next release | Steve Klabnik | -0/+0 | |
| 2018-09-07 | update books for next release | steveklabnik | -0/+0 | |
| 2018-08-22 | update nomicon and book | Ralf Jung | -0/+0 | |
| 2018-07-30 | update books for new release | steveklabnik | -0/+0 | |
| 2018-07-16 | update nomicon | Ralf Jung | -0/+0 | |
| 2018-06-18 | Update books for next release | Mark Simulacrum | -0/+0 | |
| 2018-05-05 | Update books for the next release. | Corey Farwell | -0/+0 | |
| 2018-04-12 | Rename alloc::Void to alloc::Opaque | Simon Sapin | -0/+0 | |
| 2018-04-12 | Use NonNull<Void> instead of *mut u8 in the Alloc trait | Mike Hommey | -0/+0 | |
| Fixes #49608 | ||||
| 2018-03-24 | update books for next release | steveklabnik | -0/+0 | |
| 2018-02-09 | Update books for next release | Mark Simulacrum | -0/+0 | |
| 2018-01-20 | Mark Unique as perma-unstable, with the feature renamed to ptr_internals. | Simon Sapin | -0/+0 | |
| 2017-12-30 | update books for next release | steveklabnik | -0/+0 | |
| 2017-11-20 | Update books for next release | steveklabnik | -0/+0 | |
| Also includes a fix in std::ops | ||||
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex 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-02 | update books for next release | steveklabnik | -0/+0 | |
| Also fixes some stdlib links to the reference which have changed. | ||||
| 2017-08-16 | Update the books for next release | steveklabnik | -0/+0 | |
| 2017-08-03 | Update nomicon | Simon Sapin | -0/+0 | |
| 2017-07-22 | Rename {NonZero,Shared,Unique}::new to new_unchecked | Simon Sapin | -0/+0 | |
| 2017-07-14 | Update the books. | steveklabnik | -0/+0 | |
| 2017-07-10 | Test src/doc once more | Mark Simulacrum | -0/+0 | |
| 2017-06-01 | Update various book repos for the next release. | steveklabnik | -0/+0 | |
| 2017-05-04 | update to latest nomicon | Alexis Beingessner | -0/+0 | |
| 2017-03-27 | Update various book modules | steveklabnik | -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-04 | import nomicon submodule | steveklabnik | -0/+0 | |
| 2017-03-04 | remove nomicon | steveklabnik | -5645/+0 | |
| 2017-02-25 | Rollup merge of #40069 - Rufflewind:master, r=steveklabnik | Eduard-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-25 | Add Gankro's table to nomicon/src/phantom-data.md | Phil 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-23 | Update exception-safety.md | Luxko | -1/+1 | |
| 2017-02-23 | Update exception-safety.md | Luxko | -1/+1 | |
| Fix variable name typo | ||||
| 2017-02-20 | Revert "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-15 | Remove obsolete documentation about drop-flags | Jeff Muizelaar | -14/+2 | |
| 2017-02-13 | Fix up links | Steve Klabnik | -2/+2 | |
| mdbook and rustdoc generate links differently, so we need to change all these links. | ||||
| 2017-02-13 | Port Nomicon to mdbook | Steve Klabnik | -106/+105 | |
| 1. move everything under a src directory 2. add README.md to the SUMMARY.md | ||||
| 2017-02-13 | Re-implement rustbook in terms of mdbook | Steve 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-02 | Rollup merge of #39196 - apasel422:nomicon, r=petrochenkov | Guillaume Gomez | -6/+24 | |
| Update nomicon to describe `#[may_dangle]` CC #34761 r? @pnkfelix | ||||
| 2017-01-26 | drop_in_place is stable now, don't #![feature] it in the nomicon and a test | est31 | -3/+3 | |
| It was stable since Rust 1.8. | ||||
| 2017-01-19 | Update nomicon to describe `#[may_dangle]` | Andrew Paseltiner | -6/+24 | |
| 2017-01-11 | Fix some typos in Nomicon | Ben Wiederhake | -2/+2 | |
| 2017-01-10 | Rollup merge of #38816 - Manishearth:coercion-doc, r=GuillaumeGomez | Seo Sanghyeon | -1/+3 | |
| Add more docs for CoerceUnsized and Unsize here be dragons r? @ubsan @steveklabnik | ||||
| 2017-01-04 | Add more docs for CoerceUnsized and Unsize | Manish Goregaokar | -1/+3 | |
| 2017-01-02 | Reword 'stupid' and 'crazy' in docs. | Clar Charr | -10/+10 | |
| 2016-09-07 | Fixed typo in nomicon | Jakob Demler | -1/+1 | |
| 2016-09-04 | Remove mention of `unsafe_no_drop_flag` from Reference and Nomicon | Andrew Paseltiner | -4/+0 | |
| 2016-07-21 | doc: add missing pause | Tshepang Lekhonkhobe | -2/+1 | |
| 2016-07-16 | Rollup merge of #34849 - tshepang:patch-2, r=apasel422 | Guillaume Gomez | -1/+1 | |
| doc: remove extraneous word | ||||
| 2016-07-16 | Rollup merge of #34848 - tshepang:patch-1, r=apasel422 | Guillaume Gomez | -1/+1 | |
| doc: remove stray comma | ||||
| 2016-07-16 | doc: remove extraneous word | Tshepang Lekhonkhobe | -1/+1 | |
