Ehsan M.Kermani
6c293f0170
fix max line len
2018-04-28 21:11:51 -05:00
Ehsan M.Kermani
38a21e9ea6
expand compilation stages
2018-04-28 21:11:51 -05:00
cg-cnu
ed758ee494
add: note about copy from rust-forge
2018-04-15 12:58:53 -05:00
cg-cnu
a45853faf8
fix: changed rust code to bash formatting
2018-04-15 12:58:53 -05:00
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
7193016eea
Add mdbook test to Travis
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
Jake Goulding
73f822fff0
Merge pull request #103 from gavento/patch-2
...
Fix a typo
2018-03-27 14:20:44 -04: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
26d4882c94
Travis CI script now sets `globstar` shell option.
2018-03-26 20:28:00 -05:00
Niko Matsakis
eea5f4c3ad
make the script give more useful feedback
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
Alexander Regueiro
34ec755d27
Ignore line check on certain types of lines or in certain blocks.
2018-03-26 20:28:00 -05:00
Alexander Regueiro
95092971ab
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
fee021d143
Added EditorConfig file for `src`.
2018-03-26 20:28:00 -05:00
Jake Goulding
de78b4e69e
Merge pull request #99 from dlrobertson/master
...
Minor grammar and syntax fixes
2018-03-25 12:30:37 -04: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
Eric Huss
6723308d21
Add mdbook search.
2018-03-22 13:55:55 -05:00
Niko Matsakis
3077566265
bump mdbook to 0.1.5
2018-03-19 10:41:23 -05:00
Niko Matsakis
ea9156b650
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
966b4d8fe0
describe how the lowering code works
2018-03-19 10:53:39 -04:00
Niko Matsakis
3e00d48dae
Merge pull request #92 from mark-i-m/deptrack
...
Add incremental compilation debugging subchapter
2018-03-19 09:35:41 -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