about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
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
2018-06-19Auto merge of #51383 - Zoxc:parallel-stuff, r=nikomatsakisbors-5/+3
2018-06-19Parallel codeJohn Kåre Alsaker-5/+3
2018-06-18Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakisbors-1/+1
2018-06-18Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelixbors-0/+1
2018-06-15Fix compile errorFabian Drinck-1/+1
2018-06-14Circumvent const fn problemFabian Drinck-1/+1
2018-06-14Fix compile errorFabian Drinck-1/+1
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-9/+9
2018-06-11Update testsOliver Schneider-0/+1
2018-06-08Rollup merge of #51394 - nnethercote:NCA-depths, r=nikomatsakisMark Rousskov-3/+4
2018-06-06Reduce the amount of unsafe code and mark handle_deadlock as unsafeJohn Kåre Alsaker-3/+4
2018-06-06Update Rayon versionJohn Kåre Alsaker-1/+1
2018-06-06Make queries block and handle query cyclesJohn Kåre Alsaker-3/+10
2018-06-06Use scope tree depths to speed up `nearest_common_ancestor`.Nicholas Nethercote-3/+4
2018-06-05Add commentbjorn3-0/+12
2018-06-05Impl CompilerCalls for CompileController instead of AdHocCompilerCallsbjorn3-24/+57