rust/src/librustc_codegen_ssa
2020-07-15 14:38:00 +10:00
..
back Change SymbolName::name to a &str. 2020-07-15 14:37:55 +10:00
coverageinfo add spans to injected coverage counters 2020-06-29 12:31:25 -07:00
debuginfo Modify type names on MSVC to make tuples .natvis compatible. 2020-06-24 19:28:12 -07:00
mir Undo the const_str changes from the previous commit. 2020-07-15 14:38:00 +10:00
traits Undo the const_str changes from the previous commit. 2020-07-15 14:38:00 +10:00
base.rs Avoid "whitelist" 2020-07-10 07:39:28 -04:00
build.rs rustbuild: include channel in sanitizers installed name 2020-02-11 09:40:58 +01:00
Cargo.toml Make things build again 2020-06-02 20:38:24 +03:00
common.rs Prepare for LLVM 11 2020-06-25 18:52:41 -07:00
glue.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
lib.rs Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. 2020-07-05 23:00:14 +03:00
meth.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
mono_item.rs Change SymbolName::name to a &str. 2020-07-15 14:37:55 +10:00
README.md fix rustc-dev-guide url in src/librustc_codegen_ssa 2020-04-10 22:48:34 +08:00

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