| Age | Commit message (Expand) | Author | Lines |
| 2020-01-16 | don't clone types that are copy | Matthias Krüger | -20/+18 |
| 2020-01-16 | Auto merge of #68286 - Dylan-DPC:rollup-x7ssgov, r=Dylan-DPC | bors | -80/+38 |
| 2020-01-16 | Rollup merge of #68274 - matthiaskrgr:dead_code, r=Dylan-DPC | Dylan DPC | -10/+6 |
| 2020-01-16 | Rollup merge of #68263 - ollie27:rustdoc_invalid_syntax_highlight_escape, r=G... | Dylan DPC | -1/+9 |
| 2020-01-16 | Rollup merge of #68255 - tmiasko:unused-aux, r=Dylan-DPC | Dylan DPC | -5/+0 |
| 2020-01-16 | Rollup merge of #68244 - tmiasko:leak, r=Centril | Dylan DPC | -7/+10 |
| 2020-01-16 | Rollup merge of #68033 - ollie27:win_f32, r=dtolnay | Dylan DPC | -57/+13 |
| 2020-01-16 | Auto merge of #68258 - RalfJung:miri, r=RalfJung | bors | -8/+6 |
| 2020-01-16 | remove dead code | Matthias Krüger | -10/+6 |
| 2020-01-16 | Rollup merge of #68266 - Stromberg90:patch-2, r=Dylan-DPC | Dylan DPC | -4/+4 |
| 2020-01-16 | Rollup merge of #68265 - JohnTitor:fix-issue-number, r=Dylan-DPC | Dylan DPC | -10/+10 |
| 2020-01-16 | Rollup merge of #68223 - SOF3:float-fract-doc, r=varkor | Dylan DPC | -8/+8 |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -292/+294 |
| 2020-01-16 | Rollup merge of #67780 - cjgillot:passes-ty, r=Zoxc | Dylan DPC | -354/+414 |
| 2020-01-16 | Fix issue number of `infer_static_outlives_requirements` | Yuki Okushi | -2/+2 |
| 2020-01-16 | Fix issue number of `repr128` | Yuki Okushi | -5/+5 |
| 2020-01-16 | Update f32.rs | Strømberg | -1/+1 |
| 2020-01-16 | Update f64.rs | Strømberg | -2/+2 |
| 2020-01-16 | Update f32.rs | Strømberg | -1/+1 |
| 2020-01-16 | Fix issue number of `member_constraints` | Yuki Okushi | -3/+3 |
| 2020-01-16 | Auto merge of #67339 - CAD97:rc-provenance, r=sfackler | bors | -4/+24 |
| 2020-01-15 | rustdoc: HTML escape codeblocks which fail syntax highlighting | Oliver Middleton | -1/+9 |
| 2020-01-15 | Auto merge of #68254 - Dylan-DPC:rollup-9vhc59u, r=Dylan-DPC | bors | -3286/+3884 |
| 2020-01-15 | update miri | Ralf Jung | -8/+6 |
| 2020-01-15 | Use 3.6 instead of 3.5 in float fract() documentation | SOFe | -8/+8 |
| 2020-01-15 | Enable leak sanitizer test case | Tomasz Miąsko | -7/+10 |
| 2020-01-15 | Remove unused auxiliary file that was replaced with rust_test_helpers | Tomasz Miąsko | -5/+0 |
| 2020-01-15 | Rollup merge of #68252 - matthiaskrgr:redundant_clones, r=oli-obk | Dylan DPC | -7/+5 |
| 2020-01-15 | Rollup merge of #68237 - estebank:bad-bad-ice, r=petrochenkov | Dylan DPC | -45/+86 |
| 2020-01-15 | Rollup merge of #68236 - JohnTitor:ice-tests, r=Centril | Dylan DPC | -0/+79 |
| 2020-01-15 | Rollup merge of #68232 - Mark-Simulacrum:unicode-tables, r=joshtriplett | Dylan DPC | -3194/+2947 |
| 2020-01-15 | Rollup merge of #68212 - csmoe:temp, r=estebank | Dylan DPC | -16/+60 |
| 2020-01-15 | Rollup merge of #68123 - crlf0710:linked_list_cursor, r=Amanieu | Dylan DPC | -24/+707 |
| 2020-01-15 | Auto merge of #67603 - oli-obk:no_mut_static_ref_from_const, r=RalfJung | bors | -21/+55 |
| 2020-01-15 | Set mir-opt-level to 3 to prevent regressions | Yuki Okushi | -0/+1 |
| 2020-01-15 | Add test for issue-66473 | Yuki Okushi | -0/+0 |
| 2020-01-15 | Add test for issue-65918 | Yuki Okushi | -0/+49 |
| 2020-01-15 | Add test for issue-64848 | Yuki Okushi | -0/+29 |
| 2020-01-15 | remove redundant clones, found by clippy | Matthias Krüger | -7/+5 |
| 2020-01-15 | Auto merge of #68248 - JohnTitor:rollup-x0kml5f, r=JohnTitor | bors | -301/+292 |
| 2020-01-15 | Rollup merge of #68231 - danielframpton:windows-crosscompile, r=alexcrichton | Yuki Okushi | -4/+8 |
| 2020-01-15 | Rollup merge of #68226 - Aaron1011:fix/opaque-trace, r=matthewjasper | Yuki Okushi | -1/+1 |
| 2020-01-15 | Rollup merge of #68222 - alexcrichton:update-wasi-libc, r=kennytm | Yuki Okushi | -1/+1 |
| 2020-01-15 | Rollup merge of #68219 - oli-obk:fix_miri, r=RalfJung,wesleywiser | Yuki Okushi | -15/+37 |
| 2020-01-15 | Rollup merge of #68211 - GuillaumeGomez:add-failing-example-e0170, r=Dylan-DPC | Yuki Okushi | -0/+21 |
| 2020-01-15 | Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichton | Yuki Okushi | -263/+88 |
| 2020-01-15 | Rollup merge of #67914 - Aaron1011:fix/const-prop-impossible, r=matthewjasper... | Yuki Okushi | -14/+115 |
| 2020-01-15 | Rollup merge of #67784 - Mark-Simulacrum:residual-pad-integral, r=dtolnay | Yuki Okushi | -3/+21 |
| 2020-01-15 | Address review comments | Oliver Scherer | -23/+3 |
| 2020-01-15 | Typo | Oliver Scherer | -1/+1 |