rust/src/librustc_codegen_ssa
Ralf Jung 85d712c115
Rollup merge of #72296 - ChrisDenton:msvc-link-check, r=petrochenkov
Suggest installing VS Build Tools in more situations

When MSVC's `link.exe` wasn't found but another `link.exe` was, the error message given can be [impenetrable](https://pastebin.com/MRMCr7HM) to many users. The usual suspect is GNU's `link` tool. In this case, inform the user that they may need to install VS build tools.

This only applies when Microsoft's link tool is expected.
2020-05-21 13:12:19 +02:00
..
back Rollup merge of #72296 - ChrisDenton:msvc-link-check, r=petrochenkov 2020-05-21 13:12:19 +02:00
debuginfo Remove ty::UnnormalizedProjection 2020-05-12 01:56:29 -04:00
mir Auto merge of #72205 - ecstatic-morse:nrvo, r=oli-obk 2020-05-21 07:16:44 +00:00
traits Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast 2020-05-18 14:41:33 +01:00
base.rs Fix disagreeement about CGU reuse and LTO 2020-05-09 19:30:48 -07:00
build.rs rustbuild: include channel in sanitizers installed name 2020-02-11 09:40:58 +01:00
Cargo.toml Remove unused dependencies 2020-04-20 17:59:27 +09:00
common.rs direct imports for langitem stuff 2020-04-02 13:40:43 +02:00
glue.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
lib.rs Store LLVM bitcode in object files, not compressed 2020-04-29 11:57:26 -07:00
meth.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
mono_item.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02: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.