about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-09-11Rollup merge of #115743 - compiler-errors:no-impls, r=davidtwcoMatthias Krüger-6/+658
2023-09-11Rollup merge of #115739 - Alexendoo:lint-pass-check-attribute, r=oli-obkMatthias Krüger-20/+33
2023-09-11Rollup merge of #115727 - fee1-dead-contrib:effect-fallback, r=oli-obkMatthias Krüger-79/+404
2023-09-11Rollup merge of #115702 - jonas-schievink:update-mailmap, r=oli-obkMatthias Krüger-0/+4
2023-09-11Rollup merge of #115440 - RalfJung:bootstrap-fmt, r=Mark-SimulacrumMatthias Krüger-4/+0
2023-09-11Rollup merge of #115335 - reez12g:issue-114912, r=davidtwcoMatthias Krüger-7/+4
2023-09-11add `is_host_effect` to `GenericParamDefKind::Const` and address reviewDeadbeef-28/+35
2023-09-11Auto merge of #115308 - chenyukang:yukang-fix-62387-iter-mut, r=davidtwcobors-1/+274
2023-09-11Auto merge of #115656 - cjgillot:default-relative-spans, r=davidtwcobors-12/+3
2023-09-11Auto merge of #115387 - weihanglo:merge-check-and-lint, r=oli-obkbors-181/+320
2023-09-11Auto merge of #115661 - nnethercote:disentangle-Debug-Display, r=compiler-errorsbors-77/+502
2023-09-11Auto merge of #115530 - onur-ozkan:update-config-info-comment, r=Mark-Simulacrumbors-3/+5
2023-09-11Auto merge of #115504 - bvanjoi:error-struct, r=cjgillotbors-8/+21
2023-09-11Disentangle `Debug` and `Display` for `Ty`.Nicholas Nethercote-77/+502
2023-09-11make compiler/rustc_hir_typeck/src/generator_interior/mod.rs fmtedreez12g-6/+3
2023-09-11Auto merge of #115388 - Zoxc:sharded-lock, r=SparrowLiibors-210/+252
2023-09-10Auto merge of #114967 - japaric:ja-gh114966, r=Mark-Simulacrumbors-0/+4
2023-09-10Auto merge of #115682 - notriddle:notriddle/impl-sidebar, r=GuillaumeGomezbors-48/+71
2023-09-10Point out if a local trait has no implementationsMichael Goulet-6/+658
2023-09-10update `build.extended` comments in `config.example.toml`onur-ozkan-3/+5
2023-09-10Auto merge of #112701 - bjorn3:test_cg_clif_in_ci2, r=Mark-Simulacrumbors-0/+130
2023-09-10Call `LateLintPass::check_attribute` from `with_lint_attrs`Alex Macleod-20/+33
2023-09-10Auto merge of #115306 - tmiasko:encode-reachable-mir, r=cjgillotbors-13/+36
2023-09-10rustdoc: filter before storing in vecMichael Howell-4/+10
2023-09-10Allow testing cg_clif using ./x.py testbjorn3-0/+130
2023-09-10Auto merge of #115731 - GuillaumeGomez:migrate-gui-test-color-40, r=notriddlebors-6/+6
2023-09-10Migrate GUI colors test to original CSS color formatGuillaume Gomez-6/+6
2023-09-10Encode only MIR that can be used by other cratesTomasz Miąsko-13/+36
2023-09-10Auto merge of #115711 - Zoxc:freeze-cstore, r=oli-obkbors-38/+63
2023-09-10Auto merge of #115725 - PhilVoel:patch-1, r=notriddlebors-1/+1
2023-09-10Implement fallback for effect paramDeadbeef-72/+390
2023-09-10Auto merge of #115713 - chenyukang:yukang-fix-115680-rustdoc-arg-check, r=com...bors-5/+13
2023-09-10Auto merge of #115668 - Zoxc:deadlock-msg, r=jackh726bors-1/+3
2023-09-10Abort if check nightly options failed on stableyukang-5/+13
2023-09-10Auto merge of #115712 - RalfJung:wf, r=compiler-errorsbors-185/+222
2023-09-09rustdoc: factor all-impls-for-item out into its own methodMichael Howell-78/+55
2023-09-10Fixed typo in re-exports.mdPhilVoel-1/+1
2023-09-09Auto merge of #115703 - ouz-a:smir_span, r=oli-obkbors-0/+11
2023-09-09Auto merge of #114590 - ijackson:stdio-stdio-2, r=dtolnaybors-11/+134
2023-09-09Auto merge of #115698 - gurry:115143-ice-normalization-error, r=compiler-errorsbors-11/+27
2023-09-09Auto merge of #115700 - GuillaumeGomez:migrate-gui-test-color-39, r=notriddlebors-9/+9
2023-09-09better spans for WF errorsRalf Jung-19/+28
2023-09-09use hir_crate_items(()).definitions() instead of hir().items()Ralf Jung-141/+118
2023-09-09rustc_layout, rustc_abi: make sure the types are well-formedRalf Jung-36/+87
2023-09-09Auto merge of #115707 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-09-09Use `FreezeLock` for `CStore`John Kåre Alsaker-38/+63
2023-09-09Update cargoWeihang Lo-0/+0
2023-09-09add function that returns span of an itemouz-a-0/+11
2023-09-09Auto merge of #115594 - nnethercote:span-tweaks, r=cjgillotbors-121/+146
2023-09-09std::process (unsupported): Implement From<io::Stdout> etc. for imp::StdioIan Jackson-0/+20