Commit graph

2145 commits

Author SHA1 Message Date
İsmail Arılık
7e89cf5262 fix(git.md): remove a confusing end of sentence character
It might cause a confusion since it is not end of a sentence.
2023-07-21 16:57:54 +02:00
İsmail Arılık
8631e10a7e refactor(profiling/with_perf): remove a wrong to be verb 2023-07-19 16:54:57 +02:00
İsmail Arılık
4e38004e7f refactor(tests/headers): remove duplicate list item 2023-07-18 16:02:36 +02:00
İsmail Arılık
bed3e64907 refactor(test/headers.md): make the meaning more obvious 2023-07-18 16:01:21 +02:00
İsmail Arılık
491f6b3bf9 refactor(tests/ui): remove unnecessary duplicate word 2023-07-18 14:04:05 +02:00
İsmail Arılık
0d44495618 fix(duplicate): remove unnecessary duplicate word 2023-07-18 12:17:31 +02:00
Mahdi Dibaiee
045ede2c01 generic_arguments.md: substs -> GenericArgs
See https://github.com/rust-lang/rust/pull/113591
2023-07-15 02:01:35 +02:00
İsmail Arılık
441985e183 fix(suggested): remove an unnecessary and confusing statement
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-14 20:41:09 +02:00
Tshepang Mbambo
9b7789a815 make it read better 2023-07-14 08:39:30 +02:00
İsmail Arılık
4b56a41616 fix(how-to-build-and-run): fix a typo ("fromer" -> "former")
I think it is a typo, isn't it? 🤔
2023-07-14 08:39:30 +02:00
İsmail Arılık
a31d48483e fix(how-to-build-and-run): remove a wrong paragraph
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-13 11:37:29 +02:00
Tshepang Mbambo
7c56437147 coverage code has moved (#1728)
Co-authored-by: Michael Goulet <michael@errs.io>
2023-07-13 04:02:30 +09:00
Tshepang Mbambo
e413112c9e linked issue is closed (#1729) 2023-07-13 04:02:06 +09:00
İsmail Arılık
b1083f3eac remove duplicated reference in about-this-guide.md
Forge is already mentioned in an item above.
2023-07-12 12:38:00 +02:00
Michael Goulet
cd06e94517 Update src/early-late-bound.md 2023-07-11 16:43:01 -04:00
Boxy
72f921de4a caps is so important
Co-authored-by: Michael Goulet <michael@errs.io>
2023-07-11 16:43:01 -04:00
Boxy
3bcfdddbb1 Gats isnt the only cool kid anymore
Co-authored-by: Michael Goulet <michael@errs.io>
2023-07-11 16:43:01 -04:00
Boxy
26aea84793 split file and replace with deep dive doc 2023-07-11 16:43:01 -04:00
lcnr
823509ac32 add section for normalization with the new solver 2023-07-11 19:59:26 +01:00
İsmail Arılık
041627afca Improve cleanup-crew.md with an example post
Add a post which explains how to use C-reduce with Rust in cleanup-crew.md
2023-07-11 08:02:34 +02:00
Emmanuel Ferdman
2b44e2c7b1 fix: update link to function coverage (#1727) 2023-07-09 23:50:50 +09:00
İsmail Arılık
3717786066 Fix a bug in getting-started.md (#1726) 2023-07-09 19:22:22 +09:00
Tshepang Mbambo
a50154b69c improve explanation of placing tests in separate file (#1721)
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
2023-07-08 11:54:25 +09:00
Tshepang Mbambo
57c24559fe various fixes/improvements to Contributing chapter (#1723) 2023-07-08 11:52:53 +09:00
Tshepang Mbambo
39a088e875 ty::ConstKind has moved (#1724) 2023-07-08 01:36:13 +09:00
Rémy Rakic
4b5b3591a2 document .x test --rustc-args option 2023-07-05 02:14:36 +02:00
Tshepang Mbambo
0aa1b465cf tests/run-make files have moved 2023-07-03 09:36:22 +02:00
Tshepang Mbambo
7c3fb077ac replace dead link (#1717) 2023-07-03 10:34:58 +09:00
Tshepang Mbambo
321f441f41 fix link 2023-07-02 16:16:44 -07:00
Tshepang Mbambo
01030d9a32 update link 2023-07-03 00:51:52 +02:00
Tshepang Mbambo
53b4b16753 typo 2023-07-02 12:29:13 -07:00
Tshepang Mbambo
c688563f8d OwningRef exists no more 2023-07-02 13:17:42 +02:00
sslime336
4d4960d805 Try to avoid confusion 2023-07-01 08:14:17 +02:00
Tshepang Mbambo
d67f8cc148 typo 2023-06-30 23:11:14 +02:00
sslime336
01d5b48002 Fix line length out of limit 2023-06-30 23:11:14 +02:00
sslime336
3901ca5a7d Change x.py into x, add explanation for x 2023-06-30 23:11:14 +02:00
sslime336
670f9b1942 Change ./x.py into ./x 2023-06-30 23:11:14 +02:00
jyn
d41a308501 include rustc-dev-guide's own issues in suggested search 2023-06-29 18:21:18 +02:00
jyn
444fa4ee6c Improve Windows docs 2023-06-29 10:05:10 -05:00
jyn
990bce9d51 Inline alternate x.py invocations from the rust-lang/rust readme
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-29 10:05:10 -05:00
jyn
0209d5b154 cleanup the "tracking issue" section
mostly this just suggests using a tracking issue instead of inlining the info from the issue template
2023-06-29 10:05:10 -05:00
jyn
82dd858996 fix broken link 2023-06-29 10:05:10 -05:00
jyn
6e3e792cfa move the Breaking Changes section later in the guide 2023-06-29 10:05:10 -05:00
jyn
b0bb8cd9a2 distinguish language and library processes more consistently 2023-06-29 10:05:10 -05:00
jyn
8251fa5210 Move "Adding a new feature gate" to the "Implementing new features" chapter
Splitting the two was confusing and meant that similar information was in wildly different parts of the guide. Combine them into a single page.
2023-06-29 10:05:10 -05:00
Eric Huss
fbd8796d3b Reword messages.ftl example. 2023-06-29 06:43:19 +02:00
Eric Huss
215ad4cb90 Fix some links 2023-06-29 06:43:19 +02:00
Tshepang Mbambo
e84b62feb2 fix link 2023-06-28 06:55:24 +02:00
Eric Huss
5cf68c1a46 Define more lint terms 2023-06-28 06:55:24 +02:00
Oleksandr Babak
4a7ca020a9 fix_typo 2023-06-26 18:34:26 +02:00