summary refs log tree commit diff
path: root/src/librustc_driver/lib.rs
AgeCommit message (Expand)AuthorLines
2016-09-19Default RUST_MIN_STACK to 16MiB for nowSimonas Kazlauskas-1/+2
2016-08-11Remove the 'cfg' field from session::config::Options.Michael Woerister-13/+25
2016-08-11Add the notion of a dependency tracking status to commandline arguments.Michael Woerister-2/+4
2016-08-10Auto merge of #34845 - bitshifter:issue-30961, r=alexcrichtonbors-0/+23
2016-08-07Turn on new errors, json mode. Remove duplicate unicode testJonathan Turner-12/+3
2016-08-06Merge branch 'master' into issue-30961Cameron Hart-22/+16
2016-08-03begin auditing the C++ types in RustWrapperAriel Ben-Yehuda-1/+1
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-1/+0
2016-07-29Auto merge of #34842 - cgswords:attr_enc, r=nrcbors-19/+14
2016-07-27librustc_back: filter targets for only valid onesJonathan Creekmore-1/+1
2016-07-25Adressed PR comments.cgswords-6/+3
2016-07-25General MetaItem encapsulation rewrites.cgswords-19/+17
2016-07-24Tidy ups for code gen options helpCameron Hart-12/+11
2016-07-19Merge branch 'master' into issue-30961Cameron Hart-14/+31
2016-07-16Merge branch 'master' into issue-30961Cameron Hart-3/+3
2016-07-14Remove emit from emitter, leaving emit_structJonathan Turner-14/+20
2016-07-14Remove BasicEmitterJonathan Turner-3/+14
2016-07-11Avoid passing around the thread-local interner in `librustc_metadata`.Jeffrey Seyfried-3/+3
2016-07-11Add help for target CPUs, features, relocation and code models.Cameron Hart-0/+24
2016-06-30Remove `after_expand` and `after_write_deps` CompileController entry pointsJeffrey Seyfried-1/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-11/+14
2016-05-25trans: save metadata even with -Z no-trans.Eduard Burtescu-4/+0
2016-05-18thread the DepGraph to session/crate-storeNiko Matsakis-4/+11
2016-05-10Also rename the print_from_ast.Pavel Sountsov-11/+11
2016-05-10Rename after_ast to after_hir_lowering.Pavel Sountsov-2/+2
2016-05-10Make --emit dep-info work correctly with -Z no-analysis again.Pavel Sountsov-13/+13
2016-05-09Reimplement pretty printingJeffrey Seyfried-0/+2
2016-05-08Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrcbors-1/+0
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-1/+0
2016-05-02Auto merge of #33119 - nrc:pretty, r=pnkfelixbors-54/+63
2016-05-03rebasingNick Cameron-1/+0
2016-05-03Fix testsNick Cameron-1/+4
2016-05-03Refactor pretty printing to use more of the driverNick Cameron-11/+33
2016-05-03Use the compiler API to run pretty printing.Nick Cameron-53/+39
2016-05-03Make pretty printer take Session by refNick Cameron-3/+2
2016-05-02fix rebase flawsNiko Matsakis-3/+2
2016-05-02refactor to use new snippet code and modelNiko Matsakis-7/+9
2016-05-01Avoid using the lowering context in `librustc_save_analysis`Jeffrey Seyfried-1/+0
2016-05-01Remove rust flags from doc blockGuillaume Gomez-1/+7
2016-04-28Auto merge of #33217 - aochagavia:fileloader, r=nrcbors-9/+21
2016-04-27rustc_driver: Allow running the compiler with a FileLoaderAdolfo OchagavĂ­a-9/+21
2016-04-26save-analysis-json: thread through -z optionNick Cameron-2/+18
2016-04-20debugging, misc fixesNick Cameron-8/+3
2016-04-07Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mwbors-0/+1
2016-04-06Auto merge of #32230 - GuillaumeGomez:extend_css, r=alexcrichtonbors-49/+4
2016-04-06make an incremental crateNiko Matsakis-0/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+0
2016-04-05Centralize nightly compiler flags handlingGuillaume Gomez-49/+4
2016-03-31allow RUST_BACKTRACE=0 to act as if unsetEmanuel Czirai-1/+4
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-0/+2