rust/src/librustc_middle
Oliver Scherer 26edcee093 Prevent stack overflow for deeply recursive code 2020-05-02 16:37:57 +02:00
..
benches rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
dep_graph Auto merge of #71776 - Dylan-DPC:rollup-k1iuuow, r=Dylan-DPC 2020-05-02 00:21:39 +00:00
hir Remove `Option` from the return type of `def_kind`. 2020-04-24 13:44:07 -05:00
ich Add hash of source files in debug info 2020-04-02 14:13:19 -07:00
infer rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
middle Prevent stack overflow for deeply recursive code 2020-05-02 16:37:57 +02:00
mir Rollup merge of #71738 - RalfJung:pointer-no-alloc-id, r=oli-obk 2020-05-02 12:08:10 +02:00
query Remove leftover chalk types 2020-05-01 14:39:05 -04:00
traits Remove leftover chalk types 2020-05-01 14:39:05 -04:00
ty Prevent stack overflow for deeply recursive code 2020-05-02 16:37:57 +02:00
util use direct import for ErrorReported 2020-04-02 13:40:43 +02:00
Cargo.toml Prevent stack overflow for deeply recursive code 2020-05-02 16:37:57 +02:00
README.md rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
arena.rs Fix incremental compilation. 2020-04-28 11:38:32 +02:00
build.rs rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
lib.rs Miri: port error backtraces to std::backtrace 2020-04-30 18:26:51 +02:00
lint.rs Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
macros.rs rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
tests.rs rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00

README.md

For more information about how rustc works, see the rustc dev guide.