| Age | Commit message (Expand) | Author | Lines |
| 2021-01-24 | Rollup merge of #81297 - bjorn3:no_extern_backend_optimization_level_query_pr... | Jonas Schievink | -3/+2 |
| 2021-01-24 | Rollup merge of #81279 - bugadani:iter, r=davidtwco | Jonas Schievink | -113/+129 |
| 2021-01-24 | Rollup merge of #81259 - est31:cfg_version, r=petrochenkov | Jonas Schievink | -5/+28 |
| 2021-01-24 | Rollup merge of #80933 - rcvalle:fix-sysroot-option, r=nagisa | Jonas Schievink | -7/+21 |
| 2021-01-24 | Rollup merge of #80855 - m-ou-se:assert-2021, r=petrochenkov | Jonas Schievink | -5/+21 |
| 2021-01-24 | Rollup merge of #78578 - oli-obk:const_mut_refs, r=RalfJung | Jonas Schievink | -30/+70 |
| 2021-01-24 | Only call span.rust_2021() when necessary. | Mara Bos | -7/+5 |
| 2021-01-24 | Auto merge of #80838 - nagisa:nagisa/stack-probe-type, r=cuviper | bors | -87/+204 |
| 2021-01-24 | Auto merge of #80919 - cjgillot:defkey-span, r=oli-obk | bors | -257/+303 |
| 2021-01-24 | Auto merge of #80594 - bjorn3:abi_refactor3, r=petrochenkov | bors | -94/+118 |
| 2021-01-24 | Replace version_check dependency with own version parsing code | est31 | -5/+28 |
| 2021-01-24 | Auto merge of #79811 - Aaron1011:expn-data-disambig, r=petrochenkov | bors | -14/+173 |
| 2021-01-23 | Add disambiugator to ExpnData | Aaron Hill | -14/+173 |
| 2021-01-23 | Rollup merge of #81298 - lcnr:big-money-big-prices, r=oli-obk | Jonas Schievink | -23/+18 |
| 2021-01-23 | Rollup merge of #81275 - jyn514:time-render, r=wesleywiser | Jonas Schievink | -21/+16 |
| 2021-01-23 | Rollup merge of #81252 - jyn514:resolve-timing, r=petrochenkov | Jonas Schievink | -10/+8 |
| 2021-01-23 | Rollup merge of #81249 - cjgillot:issue-79537, r=oli-obk | Jonas Schievink | -13/+18 |
| 2021-01-23 | Rollup merge of #81243 - osa1:fix_80742_2, r=RalfJung | Jonas Schievink | -0/+4 |
| 2021-01-23 | Rollup merge of #81130 - pierwill:edit-depnode, r=jyn514 | Jonas Schievink | -7/+10 |
| 2021-01-23 | Rollup merge of #81072 - RalfJung:place-ref-ty, r=oli-obk | Jonas Schievink | -8/+10 |
| 2021-01-23 | Fix review comments | bjorn3 | -7/+6 |
| 2021-01-23 | Calculate self-profile strings in `Compiler::enter` instead in codegen | Joshua Nelson | -10/+13 |
| 2021-01-23 | Auto merge of #80579 - RalfJung:no-fallible-promotion, r=oli-obk | bors | -52/+93 |
| 2021-01-23 | Allow to query the HIR crate node. | Camille GILLOT | -5/+4 |
| 2021-01-23 | Fix proc macro crate encoding. | Camille GILLOT | -2/+9 |
| 2021-01-23 | Filter stability. | Camille GILLOT | -3/+40 |
| 2021-01-23 | Iterate on deprecation. | Camille GILLOT | -10/+1 |
| 2021-01-23 | Iterate on const_stability. | Camille GILLOT | -4/+1 |
| 2021-01-23 | Iterate on stability. | Camille GILLOT | -14/+2 |
| 2021-01-23 | Iterate DefId to encode expn_that_defined. | Camille GILLOT | -4/+1 |
| 2021-01-23 | Iterate DefId to encode attributes. | Camille GILLOT | -17/+4 |
| 2021-01-23 | Iterate DefId to encode visibility. | Camille GILLOT | -10/+38 |
| 2021-01-23 | Iterate to encode def_kind. | Camille GILLOT | -72/+57 |
| 2021-01-23 | Iterate DefId to encode spans. | Camille GILLOT | -13/+23 |
| 2021-01-23 | Encode DefKind directly. | Camille GILLOT | -142/+160 |
| 2021-01-23 | Infallible version of def_span. | Camille GILLOT | -37/+39 |
| 2021-01-23 | Add some comments to PassMode | bjorn3 | -0/+6 |
| 2021-01-23 | Do not allow arbitrary mutable references in `static mut`, just keep with the... | oli | -6/+2 |
| 2021-01-23 | Adjust wording of a diagnostic | oli | -1/+1 |
| 2021-01-23 | Permit mutable references in all const contexts | oli | -28/+72 |
| 2021-01-23 | replace RefCell with Cell in FnCtxt | Bastian Kauschke | -23/+18 |
| 2021-01-23 | Don't provide backend_optimization_level query for extern crates | bjorn3 | -3/+2 |
| 2021-01-23 | Never create an temporary PassMode::Direct when it is not a valid pass mode f... | bjorn3 | -50/+46 |
| 2021-01-23 | Move some code around | bjorn3 | -55/+76 |
| 2021-01-23 | Use PassMode::Pair by default for Abi::ScalarPair for all abi's and in return... | bjorn3 | -18/+21 |
| 2021-01-23 | Remove unused dependency | bjorn3 | -1/+0 |
| 2021-01-23 | Auto merge of #80065 - b-naber:parse-angle-arg-diagnostics, r=petrochenkov | bors | -50/+28 |
| 2021-01-23 | Auto merge of #81017 - Aaron1011:collect-trailing-token, r=petrochenkov | bors | -118/+124 |
| 2021-01-22 | Edit rustc_middle::dep_graph module documentation | pierwill | -7/+10 |
| 2021-01-22 | Remove special casing of rustdoc in rustc_lint | Joshua Nelson | -11/+3 |