about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt-2/+2
2017-11-03Auto merge of #45484 - oli-obk:lint_names, r=nikomatsakisbors-1/+1
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-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-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
2017-10-31execute liveness, write a simple testNiko Matsakis-0/+47
2017-10-31rustc_typeck: use subtyping on the LHS of binops.Eduard-Mihai Burtescu-2/+59
2017-10-31Add regression test for symbol visibility when compiling rlib+cdylib in one s...Michael Woerister-2/+12
2017-10-31save-analysis: support unionsNick Cameron-0/+5
2017-10-31Auto merge of #45551 - michaelwoerister:fix-hir-depnodes-and-ich, r=nikomatsakisbors-40/+82
2017-10-31Count type aliases in patternssinkuu-0/+18
2017-10-30edit and fix bad spacing of inner-attribute-not-allowed noteZack M. Davis-2/+1
2017-10-30typeck: suggest use of match_default_bindings featureTamir Duberstein-14/+52
2017-10-30Auto merge of #45603 - joshleeb:iss42106, r=estebankbors-0/+28
2017-10-30Move issue-42106 test from compile-fail to uiJosh Leeb-du Toit-1/+13
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-11/+29
2017-10-29Add test for fix duplicate display of E0502Josh Leeb-du Toit-0/+16
2017-10-28Auto merge of #45489 - oli-obk:json_diagnostics, r=petrochenkovbors-2/+25
2017-10-28Auto merge of #44295 - plietar:extern-types, r=arielb1bors-0/+364
2017-10-28Auto merge of #45503 - thombles:tk/i44339-v5, r=petrochenkovbors-3/+28
2017-10-27Implement RFC 1861: Extern typesPaul Lietar-0/+364
2017-10-26Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1bors-143/+45
2017-10-26incr.comp.: Update overflow-check logic in HIR hashing.Michael Woerister-40/+82
2017-10-26Auto merge of #45380 - dotdash:arg_copies, r=arielb1bors-113/+92
2017-10-26Avoid unnecessary copies of arguments that are simple bindingsBjörn Steinbrink-113/+92
2017-10-26Auto merge of #45488 - oli-obk:ctfe_resolve, r=eddybbors-0/+28