about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-05Rollup merge of #63985 - ghedo:stabilize_pin_into_inner, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-09-05Rollup merge of #63549 - sfanxiang:rev-rposition, r=scottmcmMazdak Farrokhzad-7/+6
2019-09-05Rollup merge of #62860 - vi:stabilize_checked_duration_since, r=Mark-SimulacrumMazdak Farrokhzad-7/+4
2019-09-05Avoid feature name 'checked_duration_since' in a Tidy testVitaly _Vi Shukela-2/+2
2019-09-05Stabilize checked_duration_since for 1.39.0Vitaly _Vi Shukela-5/+2
2019-09-04Auto merge of #64150 - ehuss:update-cargo-books, r=alexcrichtonbors-0/+0
2019-09-04Auto merge of #64125 - JohnTitor:update-clippy, r=oli-obkbors-7/+9
2019-09-04Update cargo, booksEric Huss-0/+0
2019-09-04Auto merge of #63825 - nathanwhit:check-run-results, r=Mark-Simulacrumbors-105/+123
2019-09-04Auto merge of #63166 - ksqsf:master, r=alexcrichtonbors-0/+81
2019-09-03Strip remote-test-client output from run stdoutnathanwhit-2/+18
2019-09-03Update ClippyYuki Okushi-7/+9
2019-09-03Rollup merge of #64104 - Mark-Simulacrum:intrinsic-fn-ptr-ice, r=estebankMazdak Farrokhzad-0/+57
2019-09-03Rollup merge of #64071 - guanqun:style-fix, r=CentrilMazdak Farrokhzad-2/+2
2019-09-03Rollup merge of #64058 - phansch:refactor_out_method, r=estebankMazdak Farrokhzad-12/+32
2019-09-03Rollup merge of #64056 - estebank:arbitrary-self-types, r=CentrilMazdak Farrokhzad-26/+148
2019-09-03Rollup merge of #64049 - estebank:if-else-type-err, r=CentrilMazdak Farrokhzad-105/+30
2019-09-03Auto merge of #63869 - GuillaumeGomez:fix-build-failure, r=Mark-Simulacrumbors-1/+1
2019-09-02Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obkbors-139/+311
2019-09-02Emit error on intrinsic to fn ptr castsMark Rousskov-0/+57
2019-09-02Ignore check-run-results tests for wasm32-barenathanwhit-0/+5
2019-09-02Auto merge of #63692 - iluuu1994:issue-49660, r=sfacklerbors-0/+85
2019-09-02Generate version file if it doesn't existGuillaume Gomez-1/+1
2019-09-02Auto merge of #63834 - andjo403:rustdoc-linker-remove, r=Mark-Simulacrumbors-31/+6
2019-09-01review commentsEsteban Küber-53/+57
2019-09-01Auto merge of #63870 - estebank:async-fn-call, r=oli-obkbors-2102/+1317
2019-09-01review commentsEsteban Küber-4/+5
2019-09-02following the same styleGuanqun Lu-2/+2
2019-09-01Auto merge of #64057 - Centril:rollup-nwtk2fb, r=Centrilbors-32/+37
2019-09-01librustc_errors: Extract sugg/subst handling into methodPhilipp Hansch-12/+32
2019-09-01Rollup merge of #64042 - juliangehring:string-docs, r=jonas-schievinkMazdak Farrokhzad-4/+4
2019-09-01Rollup merge of #64039 - pickfire:patch-1, r=jonas-schievinkMazdak Farrokhzad-2/+2
2019-09-01Rollup merge of #64032 - andjo403:codegen-units, r=Mark-SimulacrumMazdak Farrokhzad-0/+1
2019-09-01Rollup merge of #64029 - estebank:fix-miri, r=RalfJungMazdak Farrokhzad-4/+6
2019-09-01Rollup merge of #63410 - johnterickson:master, r=joshtriplettMazdak Farrokhzad-22/+24
2019-09-01Account for arbitrary self types in E0599Esteban Küber-26/+144
2019-09-01review commentEsteban Küber-4/+3
2019-09-01Auto merge of #64036 - matthewjasper:kill-borrows-on-self-assign, r=estebankbors-4/+24
2019-09-01remove the unstable rustdoc parameter --linkerAndreas Jonson-31/+6
2019-08-31deduplicate codeEsteban Küber-23/+17
2019-08-31Emit a single error on if expr with expectation and no else clauseEsteban Küber-108/+38
2019-08-31Use saturating_subEsteban Küber-4/+6
2019-08-31Fix nll testsEsteban Küber-37/+24
2019-08-31Auto merge of #63703 - tommilligan:warn-empty-doctest, r=ollie27bors-10/+59
2019-08-31Reorder AllocationDefinedness membersAndreas Molzer-2/+3
2019-08-31Fix word repetition in str documentationJulian Gehring-4/+4
2019-08-31Auto merge of #64025 - Wind-River:master_003, r=alexcrichtonbors-324/+0
2019-08-31Improve documentation around allocation accessorsAndreas Molzer-8/+13
2019-08-31Update sync condvar doc styleIvan Tham-2/+2
2019-08-31clarify that not all errors are observedJohn Erickson-2/+3