about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-07-22Auto merge of #52368 - GuillaumeGomez:intra_doc_link_resolution_failure-docum...bors-0/+39
2018-07-22Auto merge of #52359 - matthewjasper:combine-move-error-reporting, r=pnkfelixbors-35/+36
2018-07-22Auto merge of #52394 - estebank:println, r=oli-obkbors-78/+201
2018-07-21Only run the test on x86_64Scott McMurray-0/+1
2018-07-21Do not suggest using `to_owned()` on `&str += &str`Esteban Küber-11/+2
2018-07-21Don't use SIMD in mem::swap for types smaller than the block sizeScott McMurray-0/+26
2018-07-21Fix tidy by adding new feature gate testEsteban Küber-0/+24
2018-07-21fix logic bugEsteban Küber-0/+0
2018-07-22Add "self" intra-link supportGuillaume Gomez-0/+39
2018-07-21Auto merge of #52115 - Dylan-DPC:feature/nll-liveness-regions, r=nikomatsakisbors-244/+0
2018-07-21don't spawn processes on wasmOliver Schneider-0/+2
2018-07-21Suggest space separated format str literalEsteban Küber-2/+2
2018-07-21Attach deprecation lint `proc_macro_derive_resolution_fallback` to a specific...Vadim Petrochenkov-0/+16
2018-07-21Auto merge of #51959 - tmandry:make-implied-outlives-query, r=nikomatsakisbors-4/+106
2018-07-21update testsMatthew Jasper-11/+28
2018-07-21Add specific message when moving from upvars in a non-FnOnce closureMatthew Jasper-24/+8
2018-07-21do not overwrite child def-id in place but rather remove/insertNiko Matsakis-0/+42
2018-07-21Auto merge of #52405 - matthewjasper:mutability-errors, r=pnkfelixbors-88/+1128
2018-07-21delete testsdylan_DPC-110/+0
2018-07-21we now get 2 extra mismatched type errorsNiko Matsakis-4/+69
2018-07-21add regression test for #52078Niko Matsakis-0/+37
2018-07-21Auto merge of #52555 - petrochenkov:mresfact, r=alexcrichtonbors-0/+93
2018-07-21Auto merge of #52535 - alexcrichton:update-stdsimd, r=Mark-Simulacrumbors-1/+0
2018-07-21remove unwanted tests and a reference to it in commentsdylan_DPC-134/+0
2018-07-20Update stdsimd to undo an accidental stabilizationAlex Crichton-1/+0
2018-07-21Auto merge of #52536 - alexcrichton:attr-spans, r=nikomatsakisbors-0/+88
2018-07-20fix grep test looking for newlineEsteban Küber-1/+1
2018-07-21Rollup merge of #52539 - alexcrichton:two-attrs, r=petrochenkovkennytm-0/+46
2018-07-21Rollup merge of #52527 - ljedrz:cleanup_13973, r=oli-obkkennytm-10/+0
2018-07-21Rollup merge of #52526 - ljedrz:cleanup_18800, r=alexcrichtonkennytm-1/+0
2018-07-20Update tests for new NLL mutability errorsMatthew Jasper-88/+1128
2018-07-20Add trailing newlineOliver Schneider-1/+1
2018-07-20Add testOliver Schneider-0/+35
2018-07-20Fix new testEsteban Küber-2/+2
2018-07-20Reword when `_` couldn't be inferredEsteban Küber-14/+14
2018-07-20add failure-status to rustdoc doctest ui testQuietMisdreavus-9/+10
2018-07-20normalize test output so it can be run from repo rootQuietMisdreavus-10/+14
2018-07-20update stdout file with test path normalizationQuietMisdreavus-10/+10
2018-07-20report doctest compile failures correctlyQuietMisdreavus-3/+19
2018-07-20add ui test for failing doctestQuietMisdreavus-0/+40
2018-07-20Properly scope label resolutionOliver Schneider-0/+91
2018-07-20Auto merge of #52498 - oli-obk:const_prop, r=nikomatsakisbors-1/+27
2018-07-20For some reason, on my linux box, using `-Zverbose` here is causing a linker ...Felix S. Klock II-1/+1
2018-07-20Regression test for issue.Felix S. Klock II-0/+88
2018-07-20resolve: Fully prohibit shadowing of in-scope names by globs in macro pathsVadim Petrochenkov-0/+93
2018-07-20Auto merge of #52467 - alexcrichton:lints-and-macros, r=Manishearthbors-0/+79
2018-07-20Remove duplicate E0396 testsljedrz-10/+0
2018-07-20Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddybbors-46/+27
2018-07-19Rebase and fix text changed by masterEsteban Küber-1/+5
2018-07-19Use correct spans for format string errorsEsteban Küber-8/+82