about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-11-05rename some tests to avoid exceeding windows path limitsRich Kadel-819/+847
2020-11-05fix cross-platform test bugsRich Kadel-40/+17
2020-11-05Responded to all feedback as of 2020-10-30Rich Kadel-0/+6
2020-11-05Added comments on remapping expression IDs, and URL to spanviewsRich Kadel-116/+1169
2020-11-05Injecting expressions in place of counters where helpfulRich Kadel-547/+529
2020-11-05Adds coverage graphvizRich Kadel-0/+37
2020-11-05Implemented CoverageGraph of BasicCoverageBlocksRich Kadel-294/+216
2020-11-05Rust coverage before splitting instrument_coverage.rsRich Kadel-818/+9062
2020-11-05Auto merge of #78638 - vn-ki:bindigs-after-at-issue-69971, r=oli-obkbors-595/+524
2020-11-05Rollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obkMara Bos-15/+42
2020-11-05Rollup merge of #78739 - hameerabbasi:issue-78654, r=nikomatsakisMara Bos-0/+54
2020-11-05Rollup merge of #78738 - sasurau4:test/move-range-test-to-library-core, r=jyn514Mara Bos-51/+0
2020-11-05Rollup merge of #78727 - liketechnik:issue-55201, r=GuillaumeGomezMara Bos-6/+6
2020-11-05Rollup merge of #78425 - chansuke:move_nan, r=jyn514Mara Bos-9/+0
2020-11-05Rollup merge of #76718 - poliorcetics:vec-ui-to-unit-test, r=jyn514Mara Bos-207/+0
2020-11-05update dangling-alloc-id-ice testVishnunarayan K I-15/+2
2020-11-05Move f64::NAN ui tests into `library`chansuke-9/+0
2020-11-04Auto merge of #78662 - sexxi-goose:add_expr_id_to_delegate, r=nikomatsakisbors-1/+1
2020-11-04make intern_const_alloc_recursive return error fix #78655Vishnunarayan K I-0/+40
2020-11-04Fix issue 78654.Hameer Abbasi-0/+54
2020-11-05Move range in ui test to ops test in library/coreDaiki Ihara-51/+0
2020-11-04Auto merge of #78677 - Aaron1011:fix/capture-inner-attrs, r=petrochenkovbors-0/+118
2020-11-03Auto merge of #78711 - m-ou-se:rollup-pxqnny7, r=m-ou-sebors-46/+118
2020-11-03Rollup merge of #78659 - ayrtonm:fn-ref-lint-fix, r=oli-obkMara Bos-31/+75
2020-11-03Rollup merge of #78626 - fusion-engineering-forks:deprecated-trait-impl, r=es...Mara Bos-15/+36
2020-11-03Rollup merge of #77950 - arlosi:sha256, r=eddybMara Bos-0/+7
2020-11-03Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiserbors-346/+373
2020-11-03review commentsVishnunarayan K I-1/+4
2020-11-03add testsVishnunarayan K I-0/+49
2020-11-03preserve bindings order for SomeVishnunarayan K I-253/+211
2020-11-03Rollup merge of #78663 - Aaron1011:fix/cap-future-compat, r=tmandryYuki Okushi-0/+21
2020-11-03Rollup merge of #78575 - tmiasko:compiletest-rustc-env, r=Aaron1011Yuki Okushi-3/+30
2020-11-03Rollup merge of #78400 - GuillaumeGomez:fix-unindent, r=jyn514Yuki Okushi-0/+65
2020-11-03Rollup merge of #78376 - Aaron1011:feature/consistent-empty-expr, r=petrochenkovYuki Okushi-1/+28
2020-11-03Expand `NtExpr` tokens only in key-value attributesVadim Petrochenkov-1/+251
2020-11-02Use reparsed `TokenStream` if we captured any inner attributesAaron Hill-0/+118
2020-11-02Treat trailing semicolon as a statement in macro callAaron Hill-1/+28
2020-11-02new fix method and update testsVishnunarayan K I-120/+120
2020-11-02Improve deprecation attribute diagnostic messages.Mara Bos-15/+7
2020-11-02Auto merge of #78661 - JohnTitor:rollup-er2isja, r=JohnTitorbors-55/+25
2020-11-02update mir testsVishnunarayan K I-89/+89
2020-11-02Only separate notes if span is multilineYuki Okushi-6/+3
2020-11-02update some ui tests and update move ref drop semantics outputVishnunarayan K I-27/+27
2020-11-02Add "this has type `{}` which {}" noteYuki Okushi-0/+13
2020-11-02Address some code reviewsYuki Okushi-16/+4
2020-11-02Separate complex multispan into some notesYuki Okushi-25/+30
2020-11-02Avoid complex diagnostics in snippets which contain newlinesYuki Okushi-0/+56
2020-11-02Fix ICE when a future-incompat-report has its command-line level cappedAaron Hill-0/+21
2020-11-02Provide diagnostic suggestion in ExprUseVisitor DelegateDhruv Jauhar-1/+1
2020-11-02Rollup merge of #78610 - petrochenkov:nostriptok, r=Aaron1011Yuki Okushi-55/+25