about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-16Remove elements iterator clone and only keep first element insteadGuillaume Gomez-3/+3
2020-07-16Clean up E0723 explanationGuillaume Gomez-1/+1
2020-07-16Remove leftover from emscripten fastcomp supportbjorn3-13/+2
2020-07-16Update code to new invalid_codeblock_attributes lint nameGuillaume Gomez-8/+8
2020-07-16Apply review commentsGuillaume Gomez-3/+6
2020-07-16Enforce even more the code blocks attributes check through rustdocGuillaume Gomez-2/+5
2020-07-16Auto merge of #72481 - marmeladema:duration-consts-2, r=oli-obkbors-19/+86
2020-07-16start GBA file.Lokathor-0/+30
2020-07-16Remove unused lazy_staticJoshua Nelson-1/+0
2020-07-16Separate off BTreeMap support functions and loose their irrelevant boundsStein Somers-59/+61
2020-07-16Clean up or comment every unwrap in BTreeMap's main code.Stein Somers-46/+40
2020-07-16add regression test for #74255Bastian Kauschke-0/+18
2020-07-16add regression test for #73730Bastian Kauschke-0/+17
2020-07-16add regression test for #73508Bastian Kauschke-0/+23
2020-07-16add regression test for #73491Bastian Kauschke-0/+9
2020-07-16add regression test for #73120Bastian Kauschke-0/+22
2020-07-16add regression test for #71805Bastian Kauschke-0/+41
2020-07-16Auto merge of #74202 - oli-obk:mir_const, r=RalfJungbors-385/+457
2020-07-16add regression test for #71348Bastian Kauschke-0/+35
2020-07-16add regression test for #71169Bastian Kauschke-0/+27
2020-07-16add regression test for #70586Bastian Kauschke-0/+33
2020-07-16add regression test for #70217Bastian Kauschke-0/+16
2020-07-16add regression test for #68596Bastian Kauschke-0/+18
2020-07-16add regression tests for #67144Bastian Kauschke-0/+50
2020-07-16bless ui testsBastian Kauschke-2/+7
2020-07-16update help messageBastian Kauschke-13/+22
2020-07-16don't supply generics to AnonConsts in param listsBastian Kauschke-37/+68
2020-07-16relax Node lt boundsBastian Kauschke-3/+3
2020-07-16add self dependent const param testBastian Kauschke-1/+24
2020-07-16forbid generic params in the type of const paramsBastian Kauschke-29/+160
2020-07-16Fix typo in std::mem::transmute documentationColoredCarrot-1/+1
2020-07-16Group the try_eval functions before the eval functionsOliver Scherer-10/+10
2020-07-16Make `try_eval` privateOliver Scherer-2/+2
2020-07-16Move `ty::Const` and `ty::ConstKind` into their own modulesOliver Scherer-426/+445
2020-07-16Rollup merge of #74381 - mbrubeck:docs, r=Mark-SimulacrumManish Goregaokar-4/+7
2020-07-16Rollup merge of #74377 - alexcrichton:test-default, r=Mark-SimulacrumManish Goregaokar-2/+3
2020-07-16Rollup merge of #74352 - ehuss:fix-alloc-links, r=Mark-SimulacrumManish Goregaokar-32/+17
2020-07-16Rollup merge of #74295 - ssomers:btree_comments, r=Mark-SimulacrumManish Goregaokar-18/+25
2020-07-16Rollup merge of #74203 - nnethercote:enforce-static-symbol-order, r=petrochenkovManish Goregaokar-117/+145
2020-07-16Rollup merge of #74037 - JohnTitor:contributing-md, r=Mark-SimulacrumManish Goregaokar-5/+6
2020-07-16Rollup merge of #73421 - janikrabe:master, r=joshtriplettManish Goregaokar-4/+7
2020-07-16Rename `sym::item_context` as `sym::ItemContext`.Nicholas Nethercote-5/+5
2020-07-16Enforce the static symbol order.Nicholas Nethercote-112/+140
2020-07-16Add RISC-V GNU/Linux to src/tools/build-manifest as a host platformmsizanoen1-0/+1
2020-07-15Move usercall_wait_timeout to abi::usercalls::wait_timeoutMohsen Zohrevandi-82/+74
2020-07-15Update docs for str::as_bytes_mut.Matt Brubeck-4/+7
2020-07-15Constify most non-trait `Duration` methods as described in #72440marmeladema-19/+86
2020-07-15Clarify effect of orphan rule changes on From/IntoJanik Rabe-4/+7
2020-07-15Move libstd's default feature to libtestAlex Crichton-2/+3
2020-07-15Remove drop-shadowLudwig Stecher-5/+0