about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-08-04Auto merge of #74850 - TimDiekmann:remove-in-place-alloc, r=Amanieubors-17/+11
2020-08-04Auto merge of #75126 - JohnTitor:rollup-aejluzx, r=JohnTitorbors-27/+104
2020-08-04Rollup merge of #75084 - Aaron1011:stabilize/ident-new-raw, r=petrochenkovYuki Okushi-0/+61
2020-08-04Rollup merge of #75083 - JohnTitor:follow-up-unused-braces, r=lcnrYuki Okushi-24/+17
2020-08-04Rollup merge of #75056 - Veykril:path_statements_lint, r=oli-obkYuki Okushi-3/+26
2020-08-03Auto merge of #74695 - alexcrichton:more-wasm-float-cast-fixes, r=nagisabors-24/+24
2020-08-03Auto merge of #74526 - erikdesjardins:reftrack, r=Mark-Simulacrumbors-1/+8
2020-08-03Stabilize Ident::new_rawAaron Hill-0/+61
2020-08-03Auto merge of #75076 - tmiasko:simplify-goto, r=oli-obkbors-0/+7
2020-08-03Auto merge of #75068 - petrochenkov:ignore-debinfo, r=Mark-Simulacrumbors-0/+1
2020-08-03Do not trigger `unused_braces` for `while let`Yuki Okushi-24/+17
2020-08-03Merge branch 'master' into remove-in-place-allocTim Diekmann-1479/+2331
2020-08-02Auto merge of #74948 - lzutao:stalize-result-as-deref, r=dtolnaybors-45/+3
2020-08-03Fix change detection in CfgSimplifier::collapse_goto_chainTomasz Miąsko-0/+7
2020-08-02Rollup merge of #75064 - petrochenkov:llvmtarg, r=Mark-SimulacrumManish Goregaokar-2/+18
2020-08-02Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPCManish Goregaokar-5/+5
2020-08-02Rollup merge of #75031 - JohnTitor:unused-parens-braces-yield, r=lcnrManish Goregaokar-0/+95
2020-08-02Rollup merge of #74980 - davidtwco:issue-74745-pprust-regression-test, r=petr...Manish Goregaokar-2/+5
2020-08-02tests: Ignore src/test/debuginfo/rc_arc.rs on WindowsVadim Petrochenkov-0/+1
2020-08-02Lint path statements to use drop for drop typesLukas Wirth-3/+26
2020-08-02Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkovbors-35/+139
2020-08-02compiletest: Support ignoring tests requiring missing LLVM componentsVadim Petrochenkov-2/+18
2020-08-03Recover strictness for `yield`Yuki Okushi-7/+59
2020-08-02fix typosliuzhenyu-5/+5
2020-08-02tests: add regression test for #74745David Wood-0/+5
2020-08-02pprust: adjust mixed comment printingDavid Wood-2/+0
2020-08-02Auto merge of #74210 - estebank:type-ascriptomatic, r=petrochenkovbors-101/+82
2020-08-02Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkovbors-733/+733
2020-08-01Rollup merge of #74992 - lcnr:fix-generic-param-order, r=GuillaumeGomezManish Goregaokar-2/+2
2020-08-02Do not trigger `unused_{braces,parens}` lints with `yield`Yuki Okushi-0/+43
2020-08-01Auto merge of #74582 - Lezzz:rename-hair, r=nikomatsakisbors-29/+29
2020-08-01Auto merge of #74945 - dingxiangfei2009:promote-static-ref-deref, r=oli-obkbors-0/+34
2020-08-01Auto merge of #74717 - davidtwco:issue-74636-polymorphized-closures-inherited...bors-0/+17
2020-08-01Rollup merge of #74991 - JulianKnodt:74199, r=lcnrYuki Okushi-0/+177
2020-07-31Rename HAIR to THIR (Typed HIR).Valentin Lazureanu-29/+29
2020-07-31fix rustdoc generic param orderBastian Kauschke-2/+2
2020-07-31Removed error check in order to prevent ICEkadmin-0/+177
2020-07-31Reduce verbosity of some type ascription errorsEsteban Küber-101/+82
2020-07-31interp: needs_subst -> ensure_monomorphic_enoughDavid Wood-0/+17
2020-07-31Add the proper testsDing Xiang Fei-1/+12
2020-07-31Auto merge of #74956 - ecstatic-morse:const-option-unwrap, r=oli-obkbors-0/+34
2020-07-31Stabilize as_deref and as_deref on ResultLzu Tao-7/+3
2020-07-31Remove as_deref_err and as_deref_mut_err from ResultLzu Tao-38/+0
2020-07-31Auto merge of #74926 - Manishearth:rename-lint, r=jyn514bors-51/+51
2020-07-31Fix ICEs with `@ ..` bindingYuki Okushi-2/+139
2020-07-31Revert "Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern"Yuki Okushi-33/+0
2020-07-30Test `Option::unwrap` in a const contextDylan MacKenzie-0/+34
2020-07-30Rollup merge of #74934 - nbdd0121:issue-73976, r=ecstatic-morseManish Goregaokar-8/+8
2020-07-31Add comments to explain the test case and the special treatmentDing Xiang Fei-1/+9
2020-07-30Fix uitestsManish Goregaokar-5/+5