about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-02-24Remove directory `src/rt`Vadim Petrochenkov-0/+286
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-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-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
2018-02-15[improper_ctypes] Stop complaining about repr(usize) and repr(isize) enumsRobin Kruppe-0/+12
2018-02-15[improper_ctypes] Use a 'help:' line for possible fixesRobin Kruppe-15/+44
2018-02-15Convert compile-fail/lint-ctypes.rs to ui testRobin Kruppe-0/+128
2018-02-15add Self: Trait<..> inside the param_env of a default implGianni Ciccarelli-1/+17
2018-02-14Added tests for #47703David Wood-0/+61
2018-02-14Rollup merge of #48154 - estebank:issue-31481, r=nikomatsakiskennytm-0/+27
2018-02-14Rollup merge of #48033 - GuillaumeGomez:better-char-cast-message, r=estebankkennytm-0/+40
2018-02-14inform type annotationscsmoe-39/+12
2018-02-13Auto merge of #47804 - retep007:recursive-requirements, r=pnkfelixbors-0/+41
2018-02-12changed termination_trait's bound from Error to Debug; added compiletest head...Brad Gibson-0/+54