about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-14Fix testsLukas Wirth-10/+11
2023-03-14Test using pattern established in run-make/wasm-stringify-ints-small.Felix S. Klock II-0/+12
2023-03-14lint incoherent inherent implsLukas Wirth-51/+284
2023-03-14Auto merge of #14307 - davidbarsky:davidbarsky/add-cargo-style-project-discov...bors-12/+257
2023-03-14Auto merge of #109130 - matthiaskrgr:rollup-dm3jza6, r=matthiaskrgrbors-106/+612
2023-03-14fix: don't override `linkedProjects` if no workspace was discovered.David Barsky-2/+9
2023-03-14Remove box expressions from HIRclubby789-27/+7
2023-03-14Remove box expressions from HIRclubby789-73/+12
2023-03-14Address review commentsDavid Barsky-1/+11
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-14Use `unused_generic_params` from crate metadataMichael Goulet-10/+28
2023-03-14Don't codegen impossible to satisfy implsMichael Goulet-0/+28
2023-03-14the fixFelix S. Klock II-0/+8
2023-03-14std: leak remaining messages in bounded channel if message destructor panicsjoboet-66/+42
2023-03-14use the best compression profile in CIPietro Albini-0/+1
2023-03-14Emit "modifies receiver" diagnostic when no method is foundMaciej Wasilewski-31/+102
2023-03-14add dist.compression-profile option to control compression speedPietro Albini-47/+122
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-14Auto merge of #14338 - Veykril:inlay-adjust, r=Veykrilbors-11/+45
2023-03-14Auto merge of #10499 - blyxyas:fix-almost_swapped, r=giraffatebors-0/+17
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 #14349 - Veykril:vis-res, r=Veykrilbors-15/+37
2023-03-14fix: Fix visibility resolution not respecting parent blocksLukas Wirth-15/+37
2023-03-14Update libc dependency of std to 0.2.140Kleis Auke Wolthuizen-3/+3
2023-03-14Use getentropy() instead of /dev/urandom on EmscriptenKleis Auke Wolthuizen-2/+3
2023-03-14Auto merge of #10500 - nagisa:docs-fix, r=Alexendoobors-4/+4
2023-03-14Fix documentation for `derived_hash_with_manual_eq`Simonas Kazlauskas-4/+4
2023-03-14Auto merge of #14348 - Veykril:rustc-proc, r=Veykrilbors-4/+11
2023-03-14fix: Fix rustc proc-macro handling being broken on the rustc workspace itselfLukas Wirth-4/+11
2023-03-14Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errorsbors-23/+3
2023-03-14Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errorsbors-357/+145
2023-03-14Auto merge of #14340 - Veykril:expand, r=lnicolabors-168/+177
2023-03-14Auto merge of #14336 - swarnimarun:remove-slice, r=lnicolabors-0/+7
2023-03-14Auto merge of #14347 - HKalbasi:dev, r=lnicolabors-44/+79
2023-03-14Add storage dead for let bindings without initializerhkalbasi-44/+79
2023-03-14Auto merge of #10350 - J-ZhengLi:issue_10272, r=xFrednetbors-58/+196
2023-03-14Further codegen_attrs cleanupsNilstrieb-63/+62
2023-03-14Use match instead of if in codegen_attrsNilstrieb-275/+309