Commit Graph

6654 Commits

Author SHA1 Message Date
Eric Huss 43e8e96724
Merge pull request #3589 from HigherOrderLogic/master
Correct rustdoc JSON example
2024-03-18 12:00:34 -07:00
Horu 8e172d6dc1 Correct rustdoc JSON example 2024-03-18 21:34:41 +07:00
Eric Huss 577c50cf06
Merge pull request #3584 from pengqiseven/master
remove repetitive words
2024-03-17 10:07:18 -07:00
Travis Cross 8846955ab6 Fix where we fixed `k#gen`
We meant to change `r#gen` to `k#gen` on one line to fix an apparent
earlier search/replace error, and we erroneously changed it on a
different line.  Let's fix the correct line and fix the mistaken fix.
2024-03-15 03:13:56 +00:00
Travis Cross caf93bad67 Fix `k#gen`
The language about how to refer to the `gen` keyword in older editions
was changed in a recent commit from `k#gen` to `r#gen`.  This was
probably a search/replace error.  Let's fix that.
2024-03-15 01:54:46 +00:00
Travis Cross a2bf47319c Add unresolved question about implemented traits
To give us better options for supporting self-referential generators
we may not want the type returned by `gen` blocks to implement
`Iterator` directly.  Let's call this out as an open question and
weaken claims throughout the document related to this.
2024-03-15 01:25:21 +00:00
Travis Cross 6478947eb4 Adjust for `Generator -> Coroutine` rename
For many years, we had a trait in nightly Rust called `Generator`.
We've now renamed this to `Coroutine`, but this RFC still referred to
it as `Generator`.  Let's use the new name and make a note of the old
one.
2024-03-14 23:48:57 +00:00
Travis Cross b836635a4a Make self-referential `gen` blocks an open question
We had listed self-referential `gen` blocks as a future possibility,
but in discussion with T-lang, it's become clear that this should
instead be listed as an open question, so let's do that.
2024-03-13 14:18:13 +00:00
Oli Scherer 2dd7be2680
Merge pull request #3586 from rust-lang/Manishearth-patch-1
Fix date on RFC 3243
2024-03-12 15:30:15 +01:00
Manish Goregaokar df553f819e
Fix date on RFC 3243 2024-03-12 09:24:00 +00:00
Oli Scherer 9d97626edf
Merge pull request #3243 from Manishearth/namespacing
RFC: Packages as (optional) namespaces
2024-03-11 23:31:00 +01:00
Oli Scherer 656203f28c
Link to rust tracking issue 2024-03-11 23:30:45 +01:00
Oli Scherer a93b1e4fb8
Add RFC PR link 2024-03-11 22:41:10 +01:00
Oli Scherer 6cc888605a
Rename 0000-packages-as-optional-namespaces.md to 3243-packages-as-optional-namespaces.md 2024-03-11 22:40:11 +01:00
Manish Goregaokar 0db096f169
Update text/0000-packages-as-optional-namespaces.md
Co-authored-by: Oli Scherer <github35764891676564198441@oli-obk.de>
2024-03-11 13:21:08 -07:00
pengqiseven 07ddc77bb9 remove repetitive words
Signed-off-by: pengqiseven <912170095@qq.com>
2024-03-10 22:24:32 +08:00
pengqiseven 9a7767abce remove repetitive words
Signed-off-by: pengqiseven <912170095@qq.com>
2024-03-10 11:33:05 +08:00
Eric Huss 181851eedc Update for current status of the world, and add some clarifications. 2024-03-09 13:19:13 -08:00
Eric Huss 86b1be26c1 Drop "core team" org owner statement.
We have decided that the leadership council does not get special access.
2024-03-09 10:57:48 -08:00
Eric Huss 70e6e43a01 Drop the owner account requirement.
In consultation with the infra team at
https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/GitHub.20access.20policy
we have decided to separate this concern out.
2024-03-09 10:56:16 -08:00
Eric Huss f2c4c4fbd3 Rename 2872 2024-03-09 10:47:34 -08:00
Nell Shamrell e72326713f add more clarity around managing moderation
Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
2024-03-09 10:45:00 -08:00
Nell Shamrell 93afff847a adds in text aboout the moderation team
Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
2024-03-09 10:45:00 -08:00
Nell Shamrell 02f41ede7e updates with text around GitHub apps and OAuth
Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
2024-03-09 10:44:59 -08:00
Nell Shamrell 43a015de8f clarifies difference between triage and write levels
Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
2024-03-09 10:44:59 -08:00
Nell Shamrell 461b3b4999 clarify that team permissions refer to GitHub teams
Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
2024-03-09 10:44:59 -08:00
Nell Shamrell b52e0fd415 adds rfc for rust-lang org github access policy
Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
2024-03-09 10:44:59 -08:00
Ralf Jung cf7195dc58
fix wording
Co-authored-by: Jacob Lifshay <programmerjake@gmail.com>
2024-03-01 12:25:40 +01:00
Ralf Jung 705cd9a6a1 provenance RFC: add link to alternative LLVM proposal 2024-03-01 08:16:36 +01:00
Oli Scherer 349c517d81 Give some examples of self-referential generators and why they don't work. 2024-02-29 08:45:44 +00:00
Oli Scherer b524348b8b Address T-lang feedback 2024-02-29 08:36:16 +00:00
Eric Huss 31c56145ef
Merge pull request #3537 from epage/msrv
RFC: Make Cargo respect minimum supported Rust version (MSRV) when selecting dependencies
2024-02-27 19:59:55 -08:00
Ed Page b2947e3a7d feat(summary): Remind people of RFC fluidity 2024-02-27 11:12:48 -06:00
Ed Page 16912fe871
fix: Clarify language
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
2024-02-27 10:33:33 -06:00
Ed Page a8a3c1e983
fix: Clarify language
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
2024-02-27 10:31:57 -06:00
Ed Page 7c9f7fc7b8
fix: Typo
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
2024-02-27 10:31:30 -06:00
Ed Page fef356e8b4
fix: Typo
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
2024-02-27 10:23:27 -06:00
Ed Page 08015f37d3
fix: Typo
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
2024-02-27 10:23:15 -06:00
Ed Page 0de0ccd4d9
fix: Typo
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
2024-02-27 10:23:00 -06:00
Ed Page d20e3ee618
fix: Typo
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
2024-02-27 10:22:41 -06:00
Ed Page 1529093726
fix: Typo
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
2024-02-27 10:22:31 -06:00
Ed Page 55ca765024
fix: Minor wording change
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
2024-02-27 10:22:20 -06:00
Ed Page 551b73930d
fix: Typo
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
2024-02-27 10:21:55 -06:00
Ed Page 53796589ec
fix: Typo
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
2024-02-27 10:20:02 -06:00
Ed Page 20c2bbfa70
fix: Typo
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
2024-02-27 10:19:44 -06:00
Ed Page 03431f98f5
fix: Typo
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
2024-02-27 10:19:25 -06:00
Ed Page 9f22fbc17a
fix: Typo
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
2024-02-27 10:19:08 -06:00
Ed Page 426757f28c fix(guide): Remove reference to MSRV is 'can be compiled' 2024-02-23 16:16:31 -06:00
Ed Page 895545c2d4 feat(future): Call out tracking of maintenance status 2024-02-23 08:52:42 -06:00
Ed Page ff7d7ae67c fix: Don't confuse markdown parsers treating items like HTML 2024-02-22 19:46:36 -06:00