about summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
2021-03-02Rollup merge of #82376 - tmiasko:inline-options, r=oli-obkYuki Okushi-2/+4
2021-03-01Change default Solaris x86 target to x86_64-pc-solarisJakub Kulik-1/+1
2021-02-27Use optional values for inlining thresholdsTomasz Miąsko-2/+2
2021-02-27Add option enabling MIR inlining independently of mir-opt-levelTomasz Miąsko-0/+2
2021-02-26Auto merge of #82559 - tmiasko:inlined, r=petrochenkovbors-0/+3
2021-02-26Rollup merge of #82456 - klensy:or-else, r=estebankGuillaume Gomez-1/+1
2021-02-26Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-seGuillaume Gomez-1/+0
2021-02-26Miscellaneous inlining improvementsTomasz Miąsko-0/+3
2021-02-25Rollup merge of #82269 - LeSeulArtichaut:cleanup-ppmode, r=spastorinoAaron Hill-53/+64
2021-02-25fix reviewklensy-1/+1
2021-02-23replaced some unwrap_or with unwrap_or_elseklensy-1/+1
2021-02-23Auto merge of #82102 - nagisa:nagisa/fix-dwo-name, r=davidtwcobors-11/+0
2021-02-23Rollup merge of #82255 - nhwn:nonzero-err-as-bug, r=davidtwcoDylan DPC-4/+7
2021-02-19Cleanup `PpMode` and friendsLeSeulArtichaut-53/+64
2021-02-18Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.Eduard-Mihai Burtescu-4/+4
2021-02-18nhwn: make treat_err_as_bug Option<NonZeroUsize>Nathan Nguyen-4/+7
2021-02-16rustdoc: treat edition 2021 as unstableEric Huss-1/+1
2021-02-14Set path of the compile unit to the source directorySimonas Kazlauskas-11/+0
2021-02-09Stabilize str_split_onceJacob Pratt-1/+0
2021-02-07HWASan supportTri Vo-8/+21
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-0/+117
2021-02-05Auto merge of #79253 - rcvalle:fix-rustc-sysroot-cas, r=nagisabors-7/+45
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/+7
2021-01-29Pre-canoncalize ExternLocation::ExactPathsRyan Levick-4/+29
2021-01-29Treat nightlies for a version as completeest31-1/+7
2021-01-29Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3Yuki Okushi-49/+41
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-49/+41
2021-01-27Fix rustc sysroot in systems using CASRamon de C Valle-7/+45
2021-01-26Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebankbors-2/+2
2021-01-20Auto merge of #81118 - ojeda:metadata-obj, r=nagisabors-0/+14
2021-01-17Skip linking if it is not requiredMiguel Ojeda-0/+14
2021-01-16Enforce that query results implement DebugAaron Hill-2/+2
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-1/+29
2021-01-08Add wasi-exec-model cg option for emitting wasi reactorsNoah-1/+29
2021-01-07Auto merge of #80709 - lzutao:target-enumerate, r=petrochenkovbors-1/+1
2021-01-08Rollup merge of #80521 - richkadel:llvm-coverage-counters-2.4.0, r=wesleywiserYuki Okushi-2/+8
2021-01-06Prefer enum Endian in rustc_target::TargetLzu Tao-1/+1
2021-01-04Inlining enabled by -mir-opt-level > 1 is incompatible with coverageRich Kadel-2/+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-76/+168
2020-12-31Require `-Z unstable-options` for unstable editions.Mara Bos-3/+2
2020-12-31Add edition 2021.Mara Bos-0/+5
2020-12-30where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)Matthias Krüger-1/+1
2020-12-22Revert "Promote missing_fragment_specifier to hard error"Wesley Wiser-0/+2
2020-12-17Rollup merge of #80073 - kulikjak:add-target-alias-support, r=varkorYuki Okushi-1/+1
2020-12-16cg_llvm: split dwarf filename and comp dirDavid Wood-1/+12
2020-12-16cg_llvm: implement split dwarf supportDavid Wood-1/+27
2020-12-16session: add `split-dwarf` flagDavid Wood-0/+36