rust/src/librustc_codegen_ssa
Mazdak Farrokhzad 93a8283614 Move builtin attribute logic to new rustc_attr crate.
For now, this is all the crate contains, but more
attribute logic & types will be moved there over time.
2020-02-01 18:54:56 +01:00
..
back Move builtin attribute logic to new rustc_attr crate. 2020-02-01 18:54:56 +01:00
debuginfo Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
mir Place::ty_from takes local by value 2020-01-28 10:12:53 -03:00
traits Precompile CGUs while the main thread has the implicit job server token 2020-01-09 22:37:05 +01:00
Cargo.toml Move builtin attribute logic to new rustc_attr crate. 2020-02-01 18:54:56 +01:00
README.md remove the last remaining READMEs 2019-10-24 13:32:54 -05:00
base.rs Move builtin attribute logic to new rustc_attr crate. 2020-02-01 18:54:56 +01:00
common.rs remove rustc_error_codes deps except in rustc_driver 2020-01-18 21:53:53 +01:00
glue.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Add `-Z no-link` flag 2020-01-23 11:00:36 +11:00
meth.rs Format the world 2019-12-22 17:42:47 -05:00
mono_item.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00

README.md

Please read the rustc-guide chapter on Backend Agnostic Codegen.