| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-26 | Document how to modify feature gates | Camelid | -0/+66 | |
| How to remove them and how to rename them. cc <https://github.com/rust-lang/rust/pull/79336#discussion_r528627318> cc @varkor | ||||
| 2020-11-24 | Document when errors should have an associated error code (#967) | Camelid | -2/+11 | |
| Document when errors should have an associated error code | ||||
| 2020-11-24 | Update bootstrap documentation with the new envvars for RUSTFLAGS | Gabriel de Perthuis | -6/+2 | |
| This follows <https://github.com/rust-lang/rust/pull/63722>. | ||||
| 2020-11-23 | don't use cache while running PR builds | mark | -2/+2 | |
| 2020-11-23 | Update `param_env` link | Camelid | -1/+1 | |
| `rustc_ty` was recently [renamed] to `rustc_ty_utils`, so this link has to be updated. [renamed]: https://github.com/rust-lang/rust/commit/f59d03038c8601a66bd165a2f1980109665d077c | ||||
| 2020-11-22 | add small explanation of why fuel can be useful for debugging | cjkenn | -2/+4 | |
| 2020-11-22 | add mir-opt section for optimization fuel | cjkenn | -0/+21 | |
| 2020-11-16 | updated link for Citizen Code of Conduct (#959) | Tobias | -36/+1 | |
| * remove the code of conduct; instead link to https://www.rust-lang.org/conduct.html | ||||
| 2020-11-15 | add string interning wikipedia link (#960) | hosseind88 | -1/+5 | |
| 2020-11-12 | Provide a brief example of a data-flow analysis | Camelid | -0/+26 | |
| 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 | |
