cg-cnu
e44a94eb24
refactor: fixed typos, text formatting suggested in the review
2018-04-15 12:58:53 -05:00
cg-cnu
3814a2eeef
refactor: Fixed all the lines exceeding more than 80 characters
2018-04-15 12:58:53 -05:00
cg-cnu
d4bc8827f8
refactor: Change the name from debugging to compiler-debuggin.md
2018-04-15 12:58:53 -05:00
cg-cnu
a5221f3287
Add: Added the instructions for debugging from rust-forge
2018-04-15 12:58:53 -05:00
Samuel Wilson
ea2e787899
Add definition of a fat pointer, double pointer, and wide pointer
...
Definition referenced from Programming Rust by Jim Blandy & Jason
Orendorff, published by O'Reilly. Page 214: References to Slices
and Trait Objects.
Double pointer and wide pointer both refer to fat pointer for
detail.
2018-04-14 20:29:42 -05:00
Samuel Wilson
7ba118ba5a
Add definition of a fat pointer
...
Definition referenced from Programming Rust by Jim Blandy & Jason
Orendorff, published by O'Reilly. Page 214: References to Slices
and Trait Objects.
2018-04-14 20:29:42 -05:00
QuietMisdreavus
0dfbdb8c86
talk about `only-X` in compiletest
2018-04-10 20:44:29 -05:00
Rajkumar Natarajan
4de421131b
update nightly documention for issue#100-b
2018-04-06 21:40:18 -05:00
varkor
a52c0adf68
Fix unstable Rust code block issue
2018-04-06 14:18:08 -05:00
varkor
28ba13db20
Fix spacing
2018-04-06 14:18:08 -05:00
varkor
c6b3ce0c96
Replace txt with text
2018-04-06 14:18:08 -05:00
varkor
ad35712ddc
Consolidate and fix code blocks
2018-04-06 14:18:08 -05:00
Rajkumar Natarajan
cacdd73802
Fixing the long lines in appendix-stupid-status#100
2018-04-06 12:17:30 -05:00
Niko Matsakis
2065551af6
link directly to the compile-input function
2018-04-06 12:17:30 -05:00
Rajkumar Natarajan
041af7c28c
Link to internal rustdocs#100
2018-04-06 12:17:30 -05:00
Philip Munksgaard
7a3cf36d65
Fix typo in rustdoc.md
2018-04-03 10:15:57 -05:00
Dan Robertson
b9e26653c8
Update links
...
Add missing link and add link for UFCS.
2018-03-29 08:35:25 -05:00
Tomáš Gavenčiak
c355768c91
Fix a typo
2018-03-27 20:03:56 +02:00
Tomáš Gavenčiak
db6ecb92f9
Add info on test result caching
2018-03-27 11:36:14 -05:00
Mark Mansi
22d5d6e212
reformat basically the whole rustdoc.md
2018-03-26 20:28:00 -05:00
Mark Mansi
576b018a3b
still more long lines
2018-03-26 20:28:00 -05:00
Mark Mansi
42b7ec9aa9
More long lines
2018-03-26 20:28:00 -05:00
Mark Mansi
a0b171b868
Fix long lines in conventions
2018-03-26 20:28:00 -05:00
Mark Mansi
9afc44beac
Fix long lines in const-eval
2018-03-26 20:28:00 -05:00
Mark Mansi
fc16c05abe
Fix long lines in compiletest
2018-03-26 20:28:00 -05:00
Mark Mansi
a4c3361302
Fix long lines in stupid stats appendix
2018-03-26 20:28:00 -05:00
Mark Mansi
1bdb1402b6
Fix long lines in glossary
2018-03-26 20:28:00 -05:00
Alexander Regueiro
b3d8fba198
Hard-wrapped lines that are too long.
2018-03-26 20:28:00 -05:00
Dan Robertson
52520205a3
Minor grammar and syntax fixes
...
Minor grammar and syntax fixes found while reading.
2018-03-25 13:50:58 +00:00
Niko Matsakis
966b4d8fe0
describe how the lowering code works
2018-03-19 10:53:39 -04:00
Mark Mansi
e7ce4f411c
Add incremental compilation debugging subchapter
2018-03-16 11:45:09 -05:00
Niko Matsakis
7dea4167cf
add names to the trait lowering rules
...
This allows cross-references from the code.
2018-03-15 15:01:40 -05:00
Who? Me?!
80fa5ad68d
Updated parenthetical
2018-03-15 15:00:10 -05:00
Mark Mansi
474bdb566c
address review comments
2018-03-15 15:00:10 -05:00
Mark Mansi
4026b02fc8
Address review comments
2018-03-15 15:00:10 -05:00
Mark Mansi
5d70b9aae5
Add the rustdoc readme
2018-03-15 15:00:10 -05:00
Mark Mansi
1efd726166
Add the contents of the typeck READMEs
2018-03-12 19:39:56 -05:00
Mark Mansi
68063bc768
fix typo
2018-03-12 18:14:10 -05:00
Michael Bryan
e19b1e23b5
Added links back to nrc's stupid-stats
2018-03-12 17:41:01 -05:00
Michael Bryan
856aa3adff
Fixed a broken link
2018-03-12 17:41:01 -05:00
Michael Bryan
b2581c0fdd
Updated stupid-stats
...
cc: nrc/stupid-stats#8
2018-03-12 17:41:01 -05:00
Michael Bryan
75497d550b
Addressed some of @nrc and @mark-i-m's comments
2018-03-12 17:41:01 -05:00
Michael Bryan
eb765cdbe4
Added a couple definitions to the code index
2018-03-12 17:41:01 -05:00
Michael Bryan
1c8a0a94a4
Thank you link checker!
2018-03-12 17:41:01 -05:00
Michael Bryan
ea7b99943a
Renamed appendices and added @nrc's guide
2018-03-12 17:41:01 -05:00
Michael Bryan
558f16cc8a
Added a very rough rustc-driver chapter
2018-03-12 17:41:01 -05:00
Mark Mansi
73cc6098c9
Fix a few typos
2018-03-11 21:05:29 -05:00
Shanavas M
d41933a95b
fix typo
2018-03-10 10:50:26 -06:00
Niko Matsakis
b30174cf00
trailing whitespace
2018-03-10 07:11:11 -05:00
Niko Matsakis
45394e41e4
fix link
2018-03-10 07:10:44 -05:00