about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-16Enforce even more the code blocks attributes check through rustdocGuillaume Gomez-2/+5
2020-07-16Auto merge of #74202 - oli-obk:mir_const, r=RalfJungbors-385/+457
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-15Update docs for str::as_bytes_mut.Matt Brubeck-4/+7
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-15Rollup merge of #74353 - pierwill:pierwill-edit-dep-node, r=jonas-schievinkManish Goregaokar-6/+8
2020-07-15Rollup merge of #74347 - jyn514:ive-got-a-small-query-for-you, r=eddybManish Goregaokar-10/+16
2020-07-15Rollup merge of #74344 - estebank:stringly-wobbly, r=eddybManish Goregaokar-7/+13
2020-07-15Rollup merge of #74337 - estebank:ty-parse-recovery, r=varkorManish Goregaokar-55/+20
2020-07-15Rollup merge of #74294 - msirringhaus:master, r=pietroalbiniManish Goregaokar-8/+31
2020-07-15Rollup merge of #74291 - regexident:from-docs, r=GuillaumeGomezManish Goregaokar-0/+4
2020-07-15Rollup merge of #74276 - lcnr:discriminant-kind-what, r=nagisaManish Goregaokar-17/+12
2020-07-15Rollup merge of #74218 - GuillaumeGomez:search-results-bottom-margin, r=Dylan...Manish Goregaokar-0/+1
2020-07-15Rollup merge of #74196 - GuillaumeGomez:auto-collapse-implementors, r=Manishe...Manish Goregaokar-4/+11
2020-07-15Rollup merge of #74119 - nnethercote:rm-Compiler-compile, r=Mark-SimulacrumManish Goregaokar-34/+0
2020-07-15Rollup merge of #73959 - GuillaumeGomez:cleanup-e0716, r=Dylan-DPCManish Goregaokar-30/+25
2020-07-15Rollup merge of #73918 - GuillaumeGomez:cleanup-e0715, r=Dylan-DPCManish Goregaokar-2/+1
2020-07-15Rollup merge of #72973 - msizanoen1:riscv-host, r=pietroalbiniManish Goregaokar-25/+66
2020-07-15s/try_to_usize/try_to_machine_usize/Oliver Scherer-4/+4
2020-07-15Reduce the amount of interning and `layout_of` calls in const eval.Oliver Scherer-17/+70
2020-07-15Improve settings wordingGuillaume Gomez-2/+2
2020-07-15Initialize default providers only onceJoshua Nelson-10/+16
2020-07-15Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddybbors-622/+1547
2020-07-15unify Instance::resolveBastian Kauschke-12/+15
2020-07-15unsafety_check_result_for_const_argBastian Kauschke-4/+4
2020-07-15WithOptConstParam::dummy -> WithOptConstParam::unknownBastian Kauschke-20/+21
2020-07-15ty_def_id -> def_id_for_type_ofBastian Kauschke-5/+5
2020-07-15improve namingBastian Kauschke-160/+184
2020-07-15cleanupBastian Kauschke-8/+48
2020-07-15update promoted_mirBastian Kauschke-16/+20
2020-07-15update const arg queriesBastian Kauschke-138/+154
2020-07-15update testBastian Kauschke-12/+4
2020-07-15only call `typeck_tables_of_const_arg` for const argsBastian Kauschke-4/+15
2020-07-15mir opt cross compileBastian Kauschke-12/+12
2020-07-15mir_built is a lieBastian Kauschke-155/+154
2020-07-15decode stuffBastian Kauschke-3/+3
2020-07-15ui test diffBastian Kauschke-2/+22
2020-07-15mir opt diffBastian Kauschke-36/+36