summary refs log tree commit diff
path: root/compiler/rustc_session/src/session.rs
AgeCommit message (Expand)AuthorLines
2020-12-11fix clippy::{needless_bool, manual_unwrap_or}Matthias Krüger-4/+1
2020-12-03Combination of commitsRich Kadel-27/+1
2020-12-01Fix `unknown-crate` when using self-profile with rustdocJoshua Nelson-1/+1
2020-11-23Allow using `-Z fewer-names=no` to retain value namesTomasz Miąsko-6/+9
2020-11-15Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakisJonas Schievink-0/+3
2020-11-10Changed unwrap_or to unwrap_or_else in some places.Nicholas-Baron-1/+1
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-23/+20
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-0/+3
2020-10-30Some workAaron Hill-1/+1
2020-10-30Implement rustc side of report-future-incompatAaron Hill-2/+52
2020-10-15Remove rustc_session::config::Configest31-4/+4
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-18/+17
2020-10-14Remove unused code from remaining compiler cratesest31-2/+0
2020-09-27Remove duplicate commentDániel Buga-3/+0
2020-09-17Let backends define custom targetskhyperia-1/+2
2020-09-08Auto merge of #75138 - jumbatm:session-diagnostic-derive, r=oli-obkbors-0/+11
2020-09-02rustc_{errors,session}: add `delay_good_path_bug`Dan Aloni-0/+18
2020-09-01Add SessionDiagnostic derive macro.jumbatm-0/+11
2020-08-31Rollup merge of #76002 - richkadel:llvm-coverage-map-gen-6b.3, r=tmandryTyler Mandry-14/+34
2020-08-31Fix `-Z instrument-coverage` on MSVCRich Kadel-14/+34
2020-08-30Suggest `if let x = y` when encountering `if x = y`Esteban Küber-0/+4
2020-08-30mv compiler to compiler/mark-0/+1539