| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-04-09 | Improve the landing page for contributing to the libstd docs (#1666) | jyn | -11/+10 | |
| 2023-04-09 | Various improvements to `check_line_lengths.sh` (#1667) | jyn | -9/+9 | |
| 2023-04-09 | Document how to ignore specific files in a diff (#1668) | jyn | -0/+12 | |
| 2023-04-05 | fix line length | y21 | -3/+5 | |
| 2023-04-05 | mention `git clone --depth` | y21 | -0/+21 | |
| 2023-04-03 | add a few more TOC sections | Joshua Nelson | -4/+16 | |
| 2023-04-03 | Remove duplicate section on new features in CONTRIBUTING.md | Joshua Nelson | -22/+2 | |
| 2023-04-03 | Link to bug-fix-procedure.md from the contribution procedure section | Joshua Nelson | -26/+12 | |
| 2023-04-03 | Rearrange the "getting started" and contributing.md sections | Joshua Nelson | -246/+216 | |
| There was a lot of information duplicated between the two, and it wasn't clear which one to look. This commit changes `contributing.md` to be strictly for contribution procedures, and moves "what should I work on" sections to "Getting Started". This also consolidates the links in `about-this-guide.md` rather than spreading them between about-this-guide, getting-started, and contributing. I suggest using https://rustc-dev-guide.org/git.html#moving-large-sections-of-code to review this commit. | ||||
| 2023-04-03 | Outline the external repositories section | Joshua Nelson | -144/+160 | |
| This is advanced info that most contributors won't need to know; and for experienced contributors, it means the info is at the top of the page instead of needing to scroll. | ||||
| 2023-04-03 | Move some info from "Getting Started" to "How to build and run" | Joshua Nelson | -84/+33 | |
| "Getting Started" is already *very* long; this shrinks it a bit, and puts similar info closer together. | ||||
| 2023-04-03 | Make REUSE ignore section heading as a copyright statement (#1659) | Pietro Albini | -0/+3 | |
| 2023-04-02 | Update some links and information for cargo-bisect-rustc (#1657) | Eric Huss | -33/+8 | |
| 2023-04-01 | update rustc_driver examples (#1655) | Tshepang Mbambo | -5/+7 | |
| 2023-03-26 | Add locale_resources (#1651) | Nathan Hammond | -0/+1 | |
| 2023-03-27 | Don't require $GITHUB_TOKEN to build locally (#1652) | jyn | -8/+15 | |
| 2023-03-23 | bootsrapping stages overview list | Shahar Dawn Or | -4/+11 | |
| 2023-03-21 | Update labels overview (#1639) | Eric Huss | -55/+91 | |
| 2023-03-21 | first mention of type, and add a link (#1643) | Tshepang Mbambo | -1/+2 | |
| Co-authored-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2023-03-21 | Add SIP solution for macOS users (#1636) | Yukang | -0/+10 | |
| 2023-03-16 | Reword to include 'distractions' | Langston Barrett | -2/+2 | |
| 2023-03-16 | Mention debug assertions label | Langston Barrett | -0/+5 | |
| 2023-03-16 | Mention debug assertions | Langston Barrett | -0/+10 | |
| 2023-03-16 | Address review comments | Langston Barrett | -7/+9 | |
| 2023-03-16 | mir-opt*-level*, not mir-opt | Langston Barrett | -2/+2 | |
| 2023-03-16 | Address review comments | Langston Barrett | -8/+35 | |
| 2023-03-16 | Add chapter on fuzzing | Langston Barrett | -0/+106 | |
| 2023-03-16 | Fix "Crate disambiguator" in libs-and-metadata.md | Hoblovski | -3/+2 | |
| 2023-03-14 | alert when date gets stale (by using date-check annotation) | Tshepang Mbambo | -1/+2 | |
| 2023-03-14 | fix date-check annotation some more | Tshepang Mbambo | -1/+1 | |
| 2023-03-14 | fix date-check annotation | Tshepang Mbambo | -1/+1 | |
| 2023-03-14 | typo | Tshepang Mbambo | -1/+1 | |
| 2023-03-14 | Update rustdoc-internals.md | Michael Howell | -87/+141 | |
| 2023-03-13 | Rename `config.toml.example` to `config.example.toml` | Thom Chiovoloni | -7/+7 | |
| 2023-03-12 | fix typo `SubstRef` to `SubstsRef` | Yutaro Ohno | -1/+1 | |
| 2023-03-10 | improve accuracy | Tshepang Mbambo | -2/+1 | |
| 2023-03-10 | tracing log along diff crates | bohan | -0/+4 | |
| 2023-03-08 | Fix Rust Analyzer settings location | clubby789 | -4/+4 | |
| This file was moved in https://github.com/rust-lang/rust/pull/108618 | ||||
| 2023-03-06 | Reflect the changes in rust-lang/rust#67000 (#1632) | Yuki Okushi | -7/+6 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2023-03-06 | improve capacity note (#1634) | Tshepang Mbambo | -14/+16 | |
| 2023-03-03 | Remove mention to lexer/parser refactoring | Yuki Okushi | -3/+0 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2023-03-03 | Update date reference about infer context variables | Yuki Okushi | -1/+1 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2023-03-03 | Update explnation about `Body.basic_blocks` | Yuki Okushi | -3/+2 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2023-03-03 | Add detail to contributing guide (#1628) | apiraino | -0/+15 | |
| 2023-03-03 | Making the sentence more clear (#1624) | Mika | -1/+1 | |
| 2023-03-03 | Fixed typing error (#1623) | Mika | -1/+1 | |
| 2023-03-03 | update error code docs to reflect recent changes (#1625) | Ezra Shaw | -93/+108 | |
| 2023-02-27 | Fixed typing errors (#1622) | Mika | -2/+2 | |
| 2023-02-21 | this remains true (#1620) | Tshepang Mbambo | -1/+1 | |
| 2023-02-21 | diagnostics: small fixes/improvements (#1618) | Tshepang Mbambo | -3/+3 | |
