This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
/
librustc_expand
History
Matthias Krüger
9bba047c2e
Use if let instead of match when only matching a single variant (clippy::single_match)
...
Makes code more compact and reduces nestig.
2020-03-30 10:52:29 +02:00
..
mbe
Use if let instead of match when only matching a single variant (clippy::single_match)
2020-03-30 10:52:29 +02:00
mut_visit
…
parse
…
tokenstream
…
base.rs
expand: nix unused method
2020-03-24 06:28:56 +01:00
build.rs
parse: move constraint/arg restriction to ast_validation.
2020-03-27 07:39:14 +01:00
Cargo.toml
…
config.rs
…
expand.rs
remove ExtCxt::struct_span_warn
2020-03-24 06:28:56 +01:00
lib.rs
nix remaining rustc_expand::panictry! uses.
2020-03-24 06:28:55 +01:00
mbe.rs
…
module.rs
parse: nix new_sub_parser_from_file
2020-03-22 00:35:20 +01:00
placeholders.rs
…
proc_macro_server.rs
…
proc_macro.rs
defatalize ProcMacroDerive::expand
2020-03-24 06:28:56 +01:00
tests.rs
…