about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-06-29Auto merge of #113134 - TaKO8Ki:rollup-4hvqzf6, r=TaKO8Kibors-31/+79
2023-06-29Rollup merge of #113137 - lukas-code:no-moving-references, r=compiler-errorsMatthias Krüger-13/+14
2023-06-29Rollup merge of #112670 - petrochenkov:typriv, r=eholkMatthias Krüger-120/+109
2023-06-28Auto merge of #112629 - compiler-errors:atb-imply, r=jackh726bors-101/+84
2023-06-28don't suggest `move` for borrows that aren't closuresLukas Markeffsky-13/+14
2023-06-29Rollup merge of #113107 - mj10021:issue-113012-fix, r=oli-obkTakayuki Maeda-4/+7
2023-06-29Rollup merge of #112946 - nnethercote:improve-cgu-naming-and-ordering, r=wesl...Takayuki Maeda-27/+72
2023-06-28Auto merge of #98867 - cjgillot:metaloop, r=oli-obkbors-284/+197
2023-06-28Rollup merge of #113019 - ericmarkmartin:warning-for-guard-non-exhaustion, r=...Dylan DPC-0/+12
2023-06-28Rollup merge of #112867 - compiler-errors:more-impl-source-nits, r=lcnrDylan DPC-106/+46
2023-06-28Rollup merge of #112236 - cjgillot:interval-kill, r=davidtwcoDylan DPC-51/+43
2023-06-28Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-seDylan DPC-12/+11
2023-06-28remove FIXME and add testJames Dietz-2/+0
2023-06-28add check for ConstKind::Value(_)James Dietz-2/+7
2023-06-28Auto merge of #112708 - flip1995:clippy-freezing-pc-with-ice, r=oli-obkbors-9/+19
2023-06-28Rustdoc nit: refer to macro from docsOli Scherer-1/+1
2023-06-28remove cruftEric Mark Martin-1/+0
2023-06-28use translatable subdiagnosticEric Mark Martin-1/+9
2023-06-28add note for non-exhaustive matches with guardsEric Mark Martin-0/+5
2023-06-28Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwcobors-16/+97
2023-06-28Auto merge of #112307 - lcnr:operand-ref, r=compiler-errorsbors-38/+150
2023-06-27Auto merge of #113105 - matthiaskrgr:rollup-rci0uym, r=matthiaskrgrbors-453/+481
2023-06-27Rollup merge of #113103 - cjgillot:normalize-inhabited, r=compiler-errorsMatthias Krüger-1/+12
2023-06-27Rollup merge of #113084 - WaffleLapkin:less_map_or, r=NilstriebMatthias Krüger-45/+35
2023-06-27Rollup merge of #112972 - nbdd0121:mir, r=davidtwcoMatthias Krüger-1/+2
2023-06-27Rollup merge of #112692 - jieyouxu:better-err-msg-for-unstable-options, r=dav...Matthias Krüger-406/+430
2023-06-27Rollup merge of #112207 - qwandor:virt_feature, r=davidtwcoMatthias Krüger-0/+2
2023-06-27pass PredicateFilter to compute_boundsMichael Goulet-72/+51
2023-06-27Make associated type bounds in supertrait position impliedMichael Goulet-50/+54
2023-06-27Auto merge of #113102 - matthiaskrgr:rollup-wpkbsw1, r=matthiaskrgrbors-40/+65
2023-06-27Normalize types when applying uninhabited predicate.Camille GILLOT-1/+12
2023-06-27Encode impls in encode_impls.Camille GILLOT-46/+31
2023-06-27Use instrument macro.Camille GILLOT-13/+10
2023-06-27Retire encode_info_for_items.Camille GILLOT-83/+33
2023-06-27Encode Impl separately.Camille GILLOT-24/+31
2023-06-27Encode Trait info in def-id loop.Camille GILLOT-10/+8
2023-06-27Merge assoc_item functions.Camille GILLOT-50/+30
2023-06-27Encode fn_sig separately.Camille GILLOT-38/+91
2023-06-27Rollup merge of #113096 - TaKO8Ki:remove-unused-struct, r=oli-obkMatthias Krüger-9/+2
2023-06-27Rollup merge of #113093 - WaffleLapkin:become_unuwuable_in_thir, r=NilstriebMatthias Krüger-9/+32
2023-06-27Rollup merge of #113089 - floriangru:mut_analyses_followup, r=oli-obkMatthias Krüger-5/+5
2023-06-27Rollup merge of #113079 - Zalathar:as-operand-id, r=oli-obkMatthias Krüger-15/+2
2023-06-27Rollup merge of #112978 - compiler-errors:bad-block-sugg, r=davidtwcoMatthias Krüger-0/+16
2023-06-27Rollup merge of #112518 - chenyukang:yukang-fix-112458, r=davidtwcoMatthias Krüger-2/+8
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-406/+430
2023-06-27Auto merge of #112516 - erikdesjardins:loop, r=davidtwcobors-15/+7
2023-06-27Avoid calling queries during query stack printingOli Scherer-8/+18
2023-06-27avoid using `format!("{}", ..)`Takayuki Maeda-2/+2
2023-06-27remove an unused struct `ForbiddenNonLifetimeParam`Takayuki Maeda-7/+0
2023-06-27Auto merge of #113078 - saethlin:mention-the-function, r=RalfJungbors-3/+3