about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-02-25Do not suggest using a const parameter when there are bounds on an unused typ...Chayim Refael Friedman-7/+67
2022-02-25Auto merge of #94130 - erikdesjardins:partially, r=nikicbors-66/+44
2022-02-25Auto merge of #93878 - Aaron1011:newtype-macro, r=cjgillotbors-457/+342
2022-02-24Remove LifetimeDefOriginMichael Goulet-79/+41
2022-02-24Remove in-band lifetimesMichael Goulet-1459/+58
2022-02-24Make internal mask implementation safeCaleb Zulawski-30/+75
2022-02-24Manually implement for supported lanesCaleb Zulawski-59/+38
2022-02-24Use bitmask traitCaleb Zulawski-60/+93
2022-02-25Add documentation for `--check-cfg` in rustdoc bookLoïc BRANSTETT-0/+14
2022-02-25Wire up --check-cfg to rustdocLoïc BRANSTETT-2/+66
2022-02-24Miri fn ptr check: don't use conservative null checkRalf Jung-32/+43
2022-02-25Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebankbors-1143/+1497
2022-02-24revert implementation of `slice::swap`Ibraheem Ahmed-5/+11
2022-02-24diagnostic: suggest parens when users want logical ops, but get closuresMichael Howell-3/+151
2022-02-25Remove a duplicate spaceChayim Refael Friedman-1/+1
2022-02-24Include ignore message in libtest outputAntonio Yang-2/+90
2022-02-24Auto merge of #94333 - Dylan-DPC:rollup-7yxtywp, r=Dylan-DPCbors-268/+1078
2022-02-24Fix intra-doc link issues exposed by new macroAaron Hill-1/+2
2022-02-24Address review commentsAaron Hill-24/+10
2022-02-24Fix testAaron Hill-1/+5
2022-02-24Convert `newtype_index` to a proc macroAaron Hill-455/+349
2022-02-24Rollup merge of #94327 - Mark-Simulacrum:avoid-macro-sp, r=petrochenkovDylan DPC-2/+8
2022-02-24Rollup merge of #94316 - nnethercote:improve-string-literal-unescaping, r=pet...Dylan DPC-40/+45
2022-02-24Rollup merge of #94315 - lcnr:auto-trait-lint-update, r=oli-obkDylan DPC-7/+33
2022-02-24Rollup merge of #94308 - tmiasko:normalize-main-ret-ty, r=oli-obkDylan DPC-3/+12
2022-02-24Rollup merge of #94242 - compiler-errors:fat-uninhabitable-pointer, r=michael...Dylan DPC-18/+49
2022-02-24Rollup merge of #94212 - scottmcm:swapper, r=dtolnayDylan DPC-97/+263
2022-02-24Rollup merge of #94175 - Urgau:check-cfg-improvements, r=petrochenkovDylan DPC-47/+511
2022-02-24Rollup merge of #93714 - compiler-errors:can-type-impl-copy-error-span, r=jac...Dylan DPC-5/+65
2022-02-24Rollup merge of #91795 - petrochenkov:nomacreexport, r=cjgillotDylan DPC-49/+92
2022-02-24Update clippy testsVadim Petrochenkov-2/+2
2022-02-24resolve/metadata: Stop encoding macros as reexportsVadim Petrochenkov-23/+47
2022-02-24metadata: Tweak the way in which declarative macros are encodedVadim Petrochenkov-5/+8
2022-02-24resolve: Fix incorrect results of `opt_def_kind` query for some built-in macrosVadim Petrochenkov-19/+35
2022-02-24don't ice when an extern static is too bigasquared31415-4/+88
2022-02-24Auto merge of #8468 - flip1995:rustup, r=flip1995bors-137/+143
2022-02-24Bump nightly version -> 2022-02-24flip1995-1/+1
2022-02-24Bump Clippy Version -> 0.1.61flip1995-3/+3
2022-02-24Merge remote-tracking branch 'upstream/master' into rustupflip1995-1357/+3184
2022-02-24Restrict query recursion in `needs_significant_drop`Jakob Degen-19/+31
2022-02-24Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obkbors-80/+84
2022-02-24restore spans for issue-50480Michael Goulet-19/+30
2022-02-24better ObligationCause for normalization errors in can_type_implement_copyMichael Goulet-22/+71
2022-02-24Avoid emitting full macro body into JSONMark Rousskov-2/+8
2022-02-24Remove an unnecessary restriction in `dest_prop`Jakob Degen-33/+20
2022-02-24don't special case `DefKind::Ctor` in encodinglcnr-51/+46
2022-02-24Don't cache stable hashes in types outside of incremental modeOli Scherer-3/+19
2022-02-24Remove redundant hashing configuration logic in type internerOli Scherer-7/+2
2022-02-24Try out caching the stable hash of Ty within itselfOli Scherer-12/+51
2022-02-24Add test for nested structures.Petr Sumbera-0/+20