| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-06-18 | a couple more small changes | mark | -2/+3 | |
| 2020-06-18 | some minor updates | mark | -3/+11 | |
| 2020-06-18 | write about processes | mark | -6/+102 | |
| 2020-06-18 | address some review comments | mark | -4/+9 | |
| 2020-06-18 | Typo fixes | Who? Me?! | -4/+4 | |
| Co-authored-by: Camelid <37223377+camelid@users.noreply.github.com> | ||||
| 2020-06-18 | start a getting started guide | mark | -0/+224 | |
| 2020-06-18 | Add a link to the forge procedure on adding new options. (#754) | Eric Huss | -0/+4 | |
| 2020-06-18 | Don't give `x.py clean` as the first x.py example | Joshua Nelson | -2/+2 | |
| This command shouldn't be used very often, and it has its own whole section below anyway. | ||||
| 2020-06-17 | Document rustdoc behavior | Joshua Nelson | -0/+16 | |
| - `RUSTDOC_LOG` - `// aux-build:filename.rs` - `// build-aux-docs` | ||||
| 2020-06-16 | Add some more detail on compiletest normalization. | Eric Huss | -13/+47 | |
| 2020-06-11 | tag/niche terminology (#747) | Ralf Jung | -1/+4 | |
| 2020-06-10 | Fix CI rebase (#745) | Who? Me?! | -1/+1 | |
| * Fix CI rebase | ||||
| 2020-06-10 | Clean 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-10 | Only build master branch on push | Who? Me?! | -0/+5 | |
| 2020-06-10 | Include "Lint" in the title of the diagnostics chapter (#742) | LeSeulArtichaut | -2/+2 | |
| 2020-06-09 | complete the ICE-breaker => notification group rename | Niko Matsakis | -21/+23 | |
| 2020-06-09 | add the ARM notification group (#740) | Niko Matsakis | -0/+24 | |
| 2020-06-09 | Rebrand 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-08 | Document needs-* compiletest directives | Tomasz Miąsko | -0/+7 | |
| 2020-06-05 | do a rebase before testing (#737) | Who? Me?! | -0/+1 | |
| 2020-06-05 | Add 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-05 | update 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-05 | braces | Bastian Kauschke | -3/+3 | |
| 2020-06-05 | words | Bastian Kauschke | -4/+3 | |
| 2020-06-05 | Fix link (#734) | Who? Me?! | -3/+3 | |
| 2020-06-03 | Add 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-02 | Make travis badge link to travis | Who? Me?! | -1/+1 | |
| 2020-06-02 | Update .travis.yml | Who? Me?! | -1/+1 | |
| 2020-06-02 | Playing with travis images | Who? Me?! | -0/+1 | |
| 2020-05-30 | Update lint declaration example (#713) | Yuki Okushi | -20/+30 | |
| 2020-05-29 | Document more //ignore-X test headers | Tom Eccles | -0/+2 | |
| 2020-05-29 | Document remote testing | Tom Eccles | -10/+74 | |
| 2020-05-30 | Document `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-28 | Update src/tests/adding.md | Chris Simpkins | -1/+1 | |
| Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com> | ||||
| 2020-05-28 | add documentation of UI test error annotation substring support | Chris Simpkins | -1/+4 | |
| 2020-05-29 | Expand 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-27 | Clarify lint vs fixed diagnostic. | Eric Huss | -0/+17 | |
| 2020-05-27 | Updates from review. | Eric Huss | -11/+19 | |
| 2020-05-27 | Apply suggestions from code review | Eric 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-27 | Add some guidelines on diagnostics. | Eric Huss | -1/+159 | |
| 2020-05-27 | Apply suggestions from code review | LeSeulArtichaut | -1/+1 | |
| Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com> | ||||
| 2020-05-27 | Fix typo | LeSeulArtichaut | -1/+1 | |
| Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com> | ||||
| 2020-05-27 | Add definition of `niche` to the glossary | LeSeulArtichaut | -0/+1 | |
| 2020-05-27 | Move CLI to part 3. | Eric Huss | -1/+1 | |
| 2020-05-27 | Apply suggestions from code review | Eric 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-27 | Add some guidelines on the CLI. | Eric Huss | -0/+30 | |
| 2020-05-28 | It looks like the high-level-overview was renamed (#721) | Michael Bryan | -1/+1 | |
| 2020-05-27 | Add section for debugging rustc type layouts (#720) | LeSeulArtichaut | -0/+59 | |
| 2020-05-26 | Rename `upvars` query to `upvars_mentioned` | Yuki Okushi | -2/+3 | |
| 2020-05-25 | Update 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> | ||||
