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_const_eval
/
src
History
Vadim Petrochenkov
c697927f44
rustc:
hir().local_def_id_to_hir_id()
->
tcx.local_def_id_to_hir_id()
cleanup
2023-11-26 12:41:21 +03:00
..
const_eval
Rollup merge of
#118147
- Nilstrieb:no-redundant-casts, r=WaffleLapkin
2023-11-22 09:28:51 -08:00
interpret
rustc:
hir().local_def_id_to_hir_id()
->
tcx.local_def_id_to_hir_id()
cleanup
2023-11-26 12:41:21 +03:00
transform
rustc:
hir().local_def_id_to_hir_id()
->
tcx.local_def_id_to_hir_id()
cleanup
2023-11-26 12:41:21 +03:00
util
Turn const_caller_location from a query to a hook
2023-10-31 16:15:18 +00:00
errors.rs
more precise error for 'based on misaligned pointer' case
2023-10-15 18:13:33 +02:00
lib.rs
Use
rustc_fluent_macro::fluent_messages!
directly.
2023-11-26 08:38:40 +11:00