about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-03Retag needs to know whether this is a 2-phase-reborrowRalf Jung-58/+52
2018-12-03Auto merge of #56305 - RalfJung:miri, r=oli-obkbors-5/+19
2018-12-03update miriRalf Jung-5/+19
2018-12-03update miriRalf Jung-5/+5
2018-12-03Auto merge of #56394 - cuviper:interrupted-timeout, r=sfacklerbors-12/+28
2018-12-03Auto merge of #56358 - nikic:mergefunc-aliases, r=rkruppebors-10/+26
2018-12-02Auto merge of #56110 - varkor:inhabitedness-union-enum, r=cramertjbors-61/+105
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-02Run name-anon-globals after all other passesNikita Popov-4/+5
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-30Deal with EINTR in net timeout testsJosh Stone-12/+28
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