about summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
2021-04-15Track `-C link-dead-code` during incremental compilationAaron Hill-1/+1
2021-04-11Allow using `-C force-unwind-tables=no` when `panic=unwind`hyd-dev-16/+9
2021-04-11Implement token-based handling of attributes during expansionAaron Hill-0/+55
2021-04-10Don't tell users to use a nightly flag on the stable channelKornel-8/+11
2021-04-07Remove the insta-stable `cfg(wasm)`Simonas Kazlauskas-3/+0
2021-04-05Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasperDylan DPC-14/+15
2021-04-05Rollup merge of #80525 - devsnek:wasm64, r=nagisaDylan DPC-0/+3
2021-04-04Rollup merge of #73945 - est31:unused_externs, r=Mark-SimulacrumDylan DPC-3/+35
2021-04-04wasm64Gus Caplan-0/+3
2021-04-03Maintain supported sanitizers as a target propertySimonas Kazlauskas-53/+16
2021-04-03Move SanitizerSet to rustc_targetSimonas Kazlauskas-69/+6
2021-04-01Clarify `--print target-list` is a rustc's optionJohnTitor-1/+1
2021-03-27Address more review commentsJoshua Nelson-0/+41
2021-03-27Address review commentsJoshua Nelson-2/+0
2021-03-27Remove (lots of) dead codeJoshua Nelson-115/+5
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-6/+93
2021-03-24Auto merge of #83050 - osa1:issue83048, r=matthewjasperbors-1/+1
2021-03-24Rollup merge of #83391 - hyd-dev:uwtable, r=alexcrichtonDylan DPC-1/+1
2021-03-23Allow not emitting `uwtable` on Androidhyd-dev-1/+1
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-1/+1
2021-03-21Enable mutable noalias by default for LLVM 12Nikita Popov-1/+1
2021-03-21Convert -Z mutable-noalias to Optional<bool>Nikita Popov-1/+1
2021-03-19stabilize or_patternsmark-1/+1
2021-03-19coverage bug fixes and optimization supportRich Kadel-6/+93
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-12Run analyses before thir-tree dumpsÖmer Sinan Ağacan-1/+1
2021-03-11Add `-Z unpretty` flag for the THIRLeSeulArtichaut-0/+4
2021-03-10Remove the -Zinsert-sideeffectSimonas Kazlauskas-4/+0
2021-03-09Use FromStr trait for number option parsingTomasz Miąsko-14/+15
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-08Make doctests collect and emit the unused externsest31-0/+4
2021-03-08Make parse_json return JsonConfigest31-3/+16
2021-03-08Gate the printing on --json=unused-externsest31-3/+18
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