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_hir
/
src
History
Morten Lohne
75d5f107dd
Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/tuple literals unless *all* sub-expressions had side effects. This would easily allow side effects to slip through, and also wrongly label empty literals as having side effects. Add some tests for the last point
2023-08-10 02:26:11 +02:00
..
arena.rs
…
def_path_hash_map.rs
…
def.rs
Store the laziness of type aliases in the DefKind
2023-08-07 15:54:31 +02:00
definitions.rs
…
diagnostic_items.rs
…
hir_id.rs
…
hir.rs
Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/tuple literals unless *all* sub-expressions had side effects. This would easily allow side effects to slip through, and also wrongly label empty literals as having side effects. Add some tests for the last point
2023-08-10 02:26:11 +02:00
intravisit.rs
Auto merge of
#114545
- fee1-dead-contrib:lower-impl-effect, r=oli-obk
2023-08-08 19:23:41 +00:00
lang_items.rs
…
lib.rs
Add
internal_features
lint
2023-08-03 14:50:50 +02:00
pat_util.rs
…
stable_hash_impls.rs
…
target.rs
Store the laziness of type aliases in the DefKind
2023-08-07 15:54:31 +02:00
tests.rs
…
weak_lang_items.rs
…