| Age | Commit message (Expand) | Author | Lines |
| 2018-06-07 | Simplify `process_obligation`. | Nicholas Nethercote | -9/+12 |
| 2018-06-06 | Auto merge of #50699 - Zoxc:blocking-queries, r=mw | bors | -49/+617 |
| 2018-06-06 | Auto merge of #51263 - cramertj:futures-in-core, r=aturon | bors | -0/+961 |
| 2018-06-06 | Add Future and task system to the standard library | Taylor Cramer | -0/+961 |
| 2018-06-06 | Auto merge of #51333 - GuillaumeGomez:reexport-fmt-alignment, r=SimonSapin | bors | -2/+3 |
| 2018-06-06 | Auto merge of #51201 - estebank:dotdot, r=petrochenkov | bors | -78/+169 |
| 2018-06-06 | Update Cargo | John Kåre Alsaker | -9/+13 |
| 2018-06-06 | Reduce the amount of unsafe code and mark handle_deadlock as unsafe | John Kåre Alsaker | -52/+53 |
| 2018-06-06 | Add comments | John Kåre Alsaker | -2/+19 |
| 2018-06-06 | Make QueryWaiter use safe code | John Kåre Alsaker | -32/+22 |
| 2018-06-06 | Create thread-pool | John Kåre Alsaker | -24/+25 |
| 2018-06-06 | Add comments and misc changes | John Kåre Alsaker | -27/+92 |
| 2018-06-06 | Use raw pointers | John Kåre Alsaker | -30/+39 |
| 2018-06-06 | Add and use OnDrop::disable | John Kåre Alsaker | -1/+9 |
| 2018-06-06 | Use try_lock in collect_active_jobs | John Kåre Alsaker | -1/+15 |
| 2018-06-06 | Update Rayon version | John Kåre Alsaker | -5/+5 |
| 2018-06-06 | Make queries block and handle query cycles | John Kåre Alsaker | -10/+469 |
| 2018-06-06 | Auto merge of #51316 - oli-obk:const_err, r=nikomatsakis | bors | -462/+882 |
| 2018-06-06 | Auto merge of #50844 - bjorn3:adhoc_compiller_calls, r=nrc | bors | -34/+110 |
| 2018-06-05 | Rebase fallout | Oliver Schneider | -3/+12 |
| 2018-06-05 | Add source information the const propagation of places | Oliver Schneider | -4/+5 |
| 2018-06-05 | Remove another unused error variant | Oliver Schneider | -4/+0 |
| 2018-06-05 | Remove unused IndexOutOfBounds variant | Oliver Schneider | -13/+0 |
| 2018-06-05 | Satisfy the untiring tidy | Oliver Schneider | -2/+2 |
| 2018-06-05 | Properly report transitive errors | Oliver Schneider | -104/+270 |
| 2018-06-05 | Referring to erroneous constants in promoteds must abort the build | Oliver Schneider | -33/+291 |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -349/+352 |
| 2018-06-05 | Add comment | bjorn3 | -0/+12 |
| 2018-06-05 | Impl CompilerCalls for CompileController instead of AdHocCompilerCalls | bjorn3 | -24/+57 |
| 2018-06-05 | Add AdHocCalls and pass self to build_controller as Box<Self> | bjorn3 | -34/+65 |
| 2018-06-05 | Account for comma in suggestion | Esteban Küber | -4/+4 |
| 2018-06-05 | Improve diagnostics for incorrect `..` usage | Esteban Küber | -82/+170 |
| 2018-06-05 | Accept `..` in incorrect position to avoid further errors | Esteban Küber | -8/+11 |
| 2018-06-05 | Auto merge of #51369 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -48/+141 |
| 2018-06-05 | Rollup merge of #51358 - barzamin:tests-39963, r=oli-obk | Mark Simulacrum | -0/+29 |
| 2018-06-05 | Rollup merge of #51343 - glaubitz:sparc64-tests, r=shepmaster | Mark Simulacrum | -8/+29 |
| 2018-06-05 | Rollup merge of #51308 - fanzier:const-prop-array-bounds-check, r=oli-obk | Mark Simulacrum | -22/+28 |
| 2018-06-05 | Rollup merge of #51256 - GuillaumeGomez:fix-rustdoc-crate-name, r=QuietMisdre... | Mark Simulacrum | -1/+17 |
| 2018-06-05 | Rollup merge of #51255 - avdv:patch-1, r=kennytm | Mark Simulacrum | -2/+2 |
| 2018-06-05 | Rollup merge of #51183 - teiesti:rustdoc-book-termination, r=steveklabnik | Mark Simulacrum | -11/+30 |
| 2018-06-05 | Rollup merge of #50852 - mandeep:fix-rustdoc-example-testing, r=GuillaumeGomez | Mark Simulacrum | -2/+4 |
| 2018-06-05 | Auto merge of #51246 - vakaras:select_polonius_algo_via_env_var, r=nikomatsakis | bors | -7/+14 |
| 2018-06-05 | Improve wording | Tobias Stolzmann | -2/+3 |
| 2018-06-05 | Update rustdoc book to suggest using Termination trait instead of hidden ‘f... | Tobias Stolzmann | -11/+29 |
| 2018-06-05 | Auto merge of #51140 - GuillaumeGomez:doc-keyword, r=QuietMisdreavus | bors | -66/+218 |
| 2018-06-05 | Fix tests | Fabian Zaiser | -2/+7 |
| 2018-06-05 | Fix tidy | Fabian Zaiser | -1/+1 |
| 2018-06-05 | Propagate uses of constants correctly so that array index checks work | Fabian Zaiser | -20/+21 |
| 2018-06-05 | Auto merge of #51324 - oli-obk:debug_overflow, r=estebank | bors | -1/+1 |
| 2018-06-05 | Auto merge of #51242 - ytausky:mut-ref, r=estebank | bors | -39/+114 |