1
Fork 0
rust/compiler/rustc_middle/src
2022-06-04 17:32:27 -04:00
..
dep_graph Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
hir Make hir().get_generics and generics_of consistent. 2022-06-03 23:07:04 +02:00
infer fix most compiler/ doctests 2022-05-02 17:40:30 -07:00
middle Manipulate lifetimes by LocalDefId for region resolution. 2022-06-03 12:03:20 +02:00
mir Remove emit_unit 2022-06-03 17:02:14 +00:00
query Compute is_late_bound in a separate query. 2022-06-03 12:05:04 +02:00
thir Reimplement lowering of sym operands for asm! so that it also works with global_asm! 2022-04-14 15:32:03 +01:00
traits Lifetime variance fixes for rustc 2022-05-22 14:29:32 -07:00
ty Fix pretty printing named bound regions under -Zverbose 2022-06-04 17:32:27 -04:00
util span: move MultiSpan 2022-04-05 07:01:00 +01:00
arena.rs try to cache region_scope_tree as a query 2022-05-25 13:52:32 +08:00
lib.rs Finish bumping stage0 2022-05-27 07:36:17 -04:00
lint.rs Move lint expectation checking into a separate query (RFC 2383) 2022-05-08 14:37:14 +02:00
macros.rs Rename TypeFolderFallible to FallibleTypeFolder 2021-12-02 16:14:18 +00:00
metadata.rs resolve/metadata: Stop encoding macros as reexports 2022-02-24 22:55:40 +03:00
tests.rs
thir.rs correctly deal with user type ascriptions in pat 2022-05-21 08:13:17 +02:00