about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-03-06Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichtonkennytm-1/+0
2018-03-06Rollup merge of #48732 - debris:remove_powerpc64, r=alexcrichtonkennytm-10/+0
2018-03-06Rollup merge of #48573 - Amanieu:bitreverse2, r=sfacklerkennytm-1/+36
2018-03-06Rollup merge of #48546 - GuillaumeGomez:raw-string-error-note, r=estebankkennytm-0/+22
2018-03-06Rollup merge of #48432 - flip1995:lit_diag, r=oli-obkkennytm-0/+91
2018-03-06Rollup merge of #48403 - lukaslueg:casted, r=steveklabnikkennytm-14/+14
2018-03-06Add i128 tests for intrinsicsAmanieu d'Antras-1/+26
2018-03-05Fix procedural_mbe_matching test case after libsyntax change.Michael Woerister-1/+1
2018-03-05incr.comp.: Add regression test for detecting feature gate changes.Michael Woerister-0/+23
2018-03-04Auto merge of #48592 - spastorino:borrowed_value_error, r=nikomatsakisbors-12/+167
2018-03-04Remove useless powerpc64 entry from ARCH_TABLE, closes #47737debris-10/+0
2018-03-04Add note for unterminated raw string errorGuillaume Gomez-0/+22
2018-03-04Auto merge of #47832 - fintelia:vec-index, r=kennytmbors-7/+8
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-25/+1
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-1/+0
2018-03-02Rollup merge of #48641 - alexcrichton:no-hash-l-paths, r=michaelwoeristerManish Goregaokar-10/+68
2018-03-02Rollup merge of #48338 - estebank:match-missing-comma, r=petrochenkovManish Goregaokar-6/+68
2018-03-02Don't have Vec<T> delegate to [T]'s bounds for indexingJonathan Behrens-1/+1
2018-03-02Update compile fail test error messagesJonathan Behrens-4/+4
2018-03-02Update UI testJonathan Behrens-3/+4
2018-03-02Remove isize testflip1995-11/+1
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-3/+4
2018-03-01rustc: More stable hashes of command line argumentsAlex Crichton-10/+68
2018-03-01Make explain borrow work for Universal lifetimesSantiago Pastorino-12/+84
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-01Fix spelling s/casted/cast/Lukas Lueg-14/+14
2018-03-01Add ignore-pretty for issue-48506.rsRyan Cumming-0/+1
2018-03-01Adapt stderr of UI test to PR #48449flip1995-8/+8
2018-03-01Rewrite error reporting as requestedflip1995-17/+13
2018-03-01Suggest type for overflowing bin/hex-literalsflip1995-0/+105
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-28fix rebaseEsteban Küber-4/+4
2018-02-28Add bitreverse intrinsicAmanieu d'Antras-0/+10
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