| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-12 | Explain the purpose of the bottom value | Camelid | -2/+6 | |
| 2020-11-12 | Add a section on data-flow convergence | Camelid | -1/+15 | |
| 2020-11-11 | Links to htmldocck/@has/matches for searchability | Alexis Bourget | -1/+6 | |
| 2020-11-11 | Update src/compiler-debugging.md | Olivier FAURE | -1/+1 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-11-11 | Update link in compiler-debugging.md | Olivier FAURE | -2/+6 | |
| Link didn't point to latest version of `env_logger` crate. Add an explanation to disambiguate the RUSTC_LOG syntax. | ||||
| 2020-11-10 | Add some more examples of using the compiler | Joshua Nelson | -3/+15 | |
| 2020-11-09 | Update src/building/how-to-build-and-run.md | Casey Rodarmor | -1/+1 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-11-09 | Fix install command | Casey Rodarmor | -1/+1 | |
| 2020-11-09 | Document `src/tools/x`, an `x.py` wrapper | Casey Rodarmor | -0/+8 | |
| Document the newly added `x` binary that wraps `x.py`, which can be installed system-wide, and can be run from any subdirectory of a rust repo checkout. | ||||
| 2020-11-08 | correct minor grammar mistake (#944) | Joshua Nitschke | -1/+1 | |
| correct `a lots to `a lot` on implementing_new_features.md | ||||
| 2020-11-06 | Use `provide_both` link instead of `provide(_extern)` | Yuki Okushi | -5/+3 | |
| 2020-10-28 | Use new-style mdBook internal links in glossary | Camelid | -30/+30 | |
| 2020-10-28 | Put `TyCtxt` at the right position | Camelid | -2/+2 | |
| It should now be at its alphabetical position. Also fixed link to `TyCtxt` anchor. | ||||
| 2020-10-28 | Fix broken tags in glossary | Camelid | -88/+88 | |
| 2020-10-27 | Small improvements (#936) | Santiago Pastorino | -5/+5 | |
| * Fix typo errros -> errors * an -> a * hir -> hir() | ||||
| 2020-10-27 | Add "ctxt" and `TyCtxt` to the glossary (#937) | Camelid | -1/+3 | |
| 2020-10-26 | Clean up `compiletest` chapter (#935) | Camelid | -54/+52 | |
| 2020-10-26 | Improve prerequisites section for Windows (#934) | Yuki Okushi | -18/+16 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-10-22 | Explain lint renaming/removing | Nadrieril | -0/+15 | |
| 2020-10-22 | fix formatting | Joshua Nelson | -1/+1 | |
| 2020-10-22 | Improve markdown formatting | Joshua Nelson | -4/+9 | |
| 2020-10-22 | Add a `check-in.sh` script to automate writing markdown links | Joshua Nelson | -0/+34 | |
| Example usage: ``` $ ./check-in.sh usage: ./check-in.sh <since> <number-of-prs-merged> $ ./check-in.sh 2020-09-03 usage: ./check-in.sh <since> <number-of-prs-merged> help: you can find the number of PRs merged at https://github.com/rust-lang/rustc-dev-guide/pulls?q=is%3Apr+is%3Aclosed+updated%3A%3E2020-09-03 $ ./check-in.sh 2020-09-03 72 Authors: - **@1c3t3a** - **@arora-aman** ... snip ... Changes: - Replace links to `buildbot2.r-l.o` with `bors.r-l.o` [#929](https://github.com/rust-lang/rustc-dev-guide/pull/929) - Add reference PRs for `r?` and `r+` comments [#928](https://github.com/rust-lang/rustc-dev-guide/pull/928) ... snip ... Changes in progress: ``` | ||||
| 2020-10-21 | Add reference PRs for `r?` and `r+` comments (#928) | Yuki Okushi | -4/+7 | |
| 2020-10-21 | Replace links to `buildbot2.r-l.o` with `bors.r-l.o` | Yuki Okushi | -5/+5 | |
| 2020-10-19 | Revert "Remove outdated build rustdoc --stage 1" | Joshua Nelson | -1/+1 | |
| This reverts commit cd35d2b5944d8436350b7f2f16f5e720d9912db6. | ||||
| 2020-10-19 | Remove outdated build rustdoc --stage 1 | Ivan Tham | -1/+1 | |
| It builds with stage 1 by default. | ||||
| 2020-10-19 | Fix typo errros -> errors | Santiago Pastorino | -1/+1 | |
| 2020-10-16 | Explain why exhaustiveness is necessary for soundness | Nadrieril | -1/+2 | |
| 2020-10-16 | Explain pattern exhaustiveness checking | Nadrieril | -1/+81 | |
| 2020-10-15 | Fix a link on git.md | Yuki Okushi | -1/+1 | |
| 2020-10-13 | Added description of word Scrutinee to the glossary (#921) | 1c3t3a | -0/+1 | |
| 2020-10-11 | Mention you will need recent versions of mdbook* | Camelid | -2/+2 | |
| 2020-10-11 | Use official mdbook-linkcheck version | Camelid | -5/+4 | |
| We were using an alpha version before, pinned to a Git hash, so that we could access a new feature (Michael-F-Bryan/mdbook-linkcheck#42). Now there is a point release though (0.7.1), so we can update to that! | ||||
| 2020-10-10 | Update installation instructions for `mdbook-linkcheck` | LeSeulArtichaut | -2/+3 | |
| 2020-10-10 | Apply suggestions from code review | LeSeulArtichaut | -1/+12 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-10-10 | Talk about git submodules | LeSeulArtichaut | -0/+75 | |
| 2020-10-08 | Recommend debug-logging instead of debug | Joshua Nelson | -20/+7 | |
| This makes the compiler faster to running without sacrificing too much performance. It still shows logging so contributors aren't confused by `debug!` doing nothing. | ||||
| 2020-10-08 | Better error message | Who? Me?! | -1/+1 | |
| Co-authored-by: Camelid <camelidcamel@gmail.com> | ||||
| 2020-10-08 | Lol logic is hard | Who? Me?! | -1/+1 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-10-08 | add assert | mark | -0/+5 | |
| 2020-10-08 | More debuggable bash settings | Who? Me?! | -0/+3 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-10-08 | Add comment referring to travis docs | Who? Me?! | -0/+1 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-10-08 | pin mdbook-linkcheck version | mark | -1/+1 | |
| 2020-10-08 | linkcheck only for changed files except in cron jobs | mark | -1/+22 | |
| 2020-10-08 | Update more occurrences of system llvm link | Justus K | -2/+2 | |
| 2020-10-08 | Fix broken "system LLVM" link | Stu | -1/+1 | |
| 2020-10-08 | Fix typos (#916) | mautamu | -2/+2 | |
| Fixed two typos. | ||||
| 2020-10-07 | Add section describing git hook functionality | Cass | -6/+20 | |
| This is a companion to [this PR](https://github.com/rust-lang/rust/pull/76356), which deals with including functionality for automatically running `tidy --bless` on each commit. Undo editor auto-formatting and clarify git hook renaming a word Phrasing Apply suggestions from code review Co-authored-by: Camelid <37223377+camelid@users.noreply.github.com> | ||||
| 2020-10-04 | Document `Assemble` | Joshua Nelson | -5/+18 | |
| 2020-10-04 | Allow anyone to change the status of a PR | LeSeulArtichaut | -0/+7 | |
