about summary refs log tree commit diff
path: root/src/librustc/session
AgeCommit message (Expand)AuthorLines
2018-04-13Don't abort const eval due to long running evals, just warnOliver Schneider-3/+0
2018-04-13Remove -Z miri debugging optionFabio B-2/+0
2018-04-12Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoeristerbors-132/+89
2018-04-11Implementation of `#[repr(packed(n))]` RFC 1399.Cameron Hart-16/+21
2018-04-10Make Session.injected_panic_runtime thread-safeJohn Kåre Alsaker-2/+2
2018-04-10Make Session.injected_allocator and Session.allocator_kind thread-safeJohn Kåre Alsaker-4/+4
2018-04-10Make Session.dependency_formats thread-safeJohn Kåre Alsaker-3/+3
2018-04-10Make Session.crate_types thread-safeJohn Kåre Alsaker-2/+2
2018-04-10Make sure Session.plugin_attributes is only used on one threadJohn Kåre Alsaker-2/+2
2018-04-10Make sure Session.plugin_llvm_passes is only used on one threadJohn Kåre Alsaker-2/+2
2018-04-10Make Session.has_global_allocator thread-safeJohn Kåre Alsaker-2/+2
2018-04-10Make sure Session.imported_macro_spans is only used on one threadJohn Kåre Alsaker-2/+2
2018-04-10Make Session.crate_disambiguator thread-safeJohn Kåre Alsaker-6/+3
2018-04-10Make sure Session.next_node_id is only used on one threadJohn Kåre Alsaker-2/+2
2018-04-10Make Session.code_stats thread-safeJohn Kåre Alsaker-2/+2
2018-04-10Make Session::features_untracked thread-safeJohn Kåre Alsaker-11/+5
2018-04-10Disable optimization fuel when using multiple threadsJohn Kåre Alsaker-7/+15
2018-04-10Remove Cell from const_eval_stack_frame_limit and const_eval_step_limitJohn Kåre Alsaker-4/+4
2018-04-10Make sure Session.incr_comp_session is only used on one threadJohn Kåre Alsaker-2/+2
2018-04-10Make Session.plugin_registrar_fn and Session.derive_registrar_fn thread-safeJohn Kåre Alsaker-4/+4
2018-04-10Combine Session.entry_fn and Session.entry_type and make them thread-safeJohn Kåre Alsaker-7/+3
2018-04-10Make PerfStats thread-safe and remove unused fieldsJohn Kåre Alsaker-58/+16
2018-04-10Make recursion_limit and type_length_limit thread-safeJohn Kåre Alsaker-7/+7
2018-04-10Make sure the lint store is only used on one threadJohn Kåre Alsaker-5/+9
2018-04-06Auto merge of #48779 - michaelwoerister:share-generics4, r=alexcrichtonbors-0/+2
2018-04-06Allow for re-using monomorphizations from upstream crates.Michael Woerister-0/+2
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-2/+2
2018-04-04Add len() method to OutputTypesvarkor-0/+4
2018-03-31Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapinbors-0/+7
2018-03-28Auto merge of #49019 - phil-opp:target-spec, r=pnkfelixbors-11/+26
2018-03-26Canonicalize pathsPhilipp Oppermann-2/+8
2018-03-26Introduce a TargetTriple enum to support absolute target pathsPhilipp Oppermann-10/+19
2018-03-26Auto merge of #48346 - emilio:pgo, r=alexcrichtonbors-0/+23
2018-03-25Auto merge of #49212 - kyrias:strip-debug-no-debuginfo, r=michaelwoeristerbors-0/+2
2018-03-25librustc_trans: Gate the preinliner with another -Z flag.Emilio Cobos Álvarez-0/+3
2018-03-25librustc: Convert -C pgo-gen and -C pgo-use into -Z flags.Emilio Cobos Álvarez-20/+20
2018-03-25session: Add two tracked, exclusive codegen options for PGO profile usage and...Emilio Cobos Álvarez-0/+20
2018-03-24Add flag for telling the linker to strip debuginfo when building without itJohannes Löthberg-0/+2
2018-03-25Rollup merge of #49122 - scottmcm:z-align-attr, r=cramertjkennytm-0/+2
2018-03-24Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakisbors-0/+2
2018-03-22Added flag to disable user type assertion.David Wood-0/+2
2018-03-20rename epoch to editionKurtis Nusbaum-17/+17
2018-03-20Implement some trivial size_hints for various iteratorsPhlosioneer-0/+7
2018-03-17Add a -Z flag for LLVM align attributes on argumentsScott McMurray-0/+2
2018-03-17AST/HIR: Clarify what the optional name in extern crate items meanVadim Petrochenkov-1/+1
2018-03-16Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoeristerbors-0/+2
2018-03-15Rollup merge of #48991 - jsgf:remap-path-prefix, r=estebankkennytm-1/+1
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-26/+32
2018-03-13Clarify usage message for --remap-path-prefix.Jeremy Fitzhardinge-1/+1
2018-03-13rustc: Embed LLVM bitcode by default on iOSAlex Crichton-0/+2