about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-07-26Hygiene serialization implementationAaron Hill-117/+149
2020-07-26Add test for issue-72911Yuki Okushi-0/+56
2020-07-26Add test for issue-56445Yuki Okushi-0/+32
2020-07-26Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnaybors-567/+215
2020-07-26Auto merge of #74735 - Aaron1011:fix/wf-impl-self-type, r=estebankbors-8/+31
2020-07-25Auto merge of #74670 - tmandry:issue-73818, r=matthewjasperbors-0/+25
2020-07-25Fix diagnostic by using predicate in GATs tooTyler Mandry-22/+4
2020-07-25Remove manual normalization in compare_projection_boundsTyler Mandry-4/+22
2020-07-25Auto merge of #74687 - estebank:bracketless-turbofish, r=matthewjasperbors-0/+56
2020-07-25Auto merge of #74510 - LukasKalbertodt:fix-range-from-index-panic, r=hanna-kr...bors-3/+3
2020-07-25Use the proper span when WF-checking an impl self typeAaron Hill-8/+31
2020-07-24Auto merge of #74507 - lcnr:const-prop-into-op, r=oli-obkbors-27/+211
2020-07-24Rollup merge of #74715 - oli-obk:mir_pass_diff, r=wesleywiserManish Goregaokar-483/+314
2020-07-24Rollup merge of #74698 - ayrtonm:handle-traitref-mismatch, r=estebankManish Goregaokar-0/+30
2020-07-24Rollup merge of #74491 - xldenis:constant-binop-opt, r=oli-obkManish Goregaokar-3/+102
2020-07-24Auto merge of #74676 - lcnr:generics-no-sort, r=varkorbors-2/+34
2020-07-24Add a system for creating diffs across multiple mir optimizations.Oliver Scherer-483/+314
2020-07-24Rollup merge of #74703 - tmandry:issue-74047, r=oli-obkYuki Okushi-0/+29
2020-07-24Rollup merge of #74680 - JohnTitor:missing-backticks, r=lcnrYuki Okushi-13/+13
2020-07-24Rollup merge of #74665 - smmalis37:issue-62200, r=davidtwcoYuki Okushi-0/+26
2020-07-24Rollup merge of #74623 - lcnr:polymorphize-functions, r=eddybYuki Okushi-0/+13
2020-07-24Rollup merge of #74572 - Mark-Simulacrum:unify-rustc-depr, r=petrochenkovYuki Okushi-3/+3
2020-07-23Fix ICE while building MIR with type errorsTyler Mandry-0/+29
2020-07-23added a test case for reporting mismatched traitsAyrton-0/+30
2020-07-23Account for trailing closing angle bracketsEsteban Küber-1/+40
2020-07-23Detect turbofish missing surrounding angle bracketsEsteban Küber-0/+17
2020-07-23Auto merge of #74509 - matthewjasper:empty-verify, r=nikomatsakisbors-0/+101
2020-07-23Add missing backticks in diagnostics noteYuki Okushi-13/+13
2020-07-23test usageBastian Kauschke-2/+15
2020-07-23add more complex param order testBastian Kauschke-1/+20
2020-07-23Auto merge of #74667 - Manishearth:rollup-s6k59sw, r=Manishearthbors-20/+36
2020-07-23Normalize bounds fully when checking defaulted typesTyler Mandry-0/+25
2020-07-23Rollup merge of #74659 - alexcrichton:wasm-codegen, r=varkorManish Goregaokar-20/+9
2020-07-23Rollup merge of #74654 - lcnr:default-no-more, r=varkorManish Goregaokar-0/+27
2020-07-23Auto merge of #74611 - Mark-Simulacrum:revert-74069-bad-niche, r=eddybbors-28/+3
2020-07-22Include the note in the test.Steven Malis-0/+1
2020-07-23tweak wordingBastian Kauschke-1/+1
2020-07-22Don't ICE on unconstrained anonymous lifetimes inside associated types.Steven Malis-0/+25
2020-07-22Rollup merge of #74618 - JohnTitor:no-more-bad-placeholder, r=estebankManish Goregaokar-6/+14
2020-07-22Rollup merge of #74538 - nbdd0121:issue-73976, r=lcnrManish Goregaokar-0/+102
2020-07-22Rollup merge of #74460 - dennis-hamester:rustdoc-warn-pub-to-priv, r=jyn514Manish Goregaokar-5/+28
2020-07-22Rollup merge of #73783 - estebank:impl-dyn-trait-static-lifetime, r=nikomatsakisManish Goregaokar-211/+724
2020-07-22Improve codegen for unchecked float casts on wasmAlex Crichton-20/+9
2020-07-22require type defaults to be after const generic parametersBastian Kauschke-0/+27
2020-07-22Change error code numberEsteban Küber-20/+19
2020-07-22rustdoc: Add explanation when linting against public to private item linksDennis Hamester-0/+4
2020-07-22rustdoc: Always warn when linking from public to private itemsDennis Hamester-5/+24
2020-07-22Auto merge of #74633 - davidtwco:issue-74614-disable-polymorphisation, r=wesl...bors-34/+62
2020-07-22Handle fully-qualified paths and add test casesEsteban Küber-16/+302
2020-07-22Use `ty::Instance::resolve` to identify `'static` bound sourceEsteban Küber-54/+49