about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2019-06-24Update mdbookWho? Me?!-2/+2
2019-06-24Change stage0 cfg_attr to bootstrapflip1995-1/+1
2019-06-24fix compiler-teamb41sh-1/+1
2019-06-20Added Rustc Debugger Support ChapterAmanjeev Sethi-0/+322
2019-06-15fix typosMark Mansi-2/+2
2019-06-15Update for TyCtxt<'a, 'gcx, 'tcx> -> TyCtxt<'tcx>.Eduard-Mihai Burtescu-76/+27
2019-06-15fix ci failures, typos, broken linksMark Mansi-4/+4
2019-06-15Some edits to address review commentsMark Mansi-60/+114
2019-06-15Notes about closure de-sugaringBlitzerr-0/+160
2019-06-15add note about rebuilding llvmMark Mansi-1/+3
2019-06-15Changes to config.toml require a cleanJonathan Behrens-0/+3
2019-06-13Fix a few typos in type inference chapterJonas Schievink-3/+3
Also try to test the top example
2019-06-12Add triagebotSantiago Pastorino-0/+1
2019-06-11Update how-to-build-and-run.mdWho? Me?!-1/+2
2019-06-11Update how-to-build-and-run.mdWho? Me?!-7/+5
2019-06-11Update compiler-debugging.mdWho? Me?!-3/+4
2019-06-11use debug instead of debuginfo-levelWho? Me?!-3/+4
2019-06-07Replaced tabs with spacesmdsimmo-77/+77
2019-06-07correct indentationmdsimmo-80/+77
Indentation consistently 4 spaces and Part 1/Part2 contain everything else
2019-06-02Update information about debuginfo configurationVadim Petrochenkov-10/+8
2019-06-02fix long linemark-1/+2
2019-06-02Fixed misspellingVallentin-3/+3
2019-05-28Add more info subsection with links to forge and rustc api docsSantiago Pastorino-0/+11
2019-05-17Renamed the file and title of the diagnostics chapter.Julian Wollersberger-5/+5
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-15Added rustc phases diagram and explanationIñaki Garay-44/+230
Added rustc build phase diagram and explanation
2019-05-15Mention running tests for subdirectoriesvarkor-3/+22
2019-05-15Fixed links broken by merging chalks rules and solveIñaki Garay-11/+9
2019-05-14Add documentation about profile-guided optimization.Michael Woerister-0/+133
2019-05-07Fix typo, 'which' repeated twiceTom Mulvaney-1/+1
2019-05-04Merge pull request #304 from rasendubi/fix-canonicalizationNiko Matsakis-6/+6
[canonicalization] fix result canonicalization example
2019-05-03Rename to RUSTC_LOGYuki Okushi-9/+9
2019-05-03Added mention of universal ctagsIñaki Garay-4/+13
2019-05-01Fix link in walkthroughguilherme-0/+2
2019-05-01Remove IRC from discussion chatsNicolas-10/+4
2019-05-01Bring the updating LLVM guide up to dateAlex Crichton-35/+27
2019-04-25use nightly rust for ciMark Mansi-0/+2
2019-04-25Fixed broken chalk linksIñaki Garay-4/+4
2019-04-24Add documentation for two-phase borrowsMatthew Jasper-0/+101
2019-04-24Explain new powers of the `treat-err-as-bug` flagOliver Scherer-2/+4
2019-04-23Update lowering-module test caseAlexey Shmalko-9/+8
2019-04-20[canonicalization] fix result canonicalization exampleAlexey Shmalko-6/+6
2019-04-20Update BodyId descriptionAlexey Shmalko-2/+2
It is now a newtype'd HirId, not NodeId. See https://github.com/rust-lang/rust/pull/58167.
2019-04-17Update test-implementation chapter to current codeAlexey Shmalko-10/+8
`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-16update chalk with new organizationMark Mansi-33/+34
2019-04-16move to subsectionMark Mansi-36/+37
2019-04-16fix MovePathIndex linkMark Mansi-8/+6
2019-04-16Update query chapter for the query macro rewriteAlexey Shmalko-32/+44
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-16subchapter with information about `--error-format json`Zack M. Davis-0/+37
2019-04-13Update query-evaluation-model-in-detail.mdKrishna Sannasi-1/+1
Fix typo in the example
2019-03-23oopsmark-1/+1