about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-11-07Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavusbors-0/+25
2017-11-06Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1bors-0/+85
2017-11-06Auto merge of #45737 - oli-obk:json, r=petrochenkovbors-5/+383
2017-11-06Adjust json errors to byte changesOliver Schneider-32/+32
2017-11-05Auto merge of #45723 - sinkuu:ice_45493, r=arielb1bors-0/+26
2017-11-05Auto merge of #45072 - nikomatsakis:issue-38714, r=arielb1bors-22/+442
2017-11-05Fix MIR inlining panic in generic functionsinkuu-0/+26
2017-11-05Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr...bors-2/+2
2017-11-05Auto merge of #45754 - scottmcm:checked-npot, r=dtolnaybors-0/+60
2017-11-05Auto merge of #45748 - petrochenkov:short, r=alexcrichtonbors-1/+1
2017-11-04rustc: Handle some libstd symbole exports betterAlex Crichton-0/+33
2017-11-04Auto merge of #45711 - tirr-c:unicode-span, r=estebankbors-2/+67
2017-11-04Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkovbors-0/+482
2017-11-04Ignoring pretty print for test due to #37199David Wood-0/+2
2017-11-04Rollup merge of #45746 - GuillaumeGomez:methods-doc-test, r=steveklabnikkennytm-0/+30
2017-11-04Rollup merge of #45639 - LaurentMazare:master, r=petrochenkovkennytm-0/+23
2017-11-03Add overflow tests for next_power_of_twoScott McMurray-0/+60
2017-11-04Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1bors-0/+278
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt-2/+2
2017-11-03Shorten paths to auxiliary files created by testsVadim Petrochenkov-1/+1
2017-11-03Added tests for RFC 2008.David Wood-0/+480
2017-11-03Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakisbors-10/+143
2017-11-03Fix unsafe auto trait pretty print.leonardo.yvens-0/+2
2017-11-03Update pretty test for auto trait syntax.leonardo.yvens-3/+1
2017-11-03Parse auto traits the same as traits.leonardo.yvens-60/+35
2017-11-03Fix tests and rebase conflictleonardo.yvens-0/+6
2017-11-03auto trait future compatibility lintleonardo.yvens-0/+43
2017-11-03Add tests for `auto trait`, fix parsing bugleonardo.yvens-0/+109
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-8/+8
2017-11-03Add tests for methods listing in rust docsGuillaume Gomez-0/+30
2017-11-03Auto merge of #45569 - zackmdavis:unexported_pub_lint, r=petrochenkovbors-0/+411
2017-11-03Don't add a new -Z flag, reuse -Zunstable-optionsOliver Schneider-2/+2
2017-11-03Pretty print json in ui testsOliver Schneider-5/+383
2017-11-02unreachable-pub lint for `pub` items not reachable from crate rootZack M. Davis-0/+411
2017-11-03Auto merge of #45484 - oli-obk:lint_names, r=nikomatsakisbors-1/+1
2017-11-02fallback to provided signature in the event of a type errorNiko Matsakis-22/+5
2017-11-02new rules for merging expected/supplied types in closure signaturesNiko Matsakis-4/+441
2017-11-03Display spans correctly when there are non-half-width charactersWonwoo Choi-2/+67
2017-11-02replace Add by tupleMikhail Modin-18/+18
2017-11-02Auto merge of #45409 - tamird:suggest-match-default-bindings, r=nikomatsakisbors-14/+52
2017-11-02emit less info when we warnNiko Matsakis-1/+1
2017-11-02trace span info for constraints and report errorsNiko Matsakis-5/+51
2017-11-02add `mir-opt/named-lifetimes-basic.rs`Niko Matsakis-0/+34
2017-11-02Auto merge of #45647 - nrc:rls-bugs, r=eddybbors-0/+5
2017-11-02Report lint names in json diagnosticsOliver Schneider-1/+1
2017-11-02extend NLL regions to include free region indices and add outlivesNiko Matsakis-0/+5
2017-11-02Auto merge of #45630 - joshleeb:iss35241, r=estebankbors-0/+30
2017-11-02change mir stage in testMikhail Modin-7/+7
2017-11-02add one more sampleMikhail Modin-6/+68
2017-11-02fix pre binding false edgesMikhail Modin-79/+83