about summary refs log tree commit diff
path: root/src/test/run-pass/dst-index.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-42/+0
2018-08-05Fix run-pass-fulldeps testsvarkor-3/+0
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+4
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-2/+2
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-5/+5
2015-01-06More test fixesAlex Crichton-3/+4
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-05Remove use of associated_types feature gate from tests.Huon Wilson-2/+0
2015-01-03fix rpass/cfail testsJorge Aparicio-2/+8
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-1/+1
2014-10-31Add regression test for #18487Brian Koropoff-0/+37