about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2020-06-18a couple more small changesmark-2/+3
2020-06-18some minor updatesmark-3/+11
2020-06-18write about processesmark-6/+102
2020-06-18address some review commentsmark-4/+9
2020-06-18Typo fixesWho? Me?!-4/+4
Co-authored-by: Camelid <37223377+camelid@users.noreply.github.com>
2020-06-18start a getting started guidemark-0/+224
2020-06-18Add a link to the forge procedure on adding new options. (#754)Eric Huss-0/+4
2020-06-18Don't give `x.py clean` as the first x.py exampleJoshua Nelson-2/+2
This command shouldn't be used very often, and it has its own whole section below anyway.
2020-06-17Document rustdoc behaviorJoshua Nelson-0/+16
- `RUSTDOC_LOG` - `// aux-build:filename.rs` - `// build-aux-docs`
2020-06-16Add some more detail on compiletest normalization.Eric Huss-13/+47
2020-06-11tag/niche terminology (#747)Ralf Jung-1/+4
2020-06-10Fix CI rebase (#745)Who? Me?!-1/+1
* Fix CI rebase
2020-06-10Clean up the paragraph about aliases for pinging the notification groups (#743)LeSeulArtichaut-3/+7
* Clean up the paragraph about aliases for pinging the notification groups * Add windows and arm command invocations Co-authored-by: Santiago Pastorino <spastorino@gmail.com> Co-authored-by: Santiago Pastorino <spastorino@gmail.com>
2020-06-10Only build master branch on pushWho? Me?!-0/+5
2020-06-10Include "Lint" in the title of the diagnostics chapter (#742)LeSeulArtichaut-2/+2
2020-06-09complete the ICE-breaker => notification group renameNiko Matsakis-21/+23
2020-06-09add the ARM notification group (#740)Niko Matsakis-0/+24
2020-06-09Rebrand ICE-breakers, introduce Windows notification group (#739)Niko Matsakis-7/+42
* rename ice-breakers to the more general notification-group also less confusing * add windows notification group * rebrand LLVM ICE-breakers as a "notification group" * include the link to example windows PR
2020-06-08Document needs-* compiletest directivesTomasz Miąsko-0/+7
2020-06-05do a rebase before testing (#737)Who? Me?!-0/+1
2020-06-05Add a bit about various type system concepts (#697)Who? Me?!-2/+253
* add a bit on dataflow analysis * add a bit on quanitification * add a bit on debruijn index * add a bit on early and late bound params * add missing link * Typos Co-authored-by: Tshepang Lekhonkhobe <tshepang@gmail.com> * clarify dataflow example * fix formatting * fix typos * Typos Co-authored-by: Tshepang Lekhonkhobe <tshepang@gmail.com> * fix errors in background * remove dup material and make early/late intro short * adjust intro * Niko's intro Co-authored-by: Niko Matsakis <niko@alum.mit.edu> Co-authored-by: Tshepang Lekhonkhobe <tshepang@gmail.com> Co-authored-by: Niko Matsakis <niko@alum.mit.edu>
2020-06-05update conventions (#735)Bastian Kauschke-11/+12
* update conventions * typo Co-authored-by: Santiago Pastorino <spastorino@gmail.com> Co-authored-by: Santiago Pastorino <spastorino@gmail.com>
2020-06-05bracesBastian Kauschke-3/+3
2020-06-05wordsBastian Kauschke-4/+3
2020-06-05Fix link (#734)Who? Me?!-3/+3
2020-06-03Add more info on useful workflows (#727)LeSeulArtichaut-5/+64
* Add more info on useful workflows * Apply suggestions from code review Co-authored-by: mark-i-m <mark-i-m@users.noreply.github.com> Co-authored-by: spastorino <spastorino@gmail.com> Co-authored-by: mark-i-m <mark-i-m@users.noreply.github.com> Co-authored-by: spastorino <spastorino@gmail.com>
2020-06-02Make travis badge link to travisWho? Me?!-1/+1
2020-06-02Update .travis.ymlWho? Me?!-1/+1
2020-06-02Playing with travis imagesWho? Me?!-0/+1
2020-05-30Update lint declaration example (#713)Yuki Okushi-20/+30
2020-05-29Document more //ignore-X test headersTom Eccles-0/+2
2020-05-29Document remote testingTom Eccles-10/+74
2020-05-30Document `RUSTFLAGS_STAGE_` bootstrap environment variables (#728)LeSeulArtichaut-0/+10
* Document `RUSTFLAGS_STAGE_` * Fix typos Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-05-28Update src/tests/adding.mdChris Simpkins-1/+1
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-05-28add documentation of UI test error annotation substring supportChris Simpkins-1/+4
2020-05-29Expand error annotations section with examples (#724)Chris Simpkins-3/+64
* expand error annotations section with examples Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-05-27Clarify lint vs fixed diagnostic.Eric Huss-0/+17
2020-05-27Updates from review.Eric Huss-11/+19
2020-05-27Apply suggestions from code reviewEric Huss-2/+2
Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com> Co-authored-by: Chris Simpkins <git.simpkins@gmail.com>
2020-05-27Add some guidelines on diagnostics.Eric Huss-1/+159
2020-05-27Apply suggestions from code reviewLeSeulArtichaut-1/+1
Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com>
2020-05-27Fix typoLeSeulArtichaut-1/+1
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-05-27Add definition of `niche` to the glossaryLeSeulArtichaut-0/+1
2020-05-27Move CLI to part 3.Eric Huss-1/+1
2020-05-27Apply suggestions from code reviewEric Huss-2/+2
Co-authored-by: Chris Simpkins <git.simpkins@gmail.com> Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com>
2020-05-27Add some guidelines on the CLI.Eric Huss-0/+30
2020-05-28It looks like the high-level-overview was renamed (#721)Michael Bryan-1/+1
2020-05-27Add section for debugging rustc type layouts (#720)LeSeulArtichaut-0/+59
2020-05-26Rename `upvars` query to `upvars_mentioned`Yuki Okushi-2/+3
2020-05-25Update docs related to const-eval/Miri (#676)Yuki Okushi-32/+39
* Update docs related to const-eval Co-authored-by: Ralf Jung <post@ralfj.de>