about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-04-19Rollup merge of #94493 - oribenshir:feature/ISSUE-78543_async_fn_in_foreign_c...Dylan DPC-50/+232
2022-04-19Auto merge of #95379 - icewind1991:suggest-associated-type-more, r=jackh726bors-14/+49
2022-04-17Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkovbors-591/+1158
2022-04-17Auto merge of #96016 - Aaron1011:hash-name-cleanup, r=cjgillotbors-12/+2
2022-04-17Lint elided lifetimes in path on the AST.Camille GILLOT-140/+239
2022-04-17Report undeclared lifetimes on AST.Camille GILLOT-400/+837
2022-04-17Remove is_in_fn_syntax.Camille GILLOT-11/+0
2022-04-17Visit generics inside visit_fn.Camille GILLOT-29/+45
2022-04-17Count number of lifetime parameters in a separate pass.Camille GILLOT-13/+39
2022-04-17Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillotbors-406/+414
2022-04-17Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiaskobors-2/+6
2022-04-17Auto merge of #96134 - Dylan-DPC:rollup-ejug3yq, r=Dylan-DPCbors-37/+52
2022-04-17show suggestion to replace generic bounds with associated types in more casesRobin Appelman-14/+49
2022-04-17Rollup merge of #96112 - niluxv:strict-provenance-lint-improvements, r=nagisaDylan DPC-20/+29
2022-04-17Rollup merge of #95346 - Aaron1011:stablize-const-extern-fn, r=pnkfelixDylan DPC-17/+23
2022-04-16Auto merge of #95899 - petrochenkov:modchild2, r=cjgillotbors-71/+96
2022-04-16Rollup merge of #96058 - euclio:flock-impls, r=nagisaDylan DPC-215/+194
2022-04-16Rollup merge of #95908 - compiler-errors:shallow_resolve_ty-inline, r=oli-obkDylan DPC-44/+39
2022-04-16Rollup merge of #95426 - b-naber:valtrees-slice, r=RalfJung,oli-obkDylan DPC-27/+59
2022-04-16Rollup merge of #95006 - tmiasko:thread-local-static, r=wesleywiserDylan DPC-0/+16
2022-04-16Rollup merge of #94985 - dtolnay:constattr, r=pnkfelixDylan DPC-6/+17
2022-04-16Auto merge of #96117 - Dylan-DPC:rollup-5traczf, r=Dylan-DPCbors-36/+33
2022-04-16Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnrDylan DPC-6/+5
2022-04-16Rollup merge of #95887 - petrochenkov:doclink5, r=cjgillotDylan DPC-30/+28
2022-04-16Auto merge of #95689 - lqd:self-profiler, r=wesleywiserbors-13/+103
2022-04-16Provide a better diagnostic on failure to meet send bound on futures in a for...oribenshir-50/+232
2022-04-16Auto merge of #96108 - Dylan-DPC:rollup-t5f2fc9, r=Dylan-DPCbors-42/+91
2022-04-16Improve `fuzzy_provenance_casts` lint diagnosticsniluxv-10/+6
2022-04-16Improve `lossy_provenance_casts` lint diagnosticsniluxv-10/+23
2022-04-16Auto merge of #92364 - jackh726:Quantumplation/65853/param-heuristics, r=este...bors-206/+1121
2022-04-16Implementation for 65853Jack Huey-206/+1121
2022-04-16Rollup merge of #96050 - oli-obk:deaggregator_cleanup, r=RalfJungDylan DPC-19/+3
2022-04-16Rollup merge of #96004 - JakobDegen:fix-validator-ice, r=petrochenkovDylan DPC-5/+5
2022-04-16Rollup merge of #95961 - RalfJung:gather-scatter, r=workingjubileeDylan DPC-0/+23
2022-04-16Rollup merge of #95859 - rainy-me:unterminated-nested-block-comment, r=petroc...Dylan DPC-10/+50
2022-04-16Rollup merge of #95372 - RalfJung:unaligned_references, r=oli-obkDylan DPC-4/+2
2022-04-16Rollup merge of #93969 - bjorn3:codegen_backend_dep_info, r=pnkfelixDylan DPC-4/+8
2022-04-16Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisabors-180/+513
2022-04-15Rollup merge of #96065 - TaKO8Ki:use-`format-args-capture`-and-remove-unneces...Dylan DPC-676/+605
2022-04-15Rollup merge of #96027 - matthiaskrgr:clippy_rec, r=fee1-deadDylan DPC-30/+15
2022-04-15Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPCDylan DPC-29/+25
2022-04-15Rollup merge of #95749 - compiler-errors:ambig, r=oli-obkDylan DPC-2/+2
2022-04-15Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelixDylan DPC-140/+47
2022-04-15Rollup merge of #94849 - ouz-a:master4, r=oli-obkDylan DPC-11/+10
2022-04-15Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelixDylan DPC-4/+43
2022-04-15Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwcoDylan DPC-19/+8
2022-04-15Add codegen for global_asm! sym operandsAmanieu d'Antras-22/+137
2022-04-15use `format-args-capture` and remove unnecessary nested blockTakayuki Maeda-676/+605
2022-04-14make unaligned_reference warning visible in future compat reportRalf Jung-0/+1
2022-04-14make unaligned_references lint deny-by-defaultRalf Jung-4/+1