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
0010fc8fec
rust
/
compiler
/
rustc_mir
/
src
History
Download ZIP
Download TAR.GZ
Simon Vandel Sillesen
0010fc8fec
use exhaustive pattern match to prevent future bugs
2020-12-28 23:19:35 +01:00
..
borrow_check
Changed unwrap_or to unwrap_or_else in some places.
2020-11-10 20:07:47 -08:00
const_eval
review comments
2020-11-12 21:08:18 +05:30
dataflow
Add comments to explain memory usage optimization
2020-11-09 13:34:16 -08:00
interpret
inliner: Use substs_for_mir_body
2020-11-06 00:00:00 +00:00
monomorphize
Rollup merge of
#78875
- petrochenkov:cleantarg, r=Mark-Simulacrum
2020-11-10 14:45:21 +01:00
transform
use exhaustive pattern match to prevent future bugs
2020-12-28 23:19:35 +01:00
util
use single char patterns for split() (clippy::single_char_pattern)
2020-11-07 07:27:44 +01:00
lib.rs
TypeVisitor: use
ControlFlow
in rustc_{mir,privacy,traits,typeck}
2020-10-30 12:27:44 +01:00
shim.rs
rustc_mir: support MIR-inlining #[track_caller] functions.
2020-10-21 04:43:56 +03:00