about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-30arena: speed up TypedArena::clearljedrz-3/+12
2018-11-30Add the edition guide to doc.rust-lang.orgSteve Klabnik-0/+1
2018-11-30update nomiconSteve Klabnik-0/+0
2018-11-30Refer to the second borrow as the "second borrow".Daan de Graaf-11/+30
2018-11-30Update existing tests with more precise error messagesvarkor-76/+102
2018-11-30Add precise_pointer_size_matching featurevarkor-2/+42
2018-11-30Stabilise exhaustive_integer_patternsvarkor-23/+19
2018-11-30Fix rebase falloutOliver Scherer-1/+1
2018-11-30Test float assign opsOliver Scherer-0/+279
2018-11-30Add trailing newlineOliver Scherer-1/+1
2018-11-30Re-add accidentally deleted testOliver Scherer-0/+16
2018-11-30Remove unused feature gate from `libcore`Oliver Scherer-1/+0
2018-11-30Fix a compile-fail testOliver Scherer-1/+1
2018-11-30Improve the diagnostic messageOliver Scherer-72/+61
2018-11-30Reenable `const_let` feature gateOliver Scherer-395/+871
2018-11-30Add a test for single variant matchesOliver Scherer-2/+23
2018-11-30Improve the error around short circuiting and let bindingsOliver Scherer-7/+61
2018-11-30Show auto-applicable correction warning for short circuiting in constantsOliver Scherer-0/+23
2018-11-30Properly name the flag for `&&` -> `&` conversionOliver Scherer-13/+13
2018-11-30Allow `let` bindings everywhereOliver Scherer-692/+446
2018-11-30Add tests for mutable borrowsOliver Scherer-1/+32
2018-11-30Also test the `const_let` feature gate in staticsOliver Scherer-1/+54
2018-11-30Add a test for various const let featuresOliver Scherer-0/+468
2018-11-30Remove a bunch of now-unnecessary `const_let` feature gatesOliver Scherer-47/+2
2018-11-30Update compile-fail testOliver Scherer-2/+0
2018-11-30Update a test's diagnosticsOliver Scherer-39/+6
2018-11-30Stabilize `const_let` inside const functionsOliver Scherer-188/+56
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-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-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