| Age | Commit message (Expand) | Author | Lines |
| 2021-03-05 | Backport some LLVM compile-time improvements | Nikita Popov | -0/+0 |
| 2021-03-04 | Auto merge of #81451 - nikic:llvm-12, r=nagisa | bors | -100/+401 |
| 2021-03-04 | Auto merge of #82756 - JohnTitor:rollup-e4ij7h6, r=JohnTitor | bors | -420/+685 |
| 2021-03-04 | Rollup merge of #82744 - camelid:cratenum-byval, r=GuillaumeGomez | Yuki Okushi | -3/+3 |
| 2021-03-04 | Rollup merge of #82740 - jyn514:proper-history, r=Mark-Simulacrum | Yuki Okushi | -3/+2 |
| 2021-03-04 | Rollup merge of #82717 - estebank:issue-70152, r=lcnr | Yuki Okushi | -8/+77 |
| 2021-03-04 | Rollup merge of #82697 - jplatte:patch-1, r=davidtwco | Yuki Okushi | -1/+1 |
| 2021-03-04 | Rollup merge of #82564 - WaffleLapkin:revert_spare_mut, r=RalfJung | Yuki Okushi | -10/+19 |
| 2021-03-04 | Rollup merge of #82315 - jsha:font-display-swap, r=GuillaumeGomez | Yuki Okushi | -5/+19 |
| 2021-03-04 | Rollup merge of #82310 - jsha:rustdoc-search-onfocus, r=GuillaumeGomez | Yuki Okushi | -51/+69 |
| 2021-03-04 | Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez | Yuki Okushi | -339/+495 |
| 2021-03-04 | Auto merge of #82304 - LeSeulArtichaut:unpretty-ast, r=spastorino | bors | -22/+46 |
| 2021-03-03 | Pass `CrateNum` by value instead of by reference | Camelid | -3/+3 |
| 2021-03-03 | Fix commit detected when using `download-rustc` | Joshua Nelson | -3/+2 |
| 2021-03-04 | Auto merge of #81114 - bugadani:generator, r=estebank | bors | -54/+89 |
| 2021-03-03 | Auto merge of #82702 - jyn514:downgrade-err, r=Manishearth | bors | -17/+54 |
| 2021-03-03 | reworded message | Esteban Küber | -5/+11 |
| 2021-03-03 | Explicitly disable preinline during pgo-use test | Nikita Popov | -5/+4 |
| 2021-03-03 | Schedule ThinLTOBuffer passes again after sanitizer passes | Nikita Popov | -1/+6 |
| 2021-03-03 | Auto merge of #82553 - tmiasko:update-tracing, r=Mark-Simulacrum | bors | -20/+24 |
| 2021-03-03 | Update library/alloc/src/vec/mod.rs | Waffle Lapkin | -1/+1 |
| 2021-03-03 | Change error about unknown doc attributes to a warning | Joshua Nelson | -17/+54 |
| 2021-03-03 | Add `-Z unpretty` flags for the AST | LeSeulArtichaut | -22/+46 |
| 2021-03-03 | Auto merge of #82704 - RalfJung:miri-atomic-minmax, r=oli-obk | bors | -13/+16 |
| 2021-03-03 | Auto merge of #82718 - JohnTitor:rollup-vpfx3j2, r=JohnTitor | bors | -145/+312 |
| 2021-03-03 | Rollup merge of #82713 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-03-03 | Rollup merge of #82712 - CDirkx:cfg-target_os, r=dtolnay | Yuki Okushi | -1/+1 |
| 2021-03-03 | Rollup merge of #82710 - peter-kehl:FloatToInit_82709, r=sfackler | Yuki Okushi | -1/+1 |
| 2021-03-03 | Rollup merge of #82706 - klensy:expn-data, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2021-03-03 | Rollup merge of #82695 - XAMPPRocky:remove-non-power-of-two-limit, r=nagisa | Yuki Okushi | -58/+5 |
| 2021-03-03 | Rollup merge of #82689 - camelid:rustdoc-nominated, r=Manishearth | Yuki Okushi | -0/+9 |
| 2021-03-03 | Rollup merge of #82589 - LinkTed:master, r=joshtriplett | Yuki Okushi | -45/+48 |
| 2021-03-03 | Rollup merge of #82469 - notriddle:bring-our-own-diff, r=Mark-Simulacrum | Yuki Okushi | -13/+82 |
| 2021-03-03 | Rollup merge of #82439 - ssomers:btree_fix_unsafety, r=Mark-Simulacrum | Yuki Okushi | -16/+15 |
| 2021-03-03 | Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514 | Yuki Okushi | -10/+150 |
| 2021-03-03 | Auto merge of #76345 - okready:sgx-mem-range-overflow-checks, r=joshtriplett | bors | -8/+34 |
| 2021-03-02 | Use Arial as fallback font instead of sans-serif. | Jacob Hoffman-Andrews | -3/+3 |
| 2021-03-02 | Account for macros when suggesting adding lifetime | Esteban Küber | -8/+71 |
| 2021-03-02 | Improve page load performance in rustdoc. | Jacob Hoffman-Andrews | -2/+16 |
| 2021-03-02 | Update cargo | Eric Huss | -0/+0 |
| 2021-03-03 | Remove unnecessary conditional `cfg(target_os)` for `redox` and `vxworks` | Christiaan Dirkx | -1/+1 |
| 2021-03-03 | Make Vec::split_at_spare_mut impl safer & simplier | Waffle | -9/+5 |
| 2021-03-03 | Add test that Vec::spare_capacity_mut doesn't invalidate pointers | Waffle | -0/+5 |
| 2021-03-02 | Load rustdoc's JS search index on-demand. | Jacob Hoffman-Andrews | -51/+69 |
| 2021-03-02 | Auto merge of #82562 - llogiq:one-up-82248, r=oli-obk | bors | -12/+26 |
| 2021-03-02 | FloatToInit: Replacing round_unchecked_to --> to_int_unchecked | Peter Kehl | -1/+1 |
| 2021-03-02 | use outer_expn_data() instead of outer_expn().expn_data() | klensy | -1/+1 |
| 2021-03-02 | update Miri | Ralf Jung | -9/+16 |
| 2021-03-02 | enable atomic_min/max tests in Miri | Ralf Jung | -4/+0 |
| 2021-03-02 | Auto merge of #82043 - tmiasko:may-have-side-effect, r=kennytm | bors | -78/+30 |