about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-07Simplify `process_obligation`.Nicholas Nethercote-9/+12
2018-06-06Auto merge of #50699 - Zoxc:blocking-queries, r=mwbors-49/+617
2018-06-06Auto merge of #51263 - cramertj:futures-in-core, r=aturonbors-0/+961
2018-06-06Add Future and task system to the standard libraryTaylor Cramer-0/+961
2018-06-06Auto merge of #51333 - GuillaumeGomez:reexport-fmt-alignment, r=SimonSapinbors-2/+3
2018-06-06Auto merge of #51201 - estebank:dotdot, r=petrochenkovbors-78/+169
2018-06-06Update CargoJohn Kåre Alsaker-9/+13
2018-06-06Reduce the amount of unsafe code and mark handle_deadlock as unsafeJohn Kåre Alsaker-52/+53
2018-06-06Add commentsJohn Kåre Alsaker-2/+19
2018-06-06Make QueryWaiter use safe codeJohn Kåre Alsaker-32/+22
2018-06-06Create thread-poolJohn Kåre Alsaker-24/+25
2018-06-06Add comments and misc changesJohn Kåre Alsaker-27/+92
2018-06-06Use raw pointersJohn Kåre Alsaker-30/+39
2018-06-06Add and use OnDrop::disableJohn Kåre Alsaker-1/+9
2018-06-06Use try_lock in collect_active_jobsJohn Kåre Alsaker-1/+15
2018-06-06Update Rayon versionJohn Kåre Alsaker-5/+5
2018-06-06Make queries block and handle query cyclesJohn Kåre Alsaker-10/+469
2018-06-06Auto merge of #51316 - oli-obk:const_err, r=nikomatsakisbors-462/+882
2018-06-06Auto merge of #50844 - bjorn3:adhoc_compiller_calls, r=nrcbors-34/+110
2018-06-05Rebase falloutOliver Schneider-3/+12
2018-06-05Add source information the const propagation of placesOliver Schneider-4/+5
2018-06-05Remove another unused error variantOliver Schneider-4/+0
2018-06-05Remove unused IndexOutOfBounds variantOliver Schneider-13/+0
2018-06-05Satisfy the untiring tidyOliver Schneider-2/+2
2018-06-05Properly report transitive errorsOliver Schneider-104/+270
2018-06-05Referring to erroneous constants in promoteds must abort the buildOliver Schneider-33/+291
2018-06-05Refactor the const eval diagnostic APIOliver Schneider-349/+352
2018-06-05Add commentbjorn3-0/+12
2018-06-05Impl CompilerCalls for CompileController instead of AdHocCompilerCallsbjorn3-24/+57
2018-06-05Add AdHocCalls and pass self to build_controller as Box<Self>bjorn3-34/+65
2018-06-05Account for comma in suggestionEsteban Küber-4/+4
2018-06-05Improve diagnostics for incorrect `..` usageEsteban Küber-82/+170
2018-06-05Accept `..` in incorrect position to avoid further errorsEsteban Küber-8/+11
2018-06-05Auto merge of #51369 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-48/+141
2018-06-05Rollup merge of #51358 - barzamin:tests-39963, r=oli-obkMark Simulacrum-0/+29
2018-06-05Rollup merge of #51343 - glaubitz:sparc64-tests, r=shepmasterMark Simulacrum-8/+29
2018-06-05Rollup merge of #51308 - fanzier:const-prop-array-bounds-check, r=oli-obkMark Simulacrum-22/+28
2018-06-05Rollup merge of #51256 - GuillaumeGomez:fix-rustdoc-crate-name, r=QuietMisdre...Mark Simulacrum-1/+17
2018-06-05Rollup merge of #51255 - avdv:patch-1, r=kennytmMark Simulacrum-2/+2
2018-06-05Rollup merge of #51183 - teiesti:rustdoc-book-termination, r=steveklabnikMark Simulacrum-11/+30
2018-06-05Rollup merge of #50852 - mandeep:fix-rustdoc-example-testing, r=GuillaumeGomezMark Simulacrum-2/+4
2018-06-05Auto merge of #51246 - vakaras:select_polonius_algo_via_env_var, r=nikomatsakisbors-7/+14
2018-06-05Improve wordingTobias Stolzmann-2/+3
2018-06-05Update rustdoc book to suggest using Termination trait instead of hidden ‘f...Tobias Stolzmann-11/+29
2018-06-05Auto merge of #51140 - GuillaumeGomez:doc-keyword, r=QuietMisdreavusbors-66/+218
2018-06-05Fix testsFabian Zaiser-2/+7
2018-06-05Fix tidyFabian Zaiser-1/+1
2018-06-05Propagate uses of constants correctly so that array index checks workFabian Zaiser-20/+21
2018-06-05Auto merge of #51324 - oli-obk:debug_overflow, r=estebankbors-1/+1
2018-06-05Auto merge of #51242 - ytausky:mut-ref, r=estebankbors-39/+114