about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-02Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddybbors-525/+536
2018-12-02Auto merge of #56275 - RalfJung:win-mutex, r=SimonSapinbors-11/+18
2018-12-02avoid MaybeUninit::get_mut where it is not neededRalf Jung-2/+2
2018-12-02let FIXME refer to tracking issueRalf Jung-2/+2
2018-12-02no reason to use mutable references here at allRalf Jung-12/+4
2018-12-02Auto merge of #56378 - ljedrz:arena_tweaks, r=nagisabors-10/+14
2018-12-02Auto merge of #56406 - nrc:update, r=kennytmbors-5/+19
2018-12-02arena: improve common patternsljedrz-7/+2
2018-12-02Auto merge of #56396 - dlrobertson:fix_va_list_tests, r=nikicbors-174/+57
2018-12-01resolve: Support aliasing local crate root in extern preludeVadim Petrochenkov-10/+89
2018-12-02Update RLS and RustfmtNick Cameron-5/+19
2018-12-01Auto merge of #56165 - RalfJung:drop-glue-type, r=eddyb,nikomatsakisbors-52/+80
2018-11-30ci: Only run compare-mode tests on one builderAlex Crichton-2/+13
2018-11-30tests: Simplify VaList run-make testDan Robertson-174/+57
2018-12-01Rollup merge of #56214 - scalexm:unification, r=nikomatsakiskennytm-151/+985
2018-12-01Rollup merge of #56337 - phansch:fix_const_ice, r=oli-obkkennytm-122/+165
2018-12-01Rollup merge of #56324 - Zoxc:int-ext, r=nikomatsakiskennytm-111/+157
2018-12-01Rollup merge of #55011 - vi:panic_immediate_abort, r=alexcrichtonkennytm-5/+45
2018-12-01Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centrilkennytm-141/+29
2018-12-01Rollup merge of #56373 - steveklabnik:update-books, r=Mark-Simulacrumkennytm-0/+1
2018-12-01Rollup merge of #56367 - alexreg:move-feature-gate-tests-1, r=Centrilkennytm-0/+0
2018-12-01Rollup merge of #56364 - dlrobertson:fix_55903, r=oli-obkkennytm-1/+1
2018-12-01Rollup merge of #56360 - alexcrichton:linkchecker-omg, r=pietroalbinikennytm-19/+19
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-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