This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
d9c177f777
rust
/
compiler
/
rustc_mir
/
src
/
transform
/
check_consts
History
Download ZIP
Download TAR.GZ
oli
14f39aa81a
Do not allow arbitrary mutable references in
static mut
, just keep with the existing exceptions
2021-01-23 11:33:45 +00:00
..
mod.rs
Rollup merge of
#78208
- liketechnik:issue-69399, r=oli-obk
2020-10-25 18:43:40 +09:00
ops.rs
Do not allow arbitrary mutable references in
static mut
, just keep with the existing exceptions
2021-01-23 11:33:45 +00:00
post_drop_elaboration.rs
Replace
(Body, DefId)
with
Body
where possible
2020-10-04 16:07:03 -07:00
qualifs.rs
Use PlaceRef more consistently in rustc_mir
2021-01-16 10:44:23 -06:00
resolver.rs
Update dataflow analyses to use new interface
2020-08-30 11:15:25 -07:00
validation.rs
Permit mutable references in all const contexts
2021-01-23 11:33:45 +00:00