| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-09-23 | and llvm has https now | Sylvestre Ledru | -1/+1 | |
| 2018-09-23 | The project moved under the Mozilla umbrella | Sylvestre Ledru | -1/+1 | |
| 2018-09-22 | Auto merge of #54457 - pietroalbini:rollup, r=pietroalbini | bors | -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-22 | Rollup merge of #54350 - Munksgaard:support-edition-in-doc-test, r=steveklabnik | Pietro Albini | -3/+17 | |
| Support specifying edition in doc test Fixes #52623 r? @QuietMisdreavus | ||||
| 2018-09-22 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all ↵ | Eduard-Mihai Burtescu | -92/+0 | |
| editions. | ||||
| 2018-09-21 | use the right version of mdbook linkcheck | Mark Mansi | -1/+1 | |
| 2018-09-21 | Fix all the links! | Mark Mansi | -12/+17 | |
| 2018-09-21 | don't check crates.io links | Mark Mansi | -0/+1 | |
| 2018-09-21 | fix the last link | Mark Mansi | -1/+1 | |
| 2018-09-21 | check web links | Mark Mansi | -2/+3 | |
| 2018-09-21 | update readme | Mark Mansi | -2/+3 | |
| 2018-09-21 | use new mdbook-linkcheck version | Mark Mansi | -1/+1 | |
| 2018-09-21 | Fix all the links to be relative for mdbook 2 | Mark Mansi | -103/+103 | |
| 2018-09-21 | update readme with mdbook version | Mark Mansi | -1/+1 | |
| 2018-09-21 | use mdbook 0.2 | Mark Mansi | -1/+1 | |
| 2018-09-20 | Add documentation about the edition flag | Philip Munksgaard | -0/+16 | |
| 2018-09-20 | Add test for doctest edition support | Philip Munksgaard | -3/+1 | |
| 2018-09-19 | Add marker_trait_attr to the unstable book | Scott McMurray | -0/+33 | |
| 2018-09-18 | Update The Book to latest | steveklabnik | -0/+0 | |
| Let's check out https://github.com/rust-lang/book/pull/1505 on nightly | ||||
| 2018-09-18 | Rollup merge of #54311 - frewsxcv:frewsxcv-readme, r=GuillaumeGomez | Guillaume 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-17 | Remove REAMDE with now-out-of-date docs about docs. | Corey Farwell | -32/+0 | |
| 2018-09-17 | Improve search box display | Guillaume Gomez | -2/+20 | |
| 2018-09-16 | Rollup merge of #54244 - kzys:search-box, r=GuillaumeGomez | Guillaume 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-14 | Add a small search box to seach Rust's standary library | Kazuyoshi Kato | -0/+7 | |
| This change partially addresses #14572. No CSS doesn't look fancy but at least it is functional. | ||||
| 2018-09-13 | introduce SelfCtor | F001 | -3/+3 | |
| 2018-09-13 | implement feature tuple_struct_self_ctor | F001 | -0/+33 | |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -67/+0 | |
| stabilize outlives requirements https://github.com/rust-lang/rust/issues/44493 r? @nikomatsakis | ||||
| 2018-09-12 | Fix line lengths | Philipp Hansch | -6/+6 | |
| 2018-09-12 | Fix typos | Philipp Hansch | -16/+16 | |
| These were fixed using [codespell](https://github.com/codespell-project/codespell). | ||||
| 2018-09-12 | Rollup merge of #54073 - behnam:docs-1, r=frewsxcv | kennytm | -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-11 | ignore various sample tests | Niko Matsakis | -3/+3 | |
| 2018-09-11 | bump max line length to 100 | Niko Matsakis | -2/+2 | |
| otherwise our summary.md doesn't fit | ||||
| 2018-09-11 | fix glossary links | Niko Matsakis | -2/+2 | |
| 2018-09-11 | address nits | Niko Matsakis | -20/+21 | |
| 2018-09-11 | add content | Niko Matsakis | -24/+218 | |
| 2018-09-11 | rearrange to promote the borrow checker into its own section | Niko Matsakis | -2/+2 | |
| 2018-09-11 | wrap lines in `running.md` | Niko Matsakis | -4/+7 | |
| 2018-09-11 | wrap long lines | Niko Matsakis | -3/+4 | |
| 2018-09-11 | remove silly `note:` | Niko Matsakis | -1/+2 | |
| 2018-09-11 | fix some more typos | Niko Matsakis | -3/+4 | |
| 2018-09-11 | fix typo, add link | Niko Matsakis | -15/+17 | |
| 2018-09-11 | fix typos | Niko Matsakis | -2/+2 | |
| 2018-09-11 | note about why stage1/stage2 are different | Niko Matsakis | -0/+9 | |
| 2018-09-11 | wrap long lines | Niko Matsakis | -6/+8 | |
| 2018-09-11 | document keep-stage1 | Niko Matsakis | -34/+100 | |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -67/+0 | |
| Co-authored-by: nikomatsakis | ||||
| 2018-09-11 | Auto merge of #51363 - japaric:stable-used, r=cramertj | bors | -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-10 | Mention incremental compilation in testing chapter | Philipp 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-10 | fix various bash snippets | Niko Matsakis | -9/+9 | |
| 2018-09-10 | links are always relative to root or what? | Niko Matsakis | -1/+1 | |
