Michael Goulet
3938f65cf2
Add missing generics
2024-07-02 14:36:17 -04:00
Michael Goulet
29582aa37d
More clarifications
2024-07-02 14:35:03 -04:00
Michael Goulet
d2446cb34e
No perma
2024-07-02 14:33:59 -04:00
Travis Cross
a514d3b4ac
Clarify section about associated types being reserved
...
We specify that the details about the traits, including the associated
types, are implementation details. Let's make the section describing
this, with respect to the associated types, more clear and give an
example.
(Thanks to RalfJ and Yosh for raising that this section could be
clarified.)
2024-07-02 18:31:04 +00:00
Michael Goulet
6000a0c244
update numbers
2024-07-01 17:45:40 -04:00
Michael Goulet
80249c9923
Add async closure redux RFC
2024-07-01 17:42:13 -04:00
Eric Huss
bc27b0f088
Merge pull request #3667 from rust-lang/renovate/actions-checkout-4.x
...
Update actions/checkout action to v4.1.7
2024-07-01 06:02:15 -07:00
renovate[bot]
62d11fb86f
Update actions/checkout action to v4.1.7
2024-07-01 02:01:53 +00:00
EtomicBomb
eba7fc4753
--include-info-json and --write-info-json take path directly to crate-info.json
2024-06-28 00:16:27 +00:00
Ed Page
872f285924
Fix 3416's tracking issue link
2024-06-26 22:42:26 -04:00
Ed Page
9fe5140fa7
Merge pull request #3416 from tgross35/feature-descriptions-doc-cfg
...
RFC: Unblock Cargo feature metadata
2024-06-26 21:36:45 -05:00
Ed Page
a8c6163ff4
Add tracking issue
2024-06-26 21:36:24 -05:00
Daniel Paoliello
50a3735bf2
Merge branch 'basepath' of https://github.com/dpaoliello/rfcs into basepath
2024-06-26 16:30:52 -07:00
Daniel Paoliello
707870d6c7
Remove support for manifest, rename to path-base
2024-06-26 16:29:36 -07:00
Alice Ryhl
4fcfcca48f
Require `#[repr(transparent)]`
2024-06-25 16:21:27 +02:00
EtomicBomb
cbd62bb6e5
nits
2024-06-25 00:01:46 +00:00
Daniel Paoliello
b18416d5cd
Apply suggestions from code review
...
Co-authored-by: Eric Huss <eric@huss.org>
2024-06-24 14:53:37 -07:00
Carol (Nichols || Goulding)
e70fa73aea
Merge pull request #3646 from carols10cents/no-crate-transfer-help
...
Change crates.io policy to not offer crate transfer mediation
2024-06-24 15:58:16 -04:00
EtomicBomb
3326b10443
typos
2024-06-24 18:34:58 +00:00
EtomicBomb
97cf6c6630
changes in response to jsha and notriddle
2024-06-24 18:15:37 +00:00
Phosphorus Moscu
622075d617
fix typo
...
remove `ds` and change a misspelling, the correct identifier is `hc`
2024-06-24 05:14:28 -03:00
Max Niederman
0581da516e
add Unison and Wolfram langs as prior art
2024-06-22 13:29:22 -07:00
Daniel Paoliello
247ff65973
Address PR feedback
2024-06-21 15:10:51 -07:00
EtomicBomb
23e34e081b
address comments from P1n3appl3
2024-06-21 21:22:28 +00:00
Daniel Paoliello
4af121b612
Address PR feedback
2024-06-21 09:44:37 -07:00
Daniel Paoliello
e9f7566645
Rewrote motiviation
2024-06-20 16:23:59 -07:00
Daniel Paoliello
5ccbe52fb2
Update RFC number
2024-06-20 15:45:27 -07:00
Daniel Paoliello
4bd6953b50
Add named path bases to cargo (v2)
...
Introduce shared base directories in Cargo configuration files that in turn enable base-relative path dependencies.
2024-06-20 15:45:26 -07:00
EtomicBomb
7db0a4a8e2
remove work in progress
2024-06-20 18:50:13 +00:00
EtomicBomb
0f01c9b713
typo
2024-06-20 17:54:48 +00:00
EtomicBomb
499425169b
whitespace and clear lines
2024-06-20 17:46:30 +00:00
EtomicBomb
ef10ed5353
fix typos
2024-06-20 17:44:15 +00:00
EtomicBomb
08ac8a2b55
merged -> rendered in flags
2024-06-20 17:35:41 +00:00
EtomicBomb
8c78a93f0e
fix typos
2024-06-20 17:29:01 +00:00
EtomicBomb
fdc1b70e3b
generates no files by default
2024-06-20 16:58:58 +00:00
EtomicBomb
542dcbb0d1
add `mergable_rustdoc_cross_crate_info`
2024-06-19 02:52:00 +00:00
Travis Cross
784b515547
Merge RFC 3467: UnsafePinned
...
The FCP for RFC 3467 completed on 2024-06-16 with a disposition to
merge. Let's merge it.
2024-06-18 17:22:29 +00:00
Travis Cross
b950de505a
Add tracking issue for RFC 3467
2024-06-18 17:11:00 +00:00
Travis Cross
519aeb6075
Clean up trailing whitespace
2024-06-18 17:08:59 +00:00
Niko Matsakis
0e86f5591f
Update text/0000-return-type-notation.md
...
Co-authored-by: Tyler Mandry <tmandry@gmail.com>
2024-06-18 06:07:30 -04:00
Max Niederman
486ac8a520
use valid let binding as example for parsing in assignment-like contexts
2024-06-17 14:21:41 -07:00
Ralf Jung
3efb695381
update filename and RFC number
2024-06-17 12:53:29 +02:00
Travis Cross
c5a9e18638
Merge pull request #3655 from SteveLauC/FromRawFd_link
...
fix links of I/O safety RFC
2024-06-14 04:42:46 +00:00
Steve Lau
a3c1e794f7
docs: add missing 'stable' part
2024-06-14 12:29:55 +08:00
Ed Page
69026e14d3
Call out impact to third party parsers
2024-06-11 10:16:41 -05:00
Ed Page
f38d7dc4f6
Capture cargo team meeting notes and clean up
2024-06-11 10:14:42 -05:00
Wesley Wiser
7a58e5bc73
Merge pull request #3599 from davidtwco/compiler-team-trusted-contrib-maintainer
...
re-organise the compiler team
2024-06-11 09:14:46 -05:00
David Wood
20947d8ec0
compiler team: trusted contributor
...
Signed-off-by: David Wood <david@davidtw.co>
2024-06-11 15:10:25 +01:00
Niko Matsakis
a9de4555bb
add an unresolved question
2024-06-10 15:47:04 -04:00
Niko Matsakis
b01d0ad3dc
add another idea for how `let` ettc can look
2024-06-10 15:47:04 -04:00