Commit graph

2108 commits

Author SHA1 Message Date
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
Tshepang Mbambo
14717f4126 run-make tests: fix and improve (#1702) 2023-06-26 23:03:03 +09:00
lcnr
3714b91f7c add stub for proof trees (#1700) 2023-06-23 23:40:25 +01:00
Zyranivia
35965139f8 Update track_caller reference link (#1688) 2023-06-21 18:14:16 +09:00
Zachary Whiteley
03199540ca Include information about setup defaults in how-to-build guide (#1694) 2023-06-21 18:13:53 +09:00
Caleb Robson
eb0f10b533 Fix typo (#1697)
* Fix typo

* Fix typo in typo fix

* add missing word

---------

Co-authored-by: Tshepang Mbambo <tshepang@gmail.com>
2023-06-14 06:43:09 +02:00
Ewan Breakey
2ac62fb7eb Fix typo in thir.md 2023-06-13 21:18:46 -07:00
Eric Huss
a6c96b8789 Update triagebot links. 2023-06-13 20:49:13 +02:00
Arthur Cohen
346f8c8555 name-resolution: Fix some typos in "Scopes and ribs" 2023-06-13 19:45:19 +02:00
clubby789
dd4e8839f9 Add note about shell completion scripts 2023-05-17 21:44:05 -05:00
jyn
0847a93251 filter out S-blocked issues in the "Getting Started" search (#1687) 2023-05-15 05:24:31 +09:00
Ben Kimock
d51d511593 Rename InstCombine to InstSimplify (#1684) 2023-05-11 18:59:47 +09:00
Yukang
de22e55b95 Use unpretty for debugging Hir (#1685) 2023-05-11 18:59:23 +09:00
Eric Huss
2f6d11e0d3 Add unset-exec-env compiletest header.
This header was added in https://github.com/rust-lang/rust/pull/110644/.
2023-05-02 04:20:21 +02:00
lcnr
6e45e5d855 typo 2023-04-26 12:09:10 -07:00
lcnr
c83eb53b16 extend the sixth requirement 2023-04-26 12:09:10 -07:00
Lukas Wirth
6292408823 Add docs for compare-output-lines-by-subset flag (#1677) 2023-04-22 20:50:11 +09:00
Tshepang Mbambo
6a1ec81e08 fix typo (#1674) 2023-04-22 20:49:13 +09:00
Brian Kung
624f9293f0 Fix links in how-to-build-and-run.md (#1679) 2023-04-22 20:48:44 +09:00
Ezra Shaw
75ec4ccb0e docs: document new suggest-tests tool 2023-04-16 13:56:19 +02:00
Ohad Ravid
3554a5fa04 Fix extra slash 2023-04-16 13:30:24 +02:00
Tshepang Mbambo
7c0f2d93d5 fix markup (#1670) 2023-04-10 23:23:05 +09:00
Joshua Nelson
dd6b64dcd2 Link to governance page
It has links to the specific channel/stream for each team.
2023-04-09 22:38:15 +02:00
jyn
bb9851f5d8 Apply suggestions from code review
Thank you JohnTitor for finding these!

Co-authored-by: Yuki Okushi <jtitor@2k36.org>
2023-04-09 22:38:15 +02:00
jyn
69eb29be99 Add a "What should I work on?" section
This is the first question I get from nearly all contributors. So far
I've been giving links to individual issues, but they quickly go out of
date or get fixed, and then I have more work to do to help people find
an issue. Add some suggestions for work people can find themselves,
without having to first consult an expert.

This also moves the "Cloning and Building" stub to the bottom of the
page.
2023-04-09 22:38:15 +02:00
jyn
24a895c74d Make the "Asking Questions" section more useful
- Update outdated chat platforms
- Link to the community page
- Suggest `git shortlog` for finding experts
2023-04-09 22:38:15 +02:00
jyn
bed44e0e2c Fix link; remove duplicate link 2023-04-09 22:38:15 +02:00
jyn
09b1d00c59 Move "Getting Started" to the first page
This page is better suited for people landing immediately from
CONTRIBUTING.md, or who haven't heard of the guide before. "About This
Guide" is still useful, but doesn't need to be the very first page.
2023-04-09 22:38:15 +02:00
jyn
173f912c22 Clarify cfg(bootstrap) docs 2023-04-09 21:38:54 +02:00
jyn
0cb4e860e1 document that it's rare for books to break 2023-04-09 21:20:55 +02:00
jyn
7234174cdc Remove detailed toolstate section
This is already covered in detail on Forge: https://forge.rust-lang.org/infra/toolstate.html
and linked in the previous paragraph.
2023-04-09 21:20:55 +02:00
jyn
a148002920 fix incorrect miri mentions in "External Repos" chapter 2023-04-09 21:20:55 +02:00
jyn
4e90ab20ce Improve the landing page for contributing to the libstd docs (#1666) 2023-04-09 12:10:27 +09:00
jyn
8c838fb2fb Various improvements to check_line_lengths.sh (#1667) 2023-04-09 12:08:46 +09:00
jyn
41dac679da Document how to ignore specific files in a diff (#1668) 2023-04-09 12:07:16 +09:00
y21
8cafe9b652 fix line length 2023-04-05 19:29:18 -05:00
y21
715a3f869d mention git clone --depth 2023-04-05 19:29:18 -05:00
Joshua Nelson
5c91a8bf8b add a few more TOC sections 2023-04-03 06:42:31 -05:00