about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-02-09Allow substitutions in `rustc_on_unimplemented` predicateMichael Goulet-12/+39
2022-02-09Auto merge of #93681 - Mark-Simulacrum:rlink-binary, r=davidtwco,bjorn3bors-9/+8
2022-02-09Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obkbors-71/+231
2022-02-09Auto merge of #93795 - JohnTitor:rollup-n0dmsoo, r=JohnTitorbors-173/+246
2022-02-09Rollup merge of #93781 - lcnr:ty-kind-docs, r=jackh726Yuki Okushi-20/+70
2022-02-09Rollup merge of #93751 - eholk:issue-93648-drop-tracking-projection, r=tmiaskoYuki Okushi-19/+33
2022-02-09Rollup merge of #93748 - klensy:vis-r, r=cjgillotYuki Okushi-3/+3
2022-02-09Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakisYuki Okushi-21/+11
2022-02-09Rollup merge of #93735 - m-ou-se:stabilize-int-abs-diff, r=joshtriplettYuki Okushi-4/+4
2022-02-09Rollup merge of #93694 - jsha:font-sizes-spacing, r=GuillaumeGomezYuki Okushi-106/+96
2022-02-09Rollup merge of #93445 - yaahc:exitcode-constructor, r=dtolnayYuki Okushi-0/+29
2022-02-09Auto merge of #93793 - ehuss:update-cargo, r=ehussbors-0/+0
2022-02-08Update cargoEric Huss-0/+0
2022-02-09Auto merge of #93778 - matthiaskrgr:rollup-yfngdao, r=matthiaskrgrbors-49/+230
2022-02-08Auto merge of #93783 - oli-obk:lazy_tait_regression_fix, r=jackh726bors-10/+126
2022-02-08Improve opaque type higher-ranked region error message under NLLAaron Hill-71/+231
2022-02-08Update compiler/rustc_middle/src/ty/sty.rslcnr-0/+2
2022-02-08Update compiler/rustc_middle/src/ty/sty.rslcnr-1/+1
2022-02-08Fix regression from lazy opaque typesOli Scherer-10/+126
2022-02-08update `ty::TyKind` documentationlcnr-20/+68
2022-02-08Rollup merge of #93767 - lcnr:mailmap, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-02-08Rollup merge of #93764 - lnicola:rust-analyzer-2022-02-08, r=lnicolaMatthias Krüger-17/+21
2022-02-08Rollup merge of #93732 - lcnr:hrlt-backcompa, r=Mark-SimulacrumMatthias Krüger-0/+98
2022-02-08Rollup merge of #93206 - ChrisDenton:ntopenfile, r=nagisaMatthias Krüger-7/+18
2022-02-08Rollup merge of #92917 - jackh726:issue-91762-2, r=nikomatsakisMatthias Krüger-3/+60
2022-02-08Rollup merge of #92715 - chordtoll:empty-string, r=davidtwcoMatthias Krüger-3/+12
2022-02-08Rollup merge of #91950 - estebank:point-at-type-of-non-allocator, r=matthewja...Matthias Krüger-18/+20
2022-02-08Auto merge of #93572 - scottmcm:generic-iter-process, r=yaahcbors-48/+54
2022-02-08rustdoc: tweak line and ¶ spacing for a11yJacob Hoffman-Andrews-106/+96
2022-02-08deduplicate `lcnr` in mailmaplcnr-1/+1
2022-02-08Auto merge of #93626 - wesleywiser:fix_hashmap_natvis, r=michaelwoeristerbors-1/+1
2022-02-08:arrow_up: rust-analyzerLaurențiu Nicola-17/+21
2022-02-08Auto merge of #93762 - matthiaskrgr:rollup-vdjpfmz, r=matthiaskrgrbors-176/+748
2022-02-08nitlcnr-3/+3
2022-02-08Rollup merge of #93728 - JulianKnodt:toterm, r=oli-obkMatthias Krüger-69/+74
2022-02-08Rollup merge of #93721 - jyn514:less-macro-special-casing, r=petrochenkovMatthias Krüger-19/+14
2022-02-08Rollup merge of #93715 - GuillaumeGomez:horizontal-trim, r=notriddleMatthias Krüger-7/+52
2022-02-08Rollup merge of #93672 - lcnr:const-param-defaults-xx, r=matthewjasperMatthias Krüger-1/+1
2022-02-08Rollup merge of #93569 - notriddle:notriddle/rustdoc-html-tags-generics, r=Cr...Matthias Krüger-9/+279
2022-02-08Rollup merge of #93568 - willcrichton:scrape-examples-leading-whitespace, r=C...Matthias Krüger-1/+20
2022-02-08Rollup merge of #93521 - jsha:sidebar-hover, r=GuillaumeGomezMatthias Krüger-38/+23
2022-02-08Rollup merge of #92695 - Swatinem:cover-nested, r=wesleywiserMatthias Krüger-9/+109
2022-02-08Rollup merge of #86497 - clarfonthey:nearest_char_boundary, r=scottmcmMatthias Krüger-23/+176
2022-02-08Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisabors-80/+342
2022-02-07Drop tracking: track borrows of projectionsEric Holk-12/+28
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-2442/+3306
2022-02-0814956 -> 14952 exportsklensy-2/+2
2022-02-07Change `ResultShunt` to be generic over `Try`Scott McMurray-48/+54
2022-02-07fix exclusive range errorJane Lusby-1/+1
2022-02-07Auto merge of #87869 - thomcc:skinny-io-error, r=yaahcbors-269/+837