about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-02-23Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrumbors-42/+42
2021-02-22Set RUST_BACKTRACE=0 when running `treat-err-as-bug` testsAaron Hill-2/+4
2021-02-23Rollup merge of #81769 - estebank:tail-expr-as-potential-return, r=lcnrDylan DPC-40/+94
2021-02-23Rollup merge of #81235 - reese:rw-tuple-diagnostics, r=estebankDylan DPC-4/+64
2021-02-23Rollup merge of #79423 - camelid:smart-punct, r=jyn514Dylan DPC-1/+31
2021-02-23expand: Preserve order of inert attributes during expansionVadim Petrochenkov-48/+41
2021-02-23Add testsVadim Petrochenkov-6/+87
2021-02-22New mir-opt pass to simplify gotos with const valuesSimon Vandel Sillesen-355/+482
2021-02-22Test hexagon-enum only when llvm target is presentSimonas Kazlauskas-5/+6
2021-02-22Update test cases0yoyoyo-54/+54
2021-02-22Fix mir-cfg dumpsÖmer Sinan Ağacan-0/+11
2021-02-22Auto merge of #77551 - simonvandel:extend-simplify-branch-same, r=oli-obkbors-247/+337
2021-02-22Auto merge of #82393 - JohnTitor:rollup-5c8jryl, r=JohnTitorbors-12/+525
2021-02-22Rollup merge of #82379 - nagisa:nagisa/hexagon-enums, r=estebankYuki Okushi-0/+475
2021-02-22Rollup merge of #82351 - notriddle:docs-meta-description, r=jyn514Yuki Okushi-0/+38
2021-02-22Rollup merge of #82287 - r00ster91:field_name_and, r=petrochenkovYuki Okushi-12/+12
2021-02-21fix rebaseEsteban Küber-2/+2
2021-02-22Auto merge of #79979 - GuillaumeGomez:rustdoc-gui-tests, r=Mark-Simulacrumbors-0/+100
2021-02-21tidyEsteban Küber-1/+0
2021-02-21Do not suggest `;` if expression is side effect freeEsteban Küber-47/+21
2021-02-21reword `;` suggestions to have consistent wordingEsteban Küber-8/+8
2021-02-21Suggest `return`ing tail expressions that match return typeEsteban Küber-2/+83
2021-02-22Auto merge of #82295 - jyn514:feature-gate, r=Manishearthbors-0/+8
2021-02-22Fix sizes of repr(C) enums on hexagonSimonas Kazlauskas-0/+475
2021-02-21New pass to deduplicate blocksSimon Vandel Sillesen-1/+115
2021-02-21Make MatchBranchSimplification clean up after itselfSimon Vandel Sillesen-246/+222
2021-02-21Update src/test/rustdoc/description.rsMichael Howell-0/+1
2021-02-21Update src/test/rustdoc/description.rsMichael Howell-0/+1
2021-02-21Add rustdoc gui testsGuillaume Gomez-0/+100
2021-02-21Auto merge of #82359 - JohnTitor:rollup-6puemik, r=JohnTitorbors-8/+4
2021-02-21Add indication of anonymous lifetime position0yoyoyo-49/+34
2021-02-21Rollup merge of #82233 - ijackson:try-block-type-test, r=Mark-SimulacrumYuki Okushi-8/+4
2021-02-21Auto merge of #79100 - a1phyr:better_assert_eq, r=m-ou-sebors-816/+230
2021-02-20Use has for non-regexesMichael Howell-6/+6
2021-02-20Fix formatting for description rustdoc UI testsMichael Howell-9/+14
2021-02-20Add rustdoc UI tests for new description behaviourMichael Howell-0/+31
2021-02-20Update the bootstrap compilerJoshua Nelson-42/+42
2021-02-20Fix suggestion span and move suggestions into new subwindow.Reese Williams-18/+36
2021-02-20Rollup merge of #82332 - GuillaumeGomez:no-src-link-on-dummy-spans, r=jyn514Guillaume Gomez-0/+12
2021-02-20Rollup merge of #81991 - osa1:issue81839, r=estebankGuillaume Gomez-6/+56
2021-02-20Add test for no src links on dummy spansGuillaume Gomez-0/+12
2021-02-20Make "missing field" error message more naturalr00ster91-12/+12
2021-02-20Update LLVM to pull in fixes to llvm-dwpSimonas Kazlauskas-0/+3
2021-02-20Test CU directory is the work_dirSimonas Kazlauskas-0/+9
2021-02-20Take into account target default syntaxasquared31415-12/+35
2021-02-20Implement using @set valuesNixon Enraght-Moony-1/+2
2021-02-20Implement @setNixon Enraght-Moony-0/+3
2021-02-19Lower condition of `if` expression before it's "then" blockEsteban Küber-0/+27
2021-02-20Add @is command to jsondocckNixon Enraght-Moony-10/+10
2021-02-19Add tests for !Sized trait displayGuillaume Gomez-0/+17