about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-06-07Auto merge of #111047 - compiler-errors:rtn-no-ty-ct-params, r=spastorinobors-44/+51
2023-06-07Auto merge of #111819 - nikarh:vita-improved, r=Amanieubors-7/+8
2023-06-06Auto merge of #112361 - matthiaskrgr:rollup-39zxrw1, r=matthiaskrgrbors-35/+70
2023-06-06Rollup merge of #112358 - Nilstrieb:fancy-more-borrowck-cleanups, r=compiler-...Matthias Krüger-6/+2
2023-06-06Rollup merge of #112356 - Nilstrieb:get-region-var-origins, r=compiler-errorsMatthias Krüger-5/+5
2023-06-06Rollup merge of #112350 - Nilstrieb:borrow-me-some-cleanups, r=compiler-errorsMatthias Krüger-3/+1
2023-06-06Rollup merge of #112343 - GuillaumeGomez:extern-crate-missing-docs, r=notriddleMatthias Krüger-2/+6
2023-06-06Rollup merge of #112340 - lcnr:tyctxt-cleanup, r=compiler-errorsMatthias Krüger-15/+5
2023-06-06Rollup merge of #112310 - loongarch-rs:bare-metal, r=WaffleLapkinMatthias Krüger-0/+50
2023-06-06Rollup merge of #111250 - spastorino:smir-terminator-2, r=oli-obkMatthias Krüger-4/+1
2023-06-06Remove default visitor impl in region constraint generationNilstrieb-6/+2
2023-06-06Avoid duplicate type sanitization of local declsNilstrieb-3/+1
2023-06-06Fix comment for `get_region_var_origins`Nilstrieb-5/+5
2023-06-06Rollup merge of #112325 - notriddle:notriddle/issue-111932, r=compiler-errorsMatthias Krüger-4/+26
2023-06-06Rollup merge of #112220 - kylematsuda:earlybinder-fix, r=compiler-errorsMatthias Krüger-2/+2
2023-06-06Rollup merge of #112199 - jieyouxu:issue-112188, r=compiler-errorsMatthias Krüger-12/+45
2023-06-06Rollup merge of #112019 - jieyouxu:issue-111554, r=compiler-errorsMatthias Krüger-6/+22
2023-06-06Rollup merge of #111369 - Nassiel:master, r=oli-obkMatthias Krüger-0/+32
2023-06-06Prevent emitting `missing_docs` for `pub extern crate`Guillaume Gomez-2/+6
2023-06-06remove `has_error_field` helper methodlcnr-15/+5
2023-06-06Add new Tier-3 targets: `loongarch64-unknown-none*`WANG Rui-0/+50
2023-06-05diagnostics: do not suggest type name tweaks on type-inferred closure argsMichael Howell-4/+26
2023-06-06Auto merge of #111999 - scottmcm:codegen-less-memcpy, r=compiler-errorsbors-1/+71
2023-06-05cleanup some skip_binder -> subst_identityKyle Matsuda-2/+2
2023-06-05Rollup merge of #112322 - compiler-errors:no-IMPLIED_BOUNDS_ENTAILMENT-if-err...Matthias Krüger-1/+1
2023-06-05Rollup merge of #112318 - oli-obk:assoc_ty_sized_bound_for_object_safety, r=c...Matthias Krüger-55/+51
2023-06-05Rollup merge of #112316 - clubby789:unused-parens-space, r=compiler-errorsMatthias Krüger-17/+42
2023-06-05Rollup merge of #112303 - Nilstrieb:as-deref, r=compiler-errorsMatthias Krüger-2/+3
2023-06-05Rollup merge of #112196 - compiler-errors:new-solver-resolv, r=lcnrMatthias Krüger-3/+12
2023-06-05Rollup merge of #112081 - obeis:doc-test-literal, r=compiler-errorsMatthias Krüger-6/+19
2023-06-05Don't mention IMPLIED_BOUNDS_ENTAILMENT if signatures reference errorMichael Goulet-1/+1
2023-06-05Remove redundant InferCtxtExt::fresh_item_substsMichael Goulet-41/+3
2023-06-05Emit an error when RTN is used with ty/ct paramsMichael Goulet-3/+48
2023-06-05Resolve vars in result from scrape_region_constraintsMichael Goulet-3/+12
2023-06-05Merge method, type and const object safety checksOli Scherer-51/+47
2023-06-05Std support improvement for ps vita targetNikolay Arhipov-7/+8
2023-06-05Ensure space is inserted after keyword in `unused_delims`clubby789-17/+42
2023-06-05Avoid going through queries if a value of type `AssocItem` is already availableOli Scherer-5/+5
2023-06-05fix spelling errorLuca Scherzer-1/+1
2023-06-05Auto merge of #107583 - EsmeYi:aix_xcoff_metadata, r=bjorn3bors-12/+141
2023-06-05Normalize in infcx instead of globally for `Option::as_deref` suggestionNilstrieb-1/+2
2023-06-05Properly compare types for `Option::as_deref` suggestionNilstrieb-1/+1
2023-06-05Address @bjorn3's comments.Esme Yi-1/+3
2023-06-05Auto merge of #112272 - jieyouxu:issue-112269, r=compiler-errorsbors-1/+6
2023-06-04Added custom risc32-imac for esp-espidf targetVictor Gil-0/+32
2023-06-04Show note for type ascription interpreted as a constant pattern, not a new va...许杰友 Jieyou Xu (Joe)-1/+6
2023-06-04Fix type-inference regression in #112225Arpad Borsos-1/+10
2023-06-04Use `load`-`store` instead of `memcpy` for short integer arraysScott McMurray-1/+71
2023-06-04Auto merge of #112240 - cjgillot:recurse-inline, r=scottmcmbors-3/+6
2023-06-03Rollup merge of #112215 - compiler-errors:check-sized-better, r=cjgillotMatthias Krüger-11/+19