| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| 2022-08-27 | typo | Tshepang Mbambo | -1/+1 | |
| 2022-08-27 | Updates text to refer to LLVM documentation. | Micah Weston | -1/+2 | |
| 2022-08-27 | Updates LLVM prereqs since upgrade to C++17. | Micah Weston | -1/+1 | |
| 2022-08-27 | we got 3 (#1447) | Tshepang Mbambo | -39/+45 | |
| 2022-08-26 | A few corrections | SparrowLii | -5/+5 | |
| 2022-08-26 | Update some statements | SparrowLii | -33/+27 | |
| 2022-08-26 | correct typo in parallel-rustc.md | SparrowLii | -2/+2 | |
| 2022-08-26 | Correct some statements in parallel-rustc.md | SparrowLii | -10/+9 | |
| 2022-08-26 | update parallel-rustc.md | SparrowLii | -33/+101 | |
| 2022-08-25 | address review comment | Tshepang Mbambo | -1/+7 | |
| https://github.com/rust-lang/rustc-dev-guide/pull/1428#discussion_r948143840 | ||||
| 2022-08-25 | make date-check more easy to use | Tshepang Mbambo | -4/+2 | |
| One could not run it like the following, for the would be a panic: cargo run --manifest-path ci/date-check/Cargo.toml . Also, remove the need to specify argument, in which case, current_dir is assumed. | ||||
| 2022-08-25 | update thir output (#1445) | Tshepang Mbambo | -56/+105 | |
| 2022-08-23 | do not offer option to run code (#1442) | Tshepang Mbambo | -1/+1 | |
| 2022-08-23 | fix quick-edit link (#1441) | Tshepang Mbambo | -1/+1 | |
| 2022-08-21 | Document changes introduced by kind-less SessionDiagnostics | Xiretza | -16/+11 | |
| 2022-08-19 | diagnostics: fix outdated use of string slugs (#1436) | David Wood | -42/+69 | |
| 2022-08-18 | Add missing lifetime (#1439) | Nathan Stocks | -1/+1 | |
| * fix incorrect #[note] syntax * more syntax fixes * add missing lifetime | ||||
| 2022-08-18 | more syntax fixes | Nathan Stocks | -2/+2 | |
| 2022-08-18 | fix incorrect #[note] syntax | Nathan Stocks | -1/+1 | |
| 2022-08-17 | Update slug style to use _ instead of - (#1426) | est31 | -25/+29 | |
| 2022-08-17 | remove incorrect info (#1435) | Tshepang Mbambo | -6/+7 | |
| 2022-08-17 | fix lifetime name (#1431) | Tshepang Mbambo | -5/+3 | |
| 2022-08-17 | Update the date reference around Git submodule bug (#1430) | Tshepang Mbambo | -4/+8 | |
| 2022-08-13 | Improve the "Diagnostic items" chapter (#1427) | Tshepang Mbambo | -30/+49 | |
| 2022-08-11 | date-check: crates-io | Tshepang Mbambo | -8/+8 | |
| 2022-08-10 | fix/improve compiler-debugging | Tshepang Mbambo | -9/+16 | |
| 2022-08-10 | Update src/compiler-debugging.md | Joshua Nelson | -1/+1 | |
| 2022-08-10 | add gdb tips for symbol-mangling-version | yukang | -2/+22 | |
| 2022-08-09 | move references down to avoid clutter (#1420) | Tshepang Mbambo | -7/+7 | |
| Also, make link to upstream llvm repo clickable | ||||
| 2022-08-09 | update date-check format on github issue (#1416) | Tshepang Mbambo | -1/+1 | |
| Co-authored-by: Noah Lev <camelidcamel@gmail.com> | ||||
| 2022-08-09 | Fix legend colors in dark mode | Noah Lev | -3/+5 | |
| 2022-08-09 | Add color for downloaded nodes | Noah Lev | -3/+5 | |
| 2022-08-09 | Add colors to diagram | Noah Lev | -6/+11 | |
