about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-02-26Rollup merge of #93870 - tmiasko:const-precise-live-drops-with-coverage, r=ec...Matthias Krüger-0/+16
2022-02-25Add one more case to avoid ICEouz-a-0/+36
2022-02-25`check_used` should only look at actual `used` attributescynecx-0/+9
2022-02-25Auto merge of #94369 - matthiaskrgr:rollup-qtripm2, r=matthiaskrgrbors-8/+149
2022-02-25make tests work on noopt builderErik Desjardins-4/+4
2022-02-25Rollup merge of #94353 - flip1995:fix_debug_assert_unused, r=Dylan-DPCMatthias Krüger-6/+6
2022-02-25Rollup merge of #94154 - Urgau:rustdoc-check-cfg, r=GuillaumeGomezMatthias Krüger-2/+80
2022-02-25Rollup merge of #93850 - asquared31415:extern-static-size-ice, r=jackh726Matthias Krüger-0/+63
2022-02-25Auto merge of #94290 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-343/+340
2022-02-25Test legacy type manglingTomasz Miąsko-0/+640
2022-02-25Test legacy mangling of bool, char and integer constantsTomasz Miąsko-96/+194
2022-02-25Auto merge of #94357 - matthiaskrgr:rollup-xrjaof3, r=matthiaskrgrbors-1381/+257
2022-02-25Rollup merge of #94344 - notriddle:notriddle/suggest-parens-more, r=oli-obkMatthias Krüger-1/+135
2022-02-25Rollup merge of #94343 - RalfJung:fn-ptr, r=oli-obkMatthias Krüger-2/+2
2022-02-25Rollup merge of #94305 - JakobDegen:dp-1, r=oli-obkMatthias Krüger-7/+13
2022-02-25Rollup merge of #94252 - lcnr:def_kind-encoding, r=cjgillotMatthias Krüger-44/+44
2022-02-25Rollup merge of #94155 - GuillaumeGomez:extend-toggle-gui-test, r=jshaMatthias Krüger-2/+26
2022-02-25Rollup merge of #93845 - compiler-errors:in-band-lifetimes, r=cjgillotMatthias Krüger-1325/+37
2022-02-25Enable rustc_pass_by_value for SpanMark Rousskov-2/+2
2022-02-25Enable rustc_pass_by_value for SpanMark Rousskov-2/+2
2022-02-25Switch bootstrap cfgsMark Rousskov-5/+2
2022-02-25Bump bootstrap to 1.60Mark Rousskov-336/+336
2022-02-25Fix debug_assert in unused lint passflip1995-6/+6
2022-02-25Auto merge of #93644 - michaelwoerister:simpler-debuginfo-typemap, r=wesleywiserbors-1/+1
2022-02-25Extend toggle GUI test a bitGuillaume Gomez-2/+26
2022-02-25Auto merge of #94350 - matthiaskrgr:rollup-eesfiyr, r=matthiaskrgrbors-3/+124
2022-02-25Rollup merge of #94068 - eholk:drop-track-field-assign, r=tmandryMatthias Krüger-0/+114
2022-02-25Rollup merge of #93273 - bjorn3:rustbuild_improvements, r=Mark-SimulacrumMatthias Krüger-3/+4
2022-02-25Rollup merge of #92714 - yanganto:ignore-message, r=Mark-SimulacrumMatthias Krüger-0/+6
2022-02-25Do not suggest using a const parameter when there are bounds on an unused typ...Chayim Refael Friedman-3/+34
2022-02-25Auto merge of #94130 - erikdesjardins:partially, r=nikicbors-40/+20
2022-02-24Remove LifetimeDefOriginMichael Goulet-2/+2
2022-02-24Remove in-band lifetimesMichael Goulet-1323/+35
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-2/+2
2022-02-25Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebankbors-71/+54
2022-02-24diagnostic: suggest parens when users want logical ops, but get closuresMichael Howell-1/+135
2022-02-24Include ignore message in libtest outputAntonio Yang-0/+6
2022-02-24Rollup merge of #94315 - lcnr:auto-trait-lint-update, r=oli-obkDylan DPC-7/+32
2022-02-24Rollup merge of #94242 - compiler-errors:fat-uninhabitable-pointer, r=michael...Dylan DPC-0/+29
2022-02-24Rollup merge of #94212 - scottmcm:swapper, r=dtolnayDylan DPC-0/+140
2022-02-24Rollup merge of #94175 - Urgau:check-cfg-improvements, r=petrochenkovDylan DPC-1/+413
2022-02-24Rollup merge of #93714 - compiler-errors:can-type-impl-copy-error-span, r=jac...Dylan DPC-1/+40
2022-02-24Update clippy testsVadim Petrochenkov-2/+2
2022-02-24resolve: Fix incorrect results of `opt_def_kind` query for some built-in macrosVadim Petrochenkov-4/+4
2022-02-24don't ice when an extern static is too bigasquared31415-0/+63
2022-02-24Restrict query recursion in `needs_significant_drop`Jakob Degen-0/+14
2022-02-24restore spans for issue-50480Michael Goulet-18/+16
2022-02-24better ObligationCause for normalization errors in can_type_implement_copyMichael Goulet-17/+58