rust/src/librustc_passes
bors f32f1113c9 Auto merge of #55150 - pnkfelix:issues-47215-54797-fix-ice-from-moving-out-of-thread-local-under-ast-borrowck, r=nikomatsakis
Do not allow moving out of thread local under ast borrowck

AST borrowck failed to prevent moving out of a thread-local static.

This was broken. And it also (sometimes?) caused an ICE during drop elaboration.

Fix #47215
Fix #54797
2018-10-27 09:56:37 +00:00
..
ast_validation.rs fix typos in various places 2018-10-23 15:56:25 +02:00
Cargo.toml
diagnostics.rs
hir_stats.rs Deprecate the FxHashMap() and FxHashSet() constructor function hack 2018-10-19 14:34:44 +02:00
lib.rs Bump to 1.31.0 and bootstrap from 1.30 beta 2018-09-27 20:52:53 -07:00
loops.rs Whitespace fix again. 2018-09-17 20:26:05 +03:00
mir_stats.rs Remove PlaceContext from API of mir::Visitor::visit_projection_elem. 2018-10-26 23:40:38 +02:00
rvalue_promotion.rs AST-borrowck: add separate mem category for thread-locals, as they are not quite rvalues 2018-10-17 16:31:22 +02:00