rust/src/librustc
Mazdak Farrokhzad 71d1286bdf
Rollup merge of #66951 - RalfJung:miri-machine-stop, r=oli-obk
miri: add throw_machine_stop macro

r? @oli-obk
This helps Miri: https://github.com/rust-lang/miri/pull/1093
2019-12-03 19:41:52 +01:00
..
benches
dep_graph Move cgu_reuse_tracker to librustc_session 2019-12-03 12:18:32 -05:00
hir syntax: Use ast::MacArgs for macro definitions 2019-12-02 21:56:34 +03:00
ich
infer
lint Move early lint declarations to librustc_session 2019-12-03 12:19:14 -05:00
middle Move NativeLibraryKind to rustc_session 2019-12-03 12:19:16 -05:00
mir Rollup merge of #66951 - RalfJung:miri-machine-stop, r=oli-obk 2019-12-03 19:41:52 +01:00
query Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename all body_cache back to body 2019-12-02 08:40:56 -05:00
traits Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwco 2019-12-03 11:07:01 +01:00
ty Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename all body_cache back to body 2019-12-02 08:40:56 -05:00
util Move duration_to_secs_str to rustc_session 2019-12-03 12:18:32 -05:00
arena.rs Simplify BodyCache impl and fix all remaining type errors in librustc_mir (lifetime errors still exist) 2019-12-02 08:35:08 -05:00
build.rs
Cargo.toml Introduce rustc_session crate 2019-12-03 12:18:32 -05:00
lib.rs Move Session to librustc_session 2019-12-03 12:19:16 -05:00
macros.rs
README.md
tests.rs

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