| Age | Commit message (Expand) | Author | Lines |
| 2021-02-14 | Simpler way to convert to digit | Giles Cope | -7/+6 |
| 2021-02-13 | no need to check assertion on fast path. | Giles Cope | -2/+2 |
| 2021-01-24 | Auto merge of #81250 - sivadeilra:remove_xp_compat, r=joshtriplett,m-ou-se | bors | -145/+81 |
| 2021-01-24 | Auto merge of #80838 - nagisa:nagisa/stack-probe-type, r=cuviper | bors | -87/+205 |
| 2021-01-24 | Auto merge of #80919 - cjgillot:defkey-span, r=oli-obk | bors | -265/+305 |
| 2021-01-24 | Auto merge of #80594 - bjorn3:abi_refactor3, r=petrochenkov | bors | -95/+118 |
| 2021-01-24 | Auto merge of #79811 - Aaron1011:expn-data-disambig, r=petrochenkov | bors | -14/+173 |
| 2021-01-23 | Auto merge of #81304 - jonas-schievink:rollup-d9kuugm, r=jonas-schievink | bors | -111/+433 |
| 2021-01-23 | Add disambiugator to ExpnData | Aaron Hill | -14/+173 |
| 2021-01-23 | Rollup merge of #81301 - davidgu:patch-1, r=jonas-schievink | Jonas Schievink | -1/+1 |
| 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 #81288 - camelid:fix-trait-item-vis, r=jyn514 | Jonas Schievink | -2/+51 |
| 2021-01-23 | Rollup merge of #81283 - m-ou-se:tracking-issue-note, r=Mark-Simulacrum | Jonas Schievink | -0/+2 |
| 2021-01-23 | Rollup merge of #81281 - a1phyr:inline_path, r=dtolnay | Jonas Schievink | -0/+103 |
| 2021-01-23 | Rollup merge of #81275 - jyn514:time-render, r=wesleywiser | Jonas Schievink | -35/+48 |
| 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/+86 |
| 2021-01-23 | Rollup merge of #81245 - ehuss:update-cargo, r=ehuss | Jonas Schievink | -0/+1 |
| 2021-01-23 | Rollup merge of #81243 - osa1:fix_80742_2, r=RalfJung | Jonas Schievink | -3/+35 |
| 2021-01-23 | Rollup merge of #81170 - xfix:vecdeque-bug-fix, r=sfackler | Jonas Schievink | -3/+47 |
| 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 | Rollup merge of #79841 - fintelia:patch-6, r=kennytm | Jonas Schievink | -6/+13 |
| 2021-01-23 | Fix small typo | David | -1/+1 |
| 2021-01-23 | Fix review comments | bjorn3 | -7/+6 |
| 2021-01-23 | Calculate self-profile strings in `Compiler::enter` instead in codegen | Joshua Nelson | -16/+16 |
| 2021-01-23 | Add more timing info to render_html | Joshua Nelson | -13/+31 |
| 2021-01-23 | Auto merge of #80579 - RalfJung:no-fallible-promotion, r=oli-obk | bors | -333/+331 |
| 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 | -21/+25 |
| 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 | replace RefCell with Cell in FnCtxt | Bastian Kauschke | -23/+18 |
| 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 | -2/+0 |
| 2021-01-23 | Auto merge of #80715 - JulianKnodt:skip_opt, r=nagisa | bors | -7/+27 |
| 2021-01-23 | Auto merge of #80065 - b-naber:parse-angle-arg-diagnostics, r=petrochenkov | bors | -88/+169 |
| 2021-01-23 | Auto merge of #76391 - danii:master, r=cuviper | bors | -3681/+3777 |