about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-09-03Suggest copied or clonedMichael Goulet-0/+65
2022-09-03Auto merge of #100966 - compiler-errors:revert-remove-deferred-sized-checks, ...bors-10/+28
2022-09-02Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplettbors-29/+104
2022-09-02Rollup merge of #101215 - est31:rustdoc_version_placeholder, r=Mark-SimulacrumMatthias Krüger-1/+13
2022-09-02Rollup merge of #100814 - gabrielBusta:port_trait_selection_diagnostics, r=da...Matthias Krüger-87/+180
2022-09-02Rollup merge of #100200 - petrochenkov:zgccld2, r=lqd,Mark-SimulacrumMatthias Krüger-14/+18
2022-09-02Rollup merge of #100121 - Nilstrieb:mir-validator-param-env, r=oli-obkMatthias Krüger-5/+12
2022-09-02Auto merge of #101318 - GuillaumeGomez:rollup-qsr51z4, r=GuillaumeGomezbors-531/+1024
2022-09-02Rollup merge of #101294 - Xiretza:fix-100844-accident, r=davidtwcoGuillaume Gomez-258/+478
2022-09-02Rollup merge of #100552 - petrochenkov:flavorcompat, r=lqdGuillaume Gomez-148/+211
2022-09-02Rollup merge of #100147 - Bryanskiy:private-in-public, r=petrochenkovGuillaume Gomez-125/+152
2022-09-02Rollup merge of #97739 - a2aaron:let_underscore, r=estebankGuillaume Gomez-0/+183
2022-09-02Auto merge of #100943 - jyn514:query-system-2, r=cjgillotbors-82/+97
2022-09-01Don't create two new closures for each queryJoshua Nelson-37/+31
2022-09-01Simplify `try_load_from_on_disk_cache`Joshua Nelson-8/+9
2022-09-01Move almost all of the function in `query_callbacks` to a generic functionJoshua Nelson-28/+47
2022-09-02Also replace the version placeholder in rustc_attrest31-1/+13
2022-09-01Get rid of `fn recover`Joshua Nelson-18/+8
2022-09-01Move `force_with_dep_node` outside the giant macroJoshua Nelson-16/+26
2022-09-01Move `try_on_disk_cache` out of the giant macroJoshua Nelson-11/+19
2022-09-01Get rid of `make_query` moduleJoshua Nelson-13/+6
2022-09-01Auto merge of #101295 - matthiaskrgr:rollup-046o38p, r=matthiaskrgrbors-3/+90
2022-09-01Rollup merge of #101285 - TaKO8Ki:do-not-suggest-adding-move-when-closure-is-...Matthias Krüger-3/+11
2022-09-01Rollup merge of #94467 - ibraheemdev:master, r=pnkfelixMatthias Krüger-0/+79
2022-09-01Auto merge of #98960 - cjgillot:entry-kind, r=estebankbors-355/+252
2022-09-01Allow deriving multiple subdiagnostics using one SessionSubdiagnosticXiretza-96/+120
2022-09-01Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1Gabriel Bustamante-87/+180
2022-09-01Revert parts of "use derive proc macro to impl SessionDiagnostic"Xiretza-249/+445
2022-09-01tracing::instrument cleanupOli Scherer-243/+115
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-119/+76
2022-09-01Directly use the `instrument` macro instead of its full pathOli Scherer-89/+86
2022-09-01do not suggest adding `move` to closure when `move` is already usedTakayuki Maeda-3/+11
2022-09-01rustc_target: Refactor internal linker flavors slightlyVadim Petrochenkov-121/+93
2022-09-01rustc_target: Add a compatibility layer to separate internal and user-facing ...Vadim Petrochenkov-61/+152
2022-09-01Auto merge of #100958 - mikebenfield:workaround, r=nikicbors-11/+0
2022-09-01Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorinobors-328/+127
2022-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-58/+58
2022-09-01Auto merge of #100537 - petrochenkov:piccheck, r=oli-obkbors-52/+83
2022-09-01Auto merge of #100210 - mystor:proc_macro_diag_struct, r=eddybbors-36/+17
2022-08-31Auto merge of #101249 - matthiaskrgr:rollup-wahnoz8, r=matthiaskrgrbors-527/+564
2022-08-31Rollup merge of #101230 - davidtwco:translation-internal-lint-no-self-lint, r...Matthias Krüger-3/+9
2022-08-31Rollup merge of #101165 - ldm0:drain_to_iter, r=cjgillotMatthias Krüger-16/+16
2022-08-31Rollup merge of #101161 - ldm0:ldm_fix_diagnostic, r=cjgillotMatthias Krüger-12/+13
2022-08-31Rollup merge of #100844 - evopen:migrate-diag, r=davidtwcoMatthias Krüger-491/+390
2022-08-31Rollup merge of #100838 - hkmatsumoto:move-gen-args-to-trait-when-appropriate...Matthias Krüger-0/+118
2022-08-31Rollup merge of #100787 - chenyukang:fix-100770-pretty-crash, r=petrochenkovMatthias Krüger-5/+18
2022-08-31Auto merge of #100085 - RalfJung:op-ty-len, r=oli-obkbors-2/+2
2022-08-31unix_sigpipe: Inline compiler sigpipe constants in stdMartin Nordholts-0/+2
2022-08-31interpret: use new OpTy::len for Len rvalueRalf Jung-2/+2
2022-08-31lint: avoid linting diag functions with diag lintsDavid Wood-3/+9