granite-rust/compiler/rustc_middle/src
Vadim Petrochenkov 17b1afdbb2 resolve: Fix incorrect results of opt_def_kind query for some built-in macros
Previously it always returned `MacroKind::Bang` while some of those macros are actually attributes and derives
2022-02-24 22:54:36 +03:00
..
dep_graph Adopt let_else in even more places 2022-02-16 22:43:39 +01:00
hir resolve: Fix incorrect results of opt_def_kind query for some built-in macros 2022-02-24 22:54:36 +03:00
infer Inline UnifyKey::index and UnifyKey::from_index 2022-02-15 19:07:06 +01:00
middle Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov 2022-02-24 10:02:26 +00:00
mir Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obk 2022-02-24 17:18:07 +00:00
query Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov 2022-02-24 10:02:26 +00:00
thir Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk" 2022-02-20 21:56:20 -05:00
traits Suggest copying trait associated type bounds on lifetime error 2022-02-17 14:09:21 -05:00
ty Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obk 2022-02-24 17:18:07 +00:00
util Use AddAssign impl 2021-11-09 23:47:36 +01:00
arena.rs Overhaul Const. 2022-02-15 16:19:59 +11:00
lib.rs Move ty::print methods to Drop-based scope guards 2022-02-16 17:24:23 -05:00
lint.rs Improve unused_unsafe lint 2022-02-20 21:00:12 +01:00
macros.rs Rename TypeFolderFallible to FallibleTypeFolder 2021-12-02 16:14:18 +00:00
metadata.rs rustc_middle: Rename Export to ModChild and add some comments 2022-01-09 09:22:07 +08:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
thir.rs Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk" 2022-02-20 21:56:20 -05:00