rust/compiler/rustc_middle/src
Vadim Petrochenkov 28f4dba438 rustc_span: Revert addition of proc_macro field to ExpnKind::Macro
The flag has a vague meaning and is used for a single diagnostic change that is low benefit and appears only under `-Z macro_backtrace`.
2021-07-10 23:03:35 +03:00
..
dep_graph Fix depnode size 2021-07-06 15:55:13 -04:00
hir Revert "Revert "Merge CrateDisambiguator into StableCrateId"" 2021-07-06 11:28:04 +02:00
ich Query-ify global limit attribute handling 2021-07-04 12:33:14 -05:00
infer Miscellaneous inlining improvements 2021-06-02 08:49:58 +02:00
middle Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows-msvc. 2021-07-09 12:04:54 -07:00
mir Rollup merge of #86855 - LeSeulArtichaut:patch-1, r=davidtwco 2021-07-09 16:20:32 +02:00
query Auto merge of #81360 - Aaron1011:trait-caller-loc, r=nagisa 2021-07-10 14:11:39 +00:00
traits Revert the revert of renaming traits::VTable to ImplSource 2021-07-09 18:26:28 +02:00
ty Auto merge of #81360 - Aaron1011:trait-caller-loc, r=nagisa 2021-07-10 14:11:39 +00:00
util Make panic/assert calls in rustc compatible with Rust 2021. 2021-02-03 22:42:53 +01:00
arena.rs Make THIR building a stealable query 2021-05-22 14:36:22 +02:00
lib.rs Support allocation failures when interperting MIR 2021-06-29 19:08:26 -04:00
lint.rs rustc_span: Revert addition of proc_macro field to ExpnKind::Macro 2021-07-10 23:03:35 +03:00
macros.rs Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk 2020-11-17 12:24:34 +00:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
thir.rs Add documentation for various THIR structs 2021-06-22 17:58:30 +02:00