summary refs log tree commit diff
path: root/src/test/run-pass/overloaded-index-assoc-list.rs
AgeCommit message (Expand)AuthorLines
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-4/+4
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-04-06Fix testsNiko Matsakis-1/+1
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-5/+5
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-30Remove all `i` suffixesTobias Bucher-2/+2
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-1/+1
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-1/+5
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-4/+4
2014-11-05Implement new operator dispatch semantics.Niko Matsakis-0/+55