about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-02-16Rollup merge of #94015 - GuillaumeGomez:check-option, r=notriddleMatthias Krüger-1/+14
2022-02-16Rollup merge of #93962 - joboet:branchless_slice_ord, r=Mark-SimulacrumMatthias Krüger-12/+11
2022-02-16Rollup merge of #93382 - GuillaumeGomez:search-input-padding, r=jshaMatthias Krüger-1/+1
2022-02-16Rollup merge of #92366 - jhpratt:derive-default-enum, r=Mark-SimulacrumMatthias Krüger-3/+0
2022-02-16rustdoc: resolve intra-doc links when checking HTMLMichael Howell-2/+120
2022-02-16Do not suggest "is a function" for free variablesMichael Howell-0/+106
2022-02-16Destabilize cfg(target_has_atomic_load_store = ...)Mark Rousskov-3/+76
2022-02-16:arrow_up: rust-analyzerLaurențiu Nicola-22/+16
2022-02-16MemTagSanitizer SupportIvan Lozano-6/+67
2022-02-16add llvm-nm to bootstrap dist bin'sKrasimir Georgiev-0/+1
2022-02-16Auto merge of #94044 - ehuss:update-cargo, r=ehussbors-0/+0
2022-02-16allow special behavior when printing const inferlcnr-18/+51
2022-02-16extract Res to `generics_of` def_id conversionlcnr-36/+37
2022-02-16debuginfo: Support fat pointers to unsized tuples.Michael Woerister-9/+27
2022-02-16Add mentions to `Copy` for `union` fieldsDaniel Henry-Mantilla-29/+44
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-7/+365
2022-02-16Rustup to rustc 1.60.0-nightly (09cb29c64 2022-02-15)bjorn3-38/+5
2022-02-16Sync from rust a240ccd81c74c105b6f5fe84c46f8d36edb7e306bjorn3-22/+22
2022-02-16Correctly mark the span of captured arguments in `format_args!()`Chayim Refael Friedman-1/+1
2022-02-16Correctly mark the span of captured arguments in `format_args!()`Chayim Refael Friedman-74/+105
2022-02-15Update cargoEric Huss-0/+0
2022-02-15Update booksEric Huss-0/+0
2022-02-15fix assumption that ScalarPair Box is always a fat pointerDrMeepster-1/+7
2022-02-16Cleanup usesLucas Kent-5/+4
2022-02-16Make implementation genericLucas Kent-37/+45
2022-02-16Suggest deriving required supertraitsLucas Kent-4/+126
2022-02-16Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obkbors-64/+38
2022-02-16Fix inconsistent symbol mangling with -ZverboseTomasz Miąsko-13/+23
2022-02-15Auto merge of #94021 - tmiasko:inline, r=nagisabors-0/+20
2022-02-16Support pretty printing of invalid constantsTomasz Miąsko-29/+117
2022-02-15try to bless 32bit mir tests manuallyb-naber-22/+42
2022-02-15Auto merge of #93439 - abrown:cf-protection, r=nagisabors-5/+141
2022-02-15Add documentation for rustdoc --check optionGuillaume Gomez-0/+11
2022-02-15Fix GUI testGuillaume Gomez-1/+1
2022-02-15Update browser-ui-test versionGuillaume Gomez-1/+1
2022-02-15use AllocId and Ty in ExprKind::StaticRef and delay ConstValue constructionb-naber-18/+16
2022-02-15bless mir-opt testsb-naber-4/+147
2022-02-15use mir::Visitor when collecting alloc_ids in pretty printingb-naber-7/+19
2022-02-15bless testsb-naber-179/+8
2022-02-15treat mir::ConstantKind::Val correctly in check_static_ptrb-naber-37/+4
2022-02-15use ConstantKind::Val in StaticRefb-naber-1/+6
2022-02-15Auto merge of #93820 - compiler-errors:gat-wfcheck, r=jackh726bors-196/+306
2022-02-15Inline LocalExpnId::from_raw and LocalExpnId::as_rawTomasz Miąsko-0/+2
2022-02-15Inline Target::derefTomasz Miąsko-0/+2
2022-02-15Inline GenericArg conversion functionsTomasz Miąsko-0/+4
2022-02-15Inline UnifyKey::index and UnifyKey::from_indexTomasz Miąsko-0/+12
2022-02-15Add removed comments back in self-outlives-lintMichael Goulet-16/+18
2022-02-15add some more comments to GAT where clause checkMichael Goulet-19/+62
2022-02-15add test for issue-93278, blessMichael Goulet-17/+44
2022-02-15make the gat wfcheck algorithm a loopMichael Goulet-57/+103