about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-11-30Pacify tidyPhilipp Hansch-9/+9
2018-11-30Fix const_fn ICE with non-const function pointerPhilipp Hansch-122/+165
2018-11-30Inline thingsJohn Kåre Alsaker-0/+14
2018-11-30Auto merge of #49219 - eddyb:proc-macro-decouple, r=alexcrichtonbors-1168/+3327
2018-11-30bootstrap: provide host `rust_test_helpers` to compiletest, not just target.Eduard-Mihai Burtescu-1/+7
2018-11-30tests: ignore wasm32 for run-pass/proc-macro/expand-with-a-macro.Eduard-Mihai Burtescu-0/+2
2018-11-30tests: use alloc instead of libc in unnecessary-extern-crate, to make it work...Eduard-Mihai Burtescu-33/+29
2018-11-30compiletest: don't pass -Clinker when `// force-host` was requested.Eduard-Mihai Burtescu-4/+4
2018-11-30tests: use a #![no_std] target crate in run-make/rustc-macro-dep-files.Eduard-Mihai Burtescu-4/+3
2018-11-30bootstrap: don't use libraries from MUSL_ROOT on non-musl targets.Eduard-Mihai Burtescu-4/+6
2018-11-30tests: support cross-compilation in run-make/rustc-macro-dep-files.Eduard-Mihai Burtescu-2/+4
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-6/+4
2018-11-30proc_macro: move the rustc server to syntax_ext.Eduard-Mihai Burtescu-33/+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