about summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
2021-05-09Auto merge of #83800 - xobs:impl-16351-nightly, r=nagisabors-8/+14
2021-05-09Auto merge of #83894 - nikic:newpm, r=nagisabors-1/+1
2021-05-08Remove unused `opt_span_warn` functionJoshua Nelson-6/+0
2021-05-08Make `Diagnostic::span_fatal` unconditionally raise an errorJoshua Nelson-3/+3
2021-05-08Make -Z new-llvm-pass-manager an Option<bool>Nikita Popov-1/+1
2021-05-07Rollup merge of #84815 - richkadel:coverage-docs-update-2021-05, r=tmandryYuki Okushi-6/+6
2021-05-06Update coverage docs and command line helpRich Kadel-6/+6
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-47/+143
2021-05-05Rollup merge of #84803 - jyn514:duplicate-macros, r=petrochenkovRalf Jung-57/+61
2021-05-05Add -Z simulate-remapped-rust-src-base option to simulate path virutalisation...Andy Wang-0/+3
2021-05-05Use RealFileName for Session::working_dir as it may also be remappedAndy Wang-5/+9
2021-05-03Rollup merge of #84072 - nagisa:target-family-two-the-movie, r=petrochenkovDylan DPC-1/+1
2021-05-02Remove dummy_configbjorn3-1/+5
2021-05-02Fix nit in rustc_session::optionsJoshua Nelson-1/+1
2021-05-01Reduce duplication in `impl_dep_tracking_hash` macrosJoshua Nelson-57/+61
2021-05-01Remove unused macro parametersJoshua Nelson-3/+3
2021-05-01Remove unused `parse_pathbuf_push` functionJoshua Nelson-12/+0
2021-05-01Don't recompile the same functions for each debugging optionJoshua Nelson-412/+461
2021-05-01Remove unused parse_opt_list functionJoshua Nelson-13/+0
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-25Merge remote-tracking branch 'upstream/master' into impl-16351-nightlySean Cross-282/+270
2021-04-24Rollup merge of #84436 - jyn514:private, r=petrochenkovYuki Okushi-2/+2
2021-04-23Remove unstable `--pretty` flagJoshua Nelson-80/+41
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-11Allow setting `target_family` to multiple valuesSimonas Kazlauskas-1/+1
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-03compiler: run `python3 ./x.py fmt`Sean Cross-2/+7
2021-04-03rustc: target: add sysroot to rust_target_pathSean Cross-8/+9
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