Who? Me?!
c9805eeb74
Update how-to-build-and-run.md
2019-06-11 11:55:03 -05:00
Who? Me?!
12292c52d4
Update compiler-debugging.md
2019-06-11 11:55:03 -05:00
Who? Me?!
5f5ea62102
use debug instead of debuginfo-level
2019-06-11 11:55:03 -05:00
mdsimmo
c9ba3e86b9
Replaced tabs with spaces
2019-06-07 15:32:02 -05:00
mdsimmo
17f497ec86
correct indentation
...
Indentation consistently 4 spaces and Part 1/Part2 contain everything else
2019-06-07 15:32:02 -05:00
Vadim Petrochenkov
3510bdcba1
Update information about debuginfo configuration
2019-06-02 19:36:58 -05:00
mark
922bbf5d19
fix long line
2019-06-02 19:32:17 -05:00
Vallentin
fc543f73a0
Fixed misspelling
2019-06-02 19:24:11 -05:00
Niko Matsakis
aad30e4c41
Merge pull request #324 from spastorino/add-more-info-subsection
...
Add more info subsection with links to forge and rustc api docs
2019-05-28 22:53:10 +02:00
Santiago Pastorino
6b51c0cd48
Add more info subsection with links to forge and rustc api docs
2019-05-28 17:51:08 -03:00
Julian Wollersberger
848faf9728
Renamed the file and title of the diagnostics chapter.
...
When I recently searched for infos in this guide on how to create
a warning, I couldn't find any. Later I found it through #14 .
The reason was that I didn't know the term 'diagnostics' and that
it is the collective term for errors, warnings and lints.
Renaming the chapter to include the word 'error' should help.
I think also including 'warning' in the title shouldn't be
neccessary, because it's close enought.
2019-05-17 11:02:08 -05:00
Iñaki Garay
fe258eff74
Added rustc phases diagram and explanation
...
Added rustc build phase diagram and explanation
2019-05-15 09:39:50 -05:00
varkor
c2c7085f77
Mention running tests for subdirectories
2019-05-15 09:38:51 -05:00
Iñaki Garay
d67561391a
Fixed links broken by merging chalks rules and solve
2019-05-15 09:34:04 -05:00
Michael Woerister
c3b32895e7
Add documentation about profile-guided optimization.
2019-05-14 11:19:21 -05:00
Tom Mulvaney
e928847fde
Fix typo, 'which' repeated twice
2019-05-07 09:53:32 -05:00
Niko Matsakis
c7b38b9259
Merge pull request #304 from rasendubi/fix-canonicalization
...
[canonicalization] fix result canonicalization example
2019-05-04 07:01:32 -04:00
Yuki Okushi
27b763f2e8
Rename to RUSTC_LOG
2019-05-03 15:04:24 -05:00
Iñaki Garay
74fb5ab71b
Added mention of universal ctags
2019-05-03 11:48:45 -05:00
guilherme
2b0a6b9709
Fix link in walkthrough
2019-05-01 22:22:29 -05:00
Nicolas
ed59780204
Remove IRC from discussion chats
2019-05-01 22:20:10 -05:00
Alex Crichton
5fbdd8652f
Bring the updating LLVM guide up to date
2019-05-01 22:18:48 -05:00
Mark Mansi
041020ab2d
use nightly rust for ci
2019-04-25 20:39:32 -05:00
Iñaki Garay
b9a6642e6c
Fixed broken chalk links
2019-04-25 20:17:28 -05:00
Matthew Jasper
bebe83732f
Add documentation for two-phase borrows
2019-04-24 17:29:05 -05:00
Oliver Scherer
4aa068fce7
Explain new powers of the `treat-err-as-bug` flag
2019-04-24 09:04:12 -05:00
Alexey Shmalko
c12d35804d
Update lowering-module test case
2019-04-23 12:30:52 -05:00
Alexey Shmalko
31c4046c5a
[canonicalization] fix result canonicalization example
2019-04-20 23:00:13 +03:00
Alexey Shmalko
52b2f710f8
Update BodyId description
...
It is now a newtype'd HirId, not NodeId.
See https://github.com/rust-lang/rust/pull/58167 .
2019-04-20 09:57:54 -05:00
Alexey Shmalko
59f8f083df
Update test-implementation chapter to current code
...
`test_main_static` is now used instead of `test_static_main`.
The libsyntax no longer generates a `TESTS` constant but rather passes
all test cases directly into `test_main_static` as a slice.
Update the guide accordingly.
2019-04-17 22:28:36 -05:00
Mark Mansi
1cbf18e860
update chalk with new organization
2019-04-16 16:23:26 -05:00
Mark Mansi
caa5110dc0
move to subsection
2019-04-16 15:37:46 -05:00
Mark Mansi
6c7aa77f20
fix MovePathIndex link
2019-04-16 15:37:11 -05:00
Alexey Shmalko
d4ec0c2edb
Update query chapter for the query macro rewrite
...
There was a big macro rewrite in these pull requests:
https://github.com/rust-lang/rust/pull/56462
https://github.com/rust-lang/rust/pull/59517
Update the query chapter to describe the new macro usage.
2019-04-16 15:36:32 -05:00
Zack M. Davis
b12843b084
subchapter with information about `--error-format json`
2019-04-16 14:10:52 -05:00
Krishna Sannasi
d73b85a6ae
Update query-evaluation-model-in-detail.md
...
Fix typo in the example
2019-04-13 13:13:28 -05:00
mark
91e21a130e
oops
2019-03-23 18:39:14 -05:00
mark
d863c0868e
Use eddyb's suggestion from #11 about logging
2019-03-23 18:39:14 -05:00
Denys Zariaiev
5ac9862f92
Add a note about `assembly` test suite.
2019-03-22 16:30:05 -05:00
Dan Robertson
cebb3ca661
Update link to debugging codegen
2019-03-22 16:29:47 -05:00
Alexander Regueiro
dbffbfcc6b
Small fix to code for checking feature gate
2019-03-22 15:50:31 -05:00
Zoxc
ffdc1563c6
Merge pull request #288 from mark-i-m/fix-links
...
Fix links
2019-03-20 08:02:50 +01:00
mark
7e2b64e262
address Zoxc's comments
2019-03-19 19:02:59 -05:00
Santiago Pastorino
9e92844a9e
Add experts map section to compiler team page
2019-03-15 17:32:05 -05:00
varkor
a15c2737ca
Fix mask -> tag terminology
2019-03-15 17:30:37 -05:00
Mark Mansi
c802e54d6d
update rustc driver chapters
2019-03-15 17:25:12 -05:00
Mark Mansi
55856e4162
chalk has moved to rust-lang
2019-03-15 17:24:46 -05:00
Niko Matsakis
be8685ab1f
Merge pull request #273 from mark-i-m/conventions
...
Update Conventions chapters, add chapter on dependencies
2019-03-13 13:44:02 -04:00
Mark Mansi
0e93af6741
update mdbook
2019-03-01 17:16:50 -06:00
Mark Mansi
1714da2ae7
fix link
2019-02-23 18:14:47 -06:00