about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-02-03Auto merge of #93146 - workingjubilee:use-std-simd, r=Mark-Simulacrumbors-335/+537
2022-02-03Auto merge of #93432 - Kobzol:stable-hash-isize-hash-compression, r=the8472bors-9/+57
2022-02-02Auto merge of #93101 - Mark-Simulacrum:library-backtrace, r=yaahcbors-65/+165
2022-02-02Auto merge of #93594 - matthiaskrgr:rollup-lcvhpdv, r=matthiaskrgrbors-255/+494
2022-02-02Configure panic hook backtrace behaviorMark Rousskov-65/+165
2022-02-02Rollup merge of #93592 - est31:remove_unused_deps, r=bjorn3Matthias Krüger-2/+0
2022-02-02Rollup merge of #93590 - est31:let_else, r=lcnrMatthias Krüger-226/+208
2022-02-02Rollup merge of #93574 - compiler-errors:bad-let-suggestion, r=lcnrMatthias Krüger-8/+33
2022-02-02Rollup merge of #93571 - compiler-errors:better-where-suggestion, r=lcnrMatthias Krüger-9/+147
2022-02-02Rollup merge of #93546 - tmiasko:validate-switch-int, r=oli-obkMatthias Krüger-0/+18
2022-02-02Rollup merge of #93542 - GuillaumeGomez:lifetime-elision, r=oli-obkMatthias Krüger-3/+18
2022-02-02Rollup merge of #93221 - alyssaverkade:fix-93093, r=wesleywiserMatthias Krüger-6/+52
2022-02-02Rollup merge of #92528 - tmiasko:combine-commutative, r=michaelwoeristerMatthias Krüger-1/+18
2022-02-02Remove unused dep from rustc_arenaest31-2/+0
2022-02-02More let_else adoptionsest31-226/+208
2022-02-02Auto merge of #93312 - pierwill:map-all-local-trait-impls, r=cjgillotbors-7/+5
2022-02-02Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb...bors-121/+287
2022-02-02Auto merge of #93573 - matthiaskrgr:rollup-nrjmygz, r=matthiaskrgrbors-25/+248
2022-02-02better suggestion for duplicated `where`Michael Goulet-9/+147
2022-02-01don't suggest adding `let` due to expressions inside of `while` loopMichael Goulet-8/+33
2022-02-02Rollup merge of #93560 - steffahn:a_typo, r=petrochenkovMatthias Krüger-2/+2
2022-02-02Rollup merge of #93559 - danielframpton:link-args-typo, r=oli-obkMatthias Krüger-1/+1
2022-02-02Rollup merge of #93531 - TheColdVoid:patch-1, r=m-ou-seMatthias Krüger-1/+1
2022-02-02Rollup merge of #93493 - GKFX:char-docs-2, r=scottmcmMatthias Krüger-10/+108
2022-02-02Rollup merge of #93420 - jsha:adjust-settings-layout, r=GuillaumeGomezMatthias Krüger-8/+16
2022-02-02Rollup merge of #92788 - estebank:colon-colon, r=cjgillotMatthias Krüger-1/+102
2022-02-02Rollup merge of #92758 - mfrw:mfrw/rustdoc-impl-write, r=GuillaumeGomezMatthias Krüger-2/+18
2022-02-02Auto merge of #93466 - cjgillot:query-dead, r=nagisabors-33/+62
2022-02-02Detect `::` -> `:` typo in type argumentEsteban Kuber-1/+102
2022-02-01Auto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obkbors-181/+379
2022-02-01Fix annotation of code blocksGeorge Bateman-4/+6
2022-02-01Fix two incorrect "it's"Frank Steffahn-2/+2
2022-02-01Add missing | between print optionsDaniel Frampton-1/+1
2022-02-01Fix w/ commentskadmin-199/+281
2022-02-01Auto merge of #93442 - yaahc:Termination-abstraction, r=Mark-Simulacrumbors-10/+26
2022-02-01Auto merge of #93548 - matthiaskrgr:rollup-f7dkn3p, r=matthiaskrgrbors-241/+889
2022-02-01Rollup merge of #93436 - dcsommer:master, r=Mark-SimulacrumMatthias Krüger-3/+3
2022-02-01Rollup merge of #93290 - lcnr:same_type, r=jackh726Matthias Krüger-50/+30
2022-02-01Rollup merge of #93267 - lcnr:auto-trait-lint, r=nikomatsakisMatthias Krüger-58/+421
2022-02-01Rollup merge of #92584 - lcnr:query-stable-lint, r=estebankMatthias Krüger-79/+310
2022-02-01Rollup merge of #92021 - woodenarrow:br_single_fp_element, r=Mark-SimulacrumMatthias Krüger-40/+22
2022-02-01Rollup merge of #91828 - oxalica:feat/waker-getters, r=dtolnayMatthias Krüger-0/+48
2022-02-01Rollup merge of #86374 - bossmc:enable-static-pie-for-gnu, r=nagisaMatthias Krüger-11/+55
2022-02-01Auto merge of #93284 - eholk:disable-drop-range-analysis, r=pnkfelixbors-12/+33
2022-02-01librustdoc: render: use render_into instead of creating a temp stringMuhammad Falak R Wani-2/+1
2022-02-01librustdoc: inline and forward all methods for `impl Write for Buffer`Muhammad Falak R Wani-0/+11
2022-02-01librustdoc: impl core::fmt::Write for rustdoc::html::render::BufferMuhammad Falak R Wani-0/+6
2022-02-01Make dead code check a query.Camille GILLOT-33/+62
2022-02-01Add test to ensure lifetime is not elided in type aliasGuillaume Gomez-0/+5
2022-02-01Fix lifetime elision in type aliasesGuillaume Gomez-3/+13