about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-23Rollup merge of #48221 - rkruppe:improve-ctypes-lint, r=estebankManish Goregaokar-30/+212
2018-02-23Rollup merge of #48123 - nikomatsakis:issue-47244-expected-num-args, r=estebankManish Goregaokar-0/+43
2018-02-23Rollup merge of #48083 - jseyfried:improve_tuple_struct_field_access_hygiene,...Manish Goregaokar-0/+30
2018-02-23Rollup merge of #48072 - cramertj:impl-trait-lifetime-res, r=nikomatsakisManish Goregaokar-0/+8
2018-02-23Rollup merge of #47933 - Zoxc:plugin-panics, r=nikomatsakisManish Goregaokar-2/+3
2018-02-23update test -- we now give a slightly different errorNiko Matsakis-3/+0
2018-02-23Auto merge of #47799 - topecongiro:fix-span-of-visibility, r=petrochenkovbors-6/+4
2018-02-23Auto merge of #48052 - eddyb:deggregate, r=nikomatsakisbors-24/+28
2018-02-22move test to the proper directory and test #[bench]Niko Matsakis-0/+15
2018-02-22delete this test file: it also appears asNiko Matsakis-17/+0
2018-02-22add test for `fn main() -> !`Niko Matsakis-0/+17
2018-02-22move Termination trait to std::processNiko Matsakis-2/+2
2018-02-22put the "unit test" logic into libtestNiko Matsakis-2/+2
2018-02-22begin crate-relative paths with `crate`Niko Matsakis-0/+21
2018-02-22support unit tests with return values that implement `Terminaton`Niko Matsakis-0/+28
2018-02-21Rollup merge of #48382 - GuillaumeGomez:fix-rustdoc-test-panic, r=estebankGuillaume Gomez-0/+23
2018-02-21Rollup merge of #48335 - Manishearth:shortcut-links, r=QuietMisdreavusGuillaume Gomez-0/+12
2018-02-21Rollup merge of #48198 - csmoe:inform_type_annotations, r=estebankGuillaume Gomez-41/+16
2018-02-20Fix rustdoc test ICEGuillaume Gomez-0/+23
2018-02-20Do not run the default panic hook inside procedural macros. Fixes #47812John Kåre Alsaker-2/+3
2018-02-19Sort synthetic impls bounds before renderingAaron Hill-5/+5
2018-02-20rustc_mir: optimize the deaggregator's expansion of statements.Eduard-Mihai Burtescu-11/+15
2018-02-20rustc_mir: don't run the deaggregator on arrays for now.Eduard-Mihai Burtescu-2/+1
2018-02-20test: use the right amount of CGUs in sepcomp-cci-copies to ensure determinis...Eduard-Mihai Burtescu-1/+3
2018-02-20rustc_mir: always run the deaggregator.Eduard-Mihai Burtescu-10/+10
2018-02-20rustc_mir: handle all aggregate kinds in the deaggregator.Eduard-Mihai Burtescu-3/+2
2018-02-18Add testManish Goregaokar-0/+12
2018-02-18Remove extra space in testAaron Hill-2/+2
2018-02-18Generate documentation for auto-trait implsAaron Hill-4/+247
2018-02-18Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkorGuillaume Gomez-36/+36
2018-02-18Rollup merge of #48274 - GuillaumeGomez:remove-hoedown, r=QuietMisdreavusGuillaume Gomez-2/+0
2018-02-18Auto merge of #47544 - U007D:master, r=nikomatsakisbors-0/+54
2018-02-18fix tyvar_behind_raw_pointer error codecsmoe-1/+1
2018-02-17fix more typos found by codespell.Matthias Krüger-36/+36
2018-02-18Fix up tests and typosSeiichi Uchida-6/+4
2018-02-17Merge branch 'master' into inform_type_annotationsmoe-698/+377
2018-02-17fix stderrcsmoe-3/+5
2018-02-17Rollup merge of #48095 - QuietMisdreavus:doctest-assembly, r=GuillaumeGomezGuillaume Gomez-2/+2
2018-02-17Auto merge of #47926 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakisbors-0/+135
2018-02-17Auto merge of #47917 - davidtwco:issue-47703, r=nikomatsakisbors-0/+61
2018-02-16Remove hoedown from rustdocGuillaume Gomez-2/+0
2018-02-16Auto merge of #46714 - leodasvacas:refactor-structurally-resolve-type, r=niko...bors-0/+20
2018-02-16Auto merge of #45404 - giannicic:defaultimpl2, r=nikomatsakisbors-698/+94
2018-02-15[improper_ctypes] Don't suggest raw pointers when encountering trait objectsRobin Kruppe-2/+0
2018-02-15[improper_ctypes] Point at definition of non-FFI-safe type if possibleRobin Kruppe-0/+15
2018-02-15[improper_ctypes] Suggest repr(transparent) for structsRobin Kruppe-5/+5
2018-02-15[improper_ctypes] Overhaul primary labelRobin Kruppe-80/+80