Iñaki Garay
|
7268945c0f
|
rustc invocation standarized (#992)
* rustc invocation standarized
* Addressed comments
* Addressed comments
* Addressed comments
* Updated command output
|
2020-12-28 23:34:51 +01:00 |
hosseind88
|
b2a34704a6
|
add string interning wikipedia link (#960)
|
2020-11-15 12:14:06 -05:00 |
mark
|
89f0b60ccc
|
fix links and names after compiler mv to compiler/
|
2020-08-31 05:12:13 +02:00 |
Takayuki Nakata
|
463489182d
|
Some small fixes (#823)
* Fix some typos
* Update from `typeck_tables_of` to `typeck`
* Fix comment
|
2020-08-11 19:36:48 -04:00 |
Yuki Okushi
|
9522f3e934
|
Prefer `::` than `.`
|
2020-08-02 23:16:01 -05:00 |
Yuki Okushi
|
65770bcd1f
|
Fix link/wording for `parse_nt`
|
2020-08-02 23:16:01 -05:00 |
Yuki Okushi
|
f31532d3b2
|
Mention `HAIR` to clarify
|
2020-08-02 08:39:33 -05:00 |
Yuki Okushi
|
8a3e706aca
|
Rename `HAIR` to `THIR`
|
2020-08-02 08:39:33 -05:00 |
Santiago Pastorino
|
a99182921c
|
Fix MIR to LLVM IR sentence (#811)
|
2020-07-28 05:03:37 +09:00 |
Takayuki Nakata
|
973ced6951
|
Change `rustc::*` to `rustc_middle::*` (#798)
|
2020-07-16 11:13:49 +09:00 |
Joshua Nelson
|
38e0461def
|
Revamp bootstrapping section
- Move most of the overview to building/bootstrapping.md
- Add things besides stages to bootstrapping.md
|
2020-06-28 12:15:23 -05:00 |
Who? Me?!
|
5cf8fea638
|
Fix some whitespace (#677)
|
2020-04-19 01:40:16 +09:00 |
Yuki Okushi
|
262237683d
|
Apply suggestions from code review
Co-Authored-By: Chris Simpkins <git.simpkins@gmail.com>
|
2020-04-18 11:11:33 -05:00 |
mark
|
38927a594e
|
add link to intrinsic
|
2020-04-18 11:11:33 -05:00 |
Who? Me?!
|
6b521a2504
|
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
|
034cb09659
|
line length
|
2020-04-18 11:11:33 -05:00 |
Chris Simpkins
|
25227a8314
|
[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
|
276d2b6268
|
[overview.md] add initial parser documentation
|
2020-04-18 11:11:33 -05:00 |
mark
|
a1f86d6af8
|
fix links
|
2020-04-18 11:11:33 -05:00 |
mark
|
cd8801485f
|
minor wording change on bootstrapping
|
2020-04-18 11:11:33 -05:00 |
mark
|
160e142616
|
update mono entry points
|
2020-04-18 11:11:33 -05:00 |
Chris Simpkins
|
a12e9e31a3
|
[overview.md] add documentation of lexer support for Unicode encoding
|
2020-04-18 11:11:33 -05:00 |
mark
|
18d695aa13
|
correct entry points for codegen
|
2020-04-18 11:11:33 -05:00 |
mark
|
5cc816afd2
|
some cleanup
|
2020-04-18 11:11:33 -05:00 |
mark
|
8600655969
|
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
|
3bf10201ac
|
add a para on interning and arenas
|
2020-04-18 11:11:33 -05:00 |
Chris Simpkins
|
85533c23ff
|
[overview.md] add parser entry point links
|
2020-04-18 11:11:33 -05:00 |
mark
|
27e440e369
|
fix lexer entry point
|
2020-04-18 11:11:33 -05:00 |
Who? Me?!
|
79eec5bc6c
|
Improve wording
Co-Authored-By: Santiago Pastorino <spastorino@gmail.com>
|
2020-04-18 11:11:33 -05:00 |
mark
|
ba961af42f
|
add an entry point
|
2020-04-18 11:11:33 -05:00 |
mark
|
ff3f073ad3
|
remove a todo
|
2020-04-18 11:11:33 -05:00 |
mark
|
14eb19f2b9
|
fix links
|
2020-04-18 11:11:33 -05:00 |
mark
|
256a690b7c
|
line lengths
|
2020-04-18 11:11:33 -05:00 |
mark
|
b496d8de63
|
add a few todos
|
2020-04-18 11:11:33 -05:00 |
mark
|
29765d08d8
|
write a bit about bootstrapping
|
2020-04-18 11:11:33 -05:00 |
mark
|
5c27142364
|
add a note on tcx name
|
2020-04-18 11:11:33 -05:00 |
mark
|
dd2fa1b863
|
break long sentence
|
2020-04-18 11:11:33 -05:00 |
mark
|
b7c0121552
|
Improve description of MIR
Co-Authored-By: Centril <twingoow@gmail.com>
|
2020-04-18 11:11:33 -05:00 |
mark
|
edcf8ab931
|
correct the note about HAIR
|
2020-04-18 11:11:33 -05:00 |
mark
|
1424834cd1
|
mention token stream as an IR
|
2020-04-18 11:11:33 -05:00 |
mark
|
cc49d816bc
|
mention the hair
|
2020-04-18 11:11:33 -05:00 |
mark
|
a37e554d42
|
Add some entry points
Co-Authored-By: LeSeulArtichaut <leseulartichaut@gmail.com>
|
2020-04-18 11:11:33 -05:00 |
mark
|
fdb20d6801
|
fix old rustc-dev-guide links
|
2020-04-18 11:11:33 -05:00 |
Chris Simpkins
|
5f43e74c25
|
Update src/overview.md
Co-Authored-By: LeSeulArtichaut <leseulartichaut@gmail.com>
|
2020-04-18 11:11:33 -05:00 |
Chris Simpkins
|
72a378bcfc
|
Update src/overview.md
Co-Authored-By: LeSeulArtichaut <leseulartichaut@gmail.com>
|
2020-04-18 11:11:33 -05:00 |
Chris Simpkins
|
0ed7c0a7f3
|
[overview.md] Add command line argument parsing, lexer stages, and parser outline
|
2020-04-18 11:11:33 -05:00 |
mark
|
1775a945aa
|
Apply Centril suggestions
Co-Authored-By: Centril <twingoow@gmail.com>
|
2020-04-18 11:11:33 -05:00 |
mark
|
91ae0ab7e0
|
correct a few links
|
2020-04-18 11:11:33 -05:00 |
mark
|
4272a80c38
|
add overview
|
2020-04-18 11:11:33 -05:00 |
Who? Me?!
|
10a4d76ecd
|
Reorganize the guide (#651)
* start on guide reorg
* backend intro
* part 2, 3, 4 intros
* some missing files
* Fix typos
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
Co-Authored-By: Chris Simpkins <git.simpkins@gmail.com>
* add links from intro
* rename compiler source chapter and add placeholder for overview
* rename parts, mv rustc_driver to part 3, make syntax chapter
* update part intros
* add syntax ch intro
* address review comments
* Better overview chapter placeholder
Co-Authored-By: Chris Simpkins <git.simpkins@gmail.com>
* fix link
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
Co-authored-by: Chris Simpkins <git.simpkins@gmail.com>
|
2020-04-06 13:23:34 -03:00 |