summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-09-14rustdoc: fix fallout from using ptr::P.Eduard Burtescu-53/+42
2014-09-08rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-16/+18
2014-09-07Changed addl_lib_search_paths from HashSet to Vecinrustwetrust-3/+3
2014-07-25rustdoc: Add a --target flagAlex Crichton-3/+6
2014-07-21rustdoc: Add an --extern flag analagous to rustc'sTom Jakubowski-3/+6
2014-07-21rustc: Pass optional additional plugins to compile_inputBrian Anderson-1/+1
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-1/+1
2014-07-05rustc: Default #[crate_name] on input, not outputAlex Crichton-5/+2
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-3/+11
2014-06-30rustdoc: incorporate stability index throughoutAaron Turon-1/+14
2014-06-24Convert builtin lints to uppercase names for style consistencyKeegan McAllister-1/+1
2014-06-24Store the registered lints in the SessionKeegan McAllister-2/+4
2014-06-24Replace enum LintId with an extensible alternativeKeegan McAllister-1/+3
2014-06-24Move lint.rs out of middleKeegan McAllister-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-0/+1
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-3/+3
2014-06-09Implement #[plugin_registrar]Keegan McAllister-3/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-31rustdoc: Suck in all impls from external cratesAlex Crichton-0/+2
2014-05-27rustdoc: Only link to local inlined foreign itemsAlex Crichton-0/+6
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-5/+5
2014-05-22rustdoc: Fill in external trait methodsAlex Crichton-1/+13
2014-05-21rustc: rename the lint `level` enum for style.Huon Wilson-1/+1
2014-05-19rustc: Add official support for weak failureAlex Crichton-1/+1
2014-05-15Add compiler flag to configure output coloringHanno Braun-1/+1
2014-05-12librustdoc: Remove all `~str` usage from librustdoc.Patrick Walton-4/+4
2014-05-11Reorganise driver code.Nick Cameron-7/+8
2014-05-09rustdoc: Hyperlink cross-crate reexportsAlex Crichton-1/+10
2014-05-07std: Modernize the local_data apiAlex Crichton-2/+1
2014-05-03rustdoc: Stop requiring a crate ID attributeAlex Crichton-2/+4
2014-05-03rustdoc: Don't have rustc emit warningsAlex Crichton-0/+2
2014-03-31rustdoc: Switch field privacy as necessaryAlex Crichton-4/+4
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-3/+4
2014-03-17Fix rustdoc and tests.Eduard Burtescu-7/+5
2014-03-17De-@ filesearch.Eduard Burtescu-2/+2
2014-03-17De-@ Session usage.Eduard Burtescu-13/+26
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+3
2014-03-08librustdoc: Fix librustdoc for the `Vec<T>` change.Patrick Walton-1/+1
2014-02-28rustdoc: Capture all output from rustc by defaultAlex Crichton-1/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-9/+9
2014-02-11Remove binary fieldSeo Sanghyeon-1/+0
2014-02-07Removed @self and @Trait.Eduard Burtescu-4/+2
2014-02-06Redesign output flags for rustcAlex Crichton-1/+1
2014-02-06Avoid cloning ast::CrateConfigSeo Sanghyeon-2/+2
2014-02-02libsyntax: Introduce an `InternedString` type to reduce `@str` in thePatrick Walton-1/+3
2014-01-27debuginfo: Fix name attribute for DWARF compile unitsMichael Woerister-2/+2
2014-01-17rustc::driver: Capitalize structs and enumsklutzy-3/+3
2014-01-16Load macros from external modulesSteven Fackler-1/+3