about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-25Auto merge of #117172 - matthiaskrgr:rollup-s56bm2f, r=matthiaskrgrbors-416/+1820
2023-10-25Refactor away the need for some `descr` methods.Oli Scherer-38/+32
2023-10-25Rename in preparation for moving the `async` printing out of `CoroutineSource`Oli Scherer-8/+8
2023-10-25Add a IsIdentity extension trait for CanonicalUserTypeMichael Goulet-7/+11
2023-10-25Uplift Canonical to rustc_type_irMichael Goulet-95/+201
2023-10-25Make `Iterator` a lang itemOli Scherer-0/+8
2023-10-25Rename `AsyncCoroutineKind` to `CoroutineSource`Oli Scherer-10/+10
2023-10-25Rename `AsyncCoroutineKind` to `CoroutineSource`Oli Scherer-59/+59
2023-10-25Remove unnecessary CVarArgs name skipping logicDaniPopes-9/+2
2023-10-25Rollup merge of #117168 - oli-obk:coroutine_cleanups, r=JohnTitorMatthias Krüger-2/+2
2023-10-25Rollup merge of #117160 - cuishuang:master, r=lqdMatthias Krüger-1/+1
2023-10-25Rollup merge of #117158 - matthewjasper:thir-unused-unsafe, r=oli-obkMatthias Krüger-395/+1683
2023-10-25Rollup merge of #117150 - weihanglo:update-cargo, r=weihangloMatthias Krüger-0/+0
2023-10-25Rollup merge of #117136 - compiler-errors:defid-list, r=oli-obkMatthias Krüger-3/+16
2023-10-25Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obkMatthias Krüger-15/+87
2023-10-25Rollup merge of #116801 - clubby789:issue-113326-test, r=compiler-errorsMatthias Krüger-0/+31
2023-10-25Print variadic argument pattern in HIR pretty printerDaniPopes-7/+40
2023-10-25Auto merge of #117165 - RalfJung:miri, r=RalfJungbors-250/+442
2023-10-25Update library/core/src/primitive_docs.rsJoshua Liebow-Feeser-0/+4
2023-10-25Add support for i586-unknown-netbsd as target.Havard Eidnes-0/+29
2023-10-25Build the sysroot and run more testsAntoni Boucher-69/+167
2023-10-25Only call `mir_const_qualif` if absolutely necessaryOli Scherer-3/+23
2023-10-25Fix some coroutine sentences that don't make sense anymore.Oli Scherer-2/+2
2023-10-25Regenerate intrinsics mappingGuillaume Gomez-0/+1455
2023-10-25Auto merge of #117113 - celinval:smir-stable-ty, r=oli-obkbors-421/+155
2023-10-25compiletest: Display compilation errors in mir-opt testsTomasz Miąsko-1/+1
2023-10-25Apply suggestionsBenoît du Garreau-19/+37
2023-10-25implement C ABI lowering for CSKYdirreke-10/+38
2023-10-25Remove `cfg_match` from the preludeCaio-89/+91
2023-10-25Remove the `internal_warn` lint categoryAlex Macleod-53/+36
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...Oli Scherer-2/+12
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...Oli Scherer-80/+661
2023-10-25Fix problematic commentcui fliter-1/+1
2023-10-25Auto merge of #117102 - devnexen:dfbsd_stack_overflow_upd, r=thomccbors-2/+12
2023-10-25Make THIR unused_unsafe lint consistent with MIRMatthew Jasper-395/+1683
2023-10-25Auto merge of #117076 - oli-obk:privacy_visitor_types, r=petrochenkovbors-81/+191
2023-10-25Auto merge of #3141 - rust-lang:rustup-2023-10-25, r=RalfJungbors-1404/+3149
2023-10-25CLOCK_UPTIME_RAW exists on all macos targets, not just the ARM onesRalf Jung-9/+5
2023-10-25Auto merge of #116236 - dtolnay:builtinmacrocomment, r=cjgillotbors-94/+112
2023-10-25Do not merge fn pointer casts.Camille GILLOT-3/+272
2023-10-25FileCheck gvn.Camille GILLOT-1699/+1526
2023-10-25Valtrees for primitive types are fine.Camille GILLOT-2/+3
2023-10-25Complete comments.Camille GILLOT-8/+5
2023-10-25Disambiguate non-deterministic constants.Camille GILLOT-53/+238
2023-10-25Take an AllocId in intern_const_alloc_for_constprop.Camille GILLOT-9/+3
2023-10-25Do not require absence of metadata.Camille GILLOT-4/+2
2023-10-25Fortify transmute check.Camille GILLOT-4/+3
2023-10-25Explain why we check variant equality.Camille GILLOT-0/+15
2023-10-25Move provenance checks out of interning method.Camille GILLOT-17/+20
2023-10-25Directly intern values instead of copying them.Camille GILLOT-4/+53