about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-15rustdoc: remove `std::` from primitive intra-doc link tooltipsMichael Howell-0/+8
2023-03-15Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J...bors-48/+358
2023-03-15Auto merge of #109089 - compiler-errors:opt_rpitit_info-follow-up, r=spastorinobors-8/+16
2023-03-15Split the mem-replace codegen testScott McMurray-22/+36
2023-03-14Improved implementation and comments after code review feedbackScott McMurray-77/+124
2023-03-15Auto merge of #107376 - aliemjay:remove-givens, r=lcnrbors-152/+87
2023-03-14Encode opt_rpitit_info for associated typesMichael Goulet-8/+16
2023-03-14Auto merge of #109130 - matthiaskrgr:rollup-dm3jza6, r=matthiaskrgrbors-106/+612
2023-03-14Rollup merge of #109116 - MaciejWas:add-modifies-receiver-diagn-when-method-n...Matthias Krüger-31/+102
2023-03-14Rollup merge of #109110 - compiler-errors:impossible-impl-mono, r=jackh726Matthias Krüger-0/+28
2023-03-14Rollup merge of #109105 - compiler-errors:late-ct-in-anon-ct, r=oli-obkMatthias Krüger-7/+37
2023-03-14Rollup merge of #109101 - compiler-errors:layout-err, r=michaelwoeristerMatthias Krüger-2/+32
2023-03-14Rollup merge of #108923 - spastorino:new-rpitit-9, r=compiler-errorsMatthias Krüger-3/+16
2023-03-14Rollup merge of #108915 - spastorino:new-rpitit-8, r=compiler-errorsMatthias Krüger-2/+6
2023-03-14Rollup merge of #108909 - spastorino:new-rpitit-7, r=compiler-errorsMatthias Krüger-15/+134
2023-03-14Rollup merge of #108880 - spastorino:new-rpitit-6, r=compiler-errorsMatthias Krüger-46/+236
2023-03-14Rollup merge of #108722 - petrhosek:fuchsia-riscv, r=petrochenkovMatthias Krüger-0/+21
2023-03-14Don't codegen impossible to satisfy implsMichael Goulet-0/+28
2023-03-14Emit "modifies receiver" diagnostic when no method is foundMaciej Wasilewski-31/+102
2023-03-14Remove some direct calls to local_def_id_to_hir_id on diagnosticsSantiago Pastorino-2/+6
2023-03-14Auto merge of #106505 - Nilstrieb:format-args-string-literal-episode-2, r=pet...bors-63/+233
2023-03-14Improve heuristics for format_args literal being suggestableNilstrieb-1/+35
2023-03-14Make fns from other crates with RPITIT workSantiago Pastorino-1/+13
2023-03-14Properly allow macro expanded `format_args` invocations to uses capturesNilstrieb-62/+198
2023-03-14Get impl defaultness using querySantiago Pastorino-2/+3
2023-03-14Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errorsbors-357/+145
2023-03-14Auto merge of #109057 - compiler-errors:rpitit-info-again, r=spastorinobors-23/+31
2023-03-14Auto merge of #108992 - petrochenkov:qcstore2, r=cjgillotbors-250/+169
2023-03-14Auto merge of #109097 - matthiaskrgr:rollup-6ydc4ri, r=matthiaskrgrbors-141/+451
2023-03-13Don't ICE for late-bound consts across AnonConstBoundaryMichael Goulet-7/+37
2023-03-13Layout of `&dyn Trait<[type error]>` is still wideMichael Goulet-2/+32
2023-03-13Rollup merge of #109088 - Nilstrieb:target-feature-on-statics-when, r=compile...Matthias Krüger-36/+139
2023-03-13Rollup merge of #109083 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2023-03-13Rollup merge of #109081 - krasimirgg:llvm-17-simd-wide-sum, r=nikicMatthias Krüger-1/+1
2023-03-13Rollup merge of #109058 - tmiasko:is-checkable, r=jackh726Matthias Krüger-0/+3
2023-03-13Rollup merge of #109055 - ozkanonur:detect_src_and_out, r=albertlarsan68Matthias Krüger-2/+33
2023-03-13Rollup merge of #108830 - compiler-errors:new-solver-fast-reject-faster, r=lcnrMatthias Krüger-83/+250
2023-03-13Rollup merge of #108607 - psumbera:solaris-no-flock-bootstrap, r=albertlarsan68Matthias Krüger-8/+15
2023-03-13Rollup merge of #108507 - hermitcore:new, r=m-ou-seMatthias Krüger-4/+3
2023-03-13Rollup merge of #108419 - tgross35:atomic-as-ptr, r=m-ou-seMatthias Krüger-7/+7
2023-03-13Auto merge of #109094 - Nilstrieb:no-thin-lto-on-windows, r=jyn514bors-2/+1
2023-03-13Revert "enable ThinLTO for rustc on x86_64-pc-windows-msvc dist builds"Nilstrieb-2/+1
2023-03-13Gracefully handle `#[target_feature]` on staticsNilstrieb-36/+139
2023-03-13Don't opt_rpitit_info as a separate queryMichael Goulet-23/+31
2023-03-13Update booksrustbot-0/+0
2023-03-13Auto merge of #109069 - lnicola:rust-analyzer-2023-03-13, r=lnicolabors-3055/+12635
2023-03-13Don't use fd-lock on Solaris in bootstrapPetr Sumbera-8/+15
2023-03-13Better names?Michael Goulet-49/+55
2023-03-13Add a test that used to take forever to compileMichael Goulet-0/+43
2023-03-13Treat projections with infer as placeholder during fast reject in new solverMichael Goulet-68/+186