summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-6/+4
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-7/+4
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-6/+6
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-8/+8
2018-04-10Combine Session.entry_fn and Session.entry_type and make them thread-safeJohn Kåre Alsaker-38/+31
2018-04-10Make PerfStats thread-safe and remove unused fieldsJohn Kåre Alsaker-79/+27
2018-04-10Remove derive_macrosJohn Kåre Alsaker-6/+1
2018-04-10Make recursion_limit and type_length_limit thread-safeJohn Kåre Alsaker-24/+25
2018-04-10Querify all_traitsJohn Kåre Alsaker-51/+40
2018-04-10Make sure the lint store is only used on one threadJohn Kåre Alsaker-5/+9
2018-04-10Add a Once type for values which are only written onceJohn Kåre Alsaker-0/+129
2018-04-10Add insert_same extension to HashMapJohn Kåre Alsaker-0/+14
2018-04-10Add OneThread which only allows its inner value to be used in one threadJohn Kåre Alsaker-0/+55
2018-04-10Reformat trans skip conditionvarkor-3/+3
2018-04-10Add ignores for powerpc and s390x to target-feature-wrong.rs and update refer...dragan.mladjenovic-7/+9
2018-04-10Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoeristerbors-89/+101
2018-04-10Update ui test references.dragan.mladjenovic-7/+7
2018-04-10Small nits to make couple of tests pass on mips targets.dragan.mladjenovic-0/+8
2018-04-10Auto merge of #49504 - GuillaumeGomez:doc-all-types, r=QuietMisdreavusbors-36/+267
2018-04-10Auto merge of #49258 - zackmdavis:not_going_to_recover, r=petrochenkovbors-2/+151
2018-04-10Disallow `impl Trait` in unsupported positionShotaro Yamada-17/+74
2018-04-10Auto merge of #49435 - tmandry:rule-implied-bound-from-trait, r=nikomatsakisbors-5/+212
2018-04-09rustfmt explain_borrow/modSantiago Pastorino-2/+2
2018-04-09Fix ICE when a borrow is used after dropSantiago Pastorino-11/+67
2018-04-09std: Be sure to modify atomics in testsAlex Crichton-4/+6
2018-04-09add regression test for issue #16223: fixed by NLLHero-0/+63
2018-04-09fix testssteveklabnik-27/+29
2018-04-09more lintssteveklabnik-46/+1035
2018-04-09document deny by default lintssteveklabnik-12/+237
2018-04-09add a lot of text about lintssteveklabnik-0/+824
2018-04-09add targets to TOCsteveklabnik-0/+6
2018-04-09write 'what is rustc'steveklabnik-0/+67
2018-04-09write headings for command line argumentssteveklabnik-2/+58
2018-04-09fix authorship in book.tomlsteveklabnik-1/+1
2018-04-09Add a TOCsteveklabnik-3/+23
2018-04-09update doc index to link to the rustc booksteveklabnik-0/+4
2018-04-09Add rustc book to the build systemsteveklabnik-2/+4
2018-04-09initialize the rustc booksteveklabnik-0/+10
2018-04-09tidy fixesgaurikholkar-3/+3
2018-04-09Stop emitting color codes on TERM=dumbMark Simulacrum-1/+3
2018-04-09Take OutputType::DepInfo into account for metadata_output_onlyvarkor-3/+2
2018-04-09in which the non-shorthand patterns lint keeps its own counsel in macrosZack M. Davis-0/+30