about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Collapse)AuthorLines
2018-10-24Update src/traits/hrtb.mdWho? Me?!-1/+1
Co-Authored-By: csmoe <csmoe@msn.com>
2018-10-24Update src/borrow_check/region_inference.mdWho? Me?!-1/+1
Co-Authored-By: csmoe <csmoe@msn.com>
2018-10-24Update src/borrow_check/region_inference.mdWho? Me?!-1/+1
Co-Authored-By: csmoe <csmoe@msn.com>
2018-10-24replace bound region with placeholdercsmoe-16/+15
2018-10-24clean up skolemiza in traitscsmoe-18/+18
2018-10-24clean up skolemiza in borrow_ckcsmoe-41/+41
2018-10-24clean up skolemiza in glossarycsmoe-1/+1
2018-10-24issue_100_4 Updated the rustc documentation locationRajkumar Natarajan-3/+15
2018-10-24Reflect by-value object safety in the unstable book.Masaki Hara-4/+2
2018-10-23Add a note on bisectingWho? Me?!-0/+4
2018-10-22Clarify wordingscalexm-9/+11
2018-10-22Fix typos and punctuationWho? Me?!-11/+11
Co-Authored-By: scalexm <alexandre@scalexm.fr>
2018-10-22Write implied bounds chapterscalexm-5/+496
2018-10-22Change wordingscalexm-3/+3
2018-10-22Fix typoWho? Me?!-1/+1
Co-Authored-By: scalexm <alexandre@scalexm.fr>
2018-10-22Add an apostropheWho? Me?!-1/+1
Co-Authored-By: scalexm <alexandre@scalexm.fr>
2018-10-22Polish lowering chapters and update rulesscalexm-39/+116
2018-10-20update books for the next releaseSteve Klabnik-0/+0
2018-10-19Fix typoWho? Me?!-1/+1
2018-10-19fix typo in build instructionsCollins Abitekaniza-1/+1
2018-10-16[Rustc Book] Quotes around value in --cfg exampleHavvy (Ryan Scheel)-1/+1
2018-10-15[Rustc Book] Explain --cfg's argumentsHavvy (Ryan Scheel)-0/+5
2018-10-14Unused result warning: "X which must" ↦ "X that must"varkor-3/+3
2018-10-13Update a few parts of the readmemark-9/+10
2018-10-10Rollup merge of #54870 - flip1995:stabilize_tool_lints, r=ManishearthManish Goregaokar-35/+0
Fixes #47311. r? @nrc
2018-10-10Rollup merge of #54862 - Havvy:cfg_attr_multi, r=petrochenkovManish Goregaokar-0/+20
Fixes #47311. r? @nrc
2018-10-09Remove unstable-book documentationflip1995-35/+0
2018-10-07cfg-attr-multi: Change issue number to actual tracking issueHavvy (Ryan Scheel)-2/+2
2018-10-08Auto merge of #54609 - kzys:404-search, r=GuillaumeGomezbors-21/+54
Add the library search box on the 404 page It actually has a link to search already, but it would be better to have the search "box" as like index.md to be consistent. <style> can be shared with index.md, but these pages currently use https://doc.rust-lang.org/rust.css directly. Fixes #14572.
2018-10-07cfg_attr_multi: Feature gateHavvy (Ryan Scheel)-0/+20
2018-10-05dro -> duckduckgoKazuyoshi Kato-2/+2
dro means "doc.rust-lang.org", but it is too cryptic.
2018-10-01Introduce language items for `Arc` and `Rc`.David Wood-0/+2
This commit introduces language items for `Arc` and `Rc` so that types can later be checked to be `Arc` or `Rc` in the NLL borrow checker. The `lang` attribute is currently limited to `stage1` as it requires a compiler built with knowledge of the expected language items.
2018-09-30Unify the search boxesKazuyoshi Kato-24/+40
Instead of having the standard library search and DuckDuckGo search. This change merges two of them, with radio buttons.
2018-09-29updated with review commentsRajkumar Natarajan-4/+12
2018-09-29issue-130 updated the review commentsRajkumar Natarajan-78/+37
2018-09-29issue-130 incorporate the review commentsRajkumar Natarajan-86/+100
2018-09-29issue-130 copy contents related x.py from rust-forgeRajkumar Natarajan-2/+201
2018-09-28Typo nits #181 (#205)David Sanders-5/+5
2018-09-28conventions: Fix semicolon/colon typoAlcaro-1/+1
2018-09-28Document no-system-llvmTom Tromey-0/+1
2018-09-26Add the library search box on the 404 pageKazuyoshi Kato-15/+32
It actually has a link to search already, but it would be better to have the search "box" as like index.md to be consistent. <style> can be shared with index.md, but these pages currently use https://doc.rust-lang.org/rust.css directly. Fixes #14572.
2018-09-26docs: this llvm feature only supports the ELF object formatJorge Aparicio-0/+4
2018-09-26unstable-book: recommend an INFO sectionJorge Aparicio-8/+18
that makes the output .stack_sizes section non-allocatable when linking with either GNU LD or LLD
2018-09-26document this feature in the unstable bookJorge Aparicio-0/+153
2018-09-25Auto merge of #54575 - pietroalbini:rollup, r=pietroalbinibors-3/+21
Rollup of 12 pull requests Successful merges: - #53518 (Add doc for impl From in char_convert) - #54058 (Introduce the partition_dedup/by/by_key methods for slices) - #54281 (Search box) - #54368 (Reduce code block sides padding) - #54498 (The project moved under the Mozilla umbrella) - #54518 (resolve: Do not block derive helper resolutions on single import resolutions) - #54522 (Fixed three small typos.) - #54529 (aarch64-pc-windows-msvc: Don't link libpanic_unwind to libtest.) - #54537 (Rename slice::exact_chunks() to slice::chunks_exact()) - #54539 (Fix js error) - #54557 (incr.comp.: Don't automatically enable -Zshare-generics for incr. comp. builds.) - #54558 (Improvements to finding LLVM's FileCheck) Failed merges: r? @ghost
2018-09-25Rollup merge of #54498 - sylvestre:patch-1, r=frewsxcvPietro Albini-1/+1
The project moved under the Mozilla umbrella
2018-09-25Rollup merge of #54281 - GuillaumeGomez:search-box, r=QuietMisdreavusPietro Albini-2/+20
Search box Follow up of #54244. r? @QuietMisdreavus <img width="1440" alt="screen shot 2018-09-16 at 21 23 05" src="https://user-images.githubusercontent.com/3050060/45600056-cbf93380-b9f6-11e8-904a-d76ddbc5ed69.png">
2018-09-25Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertjbors-0/+28
`impl trait` in bindings (feature: impl-trait-existential-types) This PR enables `impl Trait` syntax (opaque types) to be used in bindings, e.g. * `let foo: impl Clone = 1;` * `static foo: impl Clone = 2;` * `const foo: impl Clone = 3;` This is part of [RFC 2071](https://github.com/rust-lang/rfcs/blob/master/text/2071-impl-trait-existential-types.md) ([tracking issue](https://github.com/rust-lang/rust/issues/34511)), but exists behind the separate feature gate `impl_trait_in_bindings`. CC @cramertj @oli-obk @eddyb @Centril @varkor
2018-09-25Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakisbors-0/+33
Support an explicit annotation for marker traits From the tracking issue for rust-lang/rfcs#1268: > It seems obvious that we should make a `#[marker]` annotation. ~ https://github.com/rust-lang/rust/issues/29864#issuecomment-368959441 This PR allows you to put `#[marker]` on a trait, at which point: - [x] The trait must not have any items ~~All of the trait's items must have defaults~~ - [x] Any impl of the trait must be empty (not override any items) - [x] But impls of the trait are allowed to overlap r? @nikomatsakis
2018-09-25Added section to Unstable Book.Alexander Regueiro-0/+28