about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-01Rollup merge of #56355 - Zoxc:inline-things, r=michaelwoeristerkennytm-1/+57
2018-12-01Rollup merge of #56349 - davidtwco:issue-55396-inference-extension, r=nagisakennytm-1/+5
2018-12-01Rollup merge of #56341 - frewsxcv:frewsxcv-util-cstr, r=Mark-Simulacrumkennytm-26/+14
2018-12-01Rollup merge of #56339 - yui-knk:remove_mir_stats_flag, r=alexcrichtonkennytm-2/+0
2018-12-01Rollup merge of #56336 - nnethercote:clean-up-pp, r=nikomatsakiskennytm-232/+254
2018-12-01Rollup merge of #56268 - nnethercote:fold_opt_expr-recycle, r=petrochenkovkennytm-39/+73
2018-12-01Rollup merge of #56216 - SimonSapin:array-tryfrom-slice, r=withoutboatskennytm-0/+87
2018-12-01Rollup merge of #56131 - ljedrz:assorted, r=RalfJungkennytm-1/+3
2018-12-01Rollup merge of #56014 - euclio:issue-21335, r=nagisakennytm-0/+5
2018-12-01Rollup merge of #55821 - ljedrz:cached_key_sorts, r=michaelwoeristerkennytm-3/+3
2018-11-30Moved feature-gate tests to correct dir.Alexander Regueiro-0/+0
2018-11-30Updated ui tests.Alexander Regueiro-4/+3
2018-11-30Removed feature gate.Alexander Regueiro-138/+7
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