Santiago Pastorino
|
5f9b355df6
|
It may Take a lot of time instead of 2 hours
|
2020-03-17 12:16:02 -05:00 |
|
Santiago Pastorino
|
ce46c24c0c
|
All the text is at the time of this writing
|
2020-03-17 12:16:02 -05:00 |
|
Santiago Pastorino
|
dcc88b93f3
|
Suites are defined in enum Mode
|
2020-03-17 12:16:02 -05:00 |
|
Santiago Pastorino
|
d0ea44fdbc
|
This is no longer true since rust#49219
|
2020-03-17 12:16:02 -05:00 |
|
Santiago Pastorino
|
c991aa4bfb
|
Avoid as of this writing given that everything is as of this writing :)
|
2020-03-17 12:16:02 -05:00 |
|
Santiago Pastorino
|
470299d0b3
|
Rephrase where compiletest is located
|
2020-03-17 12:16:02 -05:00 |
|
Who? Me?!
|
fa8342f428
|
Add some more info to param_env (#610)
* add some more info to param_env
* Remove some trailing spaces
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
|
2020-03-17 20:11:37 +09:00 |
|
Solomon Ucko
|
d7e691732c
|
Changed rustc-ty link to go to first message
|
2020-03-16 21:25:37 -05:00 |
|
Solomon Ucko
|
a88f0fd9d6
|
Change Rust Koans link to point to first koan
|
2020-03-16 21:00:47 -05:00 |
|
Who? Me?!
|
97bbb58a26
|
Fix broken link (#612)
|
2020-03-17 08:20:38 +09:00 |
|
DillionMango
|
b65c53fb69
|
quote some commands by to make the style more consistent (#611)
|
2020-03-16 17:43:48 +09:00 |
|
Youngsuk Kim
|
f9e29e5f5a
|
Clarify sentence meaning
|
2020-03-15 21:27:40 -05:00 |
|
Yuki Okushi
|
e00d4d7c21
|
Fix broken link
|
2020-03-15 12:47:04 -05:00 |
|
Who? Me?!
|
aff0052b92
|
Fix sentence grammar
|
2020-03-12 14:11:01 -05:00 |
|
Who? Me?!
|
551b1892bf
|
Use common (American) spellings
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
|
2020-03-12 14:11:01 -05:00 |
|
Who? Me?!
|
c15fc13edf
|
Update src/backend/codegen.md
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
|
2020-03-12 14:11:01 -05:00 |
|
Mark Mansi
|
3137ebb2c4
|
update backend chapters from nagisa's notes
|
2020-03-12 14:11:01 -05:00 |
|
Mark Mansi
|
af80e82732
|
monomorphization chapter
|
2020-03-12 14:11:01 -05:00 |
|
Mark Mansi
|
53da1c15ac
|
add some placeholder text, short intro
|
2020-03-12 14:11:01 -05:00 |
|
Mark Mansi
|
546bc0c7f0
|
skeleton for backend chapters
|
2020-03-12 14:11:01 -05:00 |
|
Santiago Pastorino
|
25ccfc7b74
|
Rename rustc-guide to rustc-dev-guide (#601)
* Rename rustc-guide to rustc-dev-guide
* rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org
|
2020-03-10 11:01:43 -03:00 |
|
Yuki Okushi
|
5dd0fa1e7b
|
Add travis config for custom domain (#608)
|
2020-03-10 10:02:55 -03:00 |
|
Chris Simpkins
|
62757a5b26
|
Update ./x.py tidy testing documentation (#607)
* update all docs to use ./x.py test tidy syntax
|
2020-03-10 12:02:24 +09:00 |
|
Who? Me?!
|
1b4cca3083
|
cname (#606)
|
2020-03-09 18:10:52 -03:00 |
|
Who? Me?!
|
5012ac80c9
|
Just lol (#603)
* Just lol
* Update src/appendix/humorust.md
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
|
2020-03-08 11:05:26 +09:00 |
|
Yuki Okushi
|
6d502e8531
|
Remove references to chalkify tests (#604)
|
2020-03-08 00:24:56 +09:00 |
|
Who? Me?!
|
abbcba34f0
|
typo (#599)
|
2020-03-04 01:41:36 +09:00 |
|
LeSeulArtichaut
|
a7219f193c
|
Spell Voilà properly in README.md
|
2020-03-02 16:26:27 -06:00 |
|
LeSeulArtichaut
|
646e5af0d0
|
Get rid of references to the refractored libsyntax crate (#598)
* Get rid of references to the refractored `libsyntax` crate
* Apply suggestions from code review
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
|
2020-03-03 04:41:41 +09:00 |
|
LeSeulArtichaut
|
fde440dc16
|
Make all links in Appendix E active
|
2020-03-01 20:54:40 -06:00 |
|
Yuki Okushi
|
0f835fbd8d
|
Move bless section to running chapter
|
2020-02-27 11:10:14 -06:00 |
|
SarthakSingh31
|
fc24919644
|
Fixed wrong variable name (#593)
|
2020-02-27 09:08:34 +09:00 |
|
Philipp Hansch
|
20f098c616
|
Don't reference librustc_resolve just yet.
It's mentioned further down with more details.
|
2020-02-25 22:39:16 -06:00 |
|
Philipp Hansch
|
7808e6e1d8
|
typo: eg. -> e.g.
|
2020-02-25 22:39:16 -06:00 |
|
Philipp Hansch
|
9c86411133
|
Name resolution: Add intro section
|
2020-02-25 22:39:16 -06:00 |
|
Mark Mansi
|
5110fc2ea2
|
add back link
|
2020-02-20 16:01:35 -06:00 |
|
Mark Mansi
|
59fd3331a6
|
update glossary
|
2020-02-20 16:01:35 -06:00 |
|
Mark Mansi
|
a67b4c05a3
|
create a separate chapter on arenas/interning
|
2020-02-20 16:01:35 -06:00 |
|
Mark Mansi
|
d7dd369ae0
|
mention tidy bless
|
2020-02-20 10:28:24 -06:00 |
|
Mark Mansi
|
76be6d1f2f
|
tidy runs rustfmt check
|
2020-02-20 10:28:24 -06:00 |
|
Mark Mansi
|
6b6e7282f2
|
document ./x.py fmt
|
2020-02-20 10:28:24 -06:00 |
|
Who? Me?!
|
043e1aaf77
|
spit of type folder and generics subchapters (#586)
|
2020-02-19 10:31:20 -03:00 |
|
Mark Mansi
|
8dc7002acd
|
fix link
|
2020-02-18 16:05:50 -06:00 |
|
Yuki Okushi
|
c401f8f855
|
Update section following current state
|
2020-02-18 11:29:39 -06:00 |
|
LORIS INTERGALACTIQUE
|
8c9d8893d0
|
Add links to the rustc docs (#578)
|
2020-02-15 09:35:11 +09:00 |
|
Yuki Okushi
|
d0887d5dad
|
Fix link
|
2020-02-14 16:21:53 -06:00 |
|
Youngsuk Kim
|
b3f0310eac
|
Add link to rustc::mir::Location (#579)
|
2020-02-14 23:56:21 +09:00 |
|
Youngsuk Kim
|
8566559a46
|
Correction of type name (#576)
`ConstraintSet` => `OutlivesConstraintSet`
|
2020-02-12 17:15:44 -03:00 |
|
Loris-intergalactique
|
7364a0adb0
|
Minor typo correction
|
2020-02-12 10:55:46 -06:00 |
|
Youngsuk Kim
|
a482acb19a
|
minor typo fix
|
2020-02-10 23:07:17 -06:00 |
|