Commit Graph

4763 Commits

Author SHA1 Message Date
Eric Huss 301da04cd7
Merge pull request #2957 from ehuss/cargo-features2
Stabilize Cargo's new feature resolver
2020-12-18 09:21:50 -08:00
Eric Huss 66905a80a5 Merge RFC 2957 2020-12-18 09:20:11 -08:00
Eric Huss 170bc9390d Add some notes about potentially surprising behaviors. 2020-12-18 09:16:15 -08:00
Eric Huss 1a81fbd913 Clarify why `resolver` is a string. 2020-12-18 09:16:15 -08:00
Eric Huss b753ec11ec Indicate that resolver="1" is now allowed.
https://github.com/rust-lang/cargo/pull/8857
2020-12-18 09:16:15 -08:00
Eric Huss e4dea70de9 Tweak wording to clarify. 2020-12-18 09:16:15 -08:00
Eric Huss 5fa1791cf2 "host compiler" -> "host platform" 2020-12-18 09:16:15 -08:00
Eric Huss ffa4f33f96 Update for review feedback. 2020-12-18 09:16:15 -08:00
Eric Huss ecafa8c6fd Stabilize Cargo's new feature resolver 2020-12-18 09:16:15 -08:00
琚致远 e45cb5f083 Update text/0008-new-intrinsics.md
Co-authored-by: Eric Huss <eric@huss.org>
2020-12-11 14:57:58 -05:00
琚致远 4e804f2bd7 Update 0008-new-intrinsics.md 2020-12-11 14:57:58 -05:00
Jörn Zaefferer 55b000bd9d readme: move global links to the end of the document 2020-12-04 12:29:07 -05:00
Jörn Zaefferer 9a378cc0d9 readme: clarify how the 0000 gets replaced with the PR issue number 2020-12-04 12:29:07 -05:00
Jörn Zaefferer c1ad372ad0 readme: use https for all links 2020-12-04 12:29:07 -05:00
Jörn Zaefferer 07f58640f7 readme: adding missing ToC entries 2020-12-04 12:29:07 -05:00
Eric Huss d73365ea3a
Merge pull request #2993 from zyfjeff/master
Fix missing code in RFC2005
2020-12-04 09:23:32 -08:00
Eric Huss c2761161e9
Merge pull request #3008 from cab/cab-2141-typo
fix incorrect cargo environment variable in 2141
2020-12-04 09:21:28 -08:00
Eric Huss 53522f19fe
Merge pull request #3017 from mbartlett21/patch-2
Update example in RFC 2345 to have format argument
2020-12-04 09:19:43 -08:00
Eric Huss 968894b9e7
Merge pull request #3029 from nooberfsh/master
Fix incorrect sentence in RFC 2094
2020-12-04 09:16:37 -08:00
Eric Huss ed6cce4387
Merge pull request #2730 from pietroalbini/cargo-token-process
Fetching cargo registry tokens from external processes
2020-12-04 08:57:07 -08:00
Eric Huss 38eac0cf2c Rename to RFC 2730 2020-12-04 08:56:00 -08:00
kennytm baa3cac82b
Merge pull request #3030 from aDotInTheVoid/patch-1
Fix link to tracing issue in RFC 2963
2020-12-03 18:27:18 +08:00
Nixon Enraght-Moony c702a7aea5
Fix link to tracing issue in RFC 2963 2020-12-03 10:23:03 +00:00
nooberfsh dc965a6f77 Fix incorrect sentence in RFC 2094 2020-12-01 14:59:19 +08:00
kennytm d3d78494e4
Merge pull request #3015 from mbartlett21/patch-1
Fix syntax in RFC 2145
2020-11-11 15:53:04 +08:00
mbartlett21 b180cc3a27
Update example in RFC 2345 to have format argument
The panic error message now has an argument for the format.
2020-11-10 19:34:39 +10:00
mbartlett21 752c75b3f4
Fix syntax in RFC 2145
Change `pub Trait` to `pub trait Trait`
2020-11-10 10:12:09 +10:00
kennytm 24cf67ad56
Merge pull request #2980 from ehuss/fix-workspace-links
Fix workspace-deduplicate links.
2020-11-08 01:36:19 +08:00
kennytm 78ee7278bf
Merge pull request #3010 from camelid/fix-typos-1211-mir
Fix typos in RFC 1211 "MIR"
2020-11-08 01:30:28 +08:00
kennytm 303c12252f
Merge pull request #3009 from jebadirad/template-typo
template-typo
2020-11-08 01:11:12 +08:00
Niko Matsakis 10890126d3 add links to rfcs, tracking issue 2020-10-28 09:13:29 -04:00
Niko Matsakis 08d6c121ef RFC 2930 is "Reading into uninitialized buffers" 2020-10-28 09:08:13 -04:00
Niko Matsakis 5dfc8aef28 Merge remote-tracking branch 'sfackler/read-buf' 2020-10-28 09:07:57 -04:00
Camelid c3143b8a3d Fix typos in RFC 1211 "MIR" 2020-10-27 19:58:13 -07:00
Niko Matsakis 906277a609 update link to RFC PR for PR #2909 2020-10-27 13:01:09 -04:00
Niko Matsakis 0ccd1af59f RFC #2909 is "destructuring-assignment" 2020-10-27 13:00:27 -04:00
Niko Matsakis f02a9450c4 Merge remote-tracking branch 'varkor/destructuring-assignment' 2020-10-27 12:59:55 -04:00
JonDavid Ebadirad 83e82a1369 template-typo 2020-10-26 11:12:27 -07:00
Conner Bryan 8931ed1c71
fix incorrect cargo environment variable in 2141 2020-10-26 08:27:01 -04:00
Niko Matsakis c849288a19
Merge pull request #2705 from eddyb/mangling-underscore-escaping
Amend RFC2603 to allow mangled identifiers to start with a digit.
2020-10-23 13:49:45 -04:00
Eduard-Mihai Burtescu 5a4d154846 Amend RFC2603 to allow identifiers to start with a digit. 2020-10-23 20:41:12 +03:00
Pietro Albini dcd2b8f420
Rename to RFC 2959 2020-10-22 23:58:46 +02:00
Pietro Albini 97f56b4eaa
Merge RFC 2959 2020-10-22 23:56:21 +02:00
kennytm 73c19257e7
Merge pull request #3001 from LingMan/patch-1
Fix typo in 2867
2020-10-09 13:09:41 +08:00
LingMan 550fb165b0
Fix typo in 2867 2020-10-09 05:34:39 +02:00
Steve Klabnik 68e3b4d8fb
Merge pull request #2998 from garritfra/patch-1
2497: fix typo
2020-10-05 09:14:51 -05:00
Garrit Franke 645124598a
2497: fix typo 2020-10-05 10:24:56 +02:00
Mark Rousskov 0e6ebf0429
Merge pull request #2987 from RalfJung/raw-addr-of
RFC 2582: fix implicit auto-deref of raw pointers
2020-10-04 19:18:10 -04:00
varkor 58091b60e9 Clarify behaviour of range expressions 2020-09-30 20:08:22 +01:00
Amanieu d'Antras af927e47b6
Merge pull request #2994 from jethrogb/patch-4
Fix ABNF in RFC 2873
2020-09-28 13:52:23 +01:00