about summary refs log tree commit diff
path: root/src/librustdoc/attr_pass.rs
AgeCommit message (Expand)AuthorLines
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-4/+6
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-6/+4
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-4/+6
2013-01-04Rename option::get_default => get_or_default, get_zero => get_or_zeroTim Chevalier-1/+1
2012-12-29librustdoc: Fix a bunch of rustdoc tests. rs=bustagePatrick Walton-0/+5
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+8
2012-12-13Rename Send trait to OwnedBrian Anderson-1/+1
2012-12-05librustc: Hook borrow check loan checking up to the moves-based-on-type infra...Patrick Walton-3/+4
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ...Patrick Walton-1/+1
2012-11-20rustdoc: Begin removing legacy modesBrian Anderson-13/+13
2012-11-20rustdoc: Remove legacy exportsBrian Anderson-3/+1
2012-11-14librustc: Require the #[derivable] attribute, remove the significance of "imp...Patrick Walton-10/+5
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-0/+307