Commit Graph

4763 Commits

Author SHA1 Message Date
Dylan MacKenzie 0e86426c9c Update naming discussion 2020-05-05 11:56:30 -07:00
teor ff587cc072
Fix typo in 2857-roadmap-2020.md 2020-05-06 00:08:47 +10:00
Dylan MacKenzie 2596308925 Add constants to list of things that should be promotable 2020-05-04 12:34:15 -07:00
ecstatic-morse 275f29def4
Fix typo
Co-authored-by: Martin Carton <cartonmartin+github@gmail.com>
2020-05-04 12:31:07 -07:00
Dylan MacKenzie d7f15624f9 Remove `PathPattern` change 2020-05-04 12:02:45 -07:00
Dylan MacKenzie 40bbfebcf8 Add RFC PR number 2020-05-04 12:00:48 -07:00
Dylan MacKenzie 1c6bc1bed8 Typo 2020-05-04 11:59:40 -07:00
Dylan MacKenzie d364261e02 Inline `const` 2020-05-04 11:39:33 -07:00
Amanieu d'Antras a3c53ecbfd Clarify that inout requires a mutable place 2020-05-01 20:42:13 +01:00
Amanieu d'Antras 52d0096943 Add rationale for defaulting to Intel syntax 2020-05-01 20:42:13 +01:00
Amanieu d'Antras 5dd81ea582 Add att_syntax option for AT&T syntax 2020-05-01 20:11:03 +01:00
Amanieu d'Antras cef9246826 Update wording on high byte registers 2020-05-01 20:02:49 +01:00
Amanieu d'Antras f0cd80040d Add support for high byte registers on x86 2020-04-29 00:46:20 +01:00
Niko Matsakis 61e3dc9c1e RFC #2585 is "unsafe block in unsafe fn" 2020-04-28 13:21:01 -04:00
Niko Matsakis 501ab2a8cf Merge remote-tracking branch 'RalfJung/unsafe-block-in-unsafe-fn' 2020-04-28 13:12:42 -04:00
Niko Matsakis 60e0b2ab52 update links to PR, tracking issue 2020-04-27 13:53:17 -04:00
Niko Matsakis db0ef10013 RFC 2836 is "Introduce the ASM project group" 2020-04-27 13:51:39 -04:00
Niko Matsakis 0101e010ef Merge remote-tracking branch 'Amanieu/project-asm' 2020-04-27 13:51:19 -04:00
kennytm 3cdeb579d5
Merge pull request #2913 from ilai-deutel/fix-rfc-2700-urls
RFC 2700: Fix links to std::*::MAX
2020-04-24 15:04:04 +08:00
Ilaï Deutel 61000e5e98 Fix links to std::*::UMAX in RFC 2700 2020-04-23 21:39:35 -07:00
Lokathor b98a549978 updates based on 2020-04-23 lang meeting. 2020-04-23 17:49:29 -06:00
Amanieu d'Antras 35db0a9b0c Add sym to guide-level explanation 2020-04-24 00:33:53 +01:00
Amanieu d'Antras 491d29f323 Specify that ARM uses UAL syntax 2020-04-23 21:42:49 +01:00
varkor 821dcc8467 Add note about place expressions 2020-04-19 17:59:24 +01:00
varkor db1a22b6f0 Mention field shorthand 2020-04-19 17:51:37 +01:00
varkor e5cfd65719 Give earlier example of non-ident lvalue 2020-04-18 12:19:36 +01:00
varkor 50a8dbaabe Add reference to alternative involving new keyword 2020-04-17 22:56:49 +01:00
varkor 80b6f4d58b Mention `@` 2020-04-17 21:35:06 +01:00
varkor b79d556ec5 Mention that destructuring assignment is an expression 2020-04-17 21:19:08 +01:00
varkor b599f3eb91 Extend list of unsupported patterns for comprehensiveness 2020-04-17 21:11:02 +01:00
varkor 7aa1e9697b Add note about parentheses 2020-04-17 21:10:49 +01:00
varkor f0d822481b Add note about single-variant enums and `#[non_exhaustive]` 2020-04-17 21:04:08 +01:00
varkor 27f032e7e8 Add a nested assignment to the first example 2020-04-17 20:56:09 +01:00
varkor 612bbbe945 Clarify that nested structures may be destructured 2020-04-17 20:53:31 +01:00
varkor cd0845231c Fix typo and make clarification 2020-04-17 20:53:21 +01:00
varkor d7e5e61ec5 Add slice `..` example 2020-04-17 17:39:24 +01:00
varkor c773c5041f Add note about `ref` and `&` 2020-04-17 17:39:24 +01:00
varkor 111b63011b Add link to implementation PoC 2020-04-17 17:39:24 +01:00
varkor eab6125d6e Add actual drawbacks 2020-04-17 17:39:24 +01:00
varkor 7f3edecda9 Tweak the order-of-assignment text 2020-04-17 17:39:24 +01:00
varkor 24404a37de Clarify order-of-execution 2020-04-17 17:39:24 +01:00
varkor 6d4afd56b4 Give examples in guide-level explanation 2020-04-17 17:39:24 +01:00
varkor 9d5cb89e7a Explain desugaring for `_` and `..` 2020-04-17 17:39:24 +01:00
varkor e2ea3c1824 Alpha-rename 2020-04-17 17:39:24 +01:00
varkor 49e9b80225 Be explicit about pattern diagnostics 2020-04-17 17:39:24 +01:00
varkor 1abbf0cfc9 Initial draft of `destructuring_assignments` RFC 2020-04-17 17:39:20 +01:00
Felix S. Klock II 0e8514ad04 Update header with links to RFC PR and rust-lang/rust tracking issue. 2020-04-17 11:47:02 -04:00
Felix S. Klock II d26a05bb77 incorporate PR number into filename. 2020-04-17 11:46:01 -04:00
Felix S. Klock II 2ca0354978 Merge branch 'cargo-report-future-incompat' 2020-04-17 11:44:18 -04:00
Erin Power 6baa18a9ab Add Project Group RFC
Co-Authored-By: Niko Matsakis <niko@alum.mit.edu>
Co-Authored-By: valgrimm <56933147+valgrimm@users.noreply.github.com>
2020-04-16 15:15:10 +02:00