about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-04Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1bors-0/+278
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-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-02replace Add by tupleMikhail Modin-18/+18
2017-11-02Auto merge of #45409 - tamird:suggest-match-default-bindings, r=nikomatsakisbors-14/+52
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-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
2017-11-02fix opt-mir test and remove false edge if no guardMikhail Modin-70/+74
2017-11-02add TerminatorKind::FalseEdges and use it in matchesMikhail Modin-0/+208
2017-11-01Remove the redundant span_label.laurent-4/+1
2017-11-01Auto merge of #45538 - nikomatsakis:nll-liveness, r=pnkfelixbors-2/+629
2017-11-01Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakisbors-0/+19
2017-11-01Auto merge of #45435 - eddyb:binop-subtype-lhs, r=nikomatsakisbors-2/+59
2017-11-01Rollup merge of #45660 - Cldfire:suggest-rename-import, r=estebankkennytm-0/+38
2017-11-01Rollup merge of #45650 - michaelwoerister:per-crate-type-symbol-threshold, r=...kennytm-2/+12
2017-11-01Rollup merge of #45646 - sinkuu:dead-code-alias-in-pat, r=arielb1kennytm-0/+18
2017-11-01Rollup merge of #45644 - zackmdavis:edit_disallowed_inner_attr_note, r=estebankkennytm-2/+1
2017-10-31Add UI testCldfire-0/+38
2017-11-01Improve display of error E0308 for structsJosh Leeb-du Toit-0/+30
2017-10-31Fix spans and error messages.laurent-5/+5
2017-10-31patch mir-opt reference filesNiko Matsakis-7/+13
2017-10-31WIP patch `compile-fail/nll/region-ends-after-if-condition.rs`Niko Matsakis-2/+16
2017-10-31change region display to `'_#Nr`, update the `newtype_index!` macroNiko Matsakis-14/+14
2017-10-31connect MIR borrowck with NLLNiko Matsakis-0/+180
2017-10-31add basic region subtyping inferenceSantiago Pastorino-0/+49
2017-10-31add reborrow constraintsSantiago Pastorino-0/+39
2017-10-31update the format of liveness debug dumps to be more readableNiko Matsakis-46/+23
2017-10-31add subregion between borrow region and resulting referenceNiko Matsakis-0/+50
2017-10-31preliminary support for may-dangle attribute and drop constraintsNiko Matsakis-0/+50
2017-10-31extend liveness to distinguish "drop" and "non-drop" usesNiko Matsakis-25/+94
2017-10-31introduce liveness constraints into NLL codeNiko Matsakis-0/+55
2017-10-31extend liveness to compute intrablock liveness and add unit testsNiko Matsakis-5/+18
2017-10-31factor out `pre_defs` field by going backwardsNiko Matsakis-0/+36
2017-10-31add a test for the subtle case around callsNiko Matsakis-0/+42