about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-02-28Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakisManish Goregaokar-0/+1
2018-02-28Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichtoManish Goregaokar-1/+4
2018-02-28Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiynManish Goregaokar-3/+3
2018-02-28Rollup merge of #48355 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakisManish Goregaokar-0/+25
2018-02-28Rollup merge of #48548 - alexcrichton:msvc-linker-utf16, r=alexcrichtonkennytm-9/+37
2018-02-28Rollup merge of #48541 - varkor:inlined-main, r=michaelwoeristerkennytm-0/+12
2018-02-28Rollup merge of #48497 - scottmcm:more-restricted-termination, r=nikomatsakiskennytm-2/+5
2018-02-28Rollup merge of #48484 - glaubitz:powerpcspe-linux, r=alexcrichtonkennytm-0/+2
2018-02-28Rollup merge of #48473 - GuillaumeGomez:rustdoc-auto-trait-impl-fix, r=QuietM...kennytm-0/+26
2018-02-28Auto merge of #48056 - ExpHP:macro-commas, r=dtolnaybors-0/+589
2018-02-26Fix rebaseVadim Petrochenkov-233/+234
2018-02-26Update UI testsVadim Petrochenkov-365/+365
2018-02-26Implement opt-out from UI testing normalizationVadim Petrochenkov-0/+124
2018-02-26Update UI testsVadim Petrochenkov-6168/+6168
2018-02-26Encode linker arguments as UTF-16 on MSVC platformsMark Simulacrum-9/+37
2018-02-26Auto merge of #48337 - GuillaumeGomez:rustc-explain, r=estebankbors-0/+1285
2018-02-26Auto merge of #48082 - jseyfried:improve_struct_field_hygiene, r=petrochenkovbors-16/+42
2018-02-26Fix new testsGuillaume Gomez-3/+11
2018-02-26test: Run atomic-lock-free on powerpc-linux-gnuspeJohn Paul Adrian Glaubitz-0/+2
2018-02-25Ensure main() always has external linkagevarkor-0/+12
2018-02-25restore Subslice move out from array after elaborate drops and borrowckMikhail Modin-0/+25
2018-02-25Rollup merge of #48491 - glaubitz:s390x-linux, r=sanxiynkennytm-0/+2
2018-02-25Reduce error codes length when too much are thrownGuillaume Gomez-5/+131
2018-02-25Update ui testsGuillaume Gomez-0/+1151
2018-02-25Rollup merge of #48302 - mark-i-m:markim_macro-test, r=aturonkennytm-0/+80
2018-02-24Restrict the Termination impls to simplify stabilizationScott McMurray-2/+5
2018-02-24ignore-pretty on dyn trait testManish Goregaokar-0/+2
2018-02-24ignore-pretty for the macro-comma-support testMichael Lamparski-0/+2
2018-02-24Rollup merge of #48503 - petrochenkov:nort, r=Mark-SimulacrumManish Goregaokar-0/+286
2018-02-24Rollup merge of #48490 - petrochenkov:orpat, r=eddybManish Goregaokar-0/+70
2018-02-24Rollup merge of #48481 - Manishearth:dyn-paren, r=petrochenkovManish Goregaokar-5/+2
2018-02-24Rollup merge of #48448 - nikomatsakis:default-binding-mode-issue-46688, r=cra...Manish Goregaokar-0/+25
2018-02-24Rollup merge of #48441 - petrochenkov:exty, r=estebankManish Goregaokar-1/+7
2018-02-24Rollup merge of #48415 - QuietMisdreavus:traits-on-traits-on-traits, r=Manish...Manish Goregaokar-0/+36
2018-02-24Rollup merge of #48392 - estebank:string, r=petrochenkovManish Goregaokar-1/+18
2018-02-24Rollup merge of #48386 - withoutboats:nonstandard-style, r=ManishearthManish Goregaokar-0/+103
2018-02-24Rollup merge of #48197 - bobtwinkles:two_phase_borrow_on_ops, r=nikomatsakisManish Goregaokar-53/+48
2018-02-24Rollup merge of #47689 - davidtwco:issue-45157, r=nikomatsakisManish Goregaokar-0/+63
2018-02-24Rollup merge of #48061 - nikomatsakis:nll-do-not-run-mir-typeck-twice, r=eddybManish Goregaokar-414/+410
2018-02-24Rollup merge of #48356 - estebank:unsafe-without-braces, r=nikomatsakisManish Goregaokar-0/+26
2018-02-24Rollup merge of #48317 - ExpHP:unused-unsafe-is-no-fn, r=estebankManish Goregaokar-0/+39
2018-02-24Rollup merge of #48246 - estebank:ice, r=nikomatsakisManish Goregaokar-2/+34
2018-02-24Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddybManish Goregaokar-9/+70
2018-02-24Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakisManish Goregaokar-20/+157
2018-02-24Rollup merge of #47987 - Zoxc:rm-recursion-checking, r=eddybManish Goregaokar-98/+109
2018-02-24Remove directory `src/rt`Vadim Petrochenkov-0/+286
2018-02-24Fix auto trait impl rustdoc iceGuillaume Gomez-0/+26
2018-02-24test: Fix s390x-unknown-linux-gnu atomic-lock-free test not run for systemzJohn Paul Adrian Glaubitz-0/+2
2018-02-24Implement multiple patterns with `|` in `if let` and `while let`Vadim Petrochenkov-0/+70
2018-02-23Add testManish Goregaokar-5/+2