about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-30bootstrap: ensure that `libproc_macro` is available on the host for tests eve...Eduard-Mihai Burtescu-0/+3
2018-11-30tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests.Eduard-Mihai Burtescu-28/+122
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-54/+1
2018-11-30tests: remove ignore-stage1 where possible in proc_macro tests.Eduard-Mihai Burtescu-104/+37
2018-11-30Statically link proc_macro into proc macros.Eduard-Mihai Burtescu-5/+3
2018-11-30proc_macro: move to a dependency of libtest.Eduard-Mihai Burtescu-3/+3
2018-11-30proc_macro: move the rustc server to syntax_ext.Eduard-Mihai Burtescu-27/+33
2018-11-30proc_macro: remove the __internal module.Eduard-Mihai Burtescu-154/+66
2018-11-30proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...Eduard-Mihai Burtescu-626/+2893
2018-11-30Changed test for issue 56202 to compile-pass.Alexander Regueiro-7/+4
2018-11-30Use opt_def_id instead of having special branchEsteban Küber-3/+3
2018-11-30Fix ICE with feature self_struct_ctorEsteban Küber-0/+23
2018-11-30Fix panic with outlives in existential typeDan Robertson-1/+1
2018-11-29TypoNathan West-1/+1
2018-11-29Removed unnecessary buf subscriptNathan West-4/+5
2018-11-29Defactored Bytes::readNathan West-13/+9
2018-11-30Enable -mergefunc-use-aliasesNikita Popov-6/+21
2018-11-30Fix exceeding line width limitVitaly _Vi Shukela-2/+4
2018-11-30panic_immediate_abort: Fix issues from reviewVitaly _Vi Shukela-12/+12
2018-11-29Optimize local linkchecker programAlex Crichton-19/+19
2018-11-30Add libstd and libcore Cargo features "panic_immediate_abort"Vitaly _Vi Shukela-5/+43
2018-11-29Add inline attributes and add unit to CommonTypesJohn Kåre Alsaker-1/+57
2018-11-29Fix error message after rebasevarkor-4/+4
2018-11-29Fix broken testsvarkor-7/+23
2018-11-29Clarify undecided semanticsvarkor-4/+10
2018-11-29Add a test for uninhabitedness changesvarkor-30/+56
2018-11-29Consider references and unions potentially inhabited during privacy-respectin...varkor-24/+20
2018-11-29Correctly generalize inference variables in `nll_relate`scalexm-11/+6
2018-11-29Fix doc commentsscalexm-6/+6
2018-11-29Implement `AggregateOps`scalexm-2/+28
2018-11-29Implement `ResolventOps`scalexm-35/+572
2018-11-29Handle inference variables in `nll_relate` and use it for chalkscalexm-117/+393
2018-11-29Add template parameter debuginfo to generic typesTom Tromey-18/+115
2018-11-29Only consider stem when extension is exe.David Wood-1/+5
2018-11-29Auto merge of #49878 - dlrobertson:va_list_pt0, r=eddybbors-13/+711
2018-11-29Move get_static from CodegenCx to Builderbjorn3-33/+44
2018-11-29Use implicit deref instead of BuilderMethods::cx()bjorn3-271/+270
2018-11-29Require Deref to CodegenCx for HasCodegenbjorn3-2/+11
2018-11-29Rename static_bitcast to const_bitcastbjorn3-6/+6
2018-11-29Remove static_addr_of_mut from cg_ssabjorn3-4/+3
2018-11-29Rename StaticMethods::static_ptrcast to ConstMethods::const_ptrcastbjorn3-8/+8
2018-11-29Remove static_bitcast from cg_ssabjorn3-8/+8
2018-11-29Remove an unnecessary referencebjorn3-1/+1
2018-11-29Move IntrinsicCallMethods::call_overflow_intrinsics to BuilderMethods::checke...bjorn3-92/+93
2018-11-29Remove call_lifetime_intrinsic from cg_ssabjorn3-26/+22
2018-11-29Use BackendTypes instead of Backend or HasCodegen in a few placesbjorn3-18/+18
2018-11-29Rustfmt on cg_ssa/traitsbjorn3-3/+7
2018-11-29Don't use llvm intrinsic names in cg_ssabjorn3-108/+113
2018-11-29Remove __build_diagnostic_array! from cg_utilsbjorn3-3/+0
2018-11-29Remove static_replace_all_uses and statics_to_rauw from cg_ssabjorn3-12/+7