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
Lukas Wirth
d6e78b04d0
feat: Handle operators like their trait functions in the IDE
2022-08-05 14:16:36 +02: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
Improve syntax fixup a bit, handle incomplete
if
2022-07-16 13:03:32 +02:00
eager.rs
…
fixup.rs
Add syntax fixup for
loop
2022-07-27 18:18:51 +02:00
hygiene.rs
…
lib.rs
Enable extra warnings required by rust-lang/rust
2022-07-20 15:00:17 +02:00
mod_path.rs
Run cargo fix --edition-idioms
2022-07-20 15:02:08 +02:00
name.rs
feat: Handle operators like their trait functions in the IDE
2022-08-05 14:16:36 +02:00
proc_macro.rs
fix: Report proc macro errors in expressions correctly as well
2022-06-28 10:43:22 +02:00
quote.rs
…