about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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-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
2017-11-21Auto merge of #45545 - durka:macro-backtrace, r=nrcbors-29/+95
2017-11-21Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM...bors-0/+60
2017-11-21Report special messages for path segment keywords in wrong positionsVadim Petrochenkov-10/+9
2017-11-21Support `::crate` in pathsVadim Petrochenkov-6/+99
2017-11-20Display negative traits implementationGuillaume Gomez-0/+19
2017-11-21Rollup merge of #46107 - nyanzebra:develop, r=kennytmkennytm-1/+1
2017-11-20address review commentsAlex Burka-30/+30
2017-11-20Auto merge of #45645 - fhartwig:39550, r=QuietMisdreavusbors-8/+8
2017-11-20Update ui test to rustc masterOliver Schneider-1/+0
2017-11-20Include rendered diagnostic in jsonOliver Schneider-16/+137
2017-11-20Add structured suggestions for proc macro use importsOliver Schneider-1/+0
2017-11-20Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturonbors-128/+435
2017-11-20Add structured suggestions for trait importsOliver Schneider-22/+44
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-128/+435
2017-11-19Fixes spelling error in COMPILER_TESTS.mdRobert T Baldwin-1/+1
2017-11-20Make rustdoc not include self-by-value methods from Deref targetFlorian Hartwig-8/+8
2017-11-19use -Z flag instead of env varAlex Burka-30/+30
2017-11-19update UI testsAlex Burka-29/+29
2017-11-19add UI testAlex Burka-0/+66
2017-11-19Auto merge of #45225 - eddyb:trans-abi, r=arielb1bors-90/+207
2017-11-19Revert "tests: Update run-make/issue-25581 to reflect how fat pointers are pa...Eduard-Mihai Burtescu-4/+9
2017-11-19mir-borrowck: Remove parens in the lvalue description of a derefBasile Desloges-13/+13
2017-11-19dead code lint to say "never constructed" for variantsZack M. Davis-9/+9
2017-11-19rustc_trans: work around i686-pc-windows-msvc byval align LLVM bug.Eduard-Mihai Burtescu-3/+3
2017-11-19fix closure inlining by spilling arguments to a temporaryNiko Matsakis-2/+54
2017-11-19Don't glob-import overlapping variant names in test/codegen/match-optimizes-a...Eduard-Mihai Burtescu-11/+9
2017-11-19rustc: extend the niche-filling enum optimization past 2 variants.Eduard-Mihai Burtescu-0/+37
2017-11-19rustc: unpack scalar pair newtype layout ABIs.Eduard-Mihai Burtescu-1/+1
2017-11-19rustc: unpack scalar newtype layout ABIs.Eduard-Mihai Burtescu-5/+5
2017-11-19rustc: encode scalar pairs in layout ABI.Eduard-Mihai Burtescu-10/+7
2017-11-19rustc_trans: compute better align/dereferenceable attributes from pointees.Eduard-Mihai Burtescu-6/+6
2017-11-19rustc: optimize out uninhabited types and variants.Eduard-Mihai Burtescu-0/+23
2017-11-19rustc: generalize layout::Variants::NicheFilling to niches other than 0.Eduard-Mihai Burtescu-2/+32
2017-11-19rustc_trans: go through layouts uniformly for fat pointers and variants.Eduard-Mihai Burtescu-14/+13