| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-11-04 | align code blocks with their paragraphs | Tshepang Mbambo | -21/+23 | |
| 2022-11-02 | Fixes some typos (#1502) | jonathanCogan | -8/+8 | |
| * Fix some typos. Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> | ||||
| 2022-11-01 | UPDATE - mention of Diagnostic derive on enums | Jhonny Bill Mena | -3/+5 | |
| Updated Diagnostic text to use the same language used in Subdiagnostic | ||||
| 2022-10-31 | trans -> codegen (#1500) | Santiago Pastorino | -1/+1 | |
| 2022-10-27 | add note for err annotation formatting | Rageking8 | -0/+4 | |
| 2022-10-27 | Remove `--bless` from pre-push hook suggestion | Chris Denton | -2/+3 | |
| According to https://github.com/rust-lang/rust/commit/8873e33806487a0fb12143772b1a3c1544edbe0b > Running with --bless causes the push to succeed if there are fixable formatting changes, but the changes don't make it into the push. > > We should have the user rerun with --bless (or x.py fmt) and commit the changes themselves (they might want to amend a particular commit, for instance). | ||||
| 2022-10-27 | Update for highfive transition. | Eric Huss | -12/+16 | |
| 2022-10-25 | Update `traits/resolution.md` (#1494) | Michael Goulet | -90/+27 | |
| * Update `traits/resolution.md` Co-authored by: @lcnr and @spastorino * Update src/traits/resolution.md * Wrapping * Update src/traits/resolution.md Co-authored-by: Santiago Pastorino <spastorino@gmail.com> Co-authored-by: Santiago Pastorino <spastorino@gmail.com> | ||||
| 2022-10-25 | Update diagnostics to flat fluent message paths | Nilstrieb | -40/+30 | |
| As implemented in rust-lang/rust#103345 | ||||
| 2022-10-24 | Update rust-analyzer suggestions (#1487) | Lukas Wirth | -0/+2 | |
| 2022-10-23 | miri is no longer a submodule but a subtree. (#1488) | Luqman Aden | -39/+24 | |
| 2022-10-22 | fix some links (#1490) | lcnr | -14/+14 | |
| Co-authored-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-10-19 | typo and grammar (#1484) | Tshepang Mbambo | -1/+2 | |
| 2022-10-12 | Add missing prerequisite for some Linux distros (#1481) | Sergio de Carvalho | -0/+1 | |
| 2022-10-08 | Update debugging.md | Marc Poulhiès | -1/+1 | |
| 2022-10-08 | Use llvm subdomain for compiler-explorer link | Marc Poulhiès | -2/+2 | |
| Using `llvm.godbolt.org` subdomain should automatically select the correct LLVM-IR language. | ||||
| 2022-10-07 | .gitattributes: Mark minified javascript as binary to filter greps | Josh Triplett | -0/+3 | |
| When doing a git grep (of rustc-dev-guide or of rust-lang/rust with --recurse-submodules), if the grep happens to match within the minified javascript, the resulting long single lines can cause a text pager or editor to slow down and distract from more useful matches. Minified javascript isn't formatted for human consumption, by definition, so mark it as binary, which causes git grep to instead just state that it matches without printing the matching "line". | ||||
| 2022-10-05 | fix very minor punctuation typo | Joshument | -1/+1 | |
| 2022-10-05 | diagnostic structs: derive on enum (#1477) | David Wood | -1/+1 | |
| 2022-10-05 | Update running tests with the new flags (#1476) | Pietro Albini | -3/+9 | |
| 2022-10-04 | Rename typeck to hir_analysis (#1475) | Bruno Kolenbrander | -31/+31 | |
| Co-authored-by: mejrs <> | ||||
| 2022-10-03 | fix typo and make paragraph consistent (#1474) | Joshument | -1/+1 | |
| 2022-10-02 | Update about-this-guide.md | Joshua Nelson | -1/+1 | |
| 2022-10-02 | Link to the correct page in "about this guide" | Joshua Nelson | -1/+1 | |
| Previously, "Building and debugging `rustc`" linked to the getting started page, which isn't correct. If people want that page, it already appears in the sidebar, and is the next sequential page. | ||||
| 2022-10-01 | Update r-a config suggestions | Lukas Wirth | -0/+2 | |
| The proc-macro server path is required for proc-macros to properly work in r-a when working on rustc. Pointing the sysroot to the stage0 one is more correct than using the system installed one. | ||||
| 2022-09-26 | don't refer to the compile-time interpreter as "Miri" (#1471) | Ralf Jung | -23/+23 | |
| 2022-09-22 | UPDATE - Diagnostic docs to reflect renamed traits and macros in rustc PR#101558 | Jhonny Bill Mena | -29/+29 | |
| 2022-09-22 | Update mdbook and its extensions versions | Yuki Okushi | -4/+4 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-09-22 | Remove unmaintained action | Yuki Okushi | -4/+3 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-09-22 | Update some actions versions | Yuki Okushi | -4/+4 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-09-22 | Fix some typos | Yuki Okushi | -3/+3 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-09-20 | Update stability guide to use CURRENT_RUSTC_VERSION (#1468) | Alex Saveau | -4/+2 | |
| 2022-09-19 | Add a note about building `rust-analyzer-proc-macro-srv` (#1467) | Waffle Maybe | -0/+9 | |
| 2022-09-16 | Link from "implementing to new features" to mcp.md (#1465) | Felix S Klock II | -0/+6 | |
| 2022-09-14 | remove stray ** | Tshepang Mbambo | -2/+3 | |
| 2022-09-13 | Explain the new valtree system for type level constants. (#1097) | Oli Scherer | -3/+50 | |
| * Explain the new valtree system for type level constants. * Update src/const-eval.md Co-authored-by: Noah Lev <camelidcamel@gmail.com> * Update src/const-eval.md Co-authored-by: lcnr <rust@lcnr.de> Co-authored-by: Noah Lev <camelidcamel@gmail.com> | ||||
| 2022-09-12 | fix typos and formatting | Joshua Nelson | -2/+2 | |
| Co-authored-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-09-12 | Say "bootstrap" instead of "rustbuild"; the latter is not explained anywhere ↵ | Joshua Nelson | -1/+1 | |
| and is not much more clear. | ||||
| 2022-09-12 | Rewrite the section on passing flags to subcommands | Joshua Nelson | -26/+39 | |
| - Move the reference for directories and actions to the very end; it's the most rare to need to know - Add `RUSTDOCFLAGS*`, `CARGOFLAGS*`, `-vvv`, and `--test-args` - Remove the incorrect `--on-fail` command | ||||
| 2022-09-12 | Remove the diagram of all outputs generated by x.py | Joshua Nelson | -11/+0 | |
| These are already present in the table below, there's no need to repeat it. Having it near the middle of the page makes it feel more overwhelming. | ||||
| 2022-09-12 | "symbol names" => ABI | Joshua Nelson | -3/+6 | |
| ABI is more general and gives a better idea of what goes wrong. | ||||
| 2022-09-12 | Add symbol-addition to the how-to for new features (#1457) | Devin Jeanpierre | -4/+6 | |
| Co-authored-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-09-09 | Fix typo (#1459) | Eric Holk | -1/+1 | |
| 2022-09-05 | Document multipart_suggestion derive on SessionSubdiagnostic | Xiretza | -2/+15 | |
| 2022-09-03 | Add reference for updating Windows PATH and fix typo | Samyak Sarnayak | -2/+4 | |
| Yes, the reference is a page on Java's documentation but that's the most complete and most official looking reference I could find. | ||||
| 2022-09-02 | Update for removal of RLS (#1450) | Eric Huss | -98/+43 | |
| 2022-08-29 | Fix the link to `Parser` struct | Yuki Okushi | -2/+2 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-08-29 | Remove a dangling link on "The `#[test]` attribute" | Yuki Okushi | -1/+0 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-08-27 | Update the stabilization guide to refer to the new placeholder system | est31 | -21/+5 | |
| The stabilization process is changed to now use `CURRENT_RUSTC_VERSION` instead of spelling out whatever version is currently the latest. This placeholder will be replaced during the release process with the correct version. | ||||
| 2022-08-27 | Refine the lintstore section (#1429) | Tshepang Mbambo | -13/+32 | |
