about summary refs log tree commit diff
path: root/src/librustdoc/attr_parser.rs
AgeCommit message (Expand)AuthorLines
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-3/+5
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-5/+3
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-3/+5
2012-12-29librustdoc: Fix a bunch of rustdoc tests. rs=bustagePatrick Walton-0/+3
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-1/+5
2012-12-17Change iter::find's closure to take a refErick Tryzelaar-1/+1
2012-12-13librustdoc: Try to unbreak the test. rs=burningPatrick Walton-2/+2
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-20rustdoc: Begin removing legacy modesBrian Anderson-5/+5
2012-11-20rustdoc: Remove legacy exportsBrian Anderson-8/+4
2012-11-14Camel case all the codemap types except spanBrian Anderson-1/+1
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-0/+150