about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-02-26Rollup merge of #94235 - Dirbaio:fix-chalk-opaque-debrujin, r=jackh726Matthias Krüger-18/+94
2022-02-26Rollup merge of #94087 - tmiasko:rm-ignore-borrow-on-drop, r=jackh726Matthias Krüger-38/+13
2022-02-26Rollup merge of #93982 - nbdd0121:explicit-generic-args, r=jackh726Matthias Krüger-49/+79
2022-02-26Rollup merge of #93400 - ChayimFriedman2:dont-suggest-using-const-with-bounds...Matthias Krüger-7/+67
2022-02-26Provide extra note if synthetic type args are specifiedGary Guo-49/+79
2022-02-26Auto merge of #94385 - matthiaskrgr:rollup-4pwegqk, r=matthiaskrgrbors-25/+109
2022-02-26Rollup merge of #94377 - cynecx:fix-used-with-args, r=nikicMatthias Krüger-2/+11
2022-02-26Rollup merge of #94363 - aDotInTheVoid:fmt-needless-borrows, r=scottmcmMatthias Krüger-6/+6
2022-02-26Rollup merge of #94355 - ouz-a:master, r=oli-bokMatthias Krüger-0/+45
2022-02-26Rollup merge of #93870 - tmiasko:const-precise-live-drops-with-coverage, r=ec...Matthias Krüger-15/+34
2022-02-26Rollup merge of #93603 - connorff:compute-polonius-liveness-facts-flag, r=ecs...Matthias Krüger-2/+13
2022-02-25Auto merge of #94342 - ibraheemdev:swap-regression, r=Dylan-DPCbors-5/+11
2022-02-25Add one more case to avoid ICEouz-a-0/+45
2022-02-25`check_used` should only look at actual `used` attributescynecx-2/+11
2022-02-25Auto merge of #94369 - matthiaskrgr:rollup-qtripm2, r=matthiaskrgrbors-18/+182
2022-02-25Rollup merge of #94366 - jhpratt:release-notes, r=Mark-SimulacrumMatthias Krüger-0/+2
2022-02-25Rollup merge of #94353 - flip1995:fix_debug_assert_unused, r=Dylan-DPCMatthias Krüger-12/+12
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-4/+88
2022-02-25Auto merge of #94290 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-503/+429
2022-02-25Add missing item to release notesJacob Pratt-0/+2
2022-02-25Auto merge of #94279 - tmiasko:write-print, r=Mark-Simulacrumbors-2/+2
2022-02-25Remove needless borrows from core::fmtNixon Enraght-Moony-6/+6
2022-02-25Auto merge of #94357 - matthiaskrgr:rollup-xrjaof3, r=matthiaskrgrbors-1660/+386
2022-02-25Rollup merge of #94352 - jethrogb:fix-sgx-docs-build, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-02-25Rollup merge of #94344 - notriddle:notriddle/suggest-parens-more, r=oli-obkMatthias Krüger-3/+151
2022-02-25Rollup merge of #94343 - RalfJung:fn-ptr, r=oli-obkMatthias Krüger-32/+43
2022-02-25Rollup merge of #94305 - JakobDegen:dp-1, r=oli-obkMatthias Krüger-33/+20
2022-02-25Rollup merge of #94252 - lcnr:def_kind-encoding, r=cjgillotMatthias Krüger-51/+46
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-1538/+99
2022-02-25Re-add track_caller to panic_no_unwind in bootstrapMark Rousskov-0/+3
2022-02-25Enable rustc_pass_by_value for SpanMark Rousskov-22/+28
2022-02-25Switch bootstrap cfgsMark Rousskov-147/+64
2022-02-25Bump bootstrap to 1.60Mark Rousskov-336/+336
2022-02-25Fix debug_assert in unused lint passflip1995-12/+12
2022-02-25Fix SGX docs buildJethro Beekman-1/+1
2022-02-25Auto merge of #93644 - michaelwoerister:simpler-debuginfo-typemap, r=wesleywiserbors-352/+254
2022-02-25Extend toggle GUI test a bitGuillaume Gomez-2/+26
2022-02-25debuginfo: Simplify TypeMap used during LLVM debuginfo generation -- address ...Michael Woerister-8/+23
2022-02-25Auto merge of #94350 - matthiaskrgr:rollup-eesfiyr, r=matthiaskrgrbors-148/+354
2022-02-25Rollup merge of #94341 - ChayimFriedman2:patch-1, r=Dylan-DPCMatthias Krüger-1/+1
2022-02-25Rollup merge of #94297 - lcnr:rel-notes, r=Mark-SimulacrumMatthias Krüger-1/+18
2022-02-25Rollup merge of #94184 - ssomers:btree_tests, r=Dylan-DPCMatthias Krüger-138/+118
2022-02-25Rollup merge of #94068 - eholk:drop-track-field-assign, r=tmandryMatthias Krüger-3/+123
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-2/+90
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