about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-06-29Auto merge of #113059 - Kobzol:ci-concurrency-fix, r=pietroalbinibors-4/+5
2023-06-29Do not generate lifetime_mapping for RPIT no in_traitSantiago Pastorino-12/+32
2023-06-29Add bidirectional where clauses on RPITIT synthesized GATsSantiago Pastorino-36/+92
2023-06-29add `slice::swap` suggestiony21-3/+5
2023-06-29Intern OpaqueTy on ItemKind::OpaqueTySantiago Pastorino-9/+9
2023-06-29Reorganize opaque lowering codeSantiago Pastorino-43/+50
2023-06-29Do not remove previously added predicates in param_env, extend them insteadSantiago Pastorino-1/+3
2023-06-29Extract compute_bidirectional_outlives_predicates fnSantiago Pastorino-33/+51
2023-06-29Encode item bounds for DefKind::ImplTraitPlaceholderMichael Goulet-0/+7
2023-06-29Auto merge of #113108 - compiler-errors:normalize-opaques-with-late-bound-var...bors-24/+95
2023-06-29Update UI tests which relied on old behavior of constructing a default error ...许杰友 Jieyou Xu (Joe)-7/+8
2023-06-29Set error handler output format as soon as possible许杰友 Jieyou Xu (Joe)-0/+7
2023-06-29Rollup merge of #113161 - Bryanskiy:err_msg, r=petrochenkovMatthias Krüger-109/+120
2023-06-29Rollup merge of #113144 - compiler-errors:elaborate-clauses, r=oli-obkMatthias Krüger-40/+42
2023-06-29Rollup merge of #112795 - He1pa:translation_builtin_macros, r=davidtwcoMatthias Krüger-32/+134
2023-06-29Rollup merge of #112300 - Zalathar:run-coverage, r=wesleywiserMatthias Krüger-356/+523
2023-06-29Rollup merge of #112234 - ozkanonur:hotfix, r=jyn514Matthias Krüger-9/+41
2023-06-29Rollup merge of #112086 - petrochenkov:impambig, r=oli-obkMatthias Krüger-230/+53
2023-06-29Rollup merge of #111322 - mirkootter:master, r=davidtwcoMatthias Krüger-14/+140
2023-06-29Fix type privacy lints error messageBryanskiy-109/+120
2023-06-29CI: do not cancel concurrent builds on the same branchJakub Beránek-4/+5
2023-06-29DogfoodCaio-23/+21
2023-06-29Fix #10413Caio-281/+336
2023-06-29heavily refactorCatherine-98/+89
2023-06-29Fix FPCatherine-23/+12
2023-06-29Add msrv check and make test passCatherine-64/+188
2023-06-29New lint `tuple_array_conversions`Catherine-0/+293
2023-06-29Auto merge of #113151 - RalfJung:miri, r=RalfJung,oli-obkbors-474/+3206
2023-06-29Use a valid `target` directory in miri ui testsOli Scherer-0/+1
2023-06-29resolve: Remove artificial import ambiguity errorsVadim Petrochenkov-230/+53
2023-06-29tests: unset `RUSTC_LOG_COLOR`David Wood-0/+1
2023-06-29Auto merge of #2947 - oli-obk:gha_mk_pr, r=RalfJungbors-0/+3
2023-06-29Auto merge of #11030 - darklyspaced:master, r=Centri3,xFrednetbors-9/+89
2023-06-29refactor `tool_doc!` so that it can accept additional arguments.ozkanonur-9/+41
2023-06-29ran `cargo collect-metadata`darklyspaced-0/+1
2023-06-29Checking for a cached value without having a cache is uselessOli Scherer-4/+1
2023-06-29change snapshot tracking in fulfillment contextslcnr-122/+80
2023-06-29make HashMap::or_insert_with example more simpleTshepang Mbambo-4/+4
2023-06-29update lockfileRalf Jung-10/+2
2023-06-29Bashy Mc BashfaceOli Scherer-0/+6
2023-06-29Auto merge of #113134 - TaKO8Ki:rollup-4hvqzf6, r=TaKO8Kibors-56/+164
2023-06-29Auto merge of #2946 - RalfJung:rustup, r=RalfJungbors-420/+434
2023-06-29Merge from rustcRalf Jung-419/+433
2023-06-29Preparing for merge from rustcRalf Jung-1/+1
2023-06-29Auto merge of #113146 - matthiaskrgr:rollup-bxtr51e, r=matthiaskrgrbors-204/+569
2023-06-29Fix document examples of Vec::from_raw_parts and Vec::from_raw_parts_inLi Zhanhui-14/+15
2023-06-29Rollup merge of #113143 - joshtriplett:style-guide-narrow-dereference-guidanc...Matthias Krüger-1/+2
2023-06-29Rollup merge of #113140 - joshtriplett:style-guide-example-multi-line-attribu...Matthias Krüger-0/+5
2023-06-29Rollup merge of #113139 - joshtriplett:style-clarify-let-else, r=calebcartwrightMatthias Krüger-2/+24
2023-06-29Rollup merge of #113137 - lukas-code:no-moving-references, r=compiler-errorsMatthias Krüger-13/+41