about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-08-19Auto merge of #74098 - GuillaumeGomez:doc-alias-checks, r=ollie27bors-7/+146
2020-08-19Rollup merge of #75665 - GuillaumeGomez:doc-examples-coverage, r=jyn514Yuki Okushi-51/+85
2020-08-19Rollup merge of #75658 - tgnottingham:issue-75599, r=estebankYuki Okushi-169/+41
2020-08-19Rollup merge of #75652 - jyn514:true-false-2, r=GuillaumeGomezYuki Okushi-0/+10
2020-08-19Rollup merge of #75554 - jumbatm:fix-clashing-extern-decl-overflow, r=lcnrYuki Okushi-0/+119
2020-08-19Auto merge of #75677 - cuviper:shrink-towel, r=Mark-Simulacrumbors-0/+36
2020-08-18Auto merge of #75516 - matklad:remove-deprecation, r=petrochenkovbors-45/+24
2020-08-18Don't emit "is not a logical operator" error outside of associative expressionsTyson Nottingham-169/+41
2020-08-18Don't panic in Vec::shrink_to_fitJosh Stone-0/+36
2020-08-18Update rustdoc-ui testsGuillaume Gomez-51/+85
2020-08-18Auto merge of #75566 - alasher:master, r=oli-obkbors-3679/+30
2020-08-18Promote missing_fragment_specifier to hard errorAleksey Kladov-37/+16
2020-08-18Move macro test to ui/macrosAleksey Kladov-0/+0
2020-08-18Auto merge of #75653 - JohnTitor:rollup-0ejtdfo, r=JohnTitorbors-12/+39
2020-08-18Rollup merge of #75613 - estebank:explain-mut-method, r=petrochenkovYuki Okushi-0/+24
2020-08-18Rollup merge of #75578 - 5M1Sec:master, r=oli-obkYuki Okushi-12/+15
2020-08-17Resolve true and false as booleansJoshua Nelson-0/+10
2020-08-17Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obkbors-4/+4
2020-08-17Update MIR tests with comment verbosity fixAustin Lasher-3679/+30
2020-08-17Auto merge of #75145 - davidtwco:issue-60607-preallocate-defid-for-lang-items...bors-1/+23
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-4/+4
2020-08-17Auto merge of #74748 - simonvandel:simplify-discriminant-arm, r=wesleywiserbors-231/+158
2020-08-18Actually introduce a cycle in Reffy test.jumbatm-4/+6
2020-08-18Add test demonstrating the issue.jumbatm-0/+117
2020-08-17Auto merge of #74940 - oli-obk:const_is_null, r=RalfJungbors-0/+141
2020-08-17Make a test platform independentOliver Scherer-7/+11
2020-08-16Allowing raw ptr dereference in const fn5M1Sec-12/+15
2020-08-17Auto merge of #75014 - Amanieu:fix_asm_reg, r=nagisabors-62/+833
2020-08-16Add explanation for `&mut self` method call when expecting `-> Self`Esteban Küber-0/+24
2020-08-16Rollup merge of #75177 - JohnTitor:broken-mir-test, r=eddybTyler Mandry-0/+205
2020-08-16Rollup merge of #74204 - ayazhafiz:i/74120, r=eddybTyler Mandry-0/+30
2020-08-16Implement 'considered equal' for statements, so that for example `_0 = _1` an...Simon Vandel Sillesen-231/+158
2020-08-16hir: simplify `is_range_literal`David Wood-1/+5
2020-08-16hir: introduce `QPath::LangItem`David Wood-73/+1
2020-08-16tests: add test for #61019's current behaviourDavid Wood-0/+90
2020-08-16Auto merge of #75536 - estebank:e0255-suggestion, r=varkorbors-135/+273
2020-08-15Auto merge of #75537 - tmiasko:match-branch-simplify, r=oli-obkbors-26/+559
2020-08-15Auto merge of #75518 - davidtwco:issue-75326-polymorphization-symbol-mangling...bors-0/+70
2020-08-14Rollup merge of #75513 - estebank:confused-parser, r=davidtwcoTyler Mandry-17/+3
2020-08-15Auto merge of #73851 - matthewjasper:serialize-not-special, r=oli-obkbors-146/+137
2020-08-15MatchBranchSimplification: fix equal const bool assignmentsTomasz Miąsko-24/+365
2020-08-14polymorphize: `I` used if `T` used in `I: Foo<T>`David Wood-0/+70
2020-08-14Rollup merge of #75511 - estebank:elide-trait-object-lt-error, r=lcnrTyler Mandry-61/+19
2020-08-14Rollup merge of #75509 - estebank:coming-merrily-from-java-land, r=lcnrTyler Mandry-31/+81
2020-08-14MatchBranchSimplification: copy discriminant instead of moving itTomasz Miąsko-2/+2
2020-08-14Tweak output of E0225Esteban Küber-135/+273
2020-08-14review comment: suggestion message wordingEsteban Küber-2/+2
2020-08-14Fix run-make testMatthew Jasper-56/+60
2020-08-14Fix ui fulldeps testsMatthew Jasper-88/+75
2020-08-14Fix tests and address review commentsMatthew Jasper-2/+2