summary refs log tree commit diff
path: root/src/librustc/session
AgeCommit message (Expand)AuthorLines
2018-12-01Rollup merge of #56339 - yui-knk:remove_mir_stats_flag, r=alexcrichtonkennytm-2/+0
2018-11-30proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...Eduard-Mihai Burtescu-4/+4
2018-11-29Remove not used optionyui-knk-2/+0
2018-11-25Rollup merge of #56170 - wesleywiser:fix_self_profiler_windows, r=estebankPietro Albini-2/+4
2018-11-25Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakisbors-2/+0
2018-11-23Auto merge of #54071 - eddyb:alignsssss, r=oli-obkbors-1/+1
2018-11-22Disable the self-profiler unless the `-Z self-profile` flag is setWesley Wiser-2/+4
2018-11-22Rollup merge of #56078 - ehuss:fix-panic-opt-msg, r=alexcrichtonGuillaume Gomez-1/+1
2018-11-22rustc_target: avoid using AbiAndPrefAlign where possible.Eduard-Mihai Burtescu-3/+3
2018-11-22rustc_target: separate out an individual Align from AbiAndPrefAlign.Eduard-Mihai Burtescu-1/+1
2018-11-22rustc_target: rename abi::Align to AbiAndPrefAlign.Eduard-Mihai Burtescu-2/+2
2018-11-21rustc: implement and use Default on more types.Eduard-Mihai Burtescu-1/+1
2018-11-19Fix error message for `-C panic=xxx`.Eric Huss-1/+1
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-2/+0
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-6/+6
2018-11-13fix various typos in doc commentsAndy Russell-6/+6
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-08Rollup merge of #55576 - birkenfeld:opt-level-error-msg, r=cramertjMark Rousskov-1/+1
2018-11-07Rollup merge of #55692 - matthiaskrgr:remark_debuginfo_hint, r=michaelwoeristerkennytm-2/+1
2018-11-07Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakiskennytm-1/+1
2018-11-05-C remark: fix incorrect warning about requiring "--debuginfo" instead of "-C...Matthias Krüger-2/+1
2018-11-03resolve: Filter away macro prelude in modules with `#[no_implicit_prelude]` o...Vadim Petrochenkov-0/+4
2018-11-01Clarify error message for -C opt-levelGeorg Brandl-1/+1
2018-10-29Don't print opt fuel messages to stdout because it breaks RustbuildWesley Wiser-1/+1
2018-10-29Emit Retag statements, kill Validate statementsRalf Jung-3/+2
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-6/+4
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-3/+3
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: move consts up to improve readabilityljedrz-9/+9
2018-10-15rustc/session: use to_owned when no string conversion is neededljedrz-2/+2
2018-10-15rustc/session: improve common patternsljedrz-58/+35
2018-10-15rustc/session: improve allocationsljedrz-5/+6
2018-10-15rustc/session: whitespace & formatting improvementsljedrz-85/+79
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/+26
2018-10-02Move prelude crate names into `Session`.David Wood-7/+6
2018-10-01Rollup merge of #54676 - pnkfelix:issue-15287-kill-zflag-disabling-ast-check,...kennytm-2/+0
2018-10-01Auto merge of #54675 - alexcrichton:defaultlibs, r=varkorbors-0/+2
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-7/+7
2018-09-29rust: Add a `-C default-linker-libraries` optionAlex Crichton-0/+2
2018-09-28rustc_resolve: move extern_prelude from Resolver to Session.Eduard-Mihai Burtescu-1/+18
2018-09-28Prefer `#![feature(bind_by_move_pattern_guards)]` over `-Z disable_ast_check_...Felix S. Klock II-2/+0
2018-09-26add -Z emit-stack-sizesJorge Aparicio-0/+2
2018-09-25incr.comp.: Don't automatically enable -Zshare-generics for incr.comp. builds.Michael Woerister-1/+0
2018-09-23Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichtonbors-0/+11