about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-09-06Auto merge of #100404 - BelovDV:linker_group, r=petrochenkovbors-122/+57
2022-09-06Rollup merge of #101473 - nnethercote:mir-size-assertions, r=lqdGuillaume Gomez-8/+14
2022-09-06Rollup merge of #101471 - compiler-errors:delay-bug-are-count-too, r=oli-obkGuillaume Gomez-17/+22
2022-09-06Rollup merge of #101457 - ChayimFriedman2:struct-field-semi, r=fee1-deadGuillaume Gomez-0/+11
2022-09-06Rollup merge of #101445 - TaKO8Ki:suggest-introducing-explicit-lifetime, r=ol...Guillaume Gomez-9/+19
2022-09-06Rollup merge of #101434 - JhonnyBillM:replace-session-for-handler-in-into-dia...Guillaume Gomez-51/+60
2022-09-06Rollup merge of #101357 - compiler-errors:variant-sugg-tweak, r=oli-obkGuillaume Gomez-12/+28
2022-09-06Auto merge of #101479 - Dylan-DPC:rollup-v8ite0y, r=Dylan-DPCbors-45/+135
2022-09-06Rollup merge of #101427 - compiler-errors:issue-101421, r=cjgillotDylan DPC-11/+33
2022-09-06Rollup merge of #101021 - MingyuChen1:diagnostic, r=davidtwcoDylan DPC-29/+84
2022-09-06Rollup merge of #100658 - chenyukang:100631-check-get-attr, r=lcnrDylan DPC-5/+18
2022-09-06Fix CI failures on windows and aarch64-linuxVadim Petrochenkov-20/+36
2022-09-06change stdlib circular dependencies handlingDaniil Belov-122/+41
2022-09-06Auto merge of #101362 - compiler-errors:unnecessary-let, r=cjgillotbors-1/+43
2022-09-06Report number of delayed bugs properly with -Ztreat-err-as-bugMichael Goulet-17/+22
2022-09-06get_attr should check that no duplicates are allowedyukang-5/+18
2022-09-06Auto merge of #101359 - compiler-errors:cannot-call-trait-object-with-unsized...bors-16/+46
2022-09-06Add more size assertions for MIR types.Nicholas Nethercote-8/+14
2022-09-06Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillotbors-223/+174
2022-09-06Rollup merge of #101447 - cjgillot:no-remap-resolver, r=spastorinoYuki Okushi-58/+39
2022-09-06Rollup merge of #101425 - compiler-errors:point-at-ty-param, r=spastorinoYuki Okushi-10/+10
2022-09-06Rollup merge of #101402 - saethlin:inline-asm-hook, r=oli-obkYuki Okushi-2/+21
2022-09-05[Gardening] UPDATE - use let chain to unwrap snippet and evaluate flagJhonny Bill Mena-6/+3
2022-09-05UPDATE - accept start_point and snippet instead of SourceMapJhonny Bill Mena-13/+13
2022-09-05Point out when a callable is not actually callable because its return is not ...Michael Goulet-16/+46
2022-09-05Fix ICE, generalize 'move generics to trait' suggestion for >0 non-rcvr argum...Michael Goulet-11/+33
2022-09-05Recover from using `;` as separator between fieldsChayim Refael Friedman-0/+11
2022-09-05Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj...bors-106/+114
2022-09-05[Gardening] UPDATE - tidy fixesJhonny Bill Mena-3/+8
2022-09-05UPDATE - avoid exposing source_map methods from HandlerJhonny Bill Mena-34/+13
2022-09-05fix comment111-4/+3
2022-09-05use `propagate_through_exprs` instead of `propagate_through_expr`Takayuki Maeda-7/+2
2022-09-05Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkovbors-172/+153
2022-09-05refactor: remove unnecessary variablesTakayuki Maeda-32/+26
2022-09-05separate the receiver from arguments in HIRTakayuki Maeda-95/+114
2022-09-05Remove generics_def_id_map from the resolver.Camille GILLOT-58/+39
2022-09-05suggest introducing an explicit lifetime if it does not existTakayuki Maeda-9/+19
2022-09-05Rollup merge of #101429 - compiler-errors:issue-101119, r=lcnrDylan DPC-1/+2
2022-09-05Rollup merge of #101420 - kraktus:doc_hir_local, r=cjgillotDylan DPC-1/+1
2022-09-05Rollup merge of #101409 - WaffleLapkin:rust_2021_compatibility_no_warn_in_202...Dylan DPC-2/+6
2022-09-05Rollup merge of #101391 - matthiaskrgr:perf0309, r=oli-obkDylan DPC-15/+7
2022-09-05Rollup merge of #101367 - compiler-errors:suggest-copied-or-cloned, r=lcnrDylan DPC-0/+65
2022-09-05Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwcoDylan DPC-107/+283
2022-09-05UPDATE - into_diagnostic to take a Handler instead of a ParseSessJhonny Bill Mena-46/+74
2022-09-05Don't suggest reborrow if usage is inside a closureMichael Goulet-1/+2
2022-09-05Address review comments.Nicholas Nethercote-10/+9
2022-09-05Make `hir::PathSegment::hir_id` non-optional.Nicholas Nethercote-79/+87
2022-09-05Make `hir::PathSegment::res` non-optional.Nicholas Nethercote-72/+62
2022-09-05Remove dead code from `print_generic_args`.Nicholas Nethercote-27/+7
2022-09-05Add some blank lines to the definition of `Res`.Nicholas Nethercote-1/+5