Commit graph

501 commits

Author SHA1 Message Date
Alex Crichton
82f6ee311e Add some documentation about updating LLVM 2018-12-07 15:43:59 -06:00
Avelino
284c0254b3 fixed typo issues link 2018-12-05 16:54:58 -06:00
Edd Barrett
f51e93a653 Provide a Python example. 2018-12-03 12:07:30 -06:00
Edd Barrett
c8aeda6146 Explain how to check if gdb supports Python. 2018-12-03 12:07:30 -06:00
Edd Barrett
802d3cc665 Mention that tests need a Python-enabled gdb. 2018-12-03 12:07:30 -06:00
Andy Wortman
1d99fdb8ef fix some linkrotted links 2018-12-01 21:57:43 -06:00
yui-knk
86bd005ff6 Fix the file path where AST is defined 2018-12-01 15:11:25 -06:00
Vadim Petrochenkov
7752cbf3b2 Fix failing tidy (line endings on Windows) (#246)
This happens every time a new doc submodule is added to https://github.com/rust-lang/rust.
cc https://github.com/rust-lang/book/pull/549 https://github.com/rust-lang-nursery/reference/pull/36 https://github.com/rust-lang/rust-by-example/pull/1018
2018-12-01 15:10:43 -06:00
Who? Me?!
dd16228a9a fix relative link (#242) 2018-11-26 15:24:39 -06:00
Niko Matsakis
5d77bc9a87 Merge pull request #237 from mark-i-m/walkthrough
start on walkthrough
2018-11-26 15:28:17 -05:00
Who? Me?!
32a766cafe make the line-length script respect 100 char limit XD (#240)
🤣 🤣 🤣
2018-11-26 11:13:21 -06:00
Mark Mansi
0a41b2ea10 add link to stabilization pr 2018-11-26 11:06:41 -06:00
Niko Matsakis
d0192104df Merge pull request #228 from tmandry/traits-slg
Add traits SLG solver section
2018-11-20 14:08:02 -05:00
Tyler Mandry
f85362d60e SLG: Add links and mark-i-m's suggestions 2018-11-19 18:51:49 -06:00
Mark Mansi
b2bac8c4b5 finish walkthrough 2018-11-19 15:34:02 -06:00
Félix Fischer
ad8c744204 Fix typo (#238)
"is is" ~> "it is"
2018-11-14 21:46:25 -06:00
Mark Mansi
ca87e30f14 add a bit more 2018-11-11 16:32:11 -06:00
Mark Mansi
a57ea31fe2 add a bit more 2018-11-10 22:41:27 -06:00
Mark Mansi
8dbc5f6e31 start on walkthrough 2018-11-10 22:06:15 -06:00
Who? Me?!
ed24e55436 Don't keep recompiling! 2018-11-09 19:37:59 -06:00
Oliver Scherer
4b26ea4b50 Don't try to build some example code snippets 2018-11-09 19:17:49 -06:00
Oliver Scherer
dcb15af004 Line length checks 2018-11-09 19:17:49 -06:00
Oliver Scherer
fb421580f0 Remove a sentence from the end of a chapter because it also appears right at the start of the chapter 2018-11-09 19:17:49 -06:00
Who? Me?!
4084ee2544 Clarify aggregates
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
2018-11-09 19:17:49 -06:00
Who? Me?!
959dd387bf Missing connection between two consecutive sentences
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
2018-11-09 19:17:49 -06:00
Who? Me?!
23b2ac55b8 english is hard
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
2018-11-09 19:17:49 -06:00
Who? Me?!
b871e0466f caps nit
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
2018-11-09 19:17:49 -06:00
Who? Me?!
9d37e01ac5 Grammar nit
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
2018-11-09 19:17:49 -06:00
Oliver Scherer
6b4d15869a Fix tidy 2018-11-09 19:17:49 -06:00
Oliver Scherer
4bc2711dd2 Address most other review comments 2018-11-09 19:17:49 -06:00
Niko Matsakis
2a235197be Explain the unpack! macro 2018-11-09 19:17:49 -06:00
Oliver Scherer
5ba2dd6d8f Split overcomplicated sentence into two 2018-11-09 19:17:49 -06:00
Oliver Scherer
a820756e7b Link to docs and address some review comments 2018-11-09 19:17:49 -06:00
Oliver Scherer
5595dbf245 Document MIR building somewhat 2018-11-09 19:17:49 -06:00
Aleksey Kladov
d5682379bc document the interaction between macros and nameres
"The name resolution is a separate pass" is a wishful thinking :(
2018-11-09 19:11:32 -06:00
Gareth Ellis
5fc68b8230 Fixed Spelling Mistake In MIR/index.md - "alloated" 2018-11-09 18:08:51 -06:00
Aleksey Kladov
074465e827 Remove reference to copyright comment
We don't need them anymore
2018-11-08 20:02:48 -06:00
Aleksey Kladov
ab12b0bdc4 Rename trans to codegen 2018-11-08 12:36:11 -06:00
kenta7777
f036b1116a removed jemalloc statements. 2018-11-07 08:59:17 -06:00
kenta7777
548e029276 revised a jemalloc statement in how-to-build-and-run.md 2018-11-07 08:59:17 -06:00
Tom Tromey
08e19e8c44 Document ignore-llvm-version
This documents the ignore-llvm-version directive.
2018-11-06 16:35:13 -06:00
Tyler Mandry
b01cd5e3bf SLG: Replace heritage section with links to it elsewhere
Maybe we want to include this in the bibliography or something, though.
2018-11-04 09:50:18 -06:00
Tyler Mandry
6819cc8493 SLG: Add intro 2018-11-04 09:38:56 -06:00
Niko Matsakis
ad452cbc75 Merge pull request #222 from scalexm/wf
Write well-formedness checking chapter
2018-11-03 06:28:36 -04:00
Tyler Mandry
98456ee73b Copy chalk_engine README 2018-11-02 16:20:56 -05:00
scalexm
27febd39f4 Fix nits 2018-11-02 21:50:36 +01:00
Niko Matsakis
4a46dd17a3 Merge pull request #223 from tmandry/improve-chalk-overview
Update chalk overview
2018-11-02 15:55:51 -04:00
Who? Me?!
5c7a3cf289 Clarify why 'static is free 2018-10-31 20:44:30 -05:00
Who? Me?!
6ff0b470bc Missing link 2018-10-31 20:43:46 -05:00
Tyler Mandry
86aea24c27 Chalk Overview: Fill in testing section 2018-10-30 18:06:31 -05:00