| Age | Commit message (Expand) | Author | Lines |
| 2020-07-16 | Rollup merge of #74392 - lcnr:const-generics-update, r=varkor | Manish Goregaokar | -0/+273 |
| 2020-07-16 | Rollup merge of #74391 - ssomers:btree_refactor, r=Mark-Simulacrum | Manish Goregaokar | -92/+88 |
| 2020-07-16 | Rollup merge of #74390 - ColoredCarrot:patch-1, r=lcnr | Manish Goregaokar | -1/+1 |
| 2020-07-16 | Rollup merge of #74370 - Manishearth:re-spotlight, r=GuillaumeGomez | Manish Goregaokar | -15/+284 |
| 2020-07-16 | Rollup merge of #74359 - lzutao:rustdoc-tostring, r=GuillaumeGomez | Manish Goregaokar | -18/+19 |
| 2020-07-16 | Rollup merge of #74325 - GuillaumeGomez:focus-source-file-sidebar, r=kinnison | Manish Goregaokar | -0/+5 |
| 2020-07-16 | Rollup merge of #74221 - oli-obk:const_prop_ice, r=wesleywiser | Manish Goregaokar | -9/+42 |
| 2020-07-16 | Rollup merge of #74171 - ehuss:44056-debug-macos, r=nikomatsakis | Manish Goregaokar | -2/+3 |
| 2020-07-16 | Rollup merge of #74159 - lcnr:const-generic-ty-decl, r=varkor | Manish Goregaokar | -36/+271 |
| 2020-07-16 | Rollup merge of #74148 - GuillaumeGomez:doc-alias-check, r=Manishearth | Manish Goregaokar | -31/+34 |
| 2020-07-16 | Rollup merge of #74140 - sexxi-goose:precise_hir_projections, r=nikomatsakis | Manish Goregaokar | -14/+159 |
| 2020-07-16 | Rollup merge of #73998 - euclio:search-index-determinism, r=nikomatsakis | Manish Goregaokar | -0/+18 |
| 2020-07-16 | Rollup merge of #73981 - ehuss:remove-ignore-stage1, r=nikomatsakis | Manish Goregaokar | -6/+0 |
| 2020-07-16 | Rollup merge of #73926 - joaopaulocarreiro:github_rust-6, r=nikomatsakis | Manish Goregaokar | -0/+1 |
| 2020-07-16 | Rollup merge of #73835 - GuillaumeGomez:cleanup-e0710, r=Dylan-DPC | Manish Goregaokar | -1/+1 |
| 2020-07-16 | Rollup merge of #73807 - euclio:rustdoc-highlighting, r=ollie27,GuillaumeGomez | Manish Goregaokar | -22/+133 |
| 2020-07-16 | Rollup merge of #73794 - GuillaumeGomez:cleanup-e0705, r=Dylan-DPC | Manish Goregaokar | -2/+2 |
| 2020-07-16 | Rollup merge of #73771 - alexcrichton:ignore-unstable, r=estebank,GuillaumeGomez | Manish Goregaokar | -0/+16 |
| 2020-07-16 | Rollup merge of #73566 - jyn514:name-resolve-first, r=eddyb | Manish Goregaokar | -37/+505 |
| 2020-07-16 | Set shell for github actions CI | Mark Rousskov | -0/+97 |
| 2020-07-16 | Don't position:relative on all pres | Manish Goregaokar | -1/+6 |
| 2020-07-16 | Remove !important on border-color and background-color | Manish Goregaokar | -10/+7 |
| 2020-07-16 | Add Ayu theme for spotlight | Manish Goregaokar | -0/+5 |
| 2020-07-16 | Review comments for JS | Manish Goregaokar | -8/+2 |
| 2020-07-16 | Make spotlight show on hover | Manish Goregaokar | -156/+53 |
| 2020-07-16 | Move spotlight next to the return type | Manish Goregaokar | -36/+14 |
| 2020-07-16 | Revert "Remove spotlight usage" | Manish Goregaokar | -0/+9 |
| 2020-07-16 | Revert "Remove "important traits" feature" | Manish Goregaokar | -9/+393 |
| 2020-07-16 | Remove elements iterator clone and only keep first element instead | Guillaume Gomez | -3/+3 |
| 2020-07-16 | Clean up E0723 explanation | Guillaume Gomez | -1/+1 |
| 2020-07-16 | Fix typo in the latest release note | Linda_pp | -1/+1 |
| 2020-07-16 | Remove leftover from emscripten fastcomp support | bjorn3 | -13/+2 |
| 2020-07-16 | Update code to new invalid_codeblock_attributes lint name | Guillaume Gomez | -8/+8 |
| 2020-07-16 | Apply review comments | Guillaume Gomez | -3/+6 |
| 2020-07-16 | Enforce even more the code blocks attributes check through rustdoc | Guillaume Gomez | -2/+5 |
| 2020-07-16 | Typo: Change Log -> Changelog | flip1995 | -1/+1 |
| 2020-07-16 | Update changelog to beta-1.46 | flip1995 | -3/+65 |
| 2020-07-16 | Auto merge of #72481 - marmeladema:duration-consts-2, r=oli-obk | bors | -19/+86 |
| 2020-07-16 | start GBA file. | Lokathor | -0/+30 |
| 2020-07-16 | Remove unused lazy_static | Joshua Nelson | -2/+0 |
| 2020-07-16 | Track tag files, before checking for the diff | flip1995 | -0/+2 |
| 2020-07-16 | Fix deploy script for beta deployment | flip1995 | -6/+13 |
| 2020-07-16 | Separate off BTreeMap support functions and loose their irrelevant bounds | Stein Somers | -59/+61 |
| 2020-07-16 | Clean up or comment every unwrap in BTreeMap's main code. | Stein Somers | -46/+40 |
| 2020-07-16 | Auto merge of #5804 - flip1995:backport_remerge, r=flip1995 | bors | -0/+0 |
| 2020-07-16 | add regression test for #74255 | Bastian Kauschke | -0/+18 |
| 2020-07-16 | add regression test for #73730 | Bastian Kauschke | -0/+17 |
| 2020-07-16 | Merge remote-tracking branch 'upstream/rust-1.44.1' into backport_remerge | flip1995 | -0/+0 |
| 2020-07-16 | add regression test for #73508 | Bastian Kauschke | -0/+23 |
| 2020-07-16 | add regression test for #73491 | Bastian Kauschke | -0/+9 |