about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-12-03Auto merge of #46384 - ollie27:rustdoc_inline_assoc, r=QuietMisdreavusbors-0/+105
2017-12-02Auto merge of #46382 - alexcrichton:thinlto-default, r=michaelwoeristerbors-10/+10
2017-12-02Auto merge of #46381 - estebank:expected-span, r=nikomatsakisbors-9/+3
2017-12-02Auto merge of #46347 - raventid:did-you-mean-increase-accuracy, r=estebankbors-0/+29
2017-12-02Auto merge of #46343 - jseyfried:fix_hygiene_bug, r=nrcbors-1/+65
2017-12-02Auto merge of #46326 - GuillaumeGomez:sidebar-text, r=QuietMisdreavusbors-0/+23
2017-12-02Auto merge of #46256 - estebank:suggest-deref, r=arielb1bors-21/+39
2017-12-02Auto merge of #45904 - sunjay:gat-parser, r=nikomatsakisbors-0/+355
2017-12-01Use suggestions instead of notes ref mismatchesEsteban Küber-21/+39
2017-12-02Rollup merge of #46412 - chrisduerr:issue-46380, r=QuietMisdreavuskennytm-0/+34
2017-12-02Rollup merge of #46405 - alexcrichton:fix-rustdoc, r=estebankkennytm-0/+15
2017-12-02Rollup merge of #46401 - alexcrichton:wasm-tests, r=arielb1kennytm-1/+0
2017-12-02Rollup merge of #46387 - chrisduerr:master, r=QuietMisdreavuskennytm-0/+13
2017-12-02Rollup merge of #45880 - arielb1:never-coerce, r=nikomatsakiskennytm-10/+41
2017-12-01Auto merge of #46236 - davidtwco:issue-46023, r=arielb1bors-0/+24
2017-12-01add magic comment for ui test, remove newlineJulian Kulesh-0/+1
2017-12-01Updated generic-associated-types-where stderrSunjay Varma-2/+2
2017-12-01Added case for when impl generic associated type has a where clauseSunjay Varma-0/+2
2017-12-01Moved all of the tests over to ui and annotated why they are failing with app...Sunjay Varma-35/+97
2017-12-01Removed FIXME on a line that actually works for some reason...Sunjay Varma-1/+0
2017-12-01Adding error line so that test passesSunjay Varma-0/+1
2017-12-01added must-compile-successfullySunjay Varma-0/+2
2017-12-01Testing and fixesSunjay Varma-45/+18
2017-12-01Parsing where clauses correctly and documenting the grammar being parsedSunjay Varma-1/+1
2017-12-01demonstrate how we can write "successful parse" tests quite easilyNiko Matsakis-0/+44
2017-12-01Added stderr files for ui testsSunjay Varma-0/+32
2017-12-01More testing for generic associated types parsingSunjay Varma-1/+72
2017-12-01Fixed tidy errorsSunjay Varma-0/+0
2017-12-01Adding feature gateSunjay Varma-0/+27
2017-12-01Added run-pass tests for associated generic typesSunjay Varma-0/+142
2017-12-01Auto merge of #45997 - estebank:pub-ident, r=nikomatsakisbors-7/+144
2017-12-01Auto merge of #45846 - pietroalbini:use-nested-groups, r=petrochenkovbors-4/+128
2017-12-01Auto merge of #46370 - michaelwoerister:rm-metadata-hashing, r=eddybbors-1117/+5
2017-11-30Added test for spurious cannot borrow immutable item error with a closureDavid Wood-0/+2
2017-11-30Added test for immutable unique closure upvar mutation.David Wood-0/+22
2017-12-01move comparator into +find_best_match_name+ functionJulian Kulesh-14/+28
2017-11-30Fix htmldocck namingChristian Duerr-2/+2
2017-11-30Hide trait impl with private trait type parameterChristian Duerr-0/+19
2017-11-30Show hidden items with rustdoc's document-privateChristian Duerr-0/+15
2017-11-30rustc: Filter out bogus extern crate warningsAlex Crichton-0/+15
2017-11-30rustc: Prepare to enable ThinLTO by defaultAlex Crichton-3/+3
2017-11-30Rename long test names to be a bit shorterAlex Crichton-7/+7
2017-11-30wasm: Update LLVM to fix a testAlex Crichton-1/+0
2017-11-30make coercions to `!` in unreachable code a hard errorAriel Ben-Yehuda-10/+41
2017-11-30Implement RFC 2128 (use_nested_groups)Pietro Albini-4/+128
2017-11-30Auto merge of #46226 - arielb1:special-region-obligation, r=nikomatsakisbors-0/+32
2017-11-30Auto merge of #46041 - zilbuz:issue-44837, r=arielb1bors-16/+39
2017-11-30Fix rustoc item summaries that are headersChristian Duerr-0/+13
2017-11-29rustdoc: Fix issues with cross-crate inlined associated itemsOliver Middleton-0/+105
2017-11-29Point to next token when it is in the expected lineEsteban Küber-9/+3