cg-cnu
eb396e7883
add: note about copy from rust-forge
2018-04-15 12:58:53 -05:00
cg-cnu
b4228a73ce
fix: changed rust code to bash formatting
2018-04-15 12:58:53 -05:00
cg-cnu
29572cd2e4
refactor: fixed typos, text formatting suggested in the review
2018-04-15 12:58:53 -05:00
cg-cnu
8e02b37349
refactor: Fixed all the lines exceeding more than 80 characters
2018-04-15 12:58:53 -05:00
cg-cnu
5653c13077
refactor: Change the name from debugging to compiler-debuggin.md
2018-04-15 12:58:53 -05:00
cg-cnu
81116ab977
Add: Added the instructions for debugging from rust-forge
2018-04-15 12:58:53 -05:00
Samuel Wilson
a87b323307
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
27a32adb72
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
df6b73fb99
talk about `only-X` in compiletest
2018-04-10 20:44:29 -05:00
Rajkumar Natarajan
ad77d418fa
update nightly documention for issue#100-b
2018-04-06 21:40:18 -05:00
varkor
46864ca971
Fix unstable Rust code block issue
2018-04-06 14:18:08 -05:00
varkor
6e4286d387
Add mdbook test to Travis
2018-04-06 14:18:08 -05:00
varkor
79eaa63c54
Fix spacing
2018-04-06 14:18:08 -05:00
varkor
8889dcd15d
Replace txt with text
2018-04-06 14:18:08 -05:00
varkor
43341c8894
Consolidate and fix code blocks
2018-04-06 14:18:08 -05:00
Rajkumar Natarajan
f25f298963
Fixing the long lines in appendix-stupid-status#100
2018-04-06 12:17:30 -05:00
Niko Matsakis
1aceb34508
link directly to the compile-input function
2018-04-06 12:17:30 -05:00
Rajkumar Natarajan
f5ff6d03be
Link to internal rustdocs#100
2018-04-06 12:17:30 -05:00
Philip Munksgaard
3c189daf2c
Fix typo in rustdoc.md
2018-04-03 10:15:57 -05:00
Dan Robertson
3d4332cd4f
Update links
...
Add missing link and add link for UFCS.
2018-03-29 08:35:25 -05:00
Jake Goulding
27e49fe78a
Merge pull request #103 from gavento/patch-2
...
Fix a typo
2018-03-27 14:20:44 -04:00
Tomáš Gavenčiak
4d5ad15ad4
Fix a typo
2018-03-27 20:03:56 +02:00
Tomáš Gavenčiak
36179fb741
Add info on test result caching
2018-03-27 11:36:14 -05:00
Mark Mansi
066ba9ef82
reformat basically the whole rustdoc.md
2018-03-26 20:28:00 -05:00
Mark Mansi
9e6cdf3de3
still more long lines
2018-03-26 20:28:00 -05:00
Mark Mansi
2bb61a3f59
More long lines
2018-03-26 20:28:00 -05:00
Mark Mansi
42ef2ad0b8
Fix long lines in conventions
2018-03-26 20:28:00 -05:00
Mark Mansi
80de3962fb
Fix long lines in const-eval
2018-03-26 20:28:00 -05:00
Mark Mansi
94757096ad
Fix long lines in compiletest
2018-03-26 20:28:00 -05:00
Mark Mansi
8615d9e9b0
Fix long lines in stupid stats appendix
2018-03-26 20:28:00 -05:00
Mark Mansi
cd053f3cb4
Fix long lines in glossary
2018-03-26 20:28:00 -05:00
Alexander Regueiro
193a2bf42e
Travis CI script now sets `globstar` shell option.
2018-03-26 20:28:00 -05:00
Niko Matsakis
aeef4cd9b3
make the script give more useful feedback
2018-03-26 20:28:00 -05:00
Alexander Regueiro
e6acd30581
Hard-wrapped lines that are too long.
2018-03-26 20:28:00 -05:00
Alexander Regueiro
ba057b34ad
Ignore line check on certain types of lines or in certain blocks.
2018-03-26 20:28:00 -05:00
Alexander Regueiro
61a3f536d1
Added check for all source files to ensure they have no lines longer than 80 chars.
2018-03-26 20:28:00 -05:00
Alexander Regueiro
dbc65d2520
Added EditorConfig file for `src`.
2018-03-26 20:28:00 -05:00
Jake Goulding
7f32b5cf2e
Merge pull request #99 from dlrobertson/master
...
Minor grammar and syntax fixes
2018-03-25 12:30:37 -04:00
Dan Robertson
6136199bf5
Minor grammar and syntax fixes
...
Minor grammar and syntax fixes found while reading.
2018-03-25 13:50:58 +00:00
Eric Huss
d16bde7fb8
Add mdbook search.
2018-03-22 13:55:55 -05:00
Niko Matsakis
df5401ca7a
bump mdbook to 0.1.5
2018-03-19 10:41:23 -05:00
Niko Matsakis
dd03cf714e
Merge pull request #95 from nikomatsakis/traits-lowering-deets
...
describe how the lowering code works
2018-03-19 10:52:40 -04:00
Niko Matsakis
28da7a02ac
describe how the lowering code works
2018-03-19 10:53:39 -04:00
Niko Matsakis
fc109db1b6
Merge pull request #92 from mark-i-m/deptrack
...
Add incremental compilation debugging subchapter
2018-03-19 09:35:41 -04:00
Mark Mansi
1131ff4bba
Add incremental compilation debugging subchapter
2018-03-16 11:45:09 -05:00
Niko Matsakis
52787a6ec4
add names to the trait lowering rules
...
This allows cross-references from the code.
2018-03-15 15:01:40 -05:00
Who? Me?!
81071c6838
Updated parenthetical
2018-03-15 15:00:10 -05:00
Mark Mansi
7c2af89682
address review comments
2018-03-15 15:00:10 -05:00
Mark Mansi
21ed6e6ce4
Address review comments
2018-03-15 15:00:10 -05:00
Mark Mansi
a19cdc7a71
Add the rustdoc readme
2018-03-15 15:00:10 -05:00