about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-11-15Add/Modify tests for argument position impl TraitChristopher Vittal-22/+160
2017-11-15Add universal_impl_trait feature gateChristopher Vittal-1/+17
2017-11-15Add new error comparision to hide desugaringChristopher Vittal-13/+1
2017-11-15fix testMikhail Modin-2/+1
2017-11-15add `StorageDead` handlingMikhail Modin-0/+30
2017-11-15Auto merge of #45922 - vramana:fix-45702, r=nikomatsakisbors-9/+33
2017-11-15Auto merge of #45913 - sinkuu:mir-inlining-closure, r=arielb1bors-0/+42
2017-11-14Auto merge of #45821 - djzin:unreachable-match-arms, r=nikomatsakisbors-29/+82
2017-11-14Rollup merge of #45967 - matthewjasper:array-move-types, r=arielb1Guillaume Gomez-1/+6
2017-11-14Rollup merge of #45950 - fitzgen:update-unary-and-binary-exprs-test-to-use-in...Guillaume Gomez-112/+56
2017-11-14Rollup merge of #45941 - gaurikholkar:master, r=nikomatsakisGuillaume Gomez-60/+47
2017-11-14Rollup merge of #45815 - QuietMisdreavus:happy-little-notices, r=GuillaumeGomezGuillaume Gomez-2/+2
2017-11-14Fix testShotaro Yamada-19/+8
2017-11-14Handle closures correctly in MIR inliningShotaro Yamada-0/+53
2017-11-14add optimization codegen testsDjzin-0/+44
2017-11-14always add an unreachable branch on matches to give more info to llvm about w...Djzin-29/+38
2017-11-14Auto merge of #45915 - michaelwoerister:removed-nodes-in-try-mark-green, r=al...bors-0/+47
2017-11-14Auto merge of #45909 - sinkuu:issue-45885, r=arielb1bors-0/+38
2017-11-13Use the correct type for cannot move errormatthewjasper-1/+6
2017-11-13mir-borrowck: Test for `check_access_permissions()`Basile Desloges-1/+82
2017-11-13update codeblock-title test with new notice textQuietMisdreavus-2/+2
2017-11-13Auto merge of #45890 - arielb1:self-first, r=eddybbors-0/+35
2017-11-13fixing indentationgaurikholkar-12/+12
2017-11-13Auto merge of #45824 - dotdash:stack_pop, r=alexcrichtonbors-0/+34
2017-11-13Auto merge of #45810 - SimonSapin:ac-dc, r=aturonbors-2/+4
2017-11-13Rollup merge of #45952 - zackmdavis:singular_projection, r=estebankkennytm-0/+36
2017-11-13Rollup merge of #45927 - sinkuu:mir-borrowck-closure, r=estebankkennytm-0/+208
2017-11-12deduplicate projection error (E0271) messagesZack M. Davis-0/+36
2017-11-13Fix commentsShotaro Yamada-1/+1
2017-11-12incr: Make `unary_and_binary_exprs.rs` use `except`-style incremental checkingNick Fitzgerald-112/+56
2017-11-12Auto merge of #44167 - cengizIO:master, r=nikomatsakisbors-121/+79
2017-11-12update project-fn-test-invariant testCengiz Can-2/+2
2017-11-12update failing E0621 testsCengiz Can-6/+6
2017-11-12use BTreeMap for region constraintsCengiz Can-2/+2
2017-11-12Update fn-ret-invariant test assertionCengiz Can-2/+1
2017-11-12Improve SubSupConflict case with one named, one anonymous lifetime parameter ...Cengiz Can-115/+74
2017-11-12Auto merge of #45753 - sinkuu:mir_copyprop_arg, r=arielb1bors-0/+116
2017-11-12tidy fixesgaurikholkar-1/+1
2017-11-12Update LLVM to fix miscompiles with -Copt-level=z on WindowsBjörn Steinbrink-0/+34
2017-11-12Do not silence output in run-make/sanitizer-memorySimon Sapin-2/+4
2017-11-12update match-expressions.rsgaurikholkar-60/+47
2017-11-12Auto merge of #45900 - rkruppe:u128-to-f32-saturation-by-default, r=alexcrichtonbors-42/+61
2017-11-12Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1bors-22/+207
2017-11-12Auto merge of #45864 - nikomatsakis:issue-30046-infer-fn-once-in-closures, r=...bors-0/+77
2017-11-12MIR-borrowck: fix diagnostics for closuresShotaro Yamada-0/+208
2017-11-11Auto merge of #45775 - petrochenkov:patnopat, r=nikomatsakisbors-5/+36
2017-11-11Always report patterns more complex than `mut IDENT` as errorsVadim Petrochenkov-3/+1
2017-11-11Accept interpolated patterns in trait method parametersVadim Petrochenkov-4/+37
2017-11-11Rollup merge of #45877 - mikhail-m1:mir-borrowck-act-on-moved, r=arielb1Guillaume Gomez-3/+42
2017-11-11Auto merge of #45772 - leodasvacas:fix-auto-bounds-in-trait-objects, r=nikoma...bors-5/+8