summary refs log tree commit diff
path: root/src/librustc_driver/driver.rs
AgeCommit message (Expand)AuthorLines
2018-10-18Copy extern prelude from resolver to global contextVadim Petrochenkov-0/+1
2018-09-13Suggest valid crate type if invalidPhilipp Hansch-7/+41
2018-09-04Move #[test_case] to a syntax extensionJohn Renner-1/+0
2018-08-31Add deprecated_name argument to the register lint group functionsflip1995-2/+2
2018-08-19mv codemap() source_map()Donato Sciarra-2/+2
2018-08-14Rollup merge of #53226 - QuietMisdreavus:editions-for-all, r=estebankkennytm-1/+2
2018-08-14syntax: gensym the injected std/core extern crates in the Rust 2018 edition.Eduard-Mihai Burtescu-1/+1
2018-08-09set the syntax edition in the driver's phase 1QuietMisdreavus-1/+2
2018-08-09Move Fingerprint to data structuresMark Rousskov-1/+1
2018-08-04Use diagnostic API on SessionMark Rousskov-1/+1
2018-08-04Normalize variants of CrateType to standard styleMark Rousskov-9/+9
2018-08-03Store concrete crate stores where possibleMark Rousskov-8/+7
2018-08-02First pass at json outputWesley Wiser-0/+4
2018-08-02Basic profilingWesley Wiser-0/+11
2018-07-28Auto merge of #52355 - pietroalbini:zfeature, r=eddybbors-1/+5
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-4/+4
2018-07-23dump lints _after_ parsing macrosmark-7/+9
2018-07-23Extend ParseSess to support buffering lintsmark-0/+8
2018-07-18Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearthbors-1/+5
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-11/+11
2018-07-05Do not run AST borrowck when -Zborrowck=mirSantiago Pastorino-1/+5
2018-06-24Attempt to fix hygiene for global_allocatorMark Mansi-1/+10
2018-06-19Parallel codeJohn Kåre Alsaker-5/+3
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-6/+6
2018-06-06Reduce the amount of unsafe code and mark handle_deadlock as unsafeJohn Kåre Alsaker-3/+4
2018-06-06Make queries block and handle query cyclesJohn Kåre Alsaker-3/+10
2018-06-05Add commentbjorn3-0/+12
2018-06-05Impl CompilerCalls for CompileController instead of AdHocCompilerCallsbjorn3-0/+57
2018-05-17Rename trans to codegen everywhere.Irina Popa-21/+21
2018-05-13Add a Rayon thread poolJohn Kåre Alsaker-1/+46
2018-05-13Add Sync bounds to the crate storeJohn Kåre Alsaker-2/+2
2018-05-07Make DepGraph::previous_work_products immutableWesley Wiser-9/+10
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-17run rustfmt on rustc_driver/driver.rsMark Mansi-526/+610
2018-04-17Auto merge of #49882 - Zoxc:sync-misc2, r=michaelwoeristerbors-2/+6
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-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-04Add len() method to OutputTypesvarkor-1/+1
2018-03-28[incremental] Don't panic if decoding the cache failsWesley Wiser-1/+3
2018-03-20rename epoch to editionKurtis Nusbaum-1/+1
2018-03-18Auto merge of #48985 - scalexm:lowering, r=nikomatsakisbors-0/+4
2018-03-17AST/HIR: Clarify what the optional name in extern crate items meanVadim Petrochenkov-1/+1
2018-03-16Checks for unknown attributes before abortingShotaro Yamada-4/+6