about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-01-27Auto merge of #68447 - estebank:sugg-type-param, r=petrochenkovbors-13/+42
2020-01-27Auto merge of #68122 - Centril:stabilize-transparent-enums, r=petrochenkovbors-27/+31
2020-01-26Suggest defining type parameter when appropriateEsteban Küber-13/+42
2020-01-26rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr.Eduard-Mihai Burtescu-6/+6
2020-01-26Auto merge of #68545 - estebank:verbose-bound-display, r=petrochenkovbors-16/+16
2020-01-26Auto merge of #68522 - estebank:impl-trait-sugg-2, r=oli-obkbors-3/+202
2020-01-26Auto merge of #68517 - oli-obk:spaces2, r=nagisabors-33/+32
2020-01-25Auto merge of #68546 - JohnTitor:rollup-znuot4b, r=JohnTitorbors-0/+91
2020-01-26Rollup merge of #68498 - Aaron1011:tait-regression-tests, r=CentrilYuki Okushi-0/+81
2020-01-26Rollup merge of #68485 - kingslef:fix/test-60976, r=nikomatsakisYuki Okushi-0/+10
2020-01-25Use better bound names in `-Zverbose` modeEsteban Küber-16/+16
2020-01-25Revert suggestion window size changeEsteban Küber-4/+2
2020-01-25Auto merge of #68530 - estebank:abolish-ice, r=petrochenkovbors-1/+1
2020-01-25Auto merge of #68525 - tlively:emcc-codegen-sigsegv-66308, r=alexcrichtonbors-0/+8
2020-01-25Auto merge of #68516 - oli-obk:spaces, r=eddybbors-4/+4
2020-01-25Don't use spaces before type ascription like colonsOliver Scherer-33/+32
2020-01-25Auto merge of #68448 - maurer:dyn-cdylib, r=alexcrichtonbors-15/+55
2020-01-25Auto merge of #68269 - csmoe:temp, r=estebankbors-1/+43
2020-01-24Add some type-alias-impl-trait regression testsAaron Hill-0/+81
2020-01-24Do not ICE on multipart suggestions touching multiple filesEsteban Küber-1/+1
2020-01-25Rollup merge of #68511 - tmiasko:ignore-license, r=alexcrichtonYuki Okushi-34/+1
2020-01-25Rollup merge of #68504 - tmiasko:check-pass, r=alexcrichtonYuki Okushi-31/+31
2020-01-25Rollup merge of #68111 - varkor:const-generics-type_name, r=oli-obkYuki Okushi-0/+19
2020-01-24review commentsEsteban Küber-5/+5
2020-01-24Apply `resolve_vars_if_possible` to returned types for more accurate suggestionsEsteban Küber-6/+6
2020-01-24Increase suggestion code window from 6 lines to 20Esteban Küber-2/+4
2020-01-24Use more accurate return path spansEsteban Küber-31/+49
2020-01-24Add opt-level=0 to testThomas Lively-1/+1
2020-01-24Update LLVM to fix crash on Emscripten targetsThomas Lively-0/+8
2020-01-24Auto merge of #68494 - matthewjasper:internal-static-ptrs, r=nikomatsakisbors-0/+62
2020-01-24Print constants in `type_name` for const genericsvarkor-0/+19
2020-01-24Render const pointers in MIR more compactlyOliver Scherer-4/+4
2020-01-24Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichtonbors-4/+24
2020-01-24Rollup merge of #68479 - Tyg13:unused_parens_return, r=CentrilTyler Mandry-12/+31
2020-01-24Rollup merge of #68469 - ollie27:skip_count, r=sfacklerTyler Mandry-0/+8
2020-01-24Rollup merge of #68438 - Aaron1011:fix/tait-non-defining, r=estebankTyler Mandry-0/+27
2020-01-24Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwcoTyler Mandry-0/+42
2020-01-23Account for `ty::Error` when suggesting `impl Trait` or `Box<dyn Trait>`Esteban Küber-2/+183
2020-01-24Remove unused ignore-license directivesTomasz Miąsko-34/+1
2020-01-23Make pointers to statics internalMatthew Jasper-0/+62
2020-01-23rustc: Allow cdylibs to link against dylibsMatthew Maurer-15/+55
2020-01-23use `diagnostic_item` and modify wordingEsteban Küber-1/+1
2020-01-23add a test for #60976Tuomas Lappeteläinen-0/+10
2020-01-23Make drop-glue take advantage of -Zshare-generics.Michael Woerister-4/+24
2020-01-23unused-parens: implement for block return valuesTyler Lanphear-12/+31
2020-01-23Auto merge of #68298 - Mark-Simulacrum:binary-depdep-fix, r=petrochenkovbors-2/+7
2020-01-22Rollup merge of #68425 - phi-gamma:try-method, r=varkorTyler Mandry-1/+56
2020-01-22Rollup merge of #68410 - tmiasko:msan-lto, r=varkorTyler Mandry-21/+41
2020-01-22Rollup merge of #68388 - varkor:toogeneric-wf, r=eddybTyler Mandry-5/+22
2020-01-23Use check-pass mode for lint testsTomasz Miąsko-16/+16