summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
2021-06-10gcc-lld mvp1000teslas-0/+18
2021-06-07Revert "Merge CrateDisambiguator into StableCrateId"bjorn3-13/+13
2021-06-05Auto merge of #84234 - jyn514:blanket-hash, r=Aaron1011bors-20/+22
2021-06-04Auto merge of #85788 - rylev:force-warns, r=nikomatsakisbors-4/+27
2021-06-04Implement DepTrackingHash for `Option` through blanket impls instead of macrosJoshua Nelson-20/+22
2021-06-02Force warn on lint groups as wellRyan Levick-2/+11
2021-06-02Miscellaneous inlining improvementsTomasz Miąsko-0/+2
2021-06-01Rollup merge of #85473 - infinity0:master, r=jackh726Guillaume Gomez-1/+1
2021-05-31Auto merge of #85702 - Aaron1011:no-vec-sort, r=michaelwoeristerbors-26/+10
2021-05-30Auto merge of #85559 - 12101111:sanitizer-crt-static, r=nagisabors-0/+8
2021-05-30Auto merge of #85362 - jsgf:fix-emit-metadata, r=estebankbors-0/+5
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-13/+13
2021-05-28Use command line metadata path if providedJeremy Fitzhardinge-0/+5
2021-05-28Initial support for force-warnsRyan Levick-3/+17
2021-05-29Diagnose use sanitizers with crt-static12101111-0/+8
2021-05-25Don't sort a `Vec` before computing its `DepTrackingHash`Aaron Hill-26/+10
2021-05-25Rollup merge of #85361 - bjorn3:rustdoc_target_json_path_canonicalize, r=jyn514Guillaume Gomez-1/+4
2021-05-24Use parse_target_triple in rustdocbjorn3-1/+4
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-19fix split-debuginfo error messageXimin Luo-1/+1
2021-05-13Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisbors-0/+2
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-5/+12
2021-05-12Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillotbors-1/+5
2021-05-12Implement span quoting for proc-macrosAaron Hill-0/+14
2021-05-11Introduce the (WIP) THIR unsafety checkerLeSeulArtichaut-0/+2
2021-05-11Fix typo in variable nameLingMan-2/+2
2021-05-10Rollup merge of #85152 - nagisa:target-search-rustlib, r=Mark-SimulacrumGuillaume Gomez-53/+15
2021-05-10Adjust target search algorithm for rustlib pathSimonas Kazlauskas-53/+15
2021-05-10rustc_session: Use `Iterator::find` instead of manual searchVadim Petrochenkov-24/+19
2021-05-10rustc_session: Move more option building code from the `options!` macroVadim Petrochenkov-66/+87
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