about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-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
2020-07-15const generics work!Bastian Kauschke-141/+301
2020-07-15continue mir pipelineBastian Kauschke-31/+78
2020-07-15optimized_mirBastian Kauschke-11/+43
2020-07-15InstanceDef::ItemBastian Kauschke-58/+80
2020-07-15typeck all the tablesBastian Kauschke-2/+38
2020-07-15const_eval_resolveBastian Kauschke-28/+96
2020-07-15ConstKind::UnevaluatedBastian Kauschke-37/+53
2020-07-15begin using `WithOptParam`Bastian Kauschke-10/+67
2020-07-15introduce the query `opt_const_param_of`Bastian Kauschke-125/+169