about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Collapse)AuthorLines
2018-09-23and llvm has https nowSylvestre Ledru-1/+1
2018-09-23The project moved under the Mozilla umbrellaSylvestre Ledru-1/+1
2018-09-22Auto merge of #54457 - pietroalbini:rollup, r=pietroalbinibors-3/+17
Rollup of 16 pull requests Successful merges: - #53652 (define copy_within on slices) - #54261 (Make `dyn` a keyword in the 2018 edition) - #54280 (remove (more) CAS API from Atomic* types where not natively supported) - #54323 (rustbuild: drop color handling) - #54350 (Support specifying edition in doc test) - #54370 (Improve handling of type bounds in `bit_set.rs`.) - #54371 (add -Zui-testing to rustdoc) - #54374 (Make 'proc_macro::MultiSpan' public.) - #54402 (Use no_default_libraries for all NetBSD flavors) - #54409 (Detect `for _ in in bar {}` typo) - #54412 (add applicability to span_suggestion call) - #54413 (Add UI test for deref recursion limit printing twice) - #54415 (parser: Tweak function parameter parsing to avoid rollback on succesfull path) - #54420 (Compress `Liveness` data some more.) - #54422 (Simplify slice's first(_mut) and last(_mut) with get) - #54446 (Unify christianpoveda's emails) Failed merges: - #54058 (Introduce the partition_dedup/by/by_key methods for slices) r? @ghost
2018-09-22Rollup merge of #54350 - Munksgaard:support-edition-in-doc-test, r=steveklabnikPietro Albini-3/+17
Support specifying edition in doc test Fixes #52623 r? @QuietMisdreavus
2018-09-22Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all ↵Eduard-Mihai Burtescu-92/+0
editions.
2018-09-21use the right version of mdbook linkcheckMark Mansi-1/+1
2018-09-21Fix all the links!Mark Mansi-12/+17
2018-09-21don't check crates.io linksMark Mansi-0/+1
2018-09-21fix the last linkMark Mansi-1/+1
2018-09-21check web linksMark Mansi-2/+3
2018-09-21update readmeMark Mansi-2/+3
2018-09-21use new mdbook-linkcheck versionMark Mansi-1/+1
2018-09-21Fix all the links to be relative for mdbook 2Mark Mansi-103/+103
2018-09-21update readme with mdbook versionMark Mansi-1/+1
2018-09-21use mdbook 0.2Mark Mansi-1/+1
2018-09-20Add documentation about the edition flagPhilip Munksgaard-0/+16
2018-09-20Add test for doctest edition supportPhilip Munksgaard-3/+1
2018-09-19Add marker_trait_attr to the unstable bookScott McMurray-0/+33
2018-09-18Update The Book to lateststeveklabnik-0/+0
Let's check out https://github.com/rust-lang/book/pull/1505 on nightly
2018-09-18Rollup merge of #54311 - frewsxcv:frewsxcv-readme, r=GuillaumeGomezGuillaume Gomez-32/+0
Remove README with now-out-of-date docs about docs. These docs haven't really been touched in years, and from what I tried, the `rustdoc` commands don't work. Seems like we don't need this?
2018-09-17Remove REAMDE with now-out-of-date docs about docs.Corey Farwell-32/+0
2018-09-17Improve search box displayGuillaume Gomez-2/+20
2018-09-16Rollup merge of #54244 - kzys:search-box, r=GuillaumeGomezGuillaume Gomez-0/+7
Add a small search box to seach Rust's standary library This change partially addresses #14572. No CSS doesn't look fancy but at least it is functional.
2018-09-14Add a small search box to seach Rust's standary libraryKazuyoshi Kato-0/+7
This change partially addresses #14572. No CSS doesn't look fancy but at least it is functional.
2018-09-13introduce SelfCtorF001-3/+3
2018-09-13implement feature tuple_struct_self_ctorF001-0/+33
2018-09-12Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakisbors-67/+0
stabilize outlives requirements https://github.com/rust-lang/rust/issues/44493 r? @nikomatsakis
2018-09-12Fix line lengthsPhilipp Hansch-6/+6
2018-09-12Fix typosPhilipp Hansch-16/+16
These were fixed using [codespell](https://github.com/codespell-project/codespell).
2018-09-12Rollup merge of #54073 - behnam:docs-1, r=frewsxcvkennytm-7/+10
docs: Use dollar sign for all bash prompts Making it consistent across the board, as most of them already use `$`. Also split one continues bash run into two, to make it easier see different runs: one with warning and another with error.
2018-09-11ignore various sample testsNiko Matsakis-3/+3
2018-09-11bump max line length to 100Niko Matsakis-2/+2
otherwise our summary.md doesn't fit
2018-09-11fix glossary linksNiko Matsakis-2/+2
2018-09-11address nitsNiko Matsakis-20/+21
2018-09-11add contentNiko Matsakis-24/+218
2018-09-11rearrange to promote the borrow checker into its own sectionNiko Matsakis-2/+2
2018-09-11wrap lines in `running.md`Niko Matsakis-4/+7
2018-09-11wrap long linesNiko Matsakis-3/+4
2018-09-11remove silly `note:`Niko Matsakis-1/+2
2018-09-11fix some more typosNiko Matsakis-3/+4
2018-09-11fix typo, add linkNiko Matsakis-15/+17
2018-09-11fix typosNiko Matsakis-2/+2
2018-09-11note about why stage1/stage2 are differentNiko Matsakis-0/+9
2018-09-11wrap long linesNiko Matsakis-6/+8
2018-09-11document keep-stage1Niko Matsakis-34/+100
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-67/+0
Co-authored-by: nikomatsakis
2018-09-11Auto merge of #51363 - japaric:stable-used, r=cramertjbors-157/+0
stabilize #[used] closes #40289 RFC for stabilization: rust-lang/rfcs#2386 r? @Centril Where should this be documented? Currently the documentation is in the unstable book
2018-09-10Mention incremental compilation in testing chapterPhilipp Hansch-1/+21
The `--incremental` flag was only mentioned in [how_to_build_and_run] so far. Faster testing means faster iteration and perhaps even more added tests. [how_to_build_and_run]: https://rust-lang-nursery.github.io/rustc-guide/how-to-build-and-run.html
2018-09-10fix various bash snippetsNiko Matsakis-9/+9
2018-09-10links are always relative to root or what?Niko Matsakis-1/+1