| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-04-15 | refactor: Fixed all the lines exceeding more than 80 characters | cg-cnu | -17/+41 | |
| 2018-04-15 | refactor: Change the name from debugging to compiler-debuggin.md | cg-cnu | -1/+1 | |
| 2018-04-15 | Add: Added the instructions for debugging from rust-forge | cg-cnu | -0/+297 | |
| 2018-04-14 | Add definition of a fat pointer, double pointer, and wide pointer | Samuel Wilson | -1/+3 | |
| 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 | Add definition of a fat pointer | Samuel Wilson | -0/+1 | |
| Definition referenced from Programming Rust by Jim Blandy & Jason Orendorff, published by O'Reilly. Page 214: References to Slices and Trait Objects. | ||||
| 2018-04-10 | talk about `only-X` in compiletest | QuietMisdreavus | -0/+2 | |
| 2018-04-06 | update nightly documention for issue#100-b | Rajkumar Natarajan | -6/+6 | |
| 2018-04-06 | Fix unstable Rust code block issue | varkor | -1/+1 | |
| 2018-04-06 | Add mdbook test to Travis | varkor | -0/+1 | |
| 2018-04-06 | Fix spacing | varkor | -5/+5 | |
| 2018-04-06 | Replace txt with text | varkor | -101/+101 | |
| 2018-04-06 | Consolidate and fix code blocks | varkor | -426/+584 | |
| 2018-04-06 | Fixing the long lines in appendix-stupid-status#100 | Rajkumar Natarajan | -16/+17 | |
| 2018-04-06 | link directly to the compile-input function | Niko Matsakis | -5/+6 | |
| 2018-04-06 | Link to internal rustdocs#100 | Rajkumar Natarajan | -22/+22 | |
| 2018-04-03 | Fix typo in rustdoc.md | Philip Munksgaard | -1/+1 | |
| 2018-03-29 | Update links | Dan Robertson | -1/+3 | |
| Add missing link and add link for UFCS. | ||||
| 2018-03-27 | Fix a typo | Tomáš Gavenčiak | -1/+1 | |
| 2018-03-27 | Add info on test result caching | Tomáš Gavenčiak | -0/+6 | |
| 2018-03-26 | reformat basically the whole rustdoc.md | Mark Mansi | -131/+162 | |
| 2018-03-26 | still more long lines | Mark Mansi | -26/+33 | |
| 2018-03-26 | More long lines | Mark Mansi | -44/+55 | |
| 2018-03-26 | Fix long lines in conventions | Mark Mansi | -2/+2 | |
| 2018-03-26 | Fix long lines in const-eval | Mark Mansi | -1/+2 | |
| 2018-03-26 | Fix long lines in compiletest | Mark Mansi | -61/+114 | |
| 2018-03-26 | Fix long lines in stupid stats appendix | Mark Mansi | -5/+5 | |
| 2018-03-26 | Fix long lines in glossary | Mark Mansi | -1/+3 | |
| 2018-03-26 | Travis CI script now sets `globstar` shell option. | Alexander Regueiro | -0/+1 | |
| 2018-03-26 | make the script give more useful feedback | Niko Matsakis | -0/+16 | |
| 2018-03-26 | Hard-wrapped lines that are too long. | Alexander Regueiro | -161/+206 | |
| 2018-03-26 | Ignore line check on certain types of lines or in certain blocks. | Alexander Regueiro | -4/+10 | |
| 2018-03-26 | Added check for all source files to ensure they have no lines longer than 80 ↵ | Alexander Regueiro | -0/+22 | |
| chars. | ||||
| 2018-03-26 | Added EditorConfig file for `src`. | Alexander Regueiro | -0/+9 | |
| 2018-03-25 | Minor grammar and syntax fixes | Dan Robertson | -6/+10 | |
| Minor grammar and syntax fixes found while reading. | ||||
| 2018-03-22 | Add mdbook search. | Eric Huss | -1/+3 | |
| 2018-03-19 | bump mdbook to 0.1.5 | Niko Matsakis | -1/+1 | |
| 2018-03-19 | describe how the lowering code works | Niko Matsakis | -0/+67 | |
| 2018-03-16 | Add incremental compilation debugging subchapter | Mark Mansi | -0/+114 | |
| 2018-03-15 | add names to the trait lowering rules | Niko Matsakis | -0/+21 | |
| This allows cross-references from the code. | ||||
| 2018-03-15 | Updated parenthetical | Who? Me?! | -3/+3 | |
| 2018-03-15 | address review comments | Mark Mansi | -6/+12 | |
| 2018-03-15 | Address review comments | Mark Mansi | -6/+39 | |
| 2018-03-15 | Add the rustdoc readme | Mark Mansi | -0/+178 | |
| 2018-03-12 | Add the contents of the typeck READMEs | Mark Mansi | -1/+467 | |
| 2018-03-12 | fix typo | Mark Mansi | -1/+1 | |
| 2018-03-12 | Added links back to nrc's stupid-stats | Michael Bryan | -2/+14 | |
| 2018-03-12 | Fixed a broken link | Michael Bryan | -1/+1 | |
| 2018-03-12 | Updated stupid-stats | Michael Bryan | -4/+6 | |
| cc: nrc/stupid-stats#8 | ||||
| 2018-03-12 | Addressed some of @nrc and @mark-i-m's comments | Michael Bryan | -13/+23 | |
| 2018-03-12 | Added a couple definitions to the code index | Michael Bryan | -0/+4 | |
