about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-3/+4
2018-03-01Rollup merge of #48610 - ishitatsuyuki:ishitatsuyuki-patch-1, r=nikomatsakisManish Goregaokar-0/+43
2018-03-01Rollup merge of #48585 - stjepang:stabilize-localkey-try_with, r=alexcrichtonManish Goregaokar-7/+5
2018-03-01Rollup merge of #48572 - alexcrichton:noexcept-msvc2, r=eddybManish Goregaokar-0/+73
2018-03-01Rollup merge of #48522 - etaoins:fix-find-width-of-character-at-span-bounds-c...Manish Goregaokar-0/+44
2018-03-01Rollup merge of #48500 - petrochenkov:parpat, r=nikomatsakisManish Goregaokar-3/+29
2018-03-01Rollup merge of #48446 - mark-i-m:e0245, r=mark-i-mManish Goregaokar-2/+9
2018-03-01Auto merge of #46785 - leodasvacas:type-check-defaults-at-declaration, r=niko...bors-0/+143
2018-03-01Add ignore-pretty for issue-48506.rsRyan Cumming-0/+1
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-03-01Support parentheses in patterns under feature gateVadim Petrochenkov-3/+29
2018-02-28rustc: Tweak funclet cleanups of ffi functionsAlex Crichton-0/+73
2018-02-28Fix a few run-pass testsStjepan Glavina-8/+5
2018-02-28Remove E0245; improve E0404 explanationMark Mansi-2/+9
2018-02-28Update issue-48551.rsNiko Matsakis-0/+3
2018-02-28Update UI testleonardo.yvens-10/+11
2018-02-28Check only concrete defaults for well formednessleonardo.yvens-26/+15
2018-02-28Check only predicates with a single param with a concrete default.leonardo.yvens-60/+18
2018-02-28Add tests for dependent defaults.leonardo.yvens-1/+16
2018-02-28Check WF of predicates with defaults only if all params have defaultsleonardo.yvens-19/+35
2018-02-28Check WF of predicate with defaults only if all in LHS have defaultleonardo.yvens-51/+31
2018-02-28Expand comments, address nits.leonardo.yvens-5/+38
2018-02-28Go back to checking only the LHS of trait predicates.leonardo.yvens-19/+42
2018-02-28default WF: Substitute defaults individually in the clauses.leonardo.yvens-1/+25
2018-02-28Check WF of defaults even when there are no bounds.leonardo.yvens-15/+25
2018-02-28Type check defaults.leonardo.yvens-0/+94
2018-02-28Add regression test for #48551Tatsuyuki Ishi-0/+40
2018-02-28Stabilize LocalKey::try_withStjepan Glavina-0/+1
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-26Add test for #48508Ryan Cumming-0/+43
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