rust/src/librustc_target
bors c84a7abf8b Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplett
Remove bitrig support from rust

Resolves #60743

using `find` and `rg` I delete every occurence of "bitrig" in the sources, expect for the llvm submodule (is this correct?).

There's also this file 5b8e99bb61/rls-analysis/test_data/rust-analysis/libstd-af9bacceee784405.json which contains a bitrig string in it. What to do with that?
2019-05-15 04:34:14 +00:00
..
abi removing param_env from pointee_info_at 2019-05-04 18:06:40 +05:30
spec Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplett 2019-05-15 04:34:14 +00:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml librustc_target => 2018 2019-02-08 21:00:07 +09:00
lib.rs Deny internal in stage0 2019-04-17 05:15:00 +02:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00

librustc_target contains some very low-level details that are specific to different compilation targets and so forth.

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