summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
2021-03-18Rollup merge of #83080 - tmiasko:inline-coverage, r=wesleywiserDylan DPC-19/+0
2021-03-18Rollup merge of #82270 - asquared31415:asm-syntax-directive-errors, r=nagisaDylan DPC-0/+7
2021-03-15Make source-based code coverage compatible with MIR inliningTomasz Miąsko-19/+0
2021-03-14Bump recursion_limit in a few placesAaron Hill-0/+1
2021-03-11Add `-Z unpretty` flag for the THIRLeSeulArtichaut-0/+4
2021-03-10Remove the -Zinsert-sideeffectSimonas Kazlauskas-4/+0
2021-03-08Move default inline asm dialect to Sessionasquared31415-0/+7
2021-03-08Rollup merge of #82415 - petrochenkov:modin3, r=davidtwcoDylan DPC-4/+0
2021-03-07Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelixbors-1/+1
2021-03-05Fix MIR optimization level descriptionSantiago Pastorino-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-16/+21
2021-03-05expand: Move module file path stack from global session to expansion dataVadim Petrochenkov-4/+0
2021-03-03Add `-Z unpretty` flags for the ASTLeSeulArtichaut-3/+17
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