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
/
libsyntax_ext
History
Robin Kruppe
1df384d32d
Rename ReprExtern to ReprC, and similarily rename a few other fields and locals that mentioned "extern repr"
2018-01-07 22:05:32 +01:00
..
deriving
Rename ReprExtern to ReprC, and similarily rename a few other fields and locals that mentioned "extern repr"
2018-01-07 22:05:32 +01:00
asm.rs
…
Cargo.toml
…
cfg.rs
…
compile_error.rs
…
concat_idents.rs
…
concat.rs
…
env.rs
…
format_foreign.rs
Use Try syntax for Option in place of macros or match
2017-12-09 14:18:33 -08:00
format.rs
…
global_asm.rs
…
lib.rs
Use hygiene to access the injected crate (
core
or
std
) from builtin macros.
2017-12-09 17:22:07 -08:00
log_syntax.rs
…
proc_macro_impl.rs
…
proc_macro_registrar.rs
Prefer to use attr::contains_name() and attr::find_by_name()
2017-12-28 12:32:24 +09:00
trace_macros.rs
…