about summary refs log tree commit diff
path: root/compiler
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 #81259 - est31:cfg_version, r=petrochenkovJonas Schievink-5/+28
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/+21
2021-01-24Rollup merge of #78578 - oli-obk:const_mut_refs, r=RalfJungJonas Schievink-30/+70
2021-01-24Only call span.rust_2021() when necessary.Mara Bos-7/+5
2021-01-24Auto merge of #80838 - nagisa:nagisa/stack-probe-type, r=cuviperbors-87/+204
2021-01-24Auto merge of #80919 - cjgillot:defkey-span, r=oli-obkbors-257/+303
2021-01-24Auto merge of #80594 - bjorn3:abi_refactor3, r=petrochenkovbors-94/+118
2021-01-24Replace version_check dependency with own version parsing codeest31-5/+28
2021-01-24Auto merge of #79811 - Aaron1011:expn-data-disambig, r=petrochenkovbors-14/+173
2021-01-23Add disambiugator to ExpnDataAaron Hill-14/+173
2021-01-23Rollup merge of #81298 - lcnr:big-money-big-prices, r=oli-obkJonas Schievink-23/+18
2021-01-23Rollup merge of #81275 - jyn514:time-render, r=wesleywiserJonas Schievink-21/+16
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/+18
2021-01-23Rollup merge of #81243 - osa1:fix_80742_2, r=RalfJungJonas Schievink-0/+4
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-23Fix review commentsbjorn3-7/+6
2021-01-23Calculate self-profile strings in `Compiler::enter` instead in codegenJoshua Nelson-10/+13
2021-01-23Auto merge of #80579 - RalfJung:no-fallible-promotion, r=oli-obkbors-52/+93
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-13/+23
2021-01-23Encode DefKind directly.Camille GILLOT-142/+160
2021-01-23Infallible version of def_span.Camille GILLOT-37/+39
2021-01-23Add some comments to PassModebjorn3-0/+6
2021-01-23Do not allow arbitrary mutable references in `static mut`, just keep with the...oli-6/+2
2021-01-23Adjust wording of a diagnosticoli-1/+1
2021-01-23Permit mutable references in all const contextsoli-28/+72
2021-01-23replace RefCell with Cell in FnCtxtBastian Kauschke-23/+18
2021-01-23Don't provide backend_optimization_level query for extern cratesbjorn3-3/+2
2021-01-23Never create an temporary PassMode::Direct when it is not a valid pass mode f...bjorn3-50/+46
2021-01-23Move some code aroundbjorn3-55/+76
2021-01-23Use PassMode::Pair by default for Abi::ScalarPair for all abi's and in return...bjorn3-18/+21
2021-01-23Remove unused dependencybjorn3-1/+0
2021-01-23Auto merge of #80065 - b-naber:parse-angle-arg-diagnostics, r=petrochenkovbors-50/+28
2021-01-23Auto merge of #81017 - Aaron1011:collect-trailing-token, r=petrochenkovbors-118/+124
2021-01-22Edit rustc_middle::dep_graph module documentationpierwill-7/+10
2021-01-22Remove special casing of rustdoc in rustc_lintJoshua Nelson-11/+3