about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-09-04Address nits, rename enclosing_scope => parent_labelMichael Goulet-20/+16
2022-09-04Use head span for rustc_on_unimplemented's enclosing_scope attrMichael Goulet-1/+1
2022-09-03Do not call object_lifetime_default on lifetime params.Camille GILLOT-46/+45
2022-09-03Auto merge of #101378 - matthiaskrgr:rollup-s1awa47, r=matthiaskrgrbors-7/+18
2022-09-03Rollup merge of #101365 - matthiaskrgr:clones2, r=fee1-deadMatthias Krüger-1/+1
2022-09-03Rollup merge of #101364 - compiler-errors:arg-suggestion-spans, r=wesleywiserMatthias Krüger-6/+17
2022-09-03Auto merge of #100574 - Urgau:check-cfg-warn-cfg, r=petrochenkovbors-5/+47
2022-09-03Auto merge of #101154 - RalfJung:validation-perf, r=oli-obkbors-4/+5
2022-09-03Auto merge of #101361 - Dylan-DPC:rollup-xj1syld, r=Dylan-DPCbors-457/+1208
2022-09-03remove redundant clonesMatthias Krüger-1/+1
2022-09-03Shrink suggestion span of argument mismatch errorMichael Goulet-6/+17
2022-09-03Rollup merge of #101217 - eholk:drop-tracking-73137, r=jyn514Dylan DPC-4/+14
2022-09-03Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwcoDylan DPC-453/+1194
2022-09-03Auto merge of #101139 - nnethercote:shrink-thir-Pat, r=cjgillotbors-181/+205
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-02Add warning against unexpected --cfg with --check-cfgUrgau-1/+43
2022-09-02Make CrateConfig make order depended for linting purposeUrgau-4/+4
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-02Use boxed slices in `PatKind`.Nicholas Nethercote-25/+36
2022-09-02Box `CanonicalUserTypeAnnotation::CanonicalUserType`.Nicholas Nethercote-18/+18
2022-09-02Box `PatKind::Range`.Nicholas Nethercote-26/+34
2022-09-02Avoid some clones.Nicholas Nethercote-6/+9
2022-09-02Clean up THIR patterns.Nicholas Nethercote-121/+123
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