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