about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-16Rollup merge of #109192 - lukas-code:uefi-relnotes, r=joshtriplettMatthias Krüger-1/+2
2023-03-16Rollup merge of #109185 - notriddle:notriddle/primitive-tooltip, r=jshaMatthias Krüger-0/+8
2023-03-16Rollup merge of #109180 - gimbles:master, r=compiler-errorsMatthias Krüger-21/+21
2023-03-16Rollup merge of #109171 - oli-obk:normalization_cleanup, r=compiler-errorsMatthias Krüger-77/+48
2023-03-16Rollup merge of #109166 - lcnr:define_opaque_types-explicit, r=oli-obkMatthias Krüger-224/+307
2023-03-16Rollup merge of #109158 - Ezrashaw:expand-sugg-for-unused-lint, r=NilstriebMatthias Krüger-31/+138
2023-03-16Rollup merge of #109151 - compiler-errors:debug-assert-alias, r=WaffleLapkinMatthias Krüger-20/+16
2023-03-16Rollup merge of #109139 - GuillaumeGomez:rustdoc-windows-wait-for-write, r=no...Matthias Krüger-11/+32
2023-03-16Rollup merge of #108971 - Ezrashaw:E0532-better-binding-names, r=WaffleLapkinMatthias Krüger-17/+169
2023-03-16Rollup merge of #108875 - notriddle:notriddle/return-trait, r=GuillaumeGomezMatthias Krüger-9/+50
2023-03-16Auto merge of #109183 - lqd:revert-107376, r=compiler-errorsbors-87/+152
2023-03-15Mention UEFI target promotion in release notes for 1.67.0Lukas Markeffsky-1/+2
2023-03-15Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiaskobors-111/+109
2023-03-15rustdoc: remove `std::` from primitive intra-doc link tooltipsMichael Howell-0/+8
2023-03-15Auto merge of #109169 - bjorn3:sync_cg_clif-2023-03-15, r=bjorn3bors-792/+873
2023-03-15unequal → not equalgimbles-21/+21
2023-03-15Update docsfs module documentationGuillaume Gomez-1/+0
2023-03-15Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr"Rémy Rakic-87/+152
2023-03-15Auto merge of #109164 - Dylan-DPC:rollup-0bwxwos, r=Dylan-DPCbors-296/+294
2023-03-15Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202...bjorn3-792/+873
2023-03-15Rustup to rustc 1.70.0-nightly (171693274 2023-03-14)bjorn3-1/+1
2023-03-15Sync from rust 1716932743a7b3705cbf0c34db0c4e070ed1930dbjorn3-6/+6
2023-03-15Introduce Box::new in mini_corebjorn3-0/+11
2023-03-15Use patched git-subtree from bjorn3/git@tqc-subtree-portablebjorn3-3/+22
2023-03-15always make `define_opaque_types` explicitlcnr-224/+307
2023-03-15Rollup merge of #109157 - michaelwoerister:tb, r=Mark-SimulacrumDylan DPC-1/+0
2023-03-15Rollup merge of #109154 - chenyukang:yukang/fix-109152, r=compiler-errorsDylan DPC-2/+39
2023-03-15Rollup merge of #109150 - weihanglo:update-cargo, r=weihangloDylan DPC-2/+2
2023-03-15Rollup merge of #109136 - compiler-errors:simplify-proc-macro-checking, r=oli...Dylan DPC-275/+212
2023-03-15Rollup merge of #109111 - MU001999:master, r=jyn514Dylan DPC-0/+1
2023-03-15Rollup merge of #109109 - compiler-errors:polymorphize-foreign, r=NilstriebDylan DPC-10/+28
2023-03-15Rollup merge of #108991 - ozkanonur:new-llvm-flag, r=albertlarsan68Dylan DPC-6/+12
2023-03-15Deduplicate logic between projection normalization with and without escaping ...Oli Scherer-59/+21
2023-03-15Exhaustively match over all alias kindsOli Scherer-20/+29
2023-03-15Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J...bors-48/+358
2023-03-15error-msg: expand suggestion for unused lintEzra Shaw-31/+138
2023-03-15add `enable-warnings` flag for llvmozkanonur-6/+12
2023-03-15error-msg: impl better suggestion for `E0532`Ezra Shaw-17/+169
2023-03-15Remove mw from review rotation.Michael Woerister-1/+0
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-15Fix #109152, fix the scenario that we may can not get span of funcyukang-2/+39
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-14Don't make projection tys out of anon constsMichael Goulet-21/+10
2023-03-14Assert def-kind is correct for alias typesMichael Goulet-0/+7
2023-03-14Update cargoWeihang Lo-2/+2
2023-03-14Encode opt_rpitit_info for associated typesMichael Goulet-8/+16
2023-03-14rustdoc: DocFS: Replace rayon with threadpool and enable it for all targetsGuillaume Gomez-10/+32
2023-03-14Tighter spansMichael Goulet-20/+53