about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-09-26Auto merge of #102297 - fee1-dead-contrib:rollup-2np0cre, r=fee1-deadbors-2/+17
2022-09-26Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrumfee1-dead-2/+0
2022-09-26Rollup merge of #102143 - Rageking8:fix-101540, r=TaKO8Kifee1-dead-0/+17
2022-09-26Rollup merge of #102280 - notriddle:notriddle/band, r=GuillaumeGomezfee1-dead-151/+151
2022-09-26Rollup merge of #102244 - compiler-errors:issue-102219, r=cjgillotfee1-dead-0/+10
2022-09-26Rollup merge of #101851 - Xiretza:diagnostic-derive-cleanups, r=davidtwcofee1-dead-176/+400
2022-09-25Only generate closure def id for async fns with bodyMichael Goulet-0/+10
2022-09-25Round offset to whole integerMichael Howell-2/+2
2022-09-25rustdoc: update test cases now that code-header is used without in-bandMichael Howell-143/+143
2022-09-25rustdoc: clean up `.out-of-band`/`.in-band` CSSMichael Howell-8/+8
2022-09-25Auto merge of #95474 - oli-obk:tait_ub, r=jackh726bors-29/+482
2022-09-25Auto merge of #102265 - fee1-dead-contrib:rollup-a7fccbg, r=fee1-deadbors-142/+191
2022-09-25Rollup merge of #102194 - fee1-dead-contrib:improve-const-drop, r=oli-obkfee1-dead-139/+139
2022-09-25Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikicfee1-dead-3/+2
2022-09-25Rollup merge of #101431 - compiler-errors:move-place-ty-for-move-place-sugg, ...fee1-dead-0/+50
2022-09-25Auto merge of #100865 - compiler-errors:parent-substs-still, r=cjgillotbors-11/+23
2022-09-25Rollup merge of #102216 - ehuss:rustdoc-diagnostic-width, r=notriddleMatthias Krüger-1/+1
2022-09-25Rollup merge of #102161 - compiler-errors:issue-102138, r=tmandryMatthias Krüger-0/+57
2022-09-25Rollup merge of #102016 - lcnr:given-OutlivesEnvironment, r=jackh726Matthias Krüger-0/+50
2022-09-24Auto merge of #102040 - TaKO8Ki:separate-definitions-and-hir-owners, r=cjgillotbors-2/+4
2022-09-24Note the type when unable to drop values in compile timeDeadbeef-139/+139
2022-09-24Add testMichael Goulet-0/+11
2022-09-24Only record extra lifetime params for async trait fn with no bodyMichael Goulet-50/+4
2022-09-24Resolve async fn signature even without body (in trait)Michael Goulet-4/+96
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-2/+4
2022-09-24Rollup merge of #102210 - notriddle:notriddle/did-you-mean, r=cjgillotMatthias Krüger-0/+51
2022-09-24Rollup merge of #102109 - petrochenkov:addids, r=oli-obkMatthias Krüger-2/+45
2022-09-24Auto merge of #102064 - cjgillot:revert, r=Mark-Simulacrumbors-74/+19
2022-09-24Rollup merge of #102199 - GuillaumeGomez:improve-rustdoc-gui-tests, r=notriddleMatthias Krüger-5/+11
2022-09-24Rollup merge of #102152 - compiler-errors:issue-102140, r=fee1-deadMatthias Krüger-0/+59
2022-09-24Rollup merge of #102146 - notriddle:notriddle/sidebar-jank, r=GuillaumeGomezMatthias Krüger-12/+27
2022-09-24Rollup merge of #102082 - andrewpollack:uid-ignore, r=tmandryMatthias Krüger-0/+1
2022-09-24Rollup merge of #102081 - andrewpollack:add-execvp-calls-ignore, r=tmandryMatthias Krüger-0/+1
2022-09-24Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholkbors-57/+57
2022-09-23rustdoc: Stabilize --diagnostic-widthEric Huss-1/+1
2022-09-23diagnostics: avoid syntactically invalid suggestion in if conditionalsMichael Howell-0/+51
2022-09-23Stabilize const `BTree{Map,Set}::new`Nilstrieb-2/+0
2022-09-23Auto merge of #102192 - matthiaskrgr:rollup-0ctjzco, r=matthiaskrgrbors-97/+12
2022-09-23Bless 32bit ui.Camille GILLOT-8/+8
2022-09-23Bless pretty tests.Camille GILLOT-3/+3
2022-09-23Bless cgu test.Camille GILLOT-3/+3
2022-09-23Always print '_, even for erased lifetimes.Camille GILLOT-43/+43
2022-09-23rustdoc: fix GUI tests to deal with slightly changed widthMichael Howell-12/+12
2022-09-23Improve GUI tests by using variablesGuillaume Gomez-5/+11
2022-09-23rustdoc: add regression test for sidebar width jankMichael Howell-0/+15
2022-09-23Rollup merge of #102137 - b-naber:lazy-const-val-conversion, r=lcnrMatthias Krüger-35/+6
2022-09-23Rollup merge of #102134 - flba-eb:master, r=bjorn3Matthias Krüger-62/+6
2022-09-23Auto merge of #102056 - b-naber:unevaluated, r=lcnrbors-1/+1
2022-09-23rename Unevaluated to UnevaluatedConstb-naber-1/+1
2022-09-23fix testb-naber-35/+6