summary refs log tree commit diff
path: root/compiler/rustc_session/src/session.rs
AgeCommit message (Expand)AuthorLines
2021-06-07Revert "Merge CrateDisambiguator into StableCrateId"bjorn3-13/+13
2021-06-02Miscellaneous inlining improvementsTomasz Miąsko-0/+2
2021-05-30Auto merge of #85559 - 12101111:sanitizer-crt-static, r=nagisabors-0/+8
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-13/+13
2021-05-29Diagnose use sanitizers with crt-static12101111-0/+8
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-5/+9
2021-05-12Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillotbors-1/+5
2021-05-09Auto merge of #83800 - xobs:impl-16351-nightly, r=nagisabors-6/+7
2021-05-08Remove unused `opt_span_warn` functionJoshua Nelson-6/+0
2021-05-08Make `Diagnostic::span_fatal` unconditionally raise an errorJoshua Nelson-2/+2
2021-05-05Use RealFileName for Session::working_dir as it may also be remappedAndy Wang-5/+9
2021-05-02Remove dummy_configbjorn3-1/+5
2021-04-27Make `real_rust_path_dir` a TRACKED_NO_CRATE_HASH optionJoshua Nelson-30/+0
2021-04-25Merge remote-tracking branch 'upstream/master' into impl-16351-nightlySean Cross-120/+51
2021-04-20Add an attribute to be able to configure the limitOli Scherer-0/+16
2021-04-11Allow using `-C force-unwind-tables=no` when `panic=unwind`hyd-dev-16/+9
2021-04-03rustc: target: add sysroot to rust_target_pathSean Cross-6/+7
2021-04-03Maintain supported sanitizers as a target propertySimonas Kazlauskas-53/+16
2021-04-03Move SanitizerSet to rustc_targetSimonas Kazlauskas-2/+2
2021-03-27Address more review commentsJoshua Nelson-0/+41
2021-03-27Remove (lots of) dead codeJoshua Nelson-89/+2
2021-03-26Rollup merge of #83437 - Amanieu:asm_syntax, r=petrochenkovDylan DPC-7/+0
2021-03-25Refactor #82270 as lint instead of an errorAmanieu d'Antras-7/+0
2021-03-25Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandrybors-0/+15
2021-03-23Allow not emitting `uwtable` on Androidhyd-dev-1/+1
2021-03-19coverage bug fixes and optimization supportRich Kadel-0/+15
2021-03-18Rollup merge of #82270 - asquared31415:asm-syntax-directive-errors, r=nagisaDylan DPC-0/+7
2021-03-08Move default inline asm dialect to Sessionasquared31415-0/+7
2021-03-07Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelixbors-1/+1
2021-03-05Make mir_opt_level default to 2 for optimized levelsSantiago Pastorino-1/+4
2021-03-05Extract mir_opt_level to a method and use Option to be able to know if the va...Santiago Pastorino-0/+3
2021-02-26Miscellaneous inlining improvementsTomasz Miąsko-0/+3
2021-02-18Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.Eduard-Mihai Burtescu-4/+4
2021-02-07HWASan supportTri Vo-1/+5
2021-02-02Let a portion of DefPathHash uniquely identify the DefPath's crate.Michael Woerister-1/+1
2021-01-30Rollup merge of #81468 - est31:cfg_version, r=petrochenkovYuki Okushi-1/+2
2021-01-29Treat nightlies for a version as completeest31-1/+2
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-1/+9
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-1/+1
2021-01-12Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichtonYuki Okushi-0/+8
2021-01-08Add wasi-exec-model cg option for emitting wasi reactorsNoah-0/+8
2021-01-02Auto merge of #79883 - frewsxcv:frewsxcv-san, r=shepmasterbors-2/+8
2020-12-31Merge remote-tracking branch 'origin/master' into frewsxcv-sanCorey Farwell-4/+1
2020-12-31Add edition 2021.Mara Bos-0/+5
2020-12-11fix clippy::{needless_bool, manual_unwrap_or}Matthias Krüger-4/+1
2020-12-09Enable ASan, TSan, UBSan for aarch64-apple-darwin.Corey Farwell-2/+8
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