summary refs log tree commit diff
path: root/src/librustc/session/mod.rs
AgeCommit message (Expand)AuthorLines
2018-05-01Rework force-frame-pointerSimonas Kazlauskas-2/+5
2018-05-01Don't force-enable frame pointers when generating debug infoBjörn Steinbrink-1/+1
2018-04-30Auto merge of #50204 - Manishearth:approx-enum, r=estebankbors-2/+2
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-2/+2
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-1/+1
2018-04-25Approximate -> ApplicabilityManish Goregaokar-2/+2
2018-04-25Auto merge of #50134 - andjo403:jobserver, r=michaelwoeristerbors-4/+13
2018-04-23make rustdoc test follow the jobserver limit of threadsfix that to many threa...Andreas Jonson-4/+13
2018-04-19add --edition optionKurtis Nusbaum-2/+2
2018-04-17Make one_time_diagnostics thread-safeJohn Kåre Alsaker-2/+2
2018-04-17Make Handler more thread-safeJohn Kåre Alsaker-5/+5
2018-04-17Auto merge of #49882 - Zoxc:sync-misc2, r=michaelwoeristerbors-5/+5
2018-04-16Use locks for Session.lint_store and Session.buffered_lintsJohn Kåre Alsaker-5/+5
2018-04-13Don't abort const eval due to long running evals, just warnOliver Schneider-3/+0
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/+8
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-4/+2
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-03-26Introduce a TargetTriple enum to support absolute target pathsPhilipp Oppermann-3/+4
2018-03-20rename epoch to editionKurtis Nusbaum-5/+5
2018-03-13introduce `tcx.normalize_erasing_regions(..)` operaton [VIC]Niko Matsakis-0/+5
2018-03-13introduce `infcx.at(..).normalize(..)` operation [VIC]Niko Matsakis-0/+11
2018-03-13add `canonicalize` method to `InferCtxt` [VIC]Niko Matsakis-0/+5
2018-03-09Move PROFQ_CHAN to a Session fieldJohn Kåre Alsaker-1/+7
2018-03-08Move epochs to libsyntaxManish Goregaokar-1/+2
2018-03-08Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakisManish Goregaokar-266/+378
2018-03-08Const eval will oom together with rustc nowOliver Schneider-3/+0
2018-03-08Move the resource limits to the session in preparation for attributes configu...Oliver Schneider-0/+10
2018-03-06Run rustfmt over modified filesSantiago Pastorino-259/+378
2018-03-06Remove nll-dump-cause flag and always track causesSantiago Pastorino-7/+0
2018-03-05Fix some merge fallout.Michael Woerister-1/+1
2018-03-05Turn features() into a query.Michael Woerister-47/+19
2018-03-02Run Rustfix on librustcManish Goregaokar-4/+4
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-4/+5