about summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
2021-09-17Rollup merge of #88751 - bjorn3:move_filesearch, r=oli-obkYuki Okushi-37/+37
2021-09-15Rollup merge of #87320 - danakj:debug-compilation-dir, r=michaelwoeristerManish Goregaokar-3/+14
2021-09-12Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddybbors-2/+14
2021-09-10Give spans their parent item during lowering.Camille GILLOT-0/+2
2021-09-09Add -Z panic-in-drop={unwind,abort} command-line optionAmanieu d'Antras-2/+14
2021-09-08Use Lrc instead of Option to avoid duplication of a SearchPathbjorn3-8/+8
2021-09-08Move get_tools_search_paths from FileSearch to Sessionbjorn3-13/+13
2021-09-08Doc commentsbjorn3-17/+17
2021-09-08Revert "Remove optimization_fuel_crate from Session"bjorn3-1/+6
2021-09-07remap-cwd-prefixdanakj-3/+14
2021-09-06Move `confused_type_with_std_module` to `ResolverOutputs`Aaron Hill-5/+0
2021-09-02Add explanation for ctfe_backtrace lockbjorn3-0/+3
2021-09-02Remove print_fuel_crate field of Sessionbjorn3-6/+1
2021-09-02Remove optimization_fuel_crate from Sessionbjorn3-6/+1
2021-08-27Remove `Session.if_let_suggestions`Aaron Hill-4/+0
2021-08-25don't generate partially-undef constsErik Desjardins-0/+3
2021-08-25Rollup merge of #88218 - Aaron1011:missing-method-dyn, r=nagisaLéo Lanteri Thauvin-4/+0
2021-08-24Stabilize `force-warn`inquisitivecrystal-11/+1
2021-08-24Tidy up lint command line flagsinquisitivecrystal-11/+5
2021-08-24Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiserbors-33/+5
2021-08-23Do not mark `-Z thir-unsafeck` as unsound anymoreLéo Lanteri Thauvin-1/+1
2021-08-21Remove `Session.trait_methods_not_found`Aaron Hill-4/+0
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-33/+5
2021-08-15Include (potentially remapped) working dir in crate hashAaron Hill-14/+22
2021-08-12Auto merge of #85296 - bjorn3:plugin_cleanup, r=petrochenkovbors-6/+0
2021-08-10Replace #[plugin_registrar] with exporting __rustc_plugin_registrarbjorn3-6/+0
2021-08-09Auto merge of #87619 - 12101111:fix-native_link_modifiers_bundle, r=petrochenkovbors-19/+48
2021-08-08 Fix feature gate checking of static-nobundle and native_link_modifiers12101111-19/+48
2021-08-07Rollup merge of #87761 - rusticstuff:rustc_error_overflow, r=Mark-SimulacrumYuki Okushi-2/+1
2021-08-06Rollup merge of #87756 - Amanieu:no_profiler_runtime, r=jackh726Yuki Okushi-2/+4
2021-08-05Remove warnings/errors from compiler when using typeck_body in rustdoc span m...Guillaume Gomez-0/+4
2021-08-04Fix overflow in rustc happening if the `err_count()` is reduced in a stage.Hans Kratz-2/+1
2021-08-04Add back -Zno-profiler-runtimeAmanieu d'Antras-2/+4
2021-08-02Auto merge of #87535 - lf-:authors, r=Mark-Simulacrumbors-1/+0
2021-08-02Rollup merge of #87608 - Aaron1011:remove-system-library, r=Mark-SimulacrumYuki Okushi-5/+0
2021-08-01Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisabors-2/+2
2021-07-30Use multispan suggestions more oftenEsteban Küber-14/+6
2021-07-29Remove unused field `Session.system_library_path`Aaron Hill-5/+0
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-27Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelixYuki Okushi-0/+2
2021-07-27Auto merge of #83491 - jyn514:remove-pretty, r=pnkfelixbors-80/+41
2021-07-25clippy::single_char_patternMatthias Krüger-2/+2
2021-07-23Rename `known_attrs` to `expanded_inert_attrs` and move to rustc_expandAaron Hill-10/+0
2021-07-22Auto merge of #87366 - GuillaumeGomez:rollup-7muueab, r=GuillaumeGomezbors-20/+1
2021-07-22Rollup merge of #87307 - michaelwoerister:pgo-unwind-msvc, r=nagisaGuillaume Gomez-20/+1
2021-07-22Auto merge of #86619 - rylev:incr-hashing-profiling, r=wesleywiserbors-1/+1
2021-07-21Rename force-warns to force-warnRyan Levick-3/+3
2021-07-20Allow combining -Cprofile-generate and -Cpanic=unwind when targetingMichael Woerister-20/+1
2021-07-17Make `--force-warns` a normal lint level optioninquisitivecrystal-27/+13
2021-07-16Rollup merge of #87145 - jsgf:fix-lint-opt-hash, r=michaelwoeristerGuillaume Gomez-3/+3