about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2023-09-12Clarify that `run-coverage` only runs in some of the CI jobsZalathar-1/+1
2023-09-11Revise the docs for coverage instrumentation testsZalathar-11/+21
2023-09-11Document the `coverage-map` and `run-coverage` test suitesZalathar-0/+55
2023-09-11make link more pleasant to eye too (#1778)Tshepang Mbambo-2/+2
2023-09-08grammarTshepang Mbambo-1/+1
2023-09-08typoTshepang Mbambo-1/+1
2023-09-08Updated index.md to add a command which can show unoptimized MIRPrashant-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-05Review changesJakub Beránek-8/+11
2023-09-05Add section about building an optimized version of `rustc`Jakub Beránek-0/+132
2023-09-05Set max line length in `.editorconfig` to 100 (#1788)Jakub Beránek-0/+1
2023-08-31Update minor how-to-build-and-run.md spelling mistakeKen-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-301675 move 'failed to push some refs' into its own sectionzahash-16/+18
2023-08-301675 add a 'Squash your commits' header to 'Advanced Rebasing' section in gitzahash-0/+2
2023-08-29move placement of std-dev-guide link (#1699)zahash-4/+4
2023-08-29link std-dev-guide from landing page (#1699)zahash-0/+4
2023-08-28Reword 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-27remove (excessive) indentation (#1781)Tshepang Mbambo-1/+1
2023-08-27coverage tests have moved, twice (#1780)Tshepang Mbambo-4/+5
2023-08-27remove extraneous word (#1779)Tshepang Mbambo-1/+1
2023-08-27llvm updates (#1761)Tshepang Mbambo-3/+4
2023-08-27make link more pleasant to eye (#1777)Tshepang Mbambo-2/+2
2023-08-27date-check: test suites/classes using "revisions" (#1738)Tshepang Mbambo-3/+9
2023-08-27share link target (#1740)Tshepang Mbambo-5/+5
2023-08-27indicate full hierarchy of config option (#1776)Tshepang Mbambo-6/+6
2023-08-27remove stray word (#1773)Tshepang Mbambo-1/+1
2023-08-27it is lower-case (#1772)Tshepang Mbambo-1/+1
2023-08-22Suggest 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-22Fix long linesWesley Wiser-8/+17
2023-08-22Add additional licensing concerns to docsWesley Wiser-0/+33
Content included from https://github.com/rust-lang/compiler-team/issues/220.
2023-08-22avoid repetitionTshepang Mbambo-2/+2
2023-08-22Fix broken links formatyukang-3/+2
2023-08-21fix linkTshepang Mbambo-1/+1
2023-08-21missing spaceTshepang Mbambo-1/+1
2023-08-21fix linkTshepang Mbambo-1/+1
2023-08-21avoid link rotTshepang Mbambo-1/+1
2023-08-21update internal terminology: Substs -> GenericArgsyukang-57/+57
2023-08-21Update suggested.mdAbsobel-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-20Update outdated doc for types (#1768)Yukang-5/+7
2023-08-18Add dropck documentation (#1767)Santiago Pastorino-0/+155
2023-08-14fix: stabilize debugger_visualizerEmmanuel Ferdman-2/+2
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2023-08-11refactor(parts): remove part numbers to be consistentİsmail Arılık-3/+3
2023-08-11revert(part-5-intro): revert 4806958İsmail Arılık-1/+1
I will remove part numbers after that.
2023-08-11revert(part-2-intro): revert 2f0aa1eİsmail Arılık-1/+1
I will remove part numbers after that.
2023-08-11fix(part-2-intro): remove the phrase "from Part 1" which is not existİsmail Arılık-1/+1
2023-08-11feat(part-5-intro): make "Part 5" obviousİsmail Arılık-1/+1
2023-08-08Improve clarity about attribute applicabilityNicky Lim-3/+3
2023-08-08Update to new warning attributeNicky Lim-6/+7
2023-08-03Add RPITIT documentation (#1764)Santiago Pastorino-0/+420
2023-08-01fix(visitor.md): fix a type name in a code sampleİsmail Arılık-1/+1
From the context, it is understood that this type is `MyVisitor`, not `NoLandingPads`.
2023-07-30fix(name-resolution): remove unnecessary closing paranthesisİsmail Arılık-1/+1