summary refs log tree commit diff
path: root/src/librustc/session/mod.rs
AgeCommit message (Expand)AuthorLines
2018-01-23Don't include DefIndex in plugin- and proc-macro registrar fn symbol.Michael Woerister-9/+7
2018-01-21Auto merge of #47548 - alexcrichton:beta-default-fat, r=michaelwoeristerbors-3/+9
2018-01-18Use name-discarding LLVM contextSimonas Kazlauskas-1/+8
2018-01-18[beta] Turn back on "fat" LTO by defaultAlex Crichton-3/+9
2017-12-25Auto merge of #46910 - alexcrichton:thinlto-default, r=michaelwoeristerbors-4/+1
2017-12-23rustc: Set release mode cgus to 16 by defaultAlex Crichton-4/+1
2017-12-21Add a -Z query-threads compiler optionJohn Kåre Alsaker-0/+6
2017-12-20document and tweak the nll, use_mir, etc helpersNiko Matsakis-3/+27
2017-12-20feature nll implies borrowck=mirSantiago Pastorino-2/+20
2017-12-20feature nll implies two-phase-borrowsSantiago Pastorino-0/+3
2017-12-20Add nll feature and make nll imply nll_dump_causeSantiago Pastorino-0/+3
2017-12-20Add nll_dump_cause helper to SessionSantiago Pastorino-0/+3
2017-12-15Rollup merge of #46728 - varkor:contrib-4, r=michaelwoeristerSteve Klabnik-3/+7
2017-12-14Fix division-by-zero ICE in -Z perf-statsvarkor-3/+7
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-4/+4
2017-12-09one-time diagnostics: span_suggestion, generalize methods for non-lintsZack M. Davis-8/+32
2017-11-30rustc: Prepare to enable ThinLTO by defaultAlex Crichton-21/+82
2017-11-26Replace -Zborrowck-mir with -Zborrowck=modeest31-1/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-8/+5
2017-11-24This method of once-diagnostics doesn't allow nestingOliver Schneider-15/+5
2017-11-21Auto merge of #45545 - durka:macro-backtrace, r=nrcbors-4/+11
2017-11-20address review commentsAlex Burka-8/+12
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-1/+1
2017-11-19use -Z flag instead of env varAlex Burka-2/+5
2017-11-12deduplicate projection error (E0271) messagesZack M. Davis-2/+4
2017-11-03Pretty print json in ui testsOliver Schneider-7/+7
2017-11-02Make the difference between lint codes and error codes explicitOliver Schneider-8/+17
2017-10-28Auto merge of #45540 - virgil-palanciuc:master, r=estebankbors-4/+11
2017-10-28fixed tidy errorVirgil Palanciuc-2/+2
2017-10-28implemented code reviewVirgil Palanciuc-4/+11
2017-10-27Fix tidy error line longer than 100 charsLaurent Arnoud-1/+3
2017-10-27Quit immediately when current directory is invalidLaurent Arnoud-3/+4
2017-10-26Use expect for current_dir on librustc/session modLaurent Arnoud-1/+3
2017-10-25fix #44953 - The “use of unstable library feature 'rustc_private'” error ...Virgil Palanciuc-2/+2
2017-10-25Auto merge of #44636 - GuillaumeGomez:little-error-msg, r=michaelwoeristerbors-8/+16
2017-10-24Introduce CrateDisambiguator newtype and fix testsIgor Matuszewski-8/+29
2017-10-23Use 128 bit instead of Symbol for crate disambiguatorIgor Matuszewski-7/+10
2017-10-20Add short message-formatGuillaume Gomez-8/+16
2017-10-13Auto merge of #45032 - alexcrichton:target-cfu, r=michaelwoeristerbors-0/+37
2017-10-10Upgrade some comments to doc commentsOliver Schneider-27/+27
2017-10-09rustc: Allow target-specific default cgusAlex Crichton-0/+37
2017-09-30Don't use remapped path when loading modules and include filesPhilip Craig-3/+1
2017-09-23Rollup merge of #44717 - pnkfelix:debugflags-borrowckmir-implies-emitendregio...Corey Farwell-1/+2
2017-09-20Make `-Z borrowck-mir` imply that `EndRegion`'s should be emitted.Felix S. Klock II-1/+2
2017-09-16`--cap-lints allow` switches off `can_emit_warnings`Zack M. Davis-3/+7
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-12/+29
2017-09-12Remove the `cstore` reference from Session in order to prepare encapsulating ...Michael Woerister-11/+3
2017-09-05Emit `EndRegion` statements when given `-Z mir-emit-validate=N` (for N > 0).Felix S. Klock II-0/+4
2017-08-23-Z profile-query-and-key, separate from -Z profile-query; query key is string...Matthew Hammer-1/+7
2017-08-23inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n...Matthew Hammer-0/+1