Commit graph

1012 commits

Author SHA1 Message Date
George Fraser
cdba65df35 Line length 2020-05-07 17:30:27 -05:00
George Fraser
05aa62aa32 Example of getting diagnostics 2020-05-07 17:30:27 -05:00
Hanif Ariffin
3961c0861b Added link to the ty::Adt (#696)
* Added link to the `ty::Adt`

* Formatting fixes

Thanks @JohnTitor

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-05-07 23:44:39 +09:00
Who? Me?!
28751222f9 typo
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-05-06 17:03:52 -05:00
mark
4112e2614f add a bit more on parallel compilation 2020-05-06 17:03:52 -05:00
Who? Me?!
a3cdc0e4e8 Reduce cache timeout to catch broken links faster. 2020-05-03 12:30:23 -05:00
Bastian Kauschke
3f7d16743c Fix example for winnowing 2020-05-02 21:23:21 -05:00
Tshepang Lekhonkhobe
5ddf4f6ad1 improve info regarding incremental a little 2020-05-01 09:18:42 -05:00
Tshepang Lekhonkhobe
fbc2c3fb19 I confirmed this 2020-05-01 09:17:27 -05:00
Who? Me?!
787a410dc4 tidy 2020-04-30 21:25:29 -05:00
Hanif Ariffin
18b4dbccf6 Update src/queries/incremental-compilation.md
Removed `at`.

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
2020-04-30 21:25:29 -05:00
Hanif Ariffin
09b7ba1092 Hide link behind a clickable text
It currently does not appear as a clickable link here https://rustc-dev-guide.rust-lang.org/queries/incremental-compilation.html
Additionally, this is a particularly long and nasty link.
2020-04-30 21:25:29 -05:00
Hanif Ariffin
1cac658b1d Minute formatting fix 2020-04-30 21:25:17 -05:00
Santiago Pastorino
70207c4b12 It's just ICE-breaker (#685) 2020-04-28 21:19:37 +02:00
Santiago Pastorino
5c7c077ab5 Remove extra the 2020-04-27 15:45:00 -05:00
Santiago Pastorino
09fbca8204 Fix sub-diagnostic typo 2020-04-27 15:45:00 -05:00
Who? Me?!
1701ef03fc remove info about diag ice breakers; doesn't exist yet (#682) 2020-04-25 16:23:59 -03:00
Charles Lew
c8ce4b264b Address review comments.
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
2020-04-25 06:57:48 -05:00
Charles Lew
4182263c1f Fix links. 2020-04-25 06:57:48 -05:00
Charles Lew
171ce93e43 Address review comments. 2020-04-25 06:57:48 -05:00
Charles Lew
dcb4e26d03 Fix links and CI error. 2020-04-25 06:57:48 -05:00
Charles Lew
9a4afb3dcf Remove details about chalk and point to Chalk Book instead. 2020-04-25 06:57:48 -05:00
Santiago Pastorino
011e66658e treat-err-as-bug=n means panic on nth error 2020-04-24 13:48:01 -05:00
Bastian Kauschke
8f8568ece3 Replace rustc with rustc_middle (#680) 2020-04-20 15:16:27 +02:00
Who? Me?!
96e94b2013 Typo 2020-04-19 13:08:39 -05:00
Esteban Küber
2fdd2e5289 review comments: move text to more relevant section 2020-04-19 13:08:39 -05:00
Esteban Küber
488bf2b0ce Add diagnostics ICE-breakers page 2020-04-19 13:08:39 -05:00
Santiago Pastorino
c9b8bbec53 Fix typo (#678) 2020-04-19 17:54:45 +02:00
Yuki Okushi
a97a93efa1 Apply suggestions from Zoxc 2020-04-18 20:58:14 -05:00
Michael Woerister
1e8b3ec0e7 Apply feedback. 2020-04-18 20:58:14 -05:00
Michael Woerister
24ae2138a3 Add documentation about incr. comp. query attributes and the projection query pattern. 2020-04-18 20:58:14 -05:00
Who? Me?!
35747eafda Fix some whitespace (#677) 2020-04-19 01:40:16 +09:00
Yuki Okushi
ee95ff07a9 Apply suggestions from code review
Co-Authored-By: Chris Simpkins <git.simpkins@gmail.com>
2020-04-18 11:11:33 -05:00
mark
5708a4455d add link to intrinsic 2020-04-18 11:11:33 -05:00
Who? Me?!
3f4f209502 Remove various todos
With some items added to https://github.com/rust-lang/rustc-dev-guide/issues/674

Co-Authored-By: Chris Simpkins <git.simpkins@gmail.com>
2020-04-18 11:11:33 -05:00
mark
dbd5f21e19 line length 2020-04-18 11:11:33 -05:00
Chris Simpkins
91b4cd20b6 [overview.md] add lexer updates, parser updates
includes feedback from matklad (lexer) and centril (parser)
2020-04-18 11:11:33 -05:00
Chris Simpkins
d3a0953a5f [overview.md] add initial parser documentation 2020-04-18 11:11:33 -05:00
mark
6557f431c2 fix links 2020-04-18 11:11:33 -05:00
mark
14b6b0d130 add intrinsics to glossary 2020-04-18 11:11:33 -05:00
mark
4ecfcb1eb6 minor wording change on bootstrapping 2020-04-18 11:11:33 -05:00
mark
153b24cb18 update mono entry points 2020-04-18 11:11:33 -05:00
Chris Simpkins
35f766a50c [overview.md] add documentation of lexer support for Unicode encoding 2020-04-18 11:11:33 -05:00
mark
e8ba37d8d9 correct entry points for codegen 2020-04-18 11:11:33 -05:00
mark
88d21cce3b some cleanup 2020-04-18 11:11:33 -05:00
mark
553553b212 add entry points for type check and type inference
Co-Authored-By: LeSeulArtichaut <leseulartichaut@gmail.com>
2020-04-18 11:11:33 -05:00
mark
13d674bcc2 add a para on interning and arenas 2020-04-18 11:11:33 -05:00
Chris Simpkins
949defa47c [overview.md] add parser entry point links 2020-04-18 11:11:33 -05:00
mark
a1c2be1410 fix lexer entry point 2020-04-18 11:11:33 -05:00
Who? Me?!
60df0a806a Improve wording
Co-Authored-By: Santiago Pastorino <spastorino@gmail.com>
2020-04-18 11:11:33 -05:00