summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2016-09-19Default RUST_MIN_STACK to 16MiB for nowSimonas Kazlauskas-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
2016-07-15Remove unused importJonathan Turner-1/+1
2016-07-14Fix up more tests that I missedJonathan Turner-1/+1
2016-07-14Remove CoreEmitter and focus on EmitterJonathan Turner-11/+8
2016-07-14Remove emit from emitter, leaving emit_structJonathan Turner-14/+20
2016-07-14Remove BasicEmitterJonathan Turner-3/+14
2016-07-14Move node id assigning into `resolve`Jeffrey Seyfried-57/+13
2016-07-11Refactor `get_ident_interner` -> `with_ident_interner`.Jeffrey Seyfried-2/+2
2016-07-11Avoid passing around the thread-local interner in `librustc_metadata`.Jeffrey Seyfried-4/+4
2016-07-11Add help for target CPUs, features, relocation and code models.Cameron Hart-0/+24
2016-07-08Adapt backend to trans::partitioning dictating the codegen-unit setup.Michael Woerister-1/+1
2016-07-05Auto merge of #34412 - gnzlbg:document_platform_intrinsics_generate, r=alexcr...bors-0/+3