| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| 2020-10-04 | Explain stages in terms of the compiler currently running (take N+1) (#857) | Joshua Nelson | -114/+127 | |
| * Explain stages in terms of the compiler currently running - Address some confusing points + stage N+1 -> stage N artifacts + Use more likely examples of an ABI break + stage N -> stage N compiler - Mention why rustc occasionally uses `cfg(bootstrap)` - Note that stage1 is built using two different versions - Add lots of examples + `test src/test/ui` and `test compiler/rustc` run different compilers 😢 + Separate examples of what to do from examples of what not to do - 'ship stage 1 artifacts' -> 'ship stage 2 compiler' This is hopefully less confusing. * build -> x.py build * Add section on build artifacts * Improve wording Co-authored-by: Camelid <37223377+camelid@users.noreply.github.com> * uplifted -> assembled Co-authored-by: Camelid <37223377+camelid@users.noreply.github.com> | ||||
| 2020-10-04 | Link to .md files, rather than .html | Who? Me?! | -3/+3 | |
| Co-authored-by: Camelid <37223377+camelid@users.noreply.github.com> | ||||
| 2020-10-04 | address lingering reviewer comments | mark | -3/+7 | |
| 2020-10-04 | Apply suggestions from code review | Gus Wynn | -1/+3 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-10-04 | add note | Gus Wynn | -0/+5 | |
| 2020-10-04 | add suggested workflow to setup nightly rustup for rustc | Gus Wynn | -0/+16 | |
| 2020-10-04 | Did more measurements on what exactly affects llvm-lines: | Julian Wollersberger | -14/+13 | |
| optimize, codegen-units and mir-opt do, but debug-assertions doesn't. | ||||
| 2020-10-04 | Document the usage of cargo-llvm-lines and -Ztimings. | Julian Wollersberger | -1/+80 | |
| 2020-10-03 | Document new way to not build LLVM | Aleksey Kladov | -4/+13 | |
| Implemented in https://github.com/rust-lang/rust/pull/76349 | ||||
| 2020-10-03 | hir_map -> hir() | Santiago Pastorino | -2/+2 | |
| 2020-10-03 | Fix time periods for Triage WG procedure | LeSeulArtichaut | -2/+2 | |
