| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-05 | update new trait solver docs (#1802) | lcnr | -78/+212 | |
| * rewrite requirements/invariants * add some more info about the trait solver * CI * review | ||||
| 2023-10-05 | update rustc_driver examples (#1803) | Timo | -2/+8 | |
| 2023-09-28 | test headers: fix `compile-flags` example | Ethan Brierley | -1/+1 | |
| This is more consistent with the other examples in this file such as https://github.com/rust-lang/rustc-dev-guide/blob/a13b7c28ed705891c681ce5417b3d1cdb12cecd1/src/tests/headers.md?plain=1#L196 and | ||||
| 2023-09-25 | impl traits | Michael Goulet | -0/+4 | |
| 2023-09-22 | Modify build instructions for optimized build (#1795) | Jakub Beránek | -19/+14 | |
| 2023-09-22 | Remove outdated references to coverage debug code (#1797) | Stuart Cook | -98/+3 | |
| 2023-09-19 | line length limit | Boxy | -19/+39 | |
| 2023-09-19 | add doc and move existing stuff around | Boxy | -1/+113 | |
| 2023-09-18 | explain the MIR const vs TY const situation | Ralf Jung | -46/+75 | |
| 2023-09-15 | fix type name (#1792) | Tshepang Mbambo | -2/+2 | |
| 2023-09-12 | Clarify that `run-coverage` only runs in some of the CI jobs | Zalathar | -1/+1 | |
| 2023-09-11 | Revise the docs for coverage instrumentation tests | Zalathar | -11/+21 | |
| 2023-09-11 | Document the `coverage-map` and `run-coverage` test suites | Zalathar | -0/+55 | |
| 2023-09-11 | make link more pleasant to eye too (#1778) | Tshepang Mbambo | -2/+2 | |
| 2023-09-08 | grammar | Tshepang Mbambo | -1/+1 | |
| 2023-09-08 | typo | Tshepang Mbambo | -1/+1 | |
| 2023-09-08 | Updated index.md to add a command which can show unoptimized MIR | Prashant-Shekhar-Rao | -0/+6 | |
| The current playground link used in the page of MIR shows a optimized version of MIR which is missing some statements such as StorageLive . Updated to use a local command which shows unoptimized MIR that would be more useful for pedagogical purposes. | ||||
| 2023-09-05 | Review changes | Jakub Beránek | -8/+11 | |
| 2023-09-05 | Add section about building an optimized version of `rustc` | Jakub Beránek | -0/+132 | |
| 2023-09-05 | Set max line length in `.editorconfig` to 100 (#1788) | Jakub Beránek | -0/+1 | |
| 2023-08-31 | Update minor how-to-build-and-run.md spelling mistake | Ken | -1/+1 | |
| As of <!-- date-check --> Aug 2023, found: The spelling mistake "guilde" should be "guide" This PR only makes this minor correction | ||||
| 2023-08-30 | 1675 move 'failed to push some refs' into its own section | zahash | -16/+18 | |
| 2023-08-30 | 1675 add a 'Squash your commits' header to 'Advanced Rebasing' section in git | zahash | -0/+2 | |
| 2023-08-29 | move placement of std-dev-guide link (#1699) | zahash | -4/+4 | |
| 2023-08-29 | link std-dev-guide from landing page (#1699) | zahash | -0/+4 | |
| 2023-08-28 | Reword sentence about using `./x` over `./x.py` | Ethan Brierley | -2/+2 | |
| The current sentence was confusing when I first read it. I've reworded it to hopefully make it more clear. | ||||
| 2023-08-27 | remove (excessive) indentation (#1781) | Tshepang Mbambo | -1/+1 | |
| 2023-08-27 | coverage tests have moved, twice (#1780) | Tshepang Mbambo | -4/+5 | |
| 2023-08-27 | remove extraneous word (#1779) | Tshepang Mbambo | -1/+1 | |
| 2023-08-27 | llvm updates (#1761) | Tshepang Mbambo | -3/+4 | |
| 2023-08-27 | make link more pleasant to eye (#1777) | Tshepang Mbambo | -2/+2 | |
| 2023-08-27 | date-check: test suites/classes using "revisions" (#1738) | Tshepang Mbambo | -3/+9 | |
| 2023-08-27 | share link target (#1740) | Tshepang Mbambo | -5/+5 | |
| 2023-08-27 | indicate full hierarchy of config option (#1776) | Tshepang Mbambo | -6/+6 | |
| 2023-08-27 | remove stray word (#1773) | Tshepang Mbambo | -1/+1 | |
| 2023-08-27 | it is lower-case (#1772) | Tshepang Mbambo | -1/+1 | |
| 2023-08-22 | Suggest enabling patch-binaries-for-nix in `shell.nix` (#1774) | Ethan Brierley | -0/+1 | |
| Bootstraps nix detection isn't always perfect: - https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/Bootstrapping.20on.20NixOS - https://github.com/rust-lang/rust/issues/115073 | ||||
| 2023-08-22 | Fix long lines | Wesley Wiser | -8/+17 | |
| 2023-08-22 | Add additional licensing concerns to docs | Wesley Wiser | -0/+33 | |
| Content included from https://github.com/rust-lang/compiler-team/issues/220. | ||||
| 2023-08-22 | avoid repetition | Tshepang Mbambo | -2/+2 | |
| 2023-08-22 | Fix broken links format | yukang | -3/+2 | |
| 2023-08-21 | fix link | Tshepang Mbambo | -1/+1 | |
| 2023-08-21 | missing space | Tshepang Mbambo | -1/+1 | |
| 2023-08-21 | fix link | Tshepang Mbambo | -1/+1 | |
| 2023-08-21 | avoid link rot | Tshepang Mbambo | -1/+1 | |
| 2023-08-21 | update internal terminology: Substs -> GenericArgs | yukang | -57/+57 | |
| 2023-08-21 | Update suggested.md | Absobel | -1/+1 | |
| I imagine that the book meant that a full build isn't needed since it gave as an example the addition of a debug! statement | ||||
| 2023-08-20 | Update outdated doc for types (#1768) | Yukang | -5/+7 | |
| 2023-08-18 | Add dropck documentation (#1767) | Santiago Pastorino | -0/+155 | |
| 2023-08-14 | fix: stabilize debugger_visualizer | Emmanuel Ferdman | -2/+2 | |
| Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com> | ||||
