about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2018-06-05Add AdHocCalls and pass self to build_controller as Box<Self>bjorn3-22/+50
2018-05-28stop invoking `DebruijnIndex::new` directlyNiko Matsakis-7/+10
2018-05-17Add edition to expansion infoVadim Petrochenkov-1/+2
2018-05-17Rename trans to codegen everywhere.Irina Popa-63/+65
2018-05-15Pull common parameters into GenericParamDefvarkor-1/+1
2018-05-13Add a Rayon thread poolJohn Kåre Alsaker-25/+83
2018-05-13Add Sync bounds to the crate storeJohn Kåre Alsaker-6/+8
2018-05-07Make DepGraph::previous_work_products immutableWesley Wiser-9/+10
2018-05-02make it compile againflip1995-1/+1
2018-05-02Allow Path for name of MetaItemSeiichi Uchida-1/+1
2018-04-27rustc_driver: Catch ICEs on the main thread tooJosh Stone-1/+2
2018-04-27Auto merge of #50102 - Zoxc:query-nomacro, r=michaelwoeristerbors-1/+1
2018-04-27Move query functions out from the define_maps! macroJohn Kåre Alsaker-1/+1
2018-04-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-2/+2
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+1
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-3/+3
2018-04-24Make Binder's field private and clean up its usageTyler Mandry-1/+1
2018-04-23in unit tests, use `note` to dump multiple program clausesNiko Matsakis-4/+4
2018-04-19add EDITIONS_NAME_LIST, make edition tracked, enforce that only stable editio...Kurtis Nusbaum-1/+1
2018-04-18Auto merge of #49349 - Zoxc:sync-errors, r=michaelwoeristerbors-5/+5
2018-04-18Auto merge of #49969 - mark-i-m:allocator_fmt, r=estebankbors-526/+610
2018-04-17run rustfmt on rustc_driver/driver.rsMark Mansi-526/+610
2018-04-17Make Handler more thread-safeJohn Kåre Alsaker-5/+5
2018-04-17Use #[no_debug] to work around LLVM problem with rustc_driver::get_trans::LOAD.Michael Woerister-0/+4
2018-04-17Auto merge of #49882 - Zoxc:sync-misc2, r=michaelwoeristerbors-2/+6
2018-04-17Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichtonkennytm-0/+12
2018-04-16Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoeristerbors-1/+1
2018-04-15Add misc timingsJohn Kåre Alsaker-2/+6
2018-04-14Rollup merge of #49913 - varkor:RegionParameterDef-InternedString, r=petroche...kennytm-1/+1
2018-04-13Use InternedString rather than Name for RegionParameterDefvarkor-1/+1
2018-04-12Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoeristerbors-3/+4
2018-04-11Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcmkennytm-8/+3
2018-04-11Prevent EPIPE causing ICEs in rustc and rustdocvarkor-0/+12
2018-04-11Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichtonbors-1/+0
2018-04-11Auto merge of #49695 - michaelwoerister:unhygienic-ty-min, r=nikomatsakisbors-1/+1
2018-04-10Make Session.crate_types thread-safeJohn Kåre Alsaker-1/+2
2018-04-10Make Session.crate_disambiguator thread-safeJohn Kåre Alsaker-1/+1
2018-04-10Make recursion_limit and type_length_limit thread-safeJohn Kåre Alsaker-1/+1
2018-04-09Convert sort_by to sort_by_cached_keyvarkor-8/+3
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-1/+1
2018-04-06Use `Span` instead of `SyntaxContext` in `Ident`Vadim Petrochenkov-2/+2
2018-04-06Fix error in rustc_driver::test.Michael Woerister-1/+1
2018-04-04Add len() method to OutputTypesvarkor-1/+1
2018-04-04Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichtonbors-8/+49
2018-03-31Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapinbors-0/+7
2018-03-29Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakisbors-2/+1
2018-03-28[incremental] Don't panic if decoding the cache failsWesley Wiser-1/+3
2018-03-25Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoeristerkennytm-24/+30
2018-03-23Revert "fix tests in `librustc_driver`"Sean Griffin-2/+1