| Age | Commit message (Expand) | Author | Lines |
| 2021-01-27 | Rollup merge of #81389 - ehuss:rustdoc-cmark-extensions, r=GuillaumeGomez | Yuki Okushi | -1/+65 |
| 2021-01-27 | Rollup merge of #81325 - osa1:issue81293, r=estebank | Yuki Okushi | -0/+33 |
| 2021-01-27 | Rollup merge of #81299 - GuillaumeGomez:fix-eslint-detected-bugs, r=Nemo157 | Yuki Okushi | -31/+33 |
| 2021-01-27 | Rollup merge of #81195 - estebank:suggest-bound-on-trait-with-params, r=oli-obk | Yuki Okushi | -3/+133 |
| 2021-01-27 | Rollup merge of #80900 - camelid:readpointerasbytes-ice, r=oli-obk | Yuki Okushi | -0/+43 |
| 2021-01-26 | typeck: Don't suggest converting LHS exprs | Ömer Sinan Ağacan | -0/+33 |
| 2021-01-25 | Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiser | bors | -0/+194 |
| 2021-01-25 | rustdoc: Document CommonMark extensions. | Eric Huss | -1/+65 |
| 2021-01-25 | Auto merge of #81375 - RalfJung:miri, r=RalfJung | bors | -7/+7 |
| 2021-01-25 | ci: use the monorepo's lockfile when building cargo for pgo profiling | Pietro Albini | -0/+14 |
| 2021-01-25 | update Miri | Ralf Jung | -7/+7 |
| 2021-01-25 | Ignore a test on wasm, because that changes landing pads | oli | -37/+39 |
| 2021-01-25 | Fix some bugs reported by eslint | Guillaume Gomez | -31/+33 |
| 2021-01-24 | Account for generics when suggesting bound | Esteban Küber | -3/+133 |
| 2021-01-24 | Ignore test on 32-bit architectures | Camelid | -1/+4 |
| 2021-01-24 | Auto merge of #81355 - jonas-schievink:rollup-vpaadij, r=jonas-schievink | bors | -240/+627 |
| 2021-01-24 | Rollup merge of #81320 - CraftSpider:jsondoc-errors, r=jyn514 | Jonas Schievink | -1/+16 |
| 2021-01-24 | Rollup merge of #81310 - tmiasko:in-pattern, r=petrochenkov | Jonas Schievink | -1/+40 |
| 2021-01-24 | Rollup merge of #81302 - LeSeulArtichaut:80777-trait-render, r=jyn514 | Jonas Schievink | -30/+40 |
| 2021-01-24 | Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514 | Jonas Schievink | -0/+51 |
| 2021-01-24 | Rollup merge of #81259 - est31:cfg_version, r=petrochenkov | Jonas Schievink | -30/+110 |
| 2021-01-24 | Rollup merge of #80855 - m-ou-se:assert-2021, r=petrochenkov | Jonas Schievink | -0/+9 |
| 2021-01-24 | Rollup merge of #78578 - oli-obk:const_mut_refs, r=RalfJung | Jonas Schievink | -178/+361 |
| 2021-01-24 | parser: Collect tokens for values in key-value attributes | Vadim Petrochenkov | -2/+14 |
| 2021-01-24 | Auto merge of #80838 - nagisa:nagisa/stack-probe-type, r=cuviper | bors | -0/+1 |
| 2021-01-24 | Auto merge of #80919 - cjgillot:defkey-span, r=oli-obk | bors | -8/+2 |
| 2021-01-23 | fmt | Rune Tynan | -4/+6 |
| 2021-01-23 | Make bad shlex parsing a pretty error | Rune Tynan | -1/+14 |
| 2021-01-24 | Replace version_check dependency with own version parsing code | est31 | -30/+110 |
| 2021-01-23 | Fix rendering of stabilization version for trait implementors | LeSeulArtichaut | -4/+23 |
| 2021-01-23 | Rollup merge of #81288 - camelid:fix-trait-item-vis, r=jyn514 | Jonas Schievink | -2/+51 |
| 2021-01-23 | Rollup merge of #81275 - jyn514:time-render, r=wesleywiser | Jonas Schievink | -14/+32 |
| 2021-01-23 | Rollup merge of #81249 - cjgillot:issue-79537, r=oli-obk | Jonas Schievink | -0/+68 |
| 2021-01-23 | Rollup merge of #81245 - ehuss:update-cargo, r=ehuss | Jonas Schievink | -0/+0 |
| 2021-01-23 | Rollup merge of #81243 - osa1:fix_80742_2, r=RalfJung | Jonas Schievink | -3/+31 |
| 2021-01-23 | Add option to control doctest run directory | Arpad Borsos | -0/+51 |
| 2021-01-23 | Cleanup `render_stability_since_raw` to remove code duplication | LeSeulArtichaut | -26/+17 |
| 2021-01-23 | Move test to mir-opt so we actually see that no inlining is happening | oli | -4/+95 |
| 2021-01-23 | Make sure that const prop does not produce unsilenceable lints after inlining | oli | -0/+15 |
| 2021-01-23 | Prevent query cycles during inlining | oli | -0/+86 |
| 2021-01-23 | Calculate self-profile strings in `Compiler::enter` instead in codegen | Joshua Nelson | -6/+3 |
| 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 | -281/+238 |
| 2021-01-23 | Iterate DefId to encode spans. | Camille GILLOT | -8/+2 |
| 2021-01-23 | Put dynamic check tests into their own file | oli | -24/+64 |
| 2021-01-23 | Cover more cases in the test suite | oli | -38/+99 |
| 2021-01-23 | Adjust wording of a diagnostic | oli | -17/+17 |
| 2021-01-23 | Fix a comment that only made sense in the context of a dataflow based mutabil... | oli | -3/+2 |
| 2021-01-23 | Rename tests to what their code actually does | oli | -0/+0 |
| 2021-01-23 | Permit mutable references in all const contexts | oli | -143/+226 |