summary refs log tree commit diff
path: root/src/librustdoc/util.rs
AgeCommit message (Expand)AuthorLines
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-1/+0
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-04-27only use #[no_core] in libcoreDaniel Micay-2/+0
2013-03-04Remove unused imports throughout src/Alex Crichton-2/+0
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-01rustdoc: Convert to pipesBrian Anderson-1/+0
2013-02-01rustdoc: Remove definitions of spawn_listener and spawn_conversationBrian Anderson-24/+0
2013-01-30rustdoc: De-modeBrian Anderson-2/+2
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-2/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+3
2012-12-14Rename core::comm to core::oldcommBrian Anderson-11/+11
2012-12-14Remove spawn_listener, spawn_conversationBrian Anderson-0/+23
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-27rustdoc: Make fold require Clone instead of CopyBrian Anderson-0/+9