about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-04NLL: New Polonius versionAlbin Stjerna-2/+2
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-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
2019-08-31Add in generic type to description of BufReader and BufWriterJohn Erickson-17/+17
2019-08-31Update BufWriter example to include call to flush()John Erickson-6/+7
2019-08-31Kill borrows from assignments after generating new borrowsMatthew Jasper-4/+24
2019-08-31fix rebaseEsteban Küber-1/+1
2019-08-31review comments: reword commentEsteban Küber-4/+4
2019-08-31Suggest call fn ctor passed as arg to fn with type param boundsEsteban Küber-7/+117
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-2058/+1177
2019-08-31Auto merge of #63991 - Centril:unique-improper-ctype, r=rkruppebors-13/+23
2019-08-30Tweak terminal width trimmingEsteban Küber-2/+2
2019-08-31Auto merge of #63975 - topecongiro:rustfmt-1.4.6, r=nikomatsakisbors-6/+21
2019-08-30Account for rounding errors when deciding the diagnostic boundariesEsteban Küber-2/+2
2019-08-31improper_ctypes: guard against accidental change to Unique<T>.Mazdak Farrokhzad-13/+23