about summary refs log tree commit diff
path: root/compiler/rustc_session/src/config.rs
AgeCommit message (Expand)AuthorLines
2020-12-07Dogfood 'str_split_once() with `compiler/`Eric Arellano-59/+50
2020-11-28Derive `Debug` for `DebugInfo`J. Ryan Stinnett-1/+1
2020-11-15Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakisJonas Schievink-8/+14
2020-11-10Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-SimulacrumJonas Schievink-7/+7
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-0/+3
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-5/+5
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-3/+3
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-8/+14
2020-10-30Fix even more clippy warningsJoshua Nelson-4/+1
2020-10-15Remove rustc_session::config::Configest31-9/+2
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-12/+12
2020-10-15Rename target_pointer_width to pointer_width and turn it into an u32est31-11/+10
2020-10-05Updates to experimental coverage counter injectionRich Kadel-4/+0
2020-09-21Don't unwrap but report a fatal error for TargetDataLayout::parse.Mara Bos-1/+3
2020-09-21Add cfg(target_has_atomic_equal_alignment).Mara Bos-4/+15
2020-09-17Let backends define custom targetskhyperia-4/+5
2020-09-16Rollup merge of #76794 - richkadel:graphviz-font, r=ecstatic-morseTyler Mandry-0/+4
2020-09-16Added RUSTC_GRAPHVIZ_FONT environment variableRich Kadel-0/+4
2020-09-10use push(char) instead of push_str(&str) to add single chars to stringsMatthias Krüger-2/+2
2020-09-04Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandrybors-0/+4
2020-09-03Tools, tests, and experimenting with MIR-derived coverage countersRich Kadel-0/+4
2020-09-02pretty: trim paths of unique symbolsDan Aloni-1/+21
2020-08-31Add new `-Z dump-mir-spanview` optionRich Kadel-0/+15
2020-08-31Fix `-Z instrument-coverage` on MSVCRich Kadel-13/+4
2020-08-30mv compiler to compiler/mark-0/+2186