rust/compiler/rustc_middle/src/mir
Jack Huey 70d16d506c
Rollup merge of #81665 - jacob-hughes:mir_doc_fix, r=estebank
Fix out of date `Scalar` documentation

Scalars can represent integers up to `u128`, but the docs state otherwise.
2021-02-02 16:01:49 -05:00
..
interpret Fix out of date Scalar documentation 2021-02-02 16:15:32 +00:00
abstract_const.rs support const_evaluatable_checked across crate boundaries 2020-09-18 17:11:34 +02:00
coverage.rs use matches!() macro in more places 2020-12-24 13:35:12 +01:00
graph_cyclic_cache.rs Cache result of 2020-12-20 10:29:26 +01:00
mod.rs Bump rustfmt version 2021-02-02 09:09:52 -05:00
mono.rs Enforce that query results implement Debug 2021-01-16 17:53:02 -05:00
predecessors.rs words 2020-11-16 22:42:09 +01:00
query.rs Enforce that query results implement Debug 2021-01-16 17:53:02 -05:00
tcx.rs add function to iterate through all sub-places, and add PlaceRef::ty 2020-11-21 12:48:56 +01:00
terminator.rs fix a couple of clippy warnings: 2020-11-04 13:48:50 +01:00
traversal.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
type_foldable.rs Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk 2020-11-17 12:24:34 +00:00
visit.rs don't redundantly repeat field names 2020-12-29 22:26:58 +01:00