about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-01Auto merge of #63870 - estebank:async-fn-call, r=oli-obkbors-2102/+1317
2019-09-01Auto merge of #64057 - Centril:rollup-nwtk2fb, r=Centrilbors-32/+37
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-01review commentEsteban Küber-4/+3
2019-09-01Auto merge of #64036 - matthewjasper:kill-borrows-on-self-assign, r=estebankbors-4/+24
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-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-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
2019-08-30Auto merge of #64026 - Centril:rollup-le667lp, r=Centrilbors-135/+209
2019-08-30Rollup merge of #64015 - RalfJung:const-tests, r=oli-obkMazdak Farrokhzad-60/+84
2019-08-30Rollup merge of #64014 - RalfJung:miri-slice, r=oli-obkMazdak Farrokhzad-59/+105
2019-08-30Rollup merge of #63999 - GuillaumeGomez:as-ref-missing-links, r=Mark-SimulacrumMazdak Farrokhzad-11/+13
2019-08-30Rollup merge of #63847 - GuillaumeGomez:system-theme-detection, r=kinnisonMazdak Farrokhzad-1/+2
2019-08-30Rollup merge of #63684 - GrayJack:const_list_new, r=CentrilMazdak Farrokhzad-1/+1
2019-08-30Rollup merge of #62957 - dns2utf8:doc_loop_keyword, r=GuillaumeGomezMazdak Farrokhzad-3/+4
2019-08-30remove directory libstd/sys/vxworks/backtrace which is not used any moreBaoshan Pang-324/+0
2019-08-30rustdoc use -Ccodegen-units=1 by default for test compileAndreas Jonson-0/+1
2019-08-30Auto merge of #63982 - sam09:fix-63976, r=estebankbors-3/+8
2019-08-30Auto merge of #64018 - flip1995:clippyup, r=oli-obkbors-16/+7
2019-08-30add testRalf Jung-0/+29
2019-08-30Auto merge of #63827 - andjo403:out-of-process-rustc-in-rustdoc, r=Mark-Simul...bors-151/+91
2019-08-30Update Clippyflip1995-16/+7
2019-08-30const-eval tests: make all unions repr(C)Ralf Jung-59/+79
2019-08-30explain why REF_AS_USIZE is importantRalf Jung-0/+3
2019-08-30tweak const-valid testRalf Jung-1/+2
2019-08-30make unions repr(C)Ralf Jung-18/+21
2019-08-30Auto merge of #63402 - estebank:strip-margin, r=oli-obkbors-156/+568
2019-08-30mod-level doc comment for validity checkRalf Jung-0/+6
2019-08-30better variable namesRalf Jung-28/+28
2019-08-30miri: detect too large dynamically sized objectsRalf Jung-13/+21