rust/compiler/rustc_middle/src/mir
Matthias Krüger 68f12338af
Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726
Remove double spaces after dots in comments

Most of the comments do not have double spaces, so I assume these are typos.
2023-01-17 20:21:25 +01:00
..
interpret Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
basic_blocks.rs Fix a bunch of typo 2022-08-31 18:24:55 +08:00
coverage.rs A few small cleanups for newtype_index 2022-12-18 21:47:28 +01:00
generic_graph.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
generic_graphviz.rs Remove redundant graphviz escaping 2022-11-14 15:11:18 +01:00
graph_cyclic_cache.rs impl TypeVisitable in type traversal macros 2022-07-05 22:25:33 +01:00
graphviz.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
mod.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
mono.rs add helper to get DefId from MonoItem 2022-12-14 20:17:52 +00:00
patch.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
predecessors.rs impl TypeVisitable in type traversal macros 2022-07-05 22:25:33 +01:00
pretty.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
query.rs A few small cleanups for newtype_index 2022-12-18 21:47:28 +01:00
spanview.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
switch_sources.rs Remove unused StableMap and StableSet types from rustc_data_structures 2022-07-20 13:11:39 +02:00
syntax.rs Add cycle checking to cleanup control flow validation 2023-01-16 14:51:33 -08:00
tcx.rs Some tracing cleanups 2022-12-20 13:39:48 +00:00
terminator.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
traversal.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
type_foldable.rs Add empty ConstKind::Abstract 2022-11-25 09:28:43 +00:00
type_visitable.rs add inline to TrivialTypeTraversalImpls 2022-10-17 10:54:03 +02:00
visit.rs accept review suggestion 2022-12-16 16:24:14 +02:00