about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-01-16Elaborate on SAFETY commentsPhoebe Bell-77/+88
2020-01-16Apply suggestions from code reviewPhoebe Bell-1/+1
2020-01-16Fix typo "gurantees -> guarantees"Phoebe Bell-1/+1
2020-01-16Document unsafe blocks in core::{cell, str, sync}Phoebe Bell-17/+91
2020-01-14Auto merge of #67711 - Amanieu:fix_unwind_leak, r=alexcrichtonbors-26/+139
2020-01-14Auto merge of #67076 - mbrubeck:condvar, r=dtolnaybors-43/+34
2020-01-14Rollup merge of #68188 - JohnTitor:tweak-assertion-note, r=Mark-SimulacrumYuki Okushi-1/+9
2020-01-14Rollup merge of #68179 - JohnTitor:nll-scope, r=varkorYuki Okushi-32/+26
2020-01-14Rollup merge of #68176 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPCYuki Okushi-4/+22
2020-01-14Rollup merge of #68166 - ollie27:rustdoc_help_escape, r=GuillaumeGomezYuki Okushi-2/+2
2020-01-14Rollup merge of #68150 - tillarnold:master, r=cramertjYuki Okushi-0/+8
2020-01-14Rollup merge of #68143 - skinny121:const-param-type-elided-lifetime, r=petroc...Yuki Okushi-6/+72
2020-01-14Rollup merge of #68036 - euclio:libterm-ncurses6-fix, r=KodrAusYuki Okushi-20/+27
2020-01-14Rollup merge of #67989 - ollie27:rustdoc_unstable, r=GuillaumeGomezYuki Okushi-2/+1
2020-01-14Rollup merge of #67854 - afnanenayet:afnan/report-external-macro-lints, r=pet...Yuki Okushi-4/+9
2020-01-14Tweak assertion note in fmtYuki Okushi-1/+9
2020-01-13Auto merge of #68183 - JohnTitor:clippy-up, r=JohnTitorbors-8/+8
2020-01-13Auto merge of #68088 - oli-obk:fix_miri, r=RalfJungbors-3/+8
2020-01-13Early abort validation of arrays of zsts because there is no data to be checkedOliver Scherer-3/+8
2020-01-13Update ClippyYuki Okushi-8/+8
2020-01-13Clean up E0192 explanationGuillaume Gomez-0/+16
2020-01-13Clean up E0191 explanationGuillaume Gomez-4/+6
2020-01-13Remove unneeded scopeYuki Okushi-32/+26
2020-01-13Fix destructor in emcc.rsAmanieu d'Antras-2/+6
2020-01-13Auto merge of #67850 - GuillaumeGomez:err-codes-checkup, r=Mark-Simulacrumbors-18/+29
2020-01-13Rollup merge of #68161 - ruuda:fix-instant-docs, r=rkruppeYuki Okushi-1/+1
2020-01-13Rollup merge of #68157 - GuillaumeGomez:clean-up-e0186, r=Dylan-DPCYuki Okushi-1/+17
2020-01-13Rollup merge of #68156 - JohnTitor:fix-path-in-doc, r=Dylan-DPCYuki Okushi-3/+4
2020-01-13Rollup merge of #68145 - JohnTitor:pub-check-lint-name-result, r=CentrilYuki Okushi-1/+1
2020-01-13Rollup merge of #68135 - calebcartwright:rustc-parse-visibilities, r=CentrilYuki Okushi-8/+17
2020-01-13Rollup merge of #68097 - MikailBag:master, r=shepmasterYuki Okushi-0/+2
2020-01-13Rollup merge of #67959 - liigo:patch-13, r=GuillaumeGomezYuki Okushi-4/+8
2020-01-13Rollup merge of #67313 - oli-obk:document_all_the_t̶h̶i̶n̶g̶s̶dataflow,...Yuki Okushi-1/+23
2020-01-12Use `report_in_external_macro` for internal lintsAfnan Enayet-4/+9
2020-01-13Auto merge of #67900 - nikic:prepare-llvm-10, r=nagisabors-991/+218
2020-01-13Fix destructor return value in emcc.rsAmanieu d'Antras-6/+14
2020-01-12rustdoc: HTML escape arrows on help popupOliver Middleton-2/+2
2020-01-12Fix system call docs for time::InstantRuud van Asseldonk-1/+1
2020-01-12Don't include __rust_drop_panic when testing libstdAmanieu d'Antras-0/+1
2020-01-12Clean up E0186 explanationGuillaume Gomez-1/+17
2020-01-12Fix error codes explanation' code examplesGuillaume Gomez-16/+28
2020-01-13Fix crate paths in commentsYuki Okushi-3/+4
2020-01-12Auto merge of #67831 - mati865:ci-images-upgrade, r=pietroalbinibors-2/+2
2020-01-12Document behavior of set_nonblocking on UnixListenerTill Arnold-0/+8
2020-01-12Auto merge of #67901 - matthewjasper:split-mir-build, r=nagisabors-524/+598
2020-01-12Split `rustc_mir::{build, hair, lints}` into their own crateMatthew Jasper-524/+598
2020-01-12Update test benchmark fileBen Lewis-6/+6
2020-01-12Expose `context::CheckLintNameResult`Yuki Okushi-1/+1
2020-01-12Added comment about behaviour.Ben Lewis-0/+5
2020-01-12Forbid elided lifetimes within const generic parameter types.Ben Lewis-6/+67