summary refs log tree commit diff
path: root/src/librustc/driver/session.rs
AgeCommit message (Expand)AuthorLines
2014-03-26auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brsonbors-2/+0
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-2/+2
2014-03-24rustc: Remove all crate map supportAlex Crichton-2/+0
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-2/+2
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+1
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-2/+2
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-28/+29
2014-03-17De-@ ParseSess uses.Eduard Burtescu-1/+1
2014-03-17De-@ CStore uses.Eduard Burtescu-1/+1
2014-03-17De-@ filesearch.Eduard Burtescu-4/+15
2014-03-17De-@ Session usage.Eduard Burtescu-5/+3
2014-03-13Introduce a common recursion limit for auto-dereference and monomorphization.Eduard Burtescu-1/+5
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-13/+4
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-17/+26
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-1/+1
2014-03-06debuginfo: Re-introduce the notion of line-table-only debuginfo.Michael Woerister-2/+9
2014-03-01librustc: Fix errors arising from the automated `~[T]` conversionPatrick Walton-2/+4
2014-02-24Gate default type parameter overrides.Eduard Burtescu-0/+2
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-19rustc: support dumping the AST as JSONCorey Richardson-1/+5
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-20/+1
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-2/+2
2014-02-11Remove binary fieldSeo Sanghyeon-2/+0
2014-02-10Consolidate codegen-related compiler flagsAlex Crichton-66/+109
2014-02-08Fixed error starting with uppercasemr.Shu-1/+1
2014-02-07Add comments to span debuggerSeo Sanghyeon-1/+1
2014-02-07Span debuggerSeo Sanghyeon-0/+5
2014-02-06Redesign output flags for rustcAlex Crichton-25/+24
2014-02-02Remove rustpkg.Corey Richardson-2/+3
2014-02-02librustc: De-`@str` `ident()` and `str_of()`Patrick Walton-3/+5
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-8/+19
2014-02-02libsyntax: Introduce an `InternedString` type to reduce `@str` in thePatrick Walton-1/+1
2014-01-28Generate rlibs by default (instead of dylibs)Alex Crichton-1/+5
2014-01-27debuginfo: Fix name attribute for DWARF compile unitsMichael Woerister-0/+3
2014-01-24auto merge of #11744 : alexcrichton/rust/issue-5219, r=thestingerbors-0/+2
2014-01-24Allow opting-out of rpath usageAlex Crichton-0/+2
2014-01-23auto merge of #11718 : ktt3ja/rust/borrowck-error-msg, r=brsonbors-0/+3
2014-01-23Make some borrow checker errors more user friendlyKiet Tran-0/+3
2014-01-21Capitalize debugging opts and make them u64Alex Crichton-80/+81
2014-01-21Remove obsoleted -Z optionsAlex Crichton-24/+0
2014-01-21Stop using hardcoded numbers for -Z optionsAlex Crichton-30/+45
2014-01-17rustc::driver: Capitalize structs and enumsklutzy-12/+7
2014-01-16Load macros from external modulesSteven Fackler-0/+1
2014-01-09rustc: Fix style of Lint enumBrian Anderson-5/+5
2014-01-09rustc: Fix style of OutputType enumBrian Anderson-2/+2
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-4/+4
2014-01-06Don't attempt duplicate outputsAlex Crichton-1/+3
2014-01-03auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwaltonbors-3/+3
2014-01-03librustc: De-`@mut` the span handlerPatrick Walton-2/+2
2014-01-03librustc: De-`@mut` the parse sessionPatrick Walton-1/+1