about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-01-24Rollup merge of #81297 - bjorn3:no_extern_backend_optimization_level_query_pr...Jonas Schievink-3/+2
2021-01-24Rollup merge of #81279 - bugadani:iter, r=davidtwcoJonas Schievink-113/+129
2021-01-24Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514Jonas Schievink-0/+51
2021-01-24Rollup merge of #81259 - est31:cfg_version, r=petrochenkovJonas Schievink-36/+138
2021-01-24Rollup merge of #80933 - rcvalle:fix-sysroot-option, r=nagisaJonas Schievink-7/+21
2021-01-24Rollup merge of #80855 - m-ou-se:assert-2021, r=petrochenkovJonas Schievink-5/+30
2021-01-24Rollup merge of #79884 - Digital-Chaos:replace-magic, r=m-ou-seJonas Schievink-5/+15
2021-01-24Rollup merge of #79174 - taiki-e:std-future, r=Mark-SimulacrumJonas Schievink-20/+2
2021-01-24Rollup merge of #78578 - oli-obk:const_mut_refs, r=RalfJungJonas Schievink-208/+431
2021-01-24Rollup merge of #75180 - KodrAus:feat/error-by-ref, r=m-ou-seJonas Schievink-0/+21
2021-01-24Only call span.rust_2021() when necessary.Mara Bos-7/+5
2021-01-24Auto merge of #81250 - sivadeilra:remove_xp_compat, r=joshtriplett,m-ou-sebors-145/+81
2021-01-24Auto merge of #80838 - nagisa:nagisa/stack-probe-type, r=cuviperbors-87/+205
2021-01-24Auto merge of #80919 - cjgillot:defkey-span, r=oli-obkbors-265/+305
2021-01-24Auto merge of #80594 - bjorn3:abi_refactor3, r=petrochenkovbors-95/+118
2021-01-24Replace version_check dependency with own version parsing codeest31-36/+138
2021-01-24Auto merge of #79811 - Aaron1011:expn-data-disambig, r=petrochenkovbors-14/+173
2021-01-23Auto merge of #81304 - jonas-schievink:rollup-d9kuugm, r=jonas-schievinkbors-111/+433
2021-01-23Add disambiugator to ExpnDataAaron Hill-14/+173
2021-01-23Rollup merge of #81301 - davidgu:patch-1, r=jonas-schievinkJonas Schievink-1/+1
2021-01-23Rollup merge of #81298 - lcnr:big-money-big-prices, r=oli-obkJonas Schievink-23/+18
2021-01-23Rollup merge of #81288 - camelid:fix-trait-item-vis, r=jyn514Jonas Schievink-2/+51
2021-01-23Rollup merge of #81283 - m-ou-se:tracking-issue-note, r=Mark-SimulacrumJonas Schievink-0/+2
2021-01-23Rollup merge of #81281 - a1phyr:inline_path, r=dtolnayJonas Schievink-0/+103
2021-01-23Rollup merge of #81275 - jyn514:time-render, r=wesleywiserJonas Schievink-35/+48
2021-01-23Rollup merge of #81252 - jyn514:resolve-timing, r=petrochenkovJonas Schievink-10/+8
2021-01-23Rollup merge of #81249 - cjgillot:issue-79537, r=oli-obkJonas Schievink-13/+86
2021-01-23Rollup merge of #81245 - ehuss:update-cargo, r=ehussJonas Schievink-0/+1
2021-01-23Rollup merge of #81243 - osa1:fix_80742_2, r=RalfJungJonas Schievink-3/+35
2021-01-23Rollup merge of #81170 - xfix:vecdeque-bug-fix, r=sfacklerJonas Schievink-3/+47
2021-01-23Rollup merge of #81130 - pierwill:edit-depnode, r=jyn514Jonas Schievink-7/+10
2021-01-23Rollup merge of #81072 - RalfJung:place-ref-ty, r=oli-obkJonas Schievink-8/+10
2021-01-23Rollup merge of #79841 - fintelia:patch-6, r=kennytmJonas Schievink-6/+13
2021-01-23Add option to control doctest run directoryArpad Borsos-0/+51
2021-01-23Fix small typoDavid-1/+1
2021-01-23Fix review commentsbjorn3-7/+6
2021-01-23Calculate self-profile strings in `Compiler::enter` instead in codegenJoshua Nelson-16/+16
2021-01-23Add more timing info to render_htmlJoshua Nelson-13/+31
2021-01-23Auto merge of #80579 - RalfJung:no-fallible-promotion, r=oli-obkbors-333/+331
2021-01-23Allow to query the HIR crate node.Camille GILLOT-5/+4
2021-01-23Fix proc macro crate encoding.Camille GILLOT-2/+9
2021-01-23Filter stability.Camille GILLOT-3/+40
2021-01-23Iterate on deprecation.Camille GILLOT-10/+1
2021-01-23Iterate on const_stability.Camille GILLOT-4/+1
2021-01-23Iterate on stability.Camille GILLOT-14/+2
2021-01-23Iterate DefId to encode expn_that_defined.Camille GILLOT-4/+1
2021-01-23Iterate DefId to encode attributes.Camille GILLOT-17/+4
2021-01-23Iterate DefId to encode visibility.Camille GILLOT-10/+38
2021-01-23Iterate to encode def_kind.Camille GILLOT-72/+57
2021-01-23Iterate DefId to encode spans.Camille GILLOT-21/+25