summary refs log tree commit diff
path: root/src/librustc/session/mod.rs
AgeCommit message (Expand)AuthorLines
2019-01-14Rollup merge of #57570 - Xanewok:querify-some, r=ZoxcMazdak Farrokhzad-4/+0
2019-01-14Parallelize and optimize parts of HIR map creationJohn Kåre Alsaker-0/+3
2019-01-13Querify local plugin_registrar_fnIgor Matuszewski-2/+0
2019-01-13Querify local proc_macro_decls_staticIgor Matuszewski-2/+0
2019-01-09Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoeristerbors-19/+28
2018-12-30Add `-Z instrument-mcount`Jun Wu-1/+8
2018-12-29Create a struct for optimization fuel dataJohn Kåre Alsaker-30/+26
2018-12-29Replace LockCell with atomic typesJohn Kåre Alsaker-16/+29
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-17Tweak query code for performanceJohn Kåre Alsaker-3/+17
2018-12-12Avoid regenerating the `Vec<PathBuf>` in `FileSearch::search()`.Nicholas Nethercote-1/+18
2018-12-12Remove `Session::sysroot()`.Nicholas Nethercote-16/+8
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-05Don't print the profiling summary to stdout when -Zprofile-json is setWesley Wiser-1/+1
2018-11-30proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...Eduard-Mihai Burtescu-4/+4
2018-11-22Disable the self-profiler unless the `-Z self-profile` flag is setWesley Wiser-2/+4
2018-11-21rustc: implement and use Default on more types.Eduard-Mihai Burtescu-1/+1
2018-11-12Make `NodeId` a `newtype_index` to enable niche optimizationsOliver Scherer-2/+2
2018-11-11rustc: Clean up allocator injection logicAlex Crichton-2/+0
2018-11-11Rollup merge of #55630 - petrochenkov:noprelude, r=Centrilkennytm-0/+4
2018-11-03resolve: Filter away macro prelude in modules with `#[no_implicit_prelude]` o...Vadim Petrochenkov-0/+4
2018-10-29Don't print opt fuel messages to stdout because it breaks RustbuildWesley Wiser-1/+1
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-3/+3
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-2/+2
2018-10-18Rollup merge of #55031 - nikic:verify_llvm_ir, r=Mark-Simulacrumkennytm-0/+1
2018-10-17Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakisbors-18/+0
2018-10-15rustc/session: improve common patternsljedrz-29/+17
2018-10-15rustc/session: whitespace & formatting improvementsljedrz-2/+2
2018-10-13Revert "rustc_resolve: move extern_prelude from Resolver to Session."Vadim Petrochenkov-18/+0
2018-10-13Improve verify_llvm_ir config optionNikita Popov-0/+1
2018-10-11Support for disabling the PLT on ELF targetsGabriel Majeri-2/+22
2018-10-02Move prelude crate names into `Session`.David Wood-7/+6
2018-09-30Auto merge of #54650 - eddyb:no-extern's-land, r=alexcrichtonbors-1/+18
2018-09-29don't elide lifetimes in paths in librustc/Zack M. Davis-5/+5
2018-09-28rustc_resolve: move extern_prelude from Resolver to Session.Eduard-Mihai Burtescu-1/+18
2018-09-23Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichtonbors-0/+11
2018-09-20Auto merge of #54241 - vi:suggest_with_applicability, r=estebankbors-3/+8
2018-09-18incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te...Michael Woerister-0/+11
2018-09-17Whitespace fix again.Vitaly _Vi Shukela-5/+5
2018-09-17Add -Z dont-buffer-diagnostics, a way to force NLL to immediately emit its di...Felix S. Klock II-0/+2
2018-09-17Fix style according to review comments.Vitaly _Vi Shukela-2/+6
2018-09-16Remove usages of span_suggestion without ApplicabilityVitaly _Vi Shukela-3/+4
2018-09-14Rollup merge of #53950 - michaelwoerister:more-lto-cli, r=alexcrichtonkennytm-4/+21
2018-09-06crates that provide a `panic_handler` are exempt from `unused_extern_crates`Jorge Aparicio-0/+4
2018-09-05Allow for opting out of ThinLTO and clean up LTO related cli flag handling.Michael Woerister-4/+21
2018-08-31Support local ThinLTO with incremental compilation.Michael Woerister-7/+12
2018-08-30Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelixPietro Albini-3/+2
2018-08-28Fix warnings about the `native` target-cpuAlex Crichton-7/+0
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-3/+2
2018-08-20Auto merge of #52101 - japaric:linker-flavor, r=alexcrichtonbors-8/+1