Sign in
rust
/
rust-lang
/
reference
/
HEAD
68bdfd1
Merge pull request #2126 from ehuss/lexical-alt-order
by Travis Cross
· 4 days ago
master
0d0c336
Merge pull request #2124 from ehuss/fix-numbers
by Travis Cross
· 4 days ago
560b147
Merge pull request #2123 from ehuss/valid-unicode-escape
by Travis Cross
· 4 days ago
6a29736
Merge pull request #2122 from ehuss/fix-reserved-raw-ident
by Travis Cross
· 4 days ago
ed5ac0a
Fix ambiguity of RESERVED_RAW_IDENTIFIER
by Eric Huss
· 6 days ago
782cf07
Fix order of Token wrt integer and float
by Eric Huss
· 6 days ago
f10d6b1
Fix INTEGER_LITERAL alternation order
by Eric Huss
· 6 days ago
4c93673
Fix FLOAT_LITERAL alternation order
by Eric Huss
· 6 days ago
babb1ef
Fix LIFETIME_TOKEN alternation order
by Eric Huss
· 6 days ago
8bd0d5d
Fix PUNCTUATION alternation order
by Eric Huss
· 6 days ago
c99692d
Fix overly greedy digits
by Eric Huss
· 6 days ago
a85f11e
Clarify UNICODE_ESCAPE valid token value
by Eric Huss
· 6 days ago
11f84ce
Merge pull request #1837 from meithecatte/discriminant-reads
by Eric Huss
· 8 days ago
010f9a8
Fix preexisting typo on "ancestors"
by Travis Cross
· 2 months ago
bc6c3c4
Add admonition about pointer vs pointee capturing
by Travis Cross
· 2 months ago
c84f25f
Add admonition about the desugaring of destructuring
by Travis Cross
· 2 months ago
69e7dfe
Separate sections for range/slice pattern capturing
by Travis Cross
· 2 months ago
e0c9612
Revise `...discriminants.slice-patterns-*` rules
by Travis Cross
· 2 months ago
a2877af
Revise `...discriminants.range-patterns` rule
by Travis Cross
· 2 months ago
7ad248f
Revise `...discriminants.uninhabited-variants` rule
by Travis Cross
· 2 months ago
aaf0e02
Revise `...discriminants.non_exhaustive` rule
by Travis Cross
· 2 months ago
c5f4a8a
Revise `...discriminants.single-variant` rule
by Travis Cross
· 2 months ago
64ac8db
Revise examples for main discriminant reads rule
by Travis Cross
· 2 months ago
1eff192
Clarify main discriminant reads rule
by Travis Cross
· 2 months ago
16c7d9e
Improve examples in wildcard capturing section
by Travis Cross
· 2 months ago
2d79a1e
Remove redundant example on structs and capturing
by Travis Cross
· 2 months ago
1390c45
Remove example lead-in from array slice capturing rule
by Travis Cross
· 2 months ago
4e0e00a
Add identifier for wildcard fields capturing rule
by Travis Cross
· 2 months ago
b8b4c94
Revise text about field matching and `..`
by Travis Cross
· 2 months ago
a7b12d4
Add forward reference for `non_exhaustive` exception
by Travis Cross
· 2 months ago
02ca96f
Fix `non_exhaustive` rule identifier fragment
by Travis Cross
· 2 months ago
8f60bab
Add rule identifier to destructuring/capturing claim
by Travis Cross
· 2 months ago
4e42d16
Make statement more self-standing
by Travis Cross
· 2 months ago
d7a5f9c
Add example of what's not captured w.r.t. destructuring
by Travis Cross
· 2 months ago
31ce0a3
Revise intro on wildcard patterns and capturing
by Travis Cross
· 2 months ago
7447e5a
Revise text about capture precision
by Travis Cross
· 2 months ago
69e5f80
Clarify what gets read by slice patterns
by Maja Kądziołka
· 5 months ago
147fd57
Don't call things "discriminant reads" just because they behave like ones
by Maja Kądziołka
· 6 months ago
0d3942b
Document how range and slice patterns can constitute discriminant reads
by Maja Kądziołka
· 7 months ago
b47f571
Document how closure capturing interacts with discriminant reads
by Maja Kądziołka
· 7 months ago
b1a00d6
Merge pull request #2118 from DanielEScherzer/patch-3
by Eric Huss
· 8 days ago
6911d67
Merge pull request #2120 from DanielEScherzer/patch-4
by Eric Huss
· 8 days ago
49c2136
Fix use of nonstandard "casted"
by Eric Huss
· 8 days ago
ebdb258
Capitalize starts of footnotes
by Eric Huss
· 8 days ago
6fd22e1
Merge pull request #2117 from DanielEScherzer/patch-2
by Eric Huss
· 8 days ago
6237023
Merge pull request #2116 from DanielEScherzer/patch-1
by Eric Huss
· 8 days ago
5251342
await-expr: add a missing space
by Daniel Scherzer
· 8 days ago
b0ae0c0
operator-expr: remove stray word in footnote
by Daniel Scherzer
· 8 days ago
b79ffa9
Merge pull request #2115 from ehuss/workspace
by Travis Cross
· 8 days ago
bc2849e
attributes: add missing punctuation to instruction_set
by Daniel Scherzer
· 8 days ago
518096a
associated-items: add missing periods
by Daniel Scherzer
· 8 days ago
e77f436
Remove spec changelog
by Eric Huss
· 9 days ago
8ce6928
Add some README files for the tools
by Eric Huss
· 9 days ago
8513fd6
Move grammar loading to a dedicated crate
by Eric Huss
· 4 weeks ago
6dc0944
Move diagnostics to a separate library
by Eric Huss
· 4 weeks ago
39239d0
Set up some workspace inheritance
by Eric Huss
· 4 weeks ago
8bee12b
Drop the version from all tools
by Eric Huss
· 4 weeks ago
14bbc75
Move all the tools into a common workspace
by Eric Huss
· 4 weeks ago
de04442
Merge pull request #2113 from ehuss/unwrap-lexical
by Travis Cross
· 10 days ago
7fdd2e9
Merge pull request #2112 from ehuss/unwrap-const-eval
by Travis Cross
· 10 days ago
4d81027
Merge pull request #2055 from yaahc/name-res
by Travis Cross
· 10 days ago
ce32028
Remove `derive-helpers` rule with unclear meaning
by Travis Cross
· 10 days ago
c94b515
Make final editorial revisions on name resolution
by Travis Cross
· 10 days ago
9fe854c
Add section on expansion-time (early) name resolution
by Jane Losare-Lusby
· 2 months ago
36f8667
Unwrap all of the lexical chapters
by Eric Huss
· 10 days ago
3563b66
Unwrap const_eval.md
by Eric Huss
· 10 days ago
ff6b74d
Merge pull request #2068 from tshepang/patch-1
by Travis Cross
· 10 days ago
666907b
Revise following sentence about eval outside of const
by Travis Cross
· 10 days ago
5db0af7
Revise const context rules
by Travis Cross
· 10 days ago
e236619
unwrap
by Tshepang Mbambo
· 8 weeks ago
34b17dd
const_eval.md: add missing word
by Tshepang Mbambo
· 8 weeks ago
657e90a
Merge pull request #2082 from tshepang/patch-2
by Travis Cross
· 10 days ago
84955f5
Merge pull request #2110 from DanielEScherzer/patch-5
by Travis Cross
· 10 days ago
9be4090
Merge pull request #2101 from tshepang/patch-3
by Eric Huss
· 10 days ago
fec6524
Revise list item for type alias definitions
by Travis Cross
· 10 days ago
8fc396f
Merge pull request #2111 from DanielEScherzer/patch-6
by Eric Huss
· 10 days ago
70c8e80
Merge pull request #2109 from DanielEScherzer/patch-4
by Eric Huss
· 10 days ago
24b2635
external-blocks: add missing "and" in list
by Daniel Scherzer
· 10 days ago
694dff7
items: clarify label for type-aliases documentation
by Daniel Scherzer
· 10 days ago
69eca55
conditional-compilation: add a space in cfg.cfg_attr.attribute-list
by Daniel Scherzer
· 10 days ago
ec78de0
Merge pull request #2105 from DanielEScherzer/patch-1
by Eric Huss
· 11 days ago
fa663f4
Merge pull request #2106 from DanielEScherzer/patch-2
by Eric Huss
· 11 days ago
711c0c5
Merge pull request #2107 from DanielEScherzer/patch-3
by Eric Huss
· 11 days ago
8272d65
Merge pull request #2108 from kirtchev-adacore/pr/fix-or-pattern-definition
by Eric Huss
· 11 days ago
ade7a62
Fix restrictions of or-patterns
by kirtchev-adacore
· 11 days ago
77e0666
macros-by-example: add space in `macro.decl.repetition.fragment` example
by Daniel Scherzer
· 12 days ago
6532688
tokens: remove misplaced ".token." within a word
by Daniel Scherzer
· 12 days ago
93d21a3
tokens: clarify in escape tables that digits are hex
by Daniel Scherzer
· 12 days ago
50c5de9
Merge pull request #2091 from RalfJung/const-eval-provenance-ub
by Travis Cross
· 2 weeks ago
25f0e6e
Merge pull request #2102 from Urgau/patch-3
by Eric Huss
· 2 weeks ago
f30a5f5
Add a line break before a code block
by Travis Cross
· 2 weeks ago
d85cdd6
Add link definition for const contexts
by Travis Cross
· 2 weeks ago
c13d0b6
Add comments to examples
by Travis Cross
· 3 weeks ago
b624855
Unwrap lines in `validity.const-provenance`
by Travis Cross
· 3 weeks ago
3742d0a
add examples
by Ralf Jung
· 5 weeks ago
d3cd7d4
UB: update the extra clause for provenance UB during const evaluation
by Ralf Jung
· 6 weeks ago
b3b1314
Merge pull request #1999 from jyn514/doc-nostack
by Travis Cross
· 2 weeks ago
596d292
Revise `supported-options.nostack`
by Travis Cross
· 2 weeks ago
3b3881e
Clarify that omitting `nostack` is a promise from the compiler to the programmer
by Jynn Nelson
· 3 months ago
3fe2de1
Merge pull request #2093 from theemathas/patch-1
by Travis Cross
· 2 weeks ago
Next »