about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Collapse)AuthorLines
2018-02-13Added 'How to add header commands to `compiletest`'Brad Gibson-0/+1
2018-02-13fixed typosBrad Gibson-6/+5
2018-02-13Update compiletest.mdBrad Gibson-9/+9
changed file references to GitHub links directly to files
2018-02-13created compiletest.mdBrad Gibson-0/+183
describe the steps required to add a test and a header command to compiletest
2018-02-12Delete information about 'entry_and_modify' from Unstable bookhedgehog1024-77/+0
2018-02-11alphabetize glossaryMark Mansi-3/+3
2018-02-11Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakisbors-0/+17
Implement `?` macro repetition See rust-lang/rfcs#2298 (with disposition merge)
2018-02-09Update books for next releaseMark Simulacrum-0/+0
2018-02-08Merge pull request #46 from theotherphil/dumphirNiko Matsakis-0/+7
Explain how to dump HIR
2018-02-07Use cargo rustc instead of setting RUSTFLAGSPhil Ellison-3/+2
2018-02-07Explain how to dump HIRPhil Ellison-0/+8
2018-02-06Order alphabetically, improve explanation of DAGPhilipp Hansch-1/+1
2018-02-06Add DAG to glossaryPhilipp Hansch-0/+1
2018-02-06Rollup merge of #47948 - pietroalbini:use-nested-groups-stabilize, ↵kennytm-90/+0
r=petrochenkov Stabilize use_nested_groups As requested in #44494. Documentation PRs already sent.
2018-02-06Rollup merge of #47753 - steveklabnik:update-book, r=alexcrichtonkennytm-0/+0
Update book This PR does two things: 1. update the book to include https://github.com/rust-lang/book/pull/1088 2. update to mdbook 0.1 Both of these things are big changes, so I want to land them now, well before the next branch, so we can kick the tires. ------------------------------ Locally, I'm seeing some weirdness around the reference and this: ![image](https://user-images.githubusercontent.com/27786/35411917-8dcbb31a-01e8-11e8-8c30-0bd280d93b9d.png) Putting this PR up so others can try and build and see if it reproduces for them.
2018-02-05Stabilize use_nested_groupsPietro Albini-90/+0
2018-02-04Update link textMark Mansi-5/+5
2018-02-04Removed spurious `a`.Alexander Regueiro-1/+1
2018-02-04Fixed issues mentioned by @mark-i-m in review.Alexander Regueiro-15/+15
2018-02-04More minor fixes.Alexander Regueiro-5/+5
2018-02-04Cleaned up section on type inference.Alexander Regueiro-22/+21
2018-02-04Explained what HM type inference is.Alexander Regueiro-2/+2
2018-02-04Very minor grammatical fixes.Alexander Regueiro-6/+6
2018-02-04Normalized instances of `N.B.`.Alexander Regueiro-2/+2
2018-02-04Changed all instances of `e.g.,` to `e.g.`, and similar.Alexander Regueiro-12/+12
2018-02-04Improved grammar of HIR section.Alexander Regueiro-46/+43
2018-02-04Renamed `trans: generating LLVM IR` section.Alexander Regueiro-2/+2
2018-02-04Update README.mdWho? Me?!-0/+2
2018-02-04update referencesteveklabnik-0/+0
2018-02-04update trplsteveklabnik-0/+0
Includes https://github.com/rust-lang/book/pull/1088 and https://github.com/rust-lang/book/commit/62210e326c27697e94ce429c1683dcea4e4887e4
2018-02-04Update glossary.mdavborhanian-1/+1
2018-02-04Update glossary.mdavborhanian-1/+1
2018-02-04Adding ICH to the glossary.avborhanian-0/+1
2018-02-04Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, ↵kennytm-23/+0
r=petrochenkov Stabilize feature(match_beginning_vert) With this feature stabilized, match expressions can optionally have a `|` at the beginning of each arm. Reference PR: rust-lang-nursery/reference#231 Closes #44101
2018-02-01minor grammatical fixesAlexander Regueiro-2/+3
2018-02-01replaced all instances of `--` (double hyphen) with `-` (en-dash)Alexander Regueiro-41/+41
2018-02-01fixed definition of code_mr hyperlinkAlexander Regueiro-1/+1
2018-02-01Fix lang items box example codeVolker Mische-13/+8
The `exchange_free` lang item is gone in favour of `box_free` [1]. Some warnings are also fixed by this commit. [1]: https://github.com/rust-lang/rust/commit/ca115dd083a1fe1d2b4892c5e50e49eb83ff1f3
2018-01-31Merge pull request #37 from nikomatsakis/stagingNiko Matsakis-6/+10
update wording on staging to be a bit more clear
2018-01-31update wording to be a bit more clearNiko Matsakis-6/+10
2018-01-31fix some broken linksNiko Matsakis-3/+3
2018-01-31Update link to hirNiko Matsakis-1/+1
2018-01-31update to link within the bookNiko Matsakis-1/+2
2018-01-31Toned down the log verbosityMichael Bryan-1/+1
2018-01-31Added a note about how to use mdbook-linkcheckMichael Bryan-0/+8
2018-01-31Removed ghp-import and run mdbook build unconditionallyMichael Bryan-22/+1
2018-01-31Updated CI to install and use mdbook-linkcheckMichael Bryan-6/+14
2018-01-31Added the mdbook-linkcheck backendMichael Bryan-2/+7
2018-01-31Merge pull request #36 from mark-i-m/markim_readme_02Niko Matsakis-3/+102
Copy MIR readme
2018-01-31copy MIR readmeMark Mansi-3/+102