summary refs log tree commit diff
path: root/src/test/run-pass/regions-lifetime-static-items-enclosing-scopes.rs
AgeCommit message (Expand)AuthorLines
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-2/+2
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-1/+0
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-01-29Fixes temporary lifetime computation for static itemsFlavio Percoco-0/+28