about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-02-20basic dyn* support for MiriRalf Jung-84/+325
2023-02-19Auto merge of #108237 - GuillaumeGomez:rollup-olxq5dt, r=GuillaumeGomezbors-91/+294
2023-02-19Rollup merge of #108212 - KittyBorgX:master, r=jyn514Guillaume Gomez-9/+0
2023-02-19Rollup merge of #108203 - compiler-errors:rpitit-fix-defaults-2, r=jackh726Guillaume Gomez-37/+161
2023-02-19Rollup merge of #108188 - jyn514:ra-sysroot, r=albertlarsan68Guillaume Gomez-2/+3
2023-02-19Rollup merge of #108129 - GuillaumeGomez:correctly-handle-links-starting-with...Guillaume Gomez-2/+32
2023-02-19Rollup merge of #107766 - GuillaumeGomez:fix-json-reexports-of-different-item...Guillaume Gomez-41/+98
2023-02-19Auto merge of #108228 - Dylan-DPC:rollup-i9t13qu, r=Dylan-DPCbors-161/+275
2023-02-19Rollup merge of #108189 - compiler-errors:non_lifetime_binders-bound-stuff, r...Dylan DPC-9/+103
2023-02-19Rollup merge of #108146 - notriddle:notriddle/rustdoc-search-reference, r=Gui...Dylan DPC-0/+18
2023-02-19Rollup merge of #108130 - tshepang:just-one-example, r=workingjubileeDylan DPC-42/+0
2023-02-19Rollup merge of #107951 - petrochenkov:procmacdoc, r=jackh726Dylan DPC-1/+33
2023-02-19Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomezDylan DPC-101/+103
2023-02-19Rollup merge of #106933 - schuelermine:fix/doc/102451, r=AmanieuDylan DPC-6/+14
2023-02-19Rollup merge of #104659 - tshepang:reflow, r=workingjubileeDylan DPC-2/+4
2023-02-19Download rustfmt regardless of rustc being set in config.tomlKittyBorgX-9/+0
2023-02-19Auto merge of #107772 - compiler-errors:dyn-star-backend-is-ptr, r=eholkbors-95/+129
2023-02-19Auto merge of #107867 - compiler-errors:new-solver-fn-trait-safety, r=lcnrbors-74/+135
2023-02-18Auto merge of #107542 - compiler-errors:param-envs-with-inference-vars-are-cu...bors-7/+23
2023-02-18Add regression test for #107995Guillaume Gomez-0/+28
2023-02-18Correctly handle if a link starts with a whitespaceGuillaume Gomez-2/+4
2023-02-18Add testMichael Goulet-0/+77
2023-02-18Assume we can normalize trait default method RPITITs in param-env insteadMichael Goulet-4/+81
2023-02-18Auto merge of #106241 - Sp00ph:vec_deque_iter_methods, r=the8472bors-2/+329
2023-02-18Pretty placeholders using their namesMichael Goulet-6/+11
2023-02-18Collapse placeholders to root universe in canonicalizer if not preserving uni...Michael Goulet-6/+53
2023-02-18Don't ICE on bound types in sized conditionsMichael Goulet-4/+46
2023-02-18Emit the right types for vtable pointers when dropping dyn*Michael Goulet-80/+78
2023-02-18Make dyn* have the same scalar pair ABI as corresponding fat pointerMichael Goulet-2/+9
2023-02-18Add codegen testMichael Goulet-0/+7
2023-02-18Use inttoptr to support usize as dyn* value, use pointercast to make sure poi...Michael Goulet-0/+31
2023-02-18Add consider_implied_clauseMichael Goulet-102/+97
2023-02-18Check that built-in callable types validate their output type is `Sized` (in ...Michael Goulet-14/+80
2023-02-18Remove default trait RPITIT candidatesMichael Goulet-33/+3
2023-02-18make first component of dyn* use pointer layout+type, and adjust DynStar commentRalf Jung-15/+6
2023-02-18Improve code readabilityGuillaume Gomez-10/+21
2023-02-18Fix bad handling of primitive typesGuillaume Gomez-30/+48
2023-02-18Add regression test for #107677Guillaume Gomez-0/+25
2023-02-18Allow reexports of items with same name but different types to both appearGuillaume Gomez-57/+60
2023-02-18Auto merge of #108209 - petrochenkov:doclean, r=notriddlebors-72/+61
2023-02-18Update documentation of select_nth_unstable and select_nth_unstable_by and se...Anselm Schüler-6/+14
2023-02-18Auto merge of #108211 - matthiaskrgr:rollup-e59onmm, r=matthiaskrgrbors-157/+427
2023-02-18Rollup merge of #108205 - tshepang:why-special-case, r=cjgillotMatthias Krüger-0/+5
2023-02-18Rollup merge of #108197 - weihanglo:update-cargo, r=weihangloMatthias Krüger-15/+4
2023-02-18Rollup merge of #108186 - compiler-errors:closures-with-late-bound-types-r-ba...Matthias Krüger-102/+210
2023-02-18Rollup merge of #108162 - clubby789:issue-108155, r=NilstriebMatthias Krüger-4/+24
2023-02-18Rollup merge of #108046 - oli-obk:no_evaluating_fed_queries, r=cjgillotMatthias Krüger-19/+6
2023-02-18Rollup merge of #108031 - jieyouxu:issue-108019, r=estebankMatthias Krüger-17/+178
2023-02-18doc links: Filter away autolinks in both rustc and rustdocVadim Petrochenkov-18/+27
2023-02-18rustdoc: Cleanup broken link callbacksVadim Petrochenkov-58/+43