Commit graph

309 commits

Author SHA1 Message Date
Alex Kitchens
3c51d758e2 Rename trans to codegen
This commit is a followup of changes from [b63d7e2b1c](b63d7e2b1c (diff-b433c87466d984aa7eeded378ea6c392)) in the Rust source to rename trans to codegen.
2018-06-26 19:04:30 -05:00
Eduard-Mihai Burtescu
5966f8e784 Update query.md 2018-06-25 21:20:30 -05:00
Eduard-Mihai Burtescu
e7d4e79e3b Update high-level-overview.md 2018-06-25 21:20:30 -05:00
Eduard-Mihai Burtescu
2b2972332f rustc: rename ty::maps to ty::query. 2018-06-25 21:20:30 -05:00
Zack M. Davis
a40bb3a5fb don't mention new rustdoc
Steve says it's not ready
(https://github.com/rust-lang-nursery/rustc-guide/pull/150#issuecomment-395783504).
2018-06-25 21:18:50 -05:00
Zack M. Davis
e55064475d include ./ in example x.py commands for smoother copy-paste experience
The current directory is typically not on the user's $PATH.
2018-06-25 21:18:50 -05:00
scalexm
eea3079a57 Capitalize a word 2018-06-12 18:20:35 -05:00
scalexm
08dfae74c7 Add chalk rules for type defs 2018-06-12 18:20:35 -05:00
Niko Matsakis
79b4ec2639 Merge pull request #149 from rust-lang-nursery/mark-i-m-patch-1
clarify run-rustfix compiletest header
2018-06-10 16:10:37 -04:00
Niko Matsakis
cea1489422 Merge pull request #153 from mark-i-m/code_index_01
A few more data structures to the code index
2018-06-10 16:10:11 -04:00
Mark Mansi
6cab9030bf update trait ref 2018-06-08 20:38:38 -05:00
Alexander Regueiro
e103603646 removed whitespace 2018-06-08 20:35:46 -05:00
Mark Mansi
51c8f51538 mention bless 2018-06-08 20:32:04 -05:00
Niko Matsakis
14645504d7 Merge pull request #152 from mark-i-m/glossary_more
add a bunch of type-related terms to glossary (and few others)
2018-06-08 10:44:20 -04:00
Mark Mansi
e0a0329027 fix build 2018-06-05 22:06:13 -05:00
Mark Mansi
047464aa42 Add bit about ctags; close #80 2018-06-05 22:06:13 -05:00
Mark Mansi
38d6e58799 fix typo 2018-06-04 22:18:14 -05:00
Mark Mansi
a0dc2497d0 tests dont need to pass 2018-06-04 22:18:14 -05:00
Mark
ff2305ff19 long line 2018-06-04 22:18:14 -05:00
Mark
ef15323177 Address review feedback 2018-06-04 22:18:14 -05:00
Mark
9dba2ae660 add more on crater + perf runs 2018-06-04 22:18:14 -05:00
Mark Mansi
f4936f90ca add a bit about crater 2018-06-04 22:18:14 -05:00
Mark Mansi
57b11c564d A few more data structures to the code index 2018-06-04 20:26:40 -05:00
Mark Mansi
2f071e1516 add a bunch of type-related terms to glossary 2018-06-04 19:42:16 -05:00
Mark Mansi
57183e55b2 allow long relative links 2018-06-02 17:20:47 -04:00
Mark Mansi
05e6718873 fix remaining links 2018-06-02 17:20:47 -04:00
Mark Mansi
1ab97d4a81 first round of link fixes 2018-06-02 17:20:47 -04:00
Mark Mansi
0ea6270060 mv traits 2018-06-02 17:20:47 -04:00
Mark Mansi
466423e237 move mir 2018-06-02 17:20:47 -04:00
Mark Mansi
286003648b move appendix 2018-06-02 17:20:47 -04:00
Who? Me?!
47bb51958a clarify run-rustfix compiletest header 2018-06-02 16:06:00 -05:00
Niko Matsakis
d968790529 Merge pull request #147 from tmandry/gat-lowering-rules
Add lowering rules for GATs
2018-06-01 13:20:55 -04:00
Tyler Mandry
b1fb4beeff Update lowering rules for GATs 2018-06-01 10:31:49 -05:00
Oliver Schneider
f9ffba4261 Merge pull request #142 from rust-lang-nursery/oli-obk-patch-1
Fixes #141
2018-05-29 22:56:45 +02:00
Oliver Schneider
f906594e20 Satisfy travis 2018-05-29 16:31:32 +02:00
Oliver Schneider
19e3d42bbb Explain .fixed files 2018-05-29 15:37:24 +02:00
Oliver Schneider
9337709aa0 Mention "run-rustfix" 2018-05-28 13:08:15 +02:00
Mark Mansi
13c876b177 fix typo 2018-05-27 19:44:55 -05:00
Mark Mansi
f65df573d6 line length 2018-05-27 19:44:55 -05:00
Mark Mansi
adacc97a5b add more on applicabilities 2018-05-27 19:44:55 -05:00
Mark Mansi
385457dc99 Address reviewers' comments 2018-05-27 19:44:55 -05:00
Mark Mansi
96e5a9d040 80 chars 2018-05-27 19:44:55 -05:00
Mark Mansi
6464cc404e Add info about emitting lints and errors 2018-05-27 19:44:55 -05:00
Tyler Mandry
ae59da1146 Trait logic: Explain what each domain goal means 2018-05-27 16:11:27 -05:00
Tyler Mandry
bce2d112ad Clarify language in Trait Resolution 2018-05-27 16:11:27 -05:00
Takanori Ishibashi
dfd204e5e7 Fix typo 2018-05-27 13:11:59 -05:00
Oliver Schneider
03a905fa14 Fixes #141 2018-05-23 11:55:16 +02:00
Alex Kitchens
d6df2a2f92 Define a Cycle
I wasn't clear on what a Cycle was when reading through the document.
Defining it will be helpful for other readers not familiar with it as
well.
2018-05-22 17:06:58 -05:00
Philipp Hansch
577f8ddba6 The type is inferenced, not things itself. 2018-05-21 13:57:59 -05:00
Philipp Hansch
6c6630d79e Add type inference example
This should make the chapter a bit more approachable, as it doesn't
start with a reference to the HM type inference algorithm.
2018-05-21 13:57:59 -05:00