about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-09-02Rollup merge of #129877 - Sajjon:sajjon_fix_typos_batch_2, r=fee1-deadMatthias Krüger-54/+54
2024-09-02Rollup merge of #129875 - Sajjon:sajjon_fix_typos_batch_1, r=compiler-errors,...Matthias Krüger-44/+44
2024-09-02Rollup merge of #129868 - Kobzol:kobzol-vacation-remove, r=lqdMatthias Krüger-1/+0
2024-09-02Rollup merge of #129856 - RalfJung:compiler_fence, r=thomccMatthias Krüger-29/+29
2024-09-02Rollup merge of #129829 - compiler-errors:decode-non-optional, r=lcnrMatthias Krüger-5/+18
2024-09-02Rollup merge of #129748 - RalfJung:box-validity, r=workingjubileeMatthias Krüger-15/+13
2024-09-02Remove kobzol vacation statusJakub Beránek-1/+0
2024-09-02Auto merge of #129317 - compiler-errors:expectation-subtyping, r=lcnrbors-82/+94
2024-09-02Auto merge of #129873 - matthiaskrgr:rollup-bv849ud, r=matthiaskrgrbors-232/+305
2024-09-02chore: Fix typos in 'compiler' (batch 2)Alexander Cyon-54/+54
2024-09-02chore: Fix typos in 'compiler' (batch 1)Alexander Cyon-44/+44
2024-09-02Auto merge of #129798 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-09-02Rollup merge of #129858 - compiler-errors:async-def, r=cjgillotMatthias Krüger-1/+13
2024-09-02Rollup merge of #129843 - tgross35:triagebot-vacation, r=tgross35Matthias Krüger-1/+8
2024-09-02Rollup merge of #129842 - no1wudi:master, r=saethlinMatthias Krüger-1/+0
2024-09-02Rollup merge of #129837 - aDotInTheVoid:test-better-json, r=jieyouxuMatthias Krüger-4/+15
2024-09-02Rollup merge of #129804 - ranger-ross:fixed-documentation-typos, r=NoratriebMatthias Krüger-15/+15
2024-09-02Rollup merge of #129793 - lolbinarycat:doc-missing-newlines, r=workingjubileeMatthias Krüger-2/+4
2024-09-02Rollup merge of #129738 - nnethercote:rustc_mir_transform-cleanups, r=cjgillotMatthias Krüger-202/+100
2024-09-02Rollup merge of #129678 - compiler-errors:type-ir-inherent, r=fmeaseMatthias Krüger-2/+87
2024-09-02Rollup merge of #127474 - tesuji:foldable-inline-derefs, r=t-rustdocMatthias Krüger-4/+63
2024-09-02Auto merge of #129063 - the8472:cold-opt-size, r=Amanieubors-9/+26
2024-09-01add extra linebreaks so rustdoc can identify the first sentencebinarycat-2/+4
2024-09-01Auto merge of #129854 - Kobzol:revert-127537, r=lqdbors-511/+27
2024-09-01Deny imports of rustc_type_ir::inherent outside of type ir + new trait solverMichael Goulet-2/+87
2024-09-01Auto merge of #127313 - cjgillot:single-expect, r=jieyouxubors-382/+171
2024-09-01Replace walk with visit so we dont skip outermost expr kind in def collectorMichael Goulet-1/+13
2024-09-01compiler_fence documentation: emphasize synchronization, not reorderingRalf Jung-29/+29
2024-09-01Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"Jakub Beránek-511/+27
2024-09-01tweak wording regarding Box validityRalf Jung-2/+3
2024-09-01Auto merge of #127897 - nyurik:add-qnx-70-target, r=saethlinbors-40/+84
2024-09-01Auto merge of #129841 - matthiaskrgr:rollup-pkavdtl, r=matthiaskrgrbors-234/+876
2024-08-31Mark myself as on vacation for triagebotTrevor Gross-1/+8
2024-09-01Fix LLVM ABI NAME for riscv64imac-unknown-nuttx-elfHuang Qi-1/+0
2024-09-01Rollup merge of #129832 - eduardosm:stray-dot, r=jhprattMatthias Krüger-1/+1
2024-09-01Rollup merge of #129780 - cyrgani:master, r=compiler-errorsMatthias Krüger-0/+77
2024-09-01Rollup merge of #129672 - saethlin:enum-debuginfo-tests, r=Mark-SimulacrumMatthias Krüger-25/+14
2024-09-01Rollup merge of #129619 - sunshowers:update-stacker, r=Mark-SimulacrumMatthias Krüger-4/+4
2024-09-01Rollup merge of #129493 - cjgillot:early-opaque-def, r=petrochenkovMatthias Krüger-97/+91
2024-09-01Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillotMatthias Krüger-61/+628
2024-09-01Rollup merge of #128641 - Konippi:standardize-duplicate-processes-in-parser, ...Matthias Krüger-32/+24
2024-09-01Rollup merge of #128495 - joboet:more_memcmp, r=scottmcmMatthias Krüger-14/+37
2024-09-01Auto merge of #129790 - BoxyUwU:bump-version, r=BoxyUwUbors-1/+1
2024-08-31Actually parse stdout json, instead of using hacky contains logic.Alona Enraght-Moony-4/+15
2024-08-31Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgrbors-101/+559
2024-08-31Create opaque definitions in resolver.Camille GILLOT-97/+91
2024-08-31Inline expected_inputs_for_expected_output into check_argument_types/check_ex...Michael Goulet-77/+71
2024-08-31Use equality when relating formal and expected type in arg checkingMichael Goulet-5/+23
2024-08-31Remove stray dot in `std::char::from_u32_unchecked` documentationEduardo Sánchez Muñoz-1/+1
2024-08-31Rollup merge of #129826 - Alcaro:patch-1, r=workingjubileeMatthias Krüger-1/+1