summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
2021-06-14Soft disable incrementalMark Rousskov-1/+6
2021-04-29Use doc-comment instad of comments consistentlyJoshua Nelson-58/+59
2021-04-27Make `real_rust_path_dir` a TRACKED_NO_CRATE_HASH optionJoshua Nelson-33/+45
2021-04-27Add [TRACKED_NO_CRATE_HASH] and [SUBSTRUCT] directivesJoshua Nelson-24/+62
2021-04-27Test that non_default_option is not the default optionJoshua Nelson-4/+4
2021-04-25Rollup merge of #83519 - oli-obk:assign_shrink_your_normal_code, r=pnkfelixYuki Okushi-0/+16
2021-04-24Rollup merge of #84436 - jyn514:private, r=petrochenkovYuki Okushi-2/+2
2021-04-22Make a few functions privateJoshua Nelson-2/+2
2021-04-20Add an attribute to be able to configure the limitOli Scherer-0/+16
2021-04-20Improve the docstrings of the `Lto` struct.Edd Barrett-5/+7
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