about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2023-07-28fix(macro-expansion.md): fix the article `an` to `a` to have uninterrupted ↵İsmail Arılık-1/+1
reading
2023-07-28fix(serialization.md): fix the name of a derive macroİsmail Arılık-1/+1
It should be like this since in the next sentence, it is specified that this should generate an implementation.
2023-07-27fix(serialization.md): add a necessary plural suffixİsmail Arılık-1/+1
This is better not to have an interruption while reading it fast.
2023-07-27fix(salsa.md): add punctuation to prevent confusionİsmail Arılık-2/+2
2023-07-27fix(salsa.md): remove duplicate "To Be" verbİsmail Arılık-1/+1
2023-07-24feat(fuzzing.md): make `halfempty` word a linkİsmail Arılık-1/+1
2023-07-24fix(about.md): use `a` instead of `an`İsmail Arılık-1/+1
Pronunciation of the next word requires it.
2023-07-22refactor(git.md) use `<>` instead of long `[...](...)` syntax for plain linksİsmail Arılık-2/+2
2023-07-22refactor(git.md): make git-scm links clickableİsmail Arılık-2/+2
Some of them wasn't clickable.
2023-07-22fix(walkthrough.md) add a comma operator to eliminate ambiguityİsmail Arılık-1/+1
There was an ambiguity on whether the `it` after `don't` is a subject or object.
2023-07-21fix(git.md): remove a confusing end of sentence characterİsmail Arılık-1/+1
It might cause a confusion since it is not end of a sentence.
2023-07-19refactor(profiling/with_perf): remove a wrong to be verbİsmail Arılık-1/+1
2023-07-18refactor(tests/headers): remove duplicate list itemİsmail Arılık-1/+0
2023-07-18refactor(test/headers.md): make the meaning more obviousİsmail Arılık-1/+1
2023-07-18refactor(tests/ui): remove unnecessary duplicate wordİsmail Arılık-1/+1
2023-07-18fix(duplicate): remove unnecessary duplicate wordİsmail Arılık-1/+1
2023-07-15generic_arguments.md: substs -> GenericArgsMahdi Dibaiee-13/+13
See https://github.com/rust-lang/rust/pull/113591
2023-07-14fix(suggested): remove an unnecessary and confusing statementİsmail Arılık-3/+0
This statement is not about Visual Studio Code; it is about Neovim and it is already in that section. And it is also confusing for a VS Code user. So I think it is better to remove it.
2023-07-14make it read betterTshepang Mbambo-1/+1
2023-07-14fix(how-to-build-and-run): fix a typo ("fromer" -> "former")İsmail Arılık-1/+1
I think it is a typo, isn't it? 🤔
2023-07-13fix(how-to-build-and-run): remove a wrong paragraphİsmail Arılık-4/+0
This paragraph says that given README section have instructions on how to install Python and other prerequisites but it doesn't. Other than that "Dependencies" section in the README is already given in this section of the rustc-dev-guide: https://rustc-dev-guide.rust-lang.org/building/prerequisites.html#dependencies So this paragraph seems not necessary.
2023-07-13linked issue is closed (#1729)Tshepang Mbambo-18/+0
2023-07-12remove duplicated reference in about-this-guide.mdİsmail Arılık-1/+0
Forge is already mentioned in an item above.
2023-07-11Update src/early-late-bound.mdMichael Goulet-1/+1
2023-07-11caps is so importantBoxy-1/+1
Co-authored-by: Michael Goulet <michael@errs.io>
2023-07-11Gats isnt the only cool kid anymoreBoxy-3/+1
Co-authored-by: Michael Goulet <michael@errs.io>
2023-07-11split file and replace with deep dive docBoxy-88/+242
2023-07-11add section for normalization with the new solverlcnr-0/+81
2023-07-11Improve cleanup-crew.md with an example postİsmail Arılık-1/+1
Add a post which explains how to use C-reduce with Rust in cleanup-crew.md
2023-07-09fix: update link to function coverage (#1727)Emmanuel Ferdman-1/+1
2023-07-09Fix a bug in getting-started.md (#1726)İsmail Arılık-1/+1
2023-07-08improve explanation of placing tests in separate file (#1721)Tshepang Mbambo-7/+6
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
2023-07-08various fixes/improvements to Contributing chapter (#1723)Tshepang Mbambo-73/+69
2023-07-08ty::ConstKind has moved (#1724)Tshepang Mbambo-1/+1
2023-07-05document `.x test --rustc-args` optionRémy Rakic-0/+9
2023-07-03tests/run-make files have movedTshepang Mbambo-4/+3
2023-07-03replace dead link (#1717)Tshepang Mbambo-1/+1
2023-07-02fix linkTshepang Mbambo-2/+2
2023-07-03update linkTshepang Mbambo-1/+1
2023-07-02typoTshepang Mbambo-1/+1
2023-07-02OwningRef exists no moreTshepang Mbambo-2/+0
2023-07-01Try to avoid confusionsslime336-22/+29
2023-06-30typoTshepang Mbambo-1/+1
2023-06-30Fix line length out of limitsslime336-1/+2
2023-06-30Change `x.py` into `x`, add explanation for `x`sslime336-42/+67
2023-06-30Change `./x.py` into `./x`sslime336-157/+155
2023-06-29include rustc-dev-guide's own issues in suggested searchjyn-1/+1
2023-06-29Improve Windows docsjyn-2/+20
2023-06-29Inline alternate x.py invocations from the rust-lang/rust readmejyn-0/+25
I'm going to make a follow-up PR shortly linking from rust-lang/rust to the dev guide so this info isn't duplicated.
2023-06-29cleanup the "tracking issue" sectionjyn-18/+3
mostly this just suggests using a tracking issue instead of inlining the info from the issue template