about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src
AgeCommit message (Expand)AuthorLines
2024-02-27Remove an unnecessary `span_delayed_bug` call.Nicholas Nethercote-7/+4
2024-02-26always emit `AliasRelate` goals when relating aliaseslcnr-1/+6
2024-02-24Implement asm goto in MIR and MIR loweringGary Guo-2/+4
2024-02-24Change InlineAsm to allow multiple targets insteadGary Guo-4/+4
2024-02-23compiler: clippy::complexity fixesMatthias Krüger-5/+4
2024-02-23Rollup merge of #121479 - lcnr:fix-generalize, r=compiler-errorsMatthias Krüger-5/+9
2024-02-22woops, soundly generalizing is hardlcnr-5/+9
2024-02-22Rollup merge of #121386 - oli-obk:no_higher_ranked_opaques, r=lcnrMatthias Krüger-6/+8
2024-02-22`report_mismatch` did not actually report anymoreOli Scherer-1/+1
2024-02-22Auto merge of #121225 - RalfJung:simd-extract-insert-const-idx, r=oli-obk,Ama...bors-6/+21
2024-02-22Avoid emitting type mismatches against `{type error}`Oli Scherer-6/+8
2024-02-21Inline NllTypeRelating into its only usage siteMichael Goulet-23/+446
2024-02-21Make TypeRelating more NLL-specificMichael Goulet-4/+4
2024-02-21Yeet QueryTypeRelatingDelegateMichael Goulet-4/+0
2024-02-21Convert `bug`s back to `delayed_bug`s.Nicholas Nethercote-3/+7
2024-02-21Convert `delayed_bug`s to `bug`s.Nicholas Nethercote-12/+8
2024-02-20Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav...bors-51/+85
2024-02-20require simd_insert, simd_extract indices to be constantsRalf Jung-6/+21
2024-02-20Rollup merge of #121307 - estebank:drive-by, r=compiler-errorsNilstrieb-12/+16
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-0/+17
2024-02-19Auto merge of #121211 - lcnr:nll-relate-handle-infer, r=BoxyUwUbors-16/+0
2024-02-19Drive-by `DUMMY_SP` -> `Span` and fmt changesEsteban Küber-12/+16
2024-02-19Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.Nicholas Nethercote-51/+68
2024-02-17Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercoteMatthias Krüger-143/+207
2024-02-17Rollup merge of #121059 - compiler-errors:extension, r=davidtwco,NilstriebGuillaume Boisseau-53/+12
2024-02-17use `instantiate_ty_var` in nlllcnr-16/+0
2024-02-16Rollup merge of #121020 - oli-obk:diagnostics_ice, r=davidtwcoGuillaume Gomez-1/+1
2024-02-16Move trait into attr so it's greppableMichael Goulet-8/+8
2024-02-16Use extension trait deriveMichael Goulet-52/+11
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-10/+3
2024-02-15Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoeristerbors-5/+2
2024-02-15errors: only eagerly translate subdiagnosticsDavid Wood-143/+207
2024-02-14clean up potential_query_instability with FxIndexMap and UnordMapyukang-5/+2
2024-02-14Auto merge of #120454 - clubby789:cargo-update, r=Nilstriebbors-2/+4
2024-02-13Bump `indexmap`clubby789-2/+4
2024-02-13Check normalized call signature for WF in mir typeckMichael Goulet-4/+20
2024-02-13Avoid an ICE in diagnosticsOli Scherer-1/+1
2024-02-12Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obkMatthias Krüger-13/+13
2024-02-12Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obkMatthias Krüger-9/+8
2024-02-12Rollup merge of #120917 - chenyukang:yukang-dead-parameters, r=compiler-errorsMatthias Krüger-8/+4
2024-02-12Make `is_intrinsic` query return the intrinsic nameOli Scherer-10/+3
2024-02-12Dejargnonize substShoyu Vanilla-13/+13
2024-02-12remove a bunch of dead parameters in fnyukang-8/+4
2024-02-11is_closure_likeMichael Goulet-9/+8
2024-02-10hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`Vadim Petrochenkov-8/+9
2024-02-09Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgrbors-86/+57
2024-02-09Rollup merge of #120704 - amandasystems:silly-region-name-rewrite, r=compiler...Matthias Krüger-27/+31
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-59/+26
2024-02-09Auto merge of #120594 - saethlin:delayed-debug-asserts, r=oli-obkbors-0/+1
2024-02-08Rollup merge of #120590 - compiler-errors:dead, r=NilstriebMatthias Krüger-41/+3