This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
e8445818d49fe968b35a130c66071c1b56498f93
rust
/
compiler
/
rustc_parse
/
src
History
Michael Goulet
e8445818d4
Reorder modifiers and polarity to be *after* binder in trait bounds
2024-07-10 17:15:02 -04:00
..
lexer
Use a dedicated type instead of a reference for the diagnostic context
2024-06-18 15:42:11 +00:00
parser
Reorder modifiers and polarity to be *after* binder in trait bounds
2024-07-10 17:15:02 -04:00
errors.rs
Add suggestions for possible missing
fn
,
struct
, or
enum
keywords
2024-07-08 10:04:03 +04:00
lib.rs
Prefer
dcx
methods over fields or fields' methods
2024-06-18 13:45:08 +00:00
validate_attr.rs
coverage: Tighten validation of
#[coverage(off)]
and
#[coverage(on)]
2024-06-24 20:15:01 +10:00