Who? Me?!
d16c32661a
Update to mdbook-linkcheck 0.3.0
2019-06-24 09:52:03 -05:00
Who? Me?!
9f3678dece
Update mdbook
2019-06-24 09:52:03 -05:00
flip1995
6f50f15f7a
Change stage0 cfg_attr to bootstrap
2019-06-24 09:51:06 -05:00
b41sh
43ac5672c3
fix compiler-team
2019-06-24 09:50:28 -05:00
Amanjeev Sethi
76a7f1085e
Added Rustc Debugger Support Chapter
2019-06-20 20:54:40 -05:00
Mark Mansi
f55e97c145
fix typos
2019-06-15 17:29:12 -05:00
Eduard-Mihai Burtescu
f675e36941
Update for TyCtxt<'a, 'gcx, 'tcx> -> TyCtxt<'tcx>.
2019-06-15 16:58:30 -05:00
Mark Mansi
c15c60938a
fix ci failures, typos, broken links
2019-06-15 16:57:18 -05:00
Mark Mansi
9a4ff92b8e
Some edits to address review comments
2019-06-15 16:57:18 -05:00
Blitzerr
ea6f6b516b
Notes about closure de-sugaring
2019-06-15 16:57:18 -05:00
Mark Mansi
8dfb8c1f9e
add note about rebuilding llvm
2019-06-15 16:30:28 -05:00
Jonathan Behrens
885ab7e860
Changes to config.toml require a clean
2019-06-15 16:06:20 -05:00
Jonas Schievink
d97d111c2e
Fix a few typos in type inference chapter
...
Also try to test the top example
2019-06-13 19:49:30 -05:00
Santiago Pastorino
f53c6a6000
Merge pull request #337 from spastorino/add_triagebot
...
Add triagebot
2019-06-12 18:42:07 -03:00
Santiago Pastorino
caee05203e
Add triagebot
2019-06-12 17:00:07 -03:00
Who? Me?!
eda82ca8c9
Update how-to-build-and-run.md
2019-06-11 11:55:03 -05:00
Who? Me?!
14f353e9d8
Update how-to-build-and-run.md
2019-06-11 11:55:03 -05:00
Who? Me?!
53961054c8
Update compiler-debugging.md
2019-06-11 11:55:03 -05:00
Who? Me?!
af46ee4449
use debug instead of debuginfo-level
2019-06-11 11:55:03 -05:00
mdsimmo
9015f537ab
Replaced tabs with spaces
2019-06-07 15:32:02 -05:00
mdsimmo
2290cd1037
correct indentation
...
Indentation consistently 4 spaces and Part 1/Part2 contain everything else
2019-06-07 15:32:02 -05:00
Vadim Petrochenkov
3ac9cfc9c9
Update information about debuginfo configuration
2019-06-02 19:36:58 -05:00
mark
52d423e1b3
fix long line
2019-06-02 19:32:17 -05:00
Vallentin
c2ced29a08
Fixed misspelling
2019-06-02 19:24:11 -05:00
Niko Matsakis
567062c8d0
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
2755796a29
Add more info subsection with links to forge and rustc api docs
2019-05-28 17:51:08 -03:00
Julian Wollersberger
14b243de25
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
673b4a4b4c
Added rustc phases diagram and explanation
...
Added rustc build phase diagram and explanation
2019-05-15 09:39:50 -05:00
varkor
72bafaca4f
Mention running tests for subdirectories
2019-05-15 09:38:51 -05:00
Iñaki Garay
2972cf43a8
Fixed links broken by merging chalks rules and solve
2019-05-15 09:34:04 -05:00
Michael Woerister
243863e487
Add documentation about profile-guided optimization.
2019-05-14 11:19:21 -05:00
Tom Mulvaney
3cb727b62b
Fix typo, 'which' repeated twice
2019-05-07 09:53:32 -05:00
Niko Matsakis
37e4af3fa4
Merge pull request #304 from rasendubi/fix-canonicalization
...
[canonicalization] fix result canonicalization example
2019-05-04 07:01:32 -04:00
Yuki Okushi
2b8280f113
Rename to RUSTC_LOG
2019-05-03 15:04:24 -05:00
Iñaki Garay
2ecb52cb2d
Added mention of universal ctags
2019-05-03 11:48:45 -05:00
guilherme
b05cfab80b
Fix link in walkthrough
2019-05-01 22:22:29 -05:00
Nicolas
786d85c10e
Remove IRC from discussion chats
2019-05-01 22:20:10 -05:00
Alex Crichton
b68e57b705
Bring the updating LLVM guide up to date
2019-05-01 22:18:48 -05:00
Mark Mansi
1ff2ac0c2a
use nightly rust for ci
2019-04-25 20:39:32 -05:00
Iñaki Garay
e905e3aa17
Fixed broken chalk links
2019-04-25 20:17:28 -05:00
Matthew Jasper
dca6649b72
Add documentation for two-phase borrows
2019-04-24 17:29:05 -05:00
Oliver Scherer
ad07f7fac5
Explain new powers of the `treat-err-as-bug` flag
2019-04-24 09:04:12 -05:00
Alexey Shmalko
92219f29bb
Update lowering-module test case
2019-04-23 12:30:52 -05:00
Alexey Shmalko
a0ab5fac4b
[canonicalization] fix result canonicalization example
2019-04-20 23:00:13 +03:00
Alexey Shmalko
99e1b1d536
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
813cdf613e
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
aa7bb2bc5d
update chalk with new organization
2019-04-16 16:23:26 -05:00
Mark Mansi
2ef961e454
move to subsection
2019-04-16 15:37:46 -05:00
Mark Mansi
b95f349389
fix MovePathIndex link
2019-04-16 15:37:11 -05:00
Alexey Shmalko
7503057194
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