about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-11-26Rollup merge of #46264 - scottmcm:mir-array-len, r=arielb1kennytm-0/+33
2017-11-26Auto merge of #46033 - sinkuu:const-enum-match-check, r=arielb1bors-0/+44
2017-11-26Auto merge of #45947 - estebank:match_default_bindings-arg-hint, r=arielb1bors-1/+32
2017-11-25InstCombine Len([_; N]) => const N in MIRScott McMurray-0/+33
2017-11-25rustc: Add support for some more x86 SIMD opsAlex Crichton-0/+53
2017-11-25Fix testEsteban Küber-2/+5
2017-11-25Auto merge of #46129 - kennytm:fix-46098-rustdoc-reexport-extern-type, r=Guil...bors-0/+66
2017-11-25Auto merge of #46008 - alexcrichton:update-llvm, r=Mark-Simulacrumbors-1/+51
2017-11-24std: Flag Windows TLS dtor symbol as #[used]Alex Crichton-0/+41
2017-11-24Use `get_parent_node` instead of using spansEsteban Küber-3/+3
2017-11-24Be more obvious when suggesting dereferenceEsteban Küber-0/+28
2017-11-24Auto merge of #46093 - scottmcm:lower-128-mir, r=nagisabors-0/+253
2017-11-24rustbuild: Update LLVM and enable ThinLTOAlex Crichton-1/+10
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-2098/+2162
2017-11-24Auto merge of #45946 - estebank:crate-conflict-diag, r=arielb1bors-19/+10
2017-11-24Add testShotaro Yamada-0/+44
2017-11-24Auto merge of #45942 - Menschenkindlein:master, r=estebankbors-0/+59
2017-11-23Rollup merge of #45635 - virgil-palanciuc:master, r=kennytmGuillaume Gomez-0/+39
2017-11-23Auto merge of #46087 - vramana:fix-46003, r=arielb1bors-2/+13
2017-11-23Fix borrowck compiler errors for upvars contain "spurious" dereferencesRamana Venkata-2/+13
2017-11-23Add module population and case of enum in place of expressionMaxim Zholobak-6/+25
2017-11-23Auto merge of #46054 - nikomatsakis:nll-master-to-rust-master-1, r=arielb1bors-0/+27
2017-11-23Auto merge of #46051 - cramertj:in-band-lifetimes, r=nikomatsakisbors-4/+625
2017-11-23Auto merge of #46024 - estebank:no-variant, r=petrochenkovbors-11/+102
2017-11-22Use multiline text for crate conflict diagnosticsEsteban Küber-19/+10
2017-11-22Add test to new branchesEsteban Küber-0/+15
2017-11-23Auto merge of #45721 - nikomatsakis:hir-tree, r=arielb1bors-0/+22
2017-11-22add some tests for the interaction with existential impl traitNiko Matsakis-1/+21
2017-11-22modify inherent impls test to indicate `TypeckTables` do not changeNiko Matsakis-4/+40
2017-11-22Implement in-band lifetime bindingsTaylor Cramer-0/+565
2017-11-22Auto merge of #46035 - oli-obk:use_suggestions, r=petrochenkovbors-22/+43
2017-11-22Auto merge of #45198 - oli-obk:fmt_args, r=sfacklerbors-0/+54
2017-11-22Auto merge of #44781 - QuietMisdreavus:doc-include, r=GuillaumeGomezbors-0/+94
2017-11-22Remove attributes and test comments accidentally left behind, add in span_mir...Paul Daniel Faria-2/+0
2017-11-22Fix failing testPaul Daniel Faria-3/+9
2017-11-22Check rvalue aggregates during check_stmt in tycheck, add initial, (not passi...Paul Daniel Faria-0/+23
2017-11-22Auto merge of #46040 - zilbuz:mir-misc, r=nikomatsakisbors-13/+13
2017-11-21Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1bors-25/+119
2017-11-21allow loading external files in documentationQuietMisdreavus-0/+94
2017-11-21Add test for #44953Virgil Palanciuc-0/+39
2017-11-22Rollup merge of #46157 - martinlindhe:master, r=kennytmkennytm-1/+1
2017-11-22Rollup merge of #46134 - GuillaumeGomez:negative-traits, r=QuietMisdreavuskennytm-0/+19
2017-11-22Rollup merge of #46120 - arielb1:def-debug, r=michaelwoeristerkennytm-10/+10
2017-11-22Rollup merge of #46103 - zackmdavis:dead_code_lint_should_say_never_construct...kennytm-9/+9
2017-11-22Rollup merge of #46052 - oli-obk:rendered_diagnostics_in_json, r=petrochenkovkennytm-16/+136
2017-11-22Rollup merge of #45987 - gaurikholkar:let-expr, r=michaelwoeristerkennytm-210/+36
2017-11-21fix some typosMartin Lindhe-1/+1
2017-11-21clean the Debug impl for CrateNum and DefIdAriel Ben-Yehuda-10/+10
2017-11-21Auto merge of #45771 - petrochenkov:crate, r=nikomatsakisbors-9/+101
2017-11-21Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddybbors-67/+219