Chris Simpkins
|
dac975fa6d
|
[README.md] add build instructions, link check config instructions, link check error documentation
|
2020-04-04 12:07:30 -05:00 |
|
Tshepang Lekhonkhobe
|
e93f50cf0d
|
add pre-requisite for calling into compiler API (#663)
|
2020-04-04 09:37:39 +02:00 |
|
Paul Daniel Faria
|
62ef95760a
|
Add BodyId to glossary, and links for ids to HIR identifiers section (#660)
|
2020-04-03 19:22:08 +02:00 |
|
Santiago Pastorino
|
568d6dc28f
|
Update some projects locations (#658)
|
2020-04-02 18:40:15 +02:00 |
|
Who? Me?!
|
d3b6c93976
|
Shorten line
|
2020-04-01 20:09:08 -05:00 |
|
George Fraser
|
dbc55da42d
|
Update src/SUMMARY.md
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
|
2020-04-01 20:09:08 -05:00 |
|
George Fraser
|
6efc6bf7f9
|
Update src/rustc-driver-interacting-with-the-ast.md
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
|
2020-04-01 20:09:08 -05:00 |
|
George Fraser
|
9255b60054
|
How to get the type of an expression using rustc_interface
|
2020-04-01 20:09:08 -05:00 |
|
Santiago Pastorino
|
f0d9200105
|
Remove left overs from HackMD migration (#655)
|
2020-04-01 16:25:14 +02:00 |
|
Tshepang Lekhonkhobe
|
3521fb90b7
|
Resolver trait moved (#652)
|
2020-04-01 11:04:45 +02:00 |
|
Tshepang Lekhonkhobe
|
f1fa8cbde0
|
add link for Resolver::resolve_crate (#653)
|
2020-04-01 10:57:35 +02:00 |
|
Tshepang Lekhonkhobe
|
22ee98a04a
|
add some type inference links, and fix/improve some stuff (#654)
|
2020-04-01 10:52:31 +02:00 |
|
Tshepang Lekhonkhobe
|
bebaeaab76
|
it is rustc_parse, not rustc_parser
|
2020-03-31 22:17:35 -05:00 |
|
Tshepang Lekhonkhobe
|
18e56c6a90
|
follow 4-space indent idiom
|
2020-03-31 22:17:15 -05:00 |
|
Tshepang Lekhonkhobe
|
1d47b1273d
|
point to new Cranelift home
|
2020-03-31 21:35:36 -05:00 |
|
Adam Perry
|
7f93af321c
|
fix broken links
|
2020-03-31 21:34:55 -05:00 |
|
Adam Perry
|
566ac3ecd5
|
Implicit Caller Location section.
|
2020-03-31 21:34:55 -05:00 |
|
mark
|
2115680571
|
and a few more links
|
2020-03-31 15:43:14 -05:00 |
|
mark
|
2b2286711a
|
fix a few more links
|
2020-03-31 15:43:14 -05:00 |
|
Tshepang Lekhonkhobe
|
40c37244cf
|
QueryDescription has moved
|
2020-03-31 15:43:14 -05:00 |
|
LeSeulArtichaut
|
130e15a12a
|
Rename librustc to librustc_middle
|
2020-03-31 15:43:14 -05:00 |
|
ecstatic-morse
|
1f25205652
|
Update reference to has_any_child_of in docs
This function was obsoleted by `find_in_move_path_or_its_descendants`.
|
2020-03-31 15:43:14 -05:00 |
|
Tshepang Lekhonkhobe
|
0caf3351c1
|
glossary: misc improvements (#638)
|
2020-03-28 21:29:57 +02:00 |
|
Alex Aktsipetrov
|
00ae5528a9
|
Fix typo (#635)
* Typo
* Update src/queries/query-evaluation-model-in-detail.md
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
|
2020-03-27 19:42:53 +09:00 |
|
Michael Woerister
|
7f21fd4d6a
|
Update description of incremental compilation.
|
2020-03-26 15:50:51 -05:00 |
|
Alex Aktsipetrov
|
4e4af8f2e0
|
Update high-level-overview.md
Remove an obsolete clarification about libsyntax and co.
|
2020-03-25 14:46:29 -05:00 |
|
Chris Simpkins
|
a624e9dfb7
|
minor grammar edit
|
2020-03-22 19:27:23 -05:00 |
|
Chris Simpkins
|
44348018cc
|
change title
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
|
2020-03-22 19:27:23 -05:00 |
|
Chris Simpkins
|
b0bd9f1eaa
|
Update src/licenses.md
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
|
2020-03-22 19:27:23 -05:00 |
|
Chris Simpkins
|
2917e2ff23
|
add rust-lang/rust license documentation
|
2020-03-22 19:27:23 -05:00 |
|
Chris Simpkins
|
74425d5eaf
|
[stupid-stats] replace removed rustc_codegen_utils with rustc_codegen_ssa
|
2020-03-22 17:58:00 -05:00 |
|
George Fraser
|
6e9fd16039
|
run_compiler is exported by rustc_interface
|
2020-03-22 14:33:47 -05:00 |
|
George Fraser
|
6a8d531f67
|
Fix reference
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
|
2020-03-21 19:48:32 -05:00 |
|
George Fraser
|
92717a2047
|
Reference example from #621
|
2020-03-21 19:48:32 -05:00 |
|
George Fraser
|
ebc31a1f5f
|
Example of rustc interface (#621)
* Example of rustc interface (https://internals.rust-lang.org/t/using-the-rustc-interface-crate/11982)
|
2020-03-22 08:26:04 +09:00 |
|
Who? Me?!
|
73a86501a4
|
Move GenericArgs chapter under ty (#624)
|
2020-03-21 01:32:33 +09:00 |
|
Bastian Kauschke
|
ccefce6ccf
|
words (#622)
|
2020-03-20 03:57:12 +09:00 |
|
bjorn3
|
e9c48f2bb9
|
Fix typo (#618)
|
2020-03-17 21:14:48 +02:00 |
|
Santiago Pastorino
|
299f11c2c0
|
Update src/walkthrough.md
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
|
2020-03-17 12:16:02 -05:00 |
|
Santiago Pastorino
|
9786fc514e
|
Update src/bug-fix-procedure.md
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
|
2020-03-17 12:16:02 -05:00 |
|
Santiago Pastorino
|
25a734b2dc
|
use-jemalloc -> jemalloc
|
2020-03-17 12:16:02 -05:00 |
|
Santiago Pastorino
|
49c1f9830e
|
Fix line lengths
|
2020-03-17 12:16:02 -05:00 |
|
Santiago Pastorino
|
ef26d795e7
|
Remove typo
|
2020-03-17 12:16:02 -05:00 |
|
Santiago Pastorino
|
8f2f724eb3
|
This page is diagnostics.html now
|
2020-03-17 12:16:02 -05:00 |
|
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 |
|