about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-01-19Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakisMazdak Farrokhzad-0/+122
2019-01-19Make `str` indexing generic on `SliceIndex`.Alexis Hunt-40/+107
2019-01-19Rollup merge of #57698 - michaelwoerister:issue57692, r=ZoxcMazdak Farrokhzad-0/+17
2019-01-19Rollup merge of #57666 - pnkfelix:generalize-huge-enum-test-to-work-cross-pla...Mazdak Farrokhzad-5/+3
2019-01-19Rollup merge of #57610 - mark-i-m:nested-matchers, r=petrochenkovMazdak Farrokhzad-20/+243
2019-01-19Rollup merge of #57501 - petrochenkov:highvar, r=alexregMazdak Farrokhzad-0/+89
2019-01-19Fix lints in testsJohn Kåre Alsaker-0/+28
2019-01-19Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakisbors-10/+41
2019-01-19Auto merge of #56479 - mark-i-m:unsat, r=nikomatsakisbors-94/+89
2019-01-18Rollup merge of #57725 - estebank:parens, r=michaelwoeristerMazdak Farrokhzad-3/+9
2019-01-18Rollup merge of #57720 - dlrobertson:fix_57521, r=estebankMazdak Farrokhzad-2/+58
2019-01-18Rollup merge of #57657 - AB1908:regression-test-case, r=nikomatsakisMazdak Farrokhzad-0/+32
2019-01-18Rollup merge of #57650 - AB1908:master, r=petrochenkovMazdak Farrokhzad-0/+13
2019-01-18Rollup merge of #57635 - euclio:path-separators, r=michaelwoeristerMazdak Farrokhzad-15/+25
2019-01-18Rollup merge of #57350 - folex:master, r=estebankMazdak Farrokhzad-0/+4
2019-01-18Rollup merge of #57302 - sinkuu:unused_assignments_fp, r=estebankMazdak Farrokhzad-0/+9
2019-01-18Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakisMazdak Farrokhzad-0/+36
2019-01-18Auto merge of #57737 - Centril:rollup, r=Centrilbors-0/+26
2019-01-18Rollup merge of #57551 - petrochenkov:regrtest, r=nikomatsakisMazdak Farrokhzad-0/+26
2019-01-18Allow evaluating trivial drop glue in constantsOliver Scherer-0/+13
2019-01-18Point at return type when appropriateEsteban Küber-3/+16
2019-01-17Fix test after rebaseEsteban Küber-4/+6
2019-01-17Correct error location indicated by commentsKevin Leimkuhler-4/+4
2019-01-17Override `Iterator::is_sorted_by` in `slice::Iter` implLukas Kalbertodt-14/+4
2019-01-17Add is_sorted unstable documentationKevin Leimkuhler-3/+26
2019-01-17Add is_sorted impl for [T]Kevin Leimkuhler-1/+1
2019-01-17Add initial impl of is_sorted to IteratorKevin Leimkuhler-0/+35
2019-01-17Point at more cases involving return typesEsteban Küber-0/+3
2019-01-17Avoid pointing at multiple places on return type errorEsteban Küber-8/+2
2019-01-17Point more places where expectation comes fromEsteban Küber-2/+9
2019-01-17Do not give incorrect label for return type mismatchEsteban Küber-0/+117
2019-01-17Use structured suggestion to surround struct literal with parenthesisEsteban Küber-3/+9
2019-01-17fix compat-mode ui testMark Mansi-1/+1
2019-01-17Update testsMark Mansi-93/+88
2019-01-18Fix suggestions given mulitple bad lifetimesDan Robertson-2/+58
2019-01-17Bless test.Wesley Norris-2/+2
2019-01-17Minor changes to wording and formatting.Wesley Norris-3/+2
2019-01-17Bless test.Wesley Norris-2/+3
2019-01-18privacy: Account for associated existential typesVadim Petrochenkov-6/+33
2019-01-18Fix testsYuki Okushi-11/+67
2019-01-17Add signed num::NonZeroI* typesSimon Sapin-2/+2
2019-01-17compiletest: Simplify handling of Clang-based tests.Michael Woerister-3/+3
2019-01-17Add an end-to-end run-make test for cross-lang LTO.Michael Woerister-0/+69
2019-01-17Fix typo bug in DepGraph::try_mark_green().Michael Woerister-0/+17
2019-01-17Deny the `overflowing_literals` lint for all editionsOliver Middleton-17/+30
2019-01-17Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrumbors-62/+9
2019-01-17Add test for linking non-existent static libraryAB1908-0/+13
2019-01-16Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkovbors-2/+2
2019-01-16Fix error templateAB1908-1/+1
2019-01-16Prioritize variants as inherent associated items during name resolutionVadim Petrochenkov-0/+89