about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2018-08-02First pass at json outputWesley Wiser-0/+4
2018-08-02Basic profilingWesley Wiser-0/+11
2018-07-30Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkovbors-13/+13
2018-07-29Auto merge of #52738 - ljedrz:push_to_extend, r=eddybbors-8/+4
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-8/+4
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-2/+2
2018-07-29Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakisbors-9/+4
2018-07-28Auto merge of #52355 - pietroalbini:zfeature, r=eddybbors-1/+5
2018-07-28Don't format!() string literalsljedrz-13/+13
2018-07-28Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakiskennytm-9/+9
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-2/+0
2018-07-27Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributesPietro Albini-1/+5
2018-07-27Use slices where a vector is not necessaryljedrz-9/+9
2018-07-27SimplifyShotaro Yamada-2/+2
2018-07-27Use str::repeatShotaro Yamada-7/+2
2018-07-27Prefer to_string() to format!()ljedrz-2/+2
2018-07-25Improve readability in a few sortsljedrz-7/+3
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-2/+0
2018-07-24Auto merge of #52181 - QuietMisdreavus:panicked-tester, r=GuillaumeGomezbors-5/+17
2018-07-24force the doctest rustc thread to share the name of the testQuietMisdreavus-5/+17
2018-07-23dump lints _after_ parsing macrosmark-7/+9
2018-07-23Extend ParseSess to support buffering lintsmark-0/+8
2018-07-19Auto merge of #52197 - euclio:exit-code, r=oli-obkbors-13/+35
2018-07-18Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearthbors-1/+5
2018-07-18rustc: distinguish compilation failure from ICEAndy Russell-13/+35
2018-07-17Rollup merge of #52338 - RalfJung:miri, r=oli-obkkennytm-18/+18
2018-07-17Rollup merge of #52435 - ljedrz:misc_capacity, r=estebankkennytm-1/+2
2018-07-17Auto merge of #52285 - ljedrz:dyn_librustc_driver, r=nikomatsakisbors-51/+53
2018-07-16Calculate the exact capacity for 2 HashMapsljedrz-1/+2
2018-07-16ItemKindcsmoe-18/+18
2018-07-14Lint the use of async as an identifierOliver Schneider-1/+5
2018-07-12Add missing dyn in driver.rsljedrz-1/+1
2018-07-12Deny bare trait objects in librustc_driverljedrz-50/+52
2018-07-10Auto merge of #52100 - nielx:fix/rust_driver-stacklimit, r=cramertjbors-1/+21
2018-07-07Revert changes to bootstrap, rustc_driver and fix {core,std}simdbjorn3-12/+2
2018-07-07Remove unused rustc_driver dependency on arbjorn3-2/+0
2018-07-07Move some functions out of rustc_codegen_llvm and fix metadata_only backendbjorn3-2/+12
2018-07-06Haiku: work around the lack of setrlimitNiels Sascha Reedijk-1/+21
2018-07-05Do not run AST borrowck when -Zborrowck=mirSantiago Pastorino-1/+5
2018-06-30Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertjbors-1/+1
2018-06-28Use `Ident`s for associated item definitions in HIRVadim Petrochenkov-1/+1
2018-06-27Generate the `NodeId` for `existential type` in the ASTOliver Schneider-1/+1
2018-06-24Attempt to fix hygiene for global_allocatorMark Mansi-1/+10
2018-06-21Parse async fn header.Without Boats-6/+6
2018-06-20Rename structures in astvarkor-1/+1
2018-06-20Remove AngleBracketedArgs implvarkor-5/+11
2018-06-20Make method and variable names more consistentvarkor-1/+1
2018-06-20Rename "parameter" to "arg"varkor-1/+1
2018-06-20Rename PathParameter(s) to GenericArg(s)varkor-2/+2
2018-06-20Consolidate PathParameters and AngleBracketedParameterDatavarkor-1/+1