about summary refs log tree commit diff
path: root/src/librustc/driver
AgeCommit message (Expand)AuthorLines
2014-02-02librustc: Remove one more `@str` from librustcPatrick Walton-5/+5
2014-02-02librustc: De-`@str` `ident()` and `str_of()`Patrick Walton-3/+5
2014-02-02libsyntax: De-`@str` pathnamesPatrick Walton-6/+8
2014-02-02librustc: Stop using `@str` for source.Patrick Walton-7/+8
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-21/+33
2014-02-02libsyntax: Introduce an `InternedString` type to reduce `@str` in thePatrick Walton-12/+20
2014-01-28Generate rlibs by default (instead of dylibs)Alex Crichton-3/+9
2014-01-27debuginfo: Fix name attribute for DWARF compile unitsMichael Woerister-20/+27
2014-01-24auto merge of #11774 : sfackler/rust/move-macros, r=pcwaltonbors-6/+5
2014-01-24auto merge of #11744 : alexcrichton/rust/issue-5219, r=thestingerbors-0/+5
2014-01-24Allow opting-out of rpath usageAlex Crichton-0/+5
2014-01-24Move macro_rules! macros to libstdSteven Fackler-6/+5
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-22Don't fatally fail in driver::early_errorAlex Crichton-1/+1
2014-01-21auto merge of #11700 : bharrisau/rust/thumb, r=alexcrichtonbors-0/+1
2014-01-21Capitalize debugging opts and make them u64Alex Crichton-88/+89
2014-01-21Remove obsoleted -Z optionsAlex Crichton-24/+0
2014-01-21Stop using hardcoded numbers for -Z optionsAlex Crichton-30/+45
2014-01-21Add support for ARM thumb architectureBen Harris-0/+1
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-1/+1
2014-01-17Tweak the interface of std::ioAlex Crichton-1/+1
2014-01-17rustc::metadata: Remove trait FileSearchklutzy-1/+1
2014-01-17rustc::driver: Capitalize structs and enumsklutzy-38/+33
2014-01-16auto merge of #11151 : sfackler/rust/ext-crate, r=alexcrichtonbors-5/+22
2014-01-16Load macros from external modulesSteven Fackler-5/+22
2014-01-15Revert "show options for -W help and -W". Fixes #11458.lucy-1/+1
2014-01-09rustc: Fix style of Lint enumBrian Anderson-5/+5
2014-01-09rustc: Fix style of OutputType enumBrian Anderson-16/+16
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-27/+27
2014-01-08auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwaltonbors-0/+1
2014-01-07Fixup the rest of the tests in the compilerAlex Crichton-0/+1
2014-01-07Inline reexports in rustdocAlex Crichton-3/+6
2014-01-06Don't attempt duplicate outputsAlex Crichton-1/+3
2014-01-06Disowned the Visitor.Eduard Burtescu-17/+15
2014-01-03auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwaltonbors-21/+30
2014-01-03librustc: Remove `@mut` support from the typechecker and borrow checkerPatrick Walton-2/+1
2014-01-03librustc: Eliminate an unnecessary `@mut` in pretty printing.Patrick Walton-2/+2
2014-01-03libsyntax: De-`@mut` `CodeMap::files`Patrick Walton-3/+13
2014-01-03librustc: De-`@mut` all writersPatrick Walton-1/+1
2014-01-03librustc: De-`@mut` (and de-`@`) the pretty printerPatrick Walton-9/+9
2014-01-03librustc: De-`@mut` the span handlerPatrick Walton-3/+3
2014-01-03librustc: De-`@mut` the parse sessionPatrick Walton-1/+1
2014-01-01Add linting for `crate_type` attribute values.a_m0d-5/+14
2014-01-01syntax::diagnostic: Remove unnecessary traitsklutzy-3/+3
2014-01-01rustc::driver: Remove two @sklutzy-6/+6
2013-12-31Add a --no-analysis command line switchSiegeLord-0/+17
2013-12-31Generate --dep-info earlier in the compillation.SiegeLord-30/+44
2013-12-29Rename pkgid variablesLuis de Bethencourt-5/+5
2013-12-26librustc: De-`@mut` `outputs` in the sessionPatrick Walton-3/+3