about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2016-08-27rustc: pass ty::Region behind an interned 'tcx reference.Eduard Burtescu-13/+14
2016-08-25Refactor away `AttrMetaMethods`.Jeffrey Seyfried-2/+1
2016-08-25Implement RFC#1559: allow all literals in attributes.Sergio Benitez-5/+7
2016-08-25Rollup merge of #35955 - frewsxcv:idiomatic-methods, r=eddybManish Goregaokar-1/+1
2016-08-23Use idiomatic names for string-related methods names.Corey Farwell-1/+1
2016-08-23pacify the mercilous tidyNiko Matsakis-2/+10
2016-08-23rename HashesMap to IncrementalHashesMapNiko Matsakis-15/+15
2016-08-20compute and cache HIR hashes at beginningNiko Matsakis-15/+22
2016-08-17rustc: remove ParamSpace from Substs.Eduard Burtescu-12/+9
2016-08-17rustc: reduce Substs and Generics to a simple immutable API.Eduard Burtescu-7/+7
2016-08-16Auto merge of #35538 - cgswords:libproc_macro, r=nrcbors-1/+2
2016-08-16Proc_macro is alivecgswords-1/+2
2016-08-16Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakisbors-1/+1
2016-08-15Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakisbors-22/+38
2016-08-13Remove obsolete divergence related stuffAndrew Cann-1/+1
2016-08-12Auto merge of #35091 - eddyb:impl-trait, r=nikomatsakisbors-2/+2
2016-08-11Auto merge of #34811 - DanielJCampbell:Expander, r=jseyfriedbors-4/+2
2016-08-12rustc: rename ProjectionMode and its variant to be more memorable.Eduard Burtescu-2/+2
2016-08-11Remove the 'cfg' field from session::config::Options.Michael Woerister-14/+29
2016-08-11Add the notion of a dependency tracking status to commandline arguments.Michael Woerister-8/+9
2016-08-10Auto merge of #34845 - bitshifter:issue-30961, r=alexcrichtonbors-0/+23
2016-08-10Extended expand.rs to support alternate expansion behavioursDaniel Campbell-4/+2
2016-08-09Auto merge of #35079 - nikomatsakis:incr-comp-ich-32753, r=mwbors-2/+3
2016-08-09incorporate resolve results into hashingNiko Matsakis-2/+3
2016-08-09Auto merge of #35401 - jonathandturner:enable_json_and_new_errors, r=jonathan...bors-12/+3
2016-08-09Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mwbors-7/+11
2016-08-08track MIR through the dep-graphNiko Matsakis-7/+11
2016-08-07Turn on new errors, json mode. Remove duplicate unicode testJonathan Turner-12/+3
2016-08-06Merge branch 'master' into issue-30961Cameron Hart-39/+45
2016-08-04Auto merge of #35168 - scottcarr:deaggregation, r=nikomatsakisbors-0/+2
2016-08-03begin auditing the C++ types in RustWrapperAriel Ben-Yehuda-1/+1
2016-08-01deaggregate structs to enable further optimizationScott A Carr-0/+2
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-28Auto merge of #34980 - cardoe:expose-target-options, r=alexcrichtonbors-1/+1
2016-07-28Address mw nitsNiko Matsakis-12/+12
2016-07-28Code to save/load the work-products map from diskNiko Matsakis-3/+8
2016-07-28Store `crate_disambiguator` as an `InternedString`Niko Matsakis-1/+2
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-34/+47
2016-07-18Add `librustc_driver::driver::reset_thread_local_state` andJeffrey Seyfried-4/+8
2016-07-17Auto merge of #34860 - jseyfried:encapsulate_hygiene, r=nrcbors-9/+8
2016-07-17Rename `mtwt` to `hygiene`Jeffrey Seyfried-6/+6
2016-07-17Clean up and encapsulate `syntax::ext::mtwt`Jeffrey Seyfried-5/+4
2016-07-17Auto merge of #34789 - jonathandturner:simplify_liberror, r=alexcrichtonbors-25/+39
2016-07-16Merge branch 'master' into issue-30961Cameron Hart-63/+19
2016-07-15Auto merge of #34570 - jseyfried:no_rename, r=nrcbors-57/+13