| Age | Commit message (Expand) | Author | Lines |
| 2021-03-13 | Avoid potential collisions with `constructor` and the search query | Michael Howell | -2/+2 |
| 2021-03-13 | Add comments regarding object shapes in buildIndex | Michael Howell | -0/+5 |
| 2021-03-13 | Fix jslint warnings | Michael Howell | -2/+3 |
| 2021-03-14 | Use only x86_64 flag | Hiroki Noda | -1/+3 |
| 2021-03-13 | Use null instead of undefined here | Michael Howell | -2/+2 |
| 2021-03-13 | Update src/librustdoc/html/static/main.js | Michael Howell | -1/+1 |
| 2021-03-13 | Auto merge of #82891 - cjgillot:monoparent, r=petrochenkov | bors | -11/+55 |
| 2021-03-13 | Add regression tests | hyd-dev | -0/+29 |
| 2021-03-13 | Auto merge of #82878 - sexxi-goose:repr_packed, r=nikomatsakis | bors | -0/+326 |
| 2021-03-13 | Eagerly generate the underscore-less name to search on | Michael Howell | -2/+4 |
| 2021-03-13 | In checkGenerics and checkType, don't use Array.prototype.splice so much | Michael Howell | -37/+57 |
| 2021-03-12 | Get rid of the garbage produced by getObjectFromId | Michael Howell | -7/+7 |
| 2021-03-13 | Auto merge of #82436 - osa1:issue80258, r=nikomatsakis | bors | -0/+116 |
| 2021-03-12 | Update cargo | Eric Huss | -0/+0 |
| 2021-03-13 | Rollup merge of #83059 - notriddle:config-toml-disable-minification, r=Mark-S... | Yuki Okushi | -0/+16 |
| 2021-03-13 | Rollup merge of #83020 - hi-rustin:rustin-patch-enum, r=lcnr | Yuki Okushi | -0/+16 |
| 2021-03-13 | Rollup merge of #83012 - flip1995:clippyup, r=Manishearth | Yuki Okushi | -12241/+15392 |
| 2021-03-12 | Make docs-minification default to true | Michael Howell | -0/+1 |
| 2021-03-12 | Make def_key and HIR parenting consistent. | Camille GILLOT | -11/+55 |
| 2021-03-13 | Improve the wording for the `can't reassign` error | Yuki Okushi | -0/+6 |
| 2021-03-12 | Add a `disable-minification` option for rustdoc | Michael Howell | -0/+15 |
| 2021-03-12 | Auto merge of #83024 - Xanewok:update-rls, r=Dylan-DPC | bors | -0/+0 |
| 2021-03-12 | Clippy: HACK! Fix bootstrap error | flip1995 | -2/+5 |
| 2021-03-12 | Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup | flip1995 | -14/+46 |
| 2021-03-12 | Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup | flip1995 | -12241/+15389 |
| 2021-03-12 | Auto merge of #83030 - nikic:update-llvm, r=nagisa | bors | -0/+36 |
| 2021-03-12 | Auto merge of #82935 - henryboisdequin:diagnostic-cleanups, r=estebank | bors | -4/+37 |
| 2021-03-12 | Run analyses before thir-tree dumps | Ömer Sinan Ağacan | -0/+14 |
| 2021-03-12 | Emit the enum range assumption if the range only contains one element | hi-rustin | -0/+16 |
| 2021-03-12 | Add support for storing code model to LLVM module IR | Hiroki Noda | -0/+18 |
| 2021-03-12 | Don't show note if `span` is `DUMMY_SP` | Henry Boisdequin | -0/+33 |
| 2021-03-12 | Rollup merge of #83003 - notriddle:rustdoc-index-v3, r=GuillaumeGomez | Yuki Okushi | -42/+74 |
| 2021-03-12 | Rollup merge of #82979 - GuillaumeGomez:run-button-pos, r=Nemo157 | Yuki Okushi | -1/+2 |
| 2021-03-12 | Rollup merge of #82965 - XAMPPRocky:spv-ext, r=nagisa | Yuki Okushi | -0/+2 |
| 2021-03-12 | Rollup merge of #82950 - mockersf:slice-intra-doc-link, r=jyn514 | Yuki Okushi | -5/+0 |
| 2021-03-12 | Rollup merge of #82571 - aDotInTheVoid:reexport-tests, r=CraftSpider | Yuki Okushi | -2/+114 |
| 2021-03-11 | Add tests for issues #82833 and #82859 | Nikita Popov | -0/+36 |
| 2021-03-11 | Improve code by removing similar function calls and using loops instead for c... | Guillaume Gomez | -17/+16 |
| 2021-03-11 | Update doc alias ui tests | Guillaume Gomez | -24/+148 |
| 2021-03-11 | Update llvm-project submodule | Nikita Popov | -0/+0 |
| 2021-03-11 | Prevent JS error when there is no dependency or other crate documented | Guillaume Gomez | -1/+5 |
| 2021-03-11 | Auto merge of #82806 - nikic:memcpyopt-mssa, r=nagisa | bors | -0/+0 |
| 2021-03-11 | Update RLS | Igor Matuszewski | -0/+0 |
| 2021-03-12 | fix: check before index into generated patterns | csmoe | -30/+22 |
| 2021-03-12 | add ui testcase for issue 82772 | csmoe | -8/+52 |
| 2021-03-11 | Clean up handling of child process | Ryan Levick | -19/+9 |
| 2021-03-11 | Enable MemorySSA-based MemCpyOpt | Nikita Popov | -0/+0 |
| 2021-03-11 | Auto merge of #83009 - RalfJung:miri, r=RalfJung | bors | -17/+7 |
| 2021-03-11 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -14/+46 |
| 2021-03-11 | Auto merge of #82947 - GuillaumeGomez:fix-nojs-style-issues, r=Nemo157 | bors | -1/+21 |