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
/
compiler
/
rustc_interface
/
src
History
bjorn3
45c9775361
A couple of small cleanups
2021-06-04 13:20:04 +02:00
..
callbacks.rs
Fix outdated crate names in
rustc_interface::callbacks
2021-04-07 11:45:27 -05:00
interface.rs
Change the
.unwrap
to
.expect
with a helpful message
2021-03-15 20:45:45 +08:00
lib.rs
Remove unused feature gates
2021-05-31 13:55:43 +02:00
passes.rs
Avoid a clone of output_filenames.
2021-06-01 21:22:55 +02:00
proc_macro_decls.rs
Use () for proc_macro_decls_static.
2021-05-12 13:58:43 +02:00
queries.rs
A couple of small cleanups
2021-06-04 13:20:04 +02:00
tests.rs
Don't sort a
Vec
before computing its
DepTrackingHash
2021-05-25 22:11:39 -05:00
util.rs
Merge CrateDisambiguator into StableCrateId
2021-05-30 12:51:34 +02:00