about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-08-07Shifting CI to pull Zircon libraries directly from Fuchsia SDKAndrew Pollack-53/+65
2022-07-27Rollup merge of #99812 - GuillaumeGomez:fix-headings-colors, r=jsha,notriddleGuillaume Gomez-11/+105
2022-07-27Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petrochenkovGuillaume Gomez-3/+27
2022-07-27Rollup merge of #99710 - davidtwco:internal-lint-opts, r=lcnrGuillaume Gomez-1/+45
2022-07-27Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=...Guillaume Gomez-17/+71
2022-07-27Rollup merge of #99358 - compiler-errors:issue-99325, r=oli-obkGuillaume Gomez-0/+307
2022-07-27Add GUI tests for headings border and text colorGuillaume Gomez-5/+103
2022-07-27Fix headings borderGuillaume Gomez-5/+1
2022-07-27Fix invalid css property valueGuillaume Gomez-1/+1
2022-07-27lint: add bad opt access internal lintDavid Wood-0/+44
2022-07-27session: disable internal lints for rustdocDavid Wood-1/+1
2022-07-27Rollup merge of #99783 - notriddle:notriddle/clean-trait-removal, r=Guillaume...Yuki Okushi-58/+61
2022-07-27Rollup merge of #99704 - fee1-dead-contrib:add_self_tilde_const_trait, r=oli-obkYuki Okushi-194/+164
2022-07-27Rollup merge of #99079 - compiler-errors:issue-99073, r=oli-obkYuki Okushi-21/+20
2022-07-27Auto merge of #99778 - ehuss:update-cargo, r=ehussbors-0/+0
2022-07-27Rollup merge of #99775 - notriddle:notriddle/as-str, r=camelidYuki Okushi-2/+2
2022-07-27Rollup merge of #99771 - GuillaumeGomez:update-pulldown-cmark, r=UrgauYuki Okushi-1/+1
2022-07-27Rollup merge of #99765 - nicholasbishop:bishop-disable-uefi-std-build, r=jyn514Yuki Okushi-1/+5
2022-07-27Rollup merge of #99712 - davidtwco:translation-migrate-passes-2, r=compiler-e...Yuki Okushi-10/+10
2022-07-27Rollup merge of #99700 - est31:rustdoc_layout_heading, r=GuillaumeGomezYuki Okushi-1/+7
2022-07-27Rollup merge of #99698 - compiler-errors:no-doc-hidden, r=cjgillotYuki Okushi-0/+69
2022-07-26rustdoc: remove Clean trait impl for ty::PolyTraitPredicateMichael Howell-16/+19
2022-07-26rustdoc: remove Clean trait impls for ty::OutlivesPredicateMichael Howell-29/+27
2022-07-26rustdoc: remove Clean trait impl for ProjectionPredicateMichael Howell-8/+9
2022-07-26rustdoc: remove Clean trait impl for ProjectionTyMichael Howell-9/+10
2022-07-26Update cargoEric Huss-0/+0
2022-07-26Auto merge of #99574 - durin42:allocator-patch-redux, r=nikicbors-0/+183
2022-07-26rustdoc: do not allocate String when writing path full nameMichael Howell-2/+2
2022-07-26Update pulldown-cmark versionGuillaume Gomez-1/+1
2022-07-26Clippy fallout.Camille GILLOT-1/+1
2022-07-26Check that we do not ICE when anonymous lifetimes appear in AnonConst.Camille GILLOT-0/+24
2022-07-26Replace LifetimeRes::Anonymous by LifetimeRes::Infer.Camille GILLOT-2/+2
2022-07-26Auto merge of #99764 - matthiaskrgr:rollup-fawyb3m, r=matthiaskrgrbors-14/+34
2022-07-26Don't build std for *-uefi targetsNicholas Bishop-1/+5
2022-07-26Rollup merge of #99758 - WaffleLapkin:remove_useless_allow, r=Dylan-DPCMatthias Krüger-1/+0
2022-07-26Rollup merge of #99724 - ehuss:fix-broken-links-fragment, r=Dylan-DPCMatthias Krüger-7/+2
2022-07-26Rollup merge of #99235 - WaffleLapkin:rustdoc_implement_support_for_must_impl...Matthias Krüger-6/+32
2022-07-26Fix diagnostics for unfulfilled obligationsDeadbeef-19/+1
2022-07-26bless tests, remove nonexistent E0395Deadbeef-194/+182
2022-07-26codegen: use new {re,de,}allocator annotations in llvmAugie Fackler-0/+183
2022-07-26Auto merge of #99680 - workingjubilee:revert-revert-icf, r=Mark-Simulacrumbors-1/+12
2022-07-26Simplify testest31-1/+1
2022-07-26remove useless `#[allow]` in a testMaybe Waffle-1/+0
2022-07-26Rollup merge of #99748 - compiler-errors:better-impl-trait-printing, r=fee1-deadDylan DPC-24/+24
2022-07-26Rollup merge of #99739 - nnethercote:rm-E0133, r=Dylan-DPCDylan DPC-8/+8
2022-07-26Rollup merge of #99692 - RalfJung:too-far, r=oli-obkDylan DPC-22/+103
2022-07-26Rollup merge of #99666 - compiler-errors:issue-99663, r=lcnrDylan DPC-1/+45
2022-07-26Rollup merge of #99618 - compiler-errors:uhh-idk, r=lcnrDylan DPC-43/+2
2022-07-26Check that RPITs constrained by a recursive call in a closure are compatibleMichael Goulet-21/+20
2022-07-26Allow try_to_raw_bytes on u8 arrayMichael Goulet-0/+307