about summary refs log tree commit diff
path: root/src/test/run-pass/ignore-all-the-things.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-47/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+3
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-6/+5
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+1
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-30Remove all `i` suffixesTobias Bucher-8/+8
2014-09-08librustc: Feature gate subslice matching in non-tail positions.Patrick Walton-0/+2
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-8/+8
2013-11-28Register new snapshotsAlex Crichton-7/+5
2013-11-18Use '..' as slice wildcard in vectorsBrian Anderson-6/+12
2013-11-18Use '..' as multi-field wildcard in enums and structs.Brian Anderson-0/+44