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
/
crates
/
hir-expand
/
src
History
bors
c419aa9775
Auto merge of
#12719
- davidlattimore:format-args-no-unsafe, r=jonas-schievink
...
Remove unnecessary unsafe from format_args expansion
2022-07-08 14:10:19 +00:00
..
ast_id_map.rs
…
builtin_attr_macro.rs
…
builtin_derive_macro.rs
minor: Simplify
2022-05-20 16:52:10 +02:00
builtin_fn_macro.rs
Auto merge of
#12719
- davidlattimore:format-args-no-unsafe, r=jonas-schievink
2022-07-08 14:10:19 +00:00
db.rs
…
eager.rs
…
fixup.rs
…
hygiene.rs
…
lib.rs
fix: Report proc macro errors in expressions correctly as well
2022-06-28 10:43:22 +02:00
mod_path.rs
Use
SmallVec
to slightly shrink
ModPath
size
2022-07-06 19:49:05 +02:00
name.rs
complete raw identifier with "r#" prefix
2022-06-26 14:45:30 +08:00
proc_macro.rs
fix: Report proc macro errors in expressions correctly as well
2022-06-28 10:43:22 +02:00
quote.rs
…