about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-09-03Clarify a comment.Nicholas Nethercote-1/+2
2024-09-03Reduce visibility of `MirPass` and related things.Nicholas Nethercote-10/+10
2024-09-03Move `MirPass` to `rustc_mir_transform`.Nicholas Nethercote-162/+143
2024-09-03Adjust `SanityCheck`.Nicholas Nethercote-42/+50
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-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-01Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"Jakub Beránek-511/+27
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
2024-08-31Rollup merge of #129824 - GuillaumeGomez:code-example-buttons-mobile, r=notri...Matthias Krüger-2/+8
2024-08-31Rollup merge of #129818 - RalfJung:const-stability, r=compiler-errorsMatthias Krüger-6/+5
2024-08-31Rollup merge of #129816 - RalfJung:tidy-feature-issue-mismatch, r=compiler-er...Matthias Krüger-1/+2
2024-08-31Rollup merge of #129782 - matthiaskrgr:c, r=jieyouxuMatthias Krüger-0/+54
2024-08-31Rollup merge of #129762 - alexcrichton:update-wasm-component-ld, r=jieyouxuMatthias Krüger-25/+34
2024-08-31Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJungMatthias Krüger-17/+260
2024-08-31Rollup merge of #129651 - onur-ozkan:stage0-target-sanity-check, r=KobzolMatthias Krüger-8/+9