Mark Mansi
|
9cd08f4fa1
|
Minor updates to specialization subchapter
|
2018-02-23 12:40:14 -06:00 |
|
Mark Mansi
|
c5d64c5355
|
Edits and cleanup in trait-caching subchapter
|
2018-02-23 12:40:14 -06:00 |
|
Mark Mansi
|
a1d300c969
|
Clarifications and edits to hrtb chapter
|
2018-02-23 12:40:14 -06:00 |
|
Mark Mansi
|
43388e49cf
|
Clean up and reorganize traits chapter
|
2018-02-23 12:40:14 -06:00 |
|
Oliver Schneider
|
316c5e970f
|
Add some documentation for const eval and related topics
|
2018-02-23 12:36:20 -06:00 |
|
Who? Me?!
|
44e15950ba
|
Merge pull request #53 from U007D/compiletest
created compiletest.md
|
2018-02-21 13:07:56 -06:00 |
|
Brad Gibson
|
fbb307811a
|
changed to relative links, where possible
|
2018-02-21 10:44:23 -08:00 |
|
Brad Gibson
|
3f2a672b7f
|
cleaned up some stragglers
|
2018-02-21 07:44:07 -08:00 |
|
Brad Gibson
|
583fef3286
|
merged with upstream/master
|
2018-02-20 15:37:14 -08:00 |
|
Brad Gibson
|
6947abdcf3
|
added compiletest to summary.md; linked to existing resources for additional information
|
2018-02-20 15:32:17 -08:00 |
|
Eric Huss
|
2d12294215
|
Fix Github Pages path.
The newer version of mdBook uses a different path for the html output.
|
2018-02-17 22:46:40 -06:00 |
|
Eric Huss
|
a2a18373cd
|
Force mdbook update on CI if there is a version mismatch.
Fixes #58.
|
2018-02-17 22:35:40 -06:00 |
|
Niko Matsakis
|
468407fc74
|
remove humorous footnote which is not supported
|
2018-02-17 10:51:29 -06:00 |
|
Niko Matsakis
|
57ccda92e8
|
correct links (mdbook seems to want them relative to the book root)
|
2018-02-17 10:51:29 -06:00 |
|
Niko Matsakis
|
32a8b6f41e
|
mention tidy
|
2018-02-17 10:51:29 -06:00 |
|
Niko Matsakis
|
82f7f71d21
|
fix typo
|
2018-02-17 10:51:29 -06:00 |
|
Niko Matsakis
|
87a20eed90
|
link to brson's blog post
|
2018-02-17 10:51:29 -06:00 |
|
Niko Matsakis
|
2c503ac947
|
complete sentence
|
2018-02-17 10:51:29 -06:00 |
|
Niko Matsakis
|
f00f4fa80c
|
give some advice about which test suite to use
|
2018-02-17 10:51:29 -06:00 |
|
Niko Matsakis
|
b394e3c9f4
|
add some more conventions
|
2018-02-17 10:51:29 -06:00 |
|
Niko Matsakis
|
936dabd6aa
|
add some notes on coding conventions and link to copyright notice
|
2018-02-17 10:51:29 -06:00 |
|
Niko Matsakis
|
77e034cef4
|
document the test infrastructure
|
2018-02-17 10:51:29 -06:00 |
|
Who? Me?!
|
22467f2498
|
Update glossary.md
|
2018-02-14 11:58:26 -06:00 |
|
Mark Mansi
|
76ffbac762
|
add soundness and completeness to glossary
|
2018-02-14 11:58:26 -06:00 |
|
Brad Gibson
|
baafc5b354
|
Added 'How to add header commands to compiletest'
|
2018-02-13 09:53:45 -08:00 |
|
Brad Gibson
|
0ac3b004e8
|
fixed typos
|
2018-02-13 09:45:26 -08:00 |
|
Brad Gibson
|
7f8475330d
|
Update compiletest.md
changed file references to GitHub links directly to files
|
2018-02-13 09:22:33 -08:00 |
|
Brad Gibson
|
eef281139f
|
created compiletest.md
describe the steps required to add a test and a header command to compiletest
|
2018-02-13 05:53:35 -08:00 |
|
Mark Mansi
|
12523efb8d
|
alphabetize glossary
|
2018-02-11 15:48:58 -06:00 |
|
Niko Matsakis
|
69f1ff3f1b
|
Merge pull request #46 from theotherphil/dumphir
Explain how to dump HIR
|
2018-02-08 04:13:33 -05:00 |
|
Phil Ellison
|
5d9b5af480
|
Use cargo rustc instead of setting RUSTFLAGS
|
2018-02-07 19:14:58 +00:00 |
|
Phil Ellison
|
885d05a33a
|
Explain how to dump HIR
|
2018-02-07 07:08:58 +00:00 |
|
Philipp Hansch
|
89e5f5bd7b
|
Order alphabetically, improve explanation of DAG
|
2018-02-06 11:26:34 -06:00 |
|
Philipp Hansch
|
fd21533d7f
|
Add DAG to glossary
|
2018-02-06 11:26:34 -06:00 |
|
Mark Mansi
|
54360bc43b
|
Update link text
|
2018-02-04 21:52:30 -06:00 |
|
Alexander Regueiro
|
b93b55de10
|
Removed spurious a.
|
2018-02-04 21:46:26 -06:00 |
|
Alexander Regueiro
|
e50733d623
|
Fixed issues mentioned by @mark-i-m in review.
|
2018-02-04 21:46:26 -06:00 |
|
Alexander Regueiro
|
be90a13112
|
More minor fixes.
|
2018-02-04 21:46:26 -06:00 |
|
Alexander Regueiro
|
61450e5364
|
Cleaned up section on type inference.
|
2018-02-04 21:46:26 -06:00 |
|
Alexander Regueiro
|
198054ea53
|
Explained what HM type inference is.
|
2018-02-04 21:46:26 -06:00 |
|
Alexander Regueiro
|
c45b135799
|
Very minor grammatical fixes.
|
2018-02-04 21:46:26 -06:00 |
|
Alexander Regueiro
|
79896e6cb2
|
Normalized instances of N.B..
|
2018-02-04 21:46:26 -06:00 |
|
Alexander Regueiro
|
f2fb102fac
|
Changed all instances of e.g., to e.g., and similar.
|
2018-02-04 21:46:26 -06:00 |
|
Alexander Regueiro
|
d8b560076a
|
Improved grammar of HIR section.
|
2018-02-04 21:46:26 -06:00 |
|
Alexander Regueiro
|
41bb7504d7
|
Renamed trans: generating LLVM IR section.
|
2018-02-04 21:46:26 -06:00 |
|
Who? Me?!
|
0976bb3c90
|
Update README.md
|
2018-02-04 16:11:19 -06:00 |
|
avborhanian
|
444b4b9c06
|
Update glossary.md
|
2018-02-04 13:13:17 -06:00 |
|
avborhanian
|
90cf3918cf
|
Update glossary.md
|
2018-02-04 13:13:17 -06:00 |
|
avborhanian
|
f2a5c4b57b
|
Adding ICH to the glossary.
|
2018-02-04 13:13:17 -06:00 |
|
Alexander Regueiro
|
0d2e27c3d0
|
minor grammatical fixes
|
2018-02-01 11:03:07 -06:00 |
|