| Age | Commit message (Expand) | Author | Lines |
| 2021-01-16 | Undo assertion change | Aaron Hill | -6/+1 |
| 2021-01-16 | Implement Debug for DefIdForest | Aaron Hill | -1/+1 |
| 2021-01-16 | Run fmt | Aaron Hill | -3/+8 |
| 2021-01-16 | Print result on unstable fingerprint error | Aaron Hill | -1/+1 |
| 2021-01-16 | Enforce that query results implement Debug | Aaron Hill | -33/+45 |
| 2021-01-16 | Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnr | bors | -408/+46 |
| 2021-01-16 | Auto merge of #81077 - bugadani:shrink, r=Mark-Simulacrum | bors | -3/+0 |
| 2021-01-16 | Remove unnecessary manual shrink_to_fit calls | Dániel Buga | -3/+0 |
| 2021-01-16 | Auto merge of #77435 - hanmertens:binary_heap_append, r=scottmcm | bors | -2/+8 |
| 2021-01-16 | Auto merge of #80873 - ssomers:btree_cleanup_slices_4, r=Mark-Simulacrum | bors | -81/+88 |
| 2021-01-16 | Auto merge of #77885 - erikdesjardins:probeasm, r=cuviper | bors | -10/+62 |
| 2021-01-16 | Auto merge of #81057 - GuillaumeGomez:rollup-yl2kqst, r=GuillaumeGomez | bors | -112/+231 |
| 2021-01-15 | Rollup merge of #81054 - LingMan:rem_as_ref, r=jyn514 | Guillaume Gomez | -5/+5 |
| 2021-01-15 | Rollup merge of #81049 - tmiasko:layout-cost, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2021-01-15 | Rollup merge of #81033 - jyn514:nested-variant, r=CraftSpider | Guillaume Gomez | -47/+33 |
| 2021-01-15 | Rollup merge of #81030 - ehuss:update-mdbook, r=Mark-Simulacrum | Guillaume Gomez | -3/+3 |
| 2021-01-15 | Rollup merge of #80515 - GuillaumeGomez:js-for-loop-perf, r=Nemo157,jyn514 | Guillaume Gomez | -56/+50 |
| 2021-01-15 | Rollup merge of #77693 - bugadani:issue-59352, r=oli-obk | Guillaume Gomez | -0/+139 |
| 2021-01-15 | Use Array.some instead of onEach to have better performance | Guillaume Gomez | -1/+1 |
| 2021-01-15 | Improve JS performance by storing length before comparing to it in loops | Guillaume Gomez | -56/+50 |
| 2021-01-15 | Auto merge of #80602 - tgnottingham:cratemetadata_you_aint_special, r=michael... | bors | -107/+15 |
| 2021-01-15 | Change rebuild heuristic in BinaryHeap::append | Han Mertens | -2/+8 |
| 2021-01-15 | Drop a few unneeded borrows | LingMan | -5/+5 |
| 2021-01-15 | Rename VariantKind -> Variant | Joshua Nelson | -24/+24 |
| 2021-01-15 | Remove useless `clean::Variant` struct | Joshua Nelson | -36/+22 |
| 2021-01-15 | Auto merge of #81043 - hyd-dev:update-miri, r=RalfJung | bors | -7/+7 |
| 2021-01-15 | Add test for #59352 | Dániel Buga | -0/+139 |
| 2021-01-16 | Update Miri | hyd-dev | -7/+7 |
| 2021-01-15 | Auto merge of #80974 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-01-15 | Auto merge of #80625 - jyn514:python-what-python, r=Mark-Simulacrum | bors | -0/+16 |
| 2021-01-15 | Auto merge of #81035 - JohnTitor:rollup-9m03awf, r=JohnTitor | bors | -117/+181 |
| 2021-01-15 | Rollup merge of #81023 - CraftSpider:rustdoc-remove-variant, r=jyn514 | Yuki Okushi | -19/+0 |
| 2021-01-15 | Rollup merge of #81008 - tmiasko:generator-layout-err, r=tmandry | Yuki Okushi | -8/+50 |
| 2021-01-15 | Rollup merge of #80944 - LingMan:map_or, r=nagisa | Yuki Okushi | -79/+67 |
| 2021-01-15 | Rollup merge of #80834 - bugadani:vecdeque, r=oli-obk | Yuki Okushi | -5/+23 |
| 2021-01-15 | Rollup merge of #80254 - Aaron1011:rustdoc-auto-param-env, r=estebank | Yuki Okushi | -6/+41 |
| 2021-01-15 | Auto merge of #80993 - Aaron1011:collect-set-tokens, r=petrochenkov | bors | -147/+101 |
| 2021-01-14 | Use probe-stack=inline-asm in LLVM 11+ | Erik Desjardins | -10/+62 |
| 2021-01-15 | Auto merge of #81027 - Xanewok:update-rls, r=calebcartwright | bors | -52/+52 |
| 2021-01-14 | Choose the version of python at runtime (portable version) | Joshua Nelson | -0/+16 |
| 2021-01-14 | Update mdbook | Eric Huss | -3/+3 |
| 2021-01-15 | ...and update Cargo.lock again | Igor Matuszewski | -0/+4 |
| 2021-01-15 | Remove local patch in Cargo.toml for rls-* crates | Igor Matuszewski | -4/+0 |
| 2021-01-15 | Update RLS and Rustfmt | Igor Matuszewski | -54/+54 |
| 2021-01-15 | inline: Round word-size cost estimates up | Tomasz Miąsko | -1/+1 |
| 2021-01-14 | Remove doctree::Variant | Rune Tynan | -19/+0 |
| 2021-01-14 | Auto merge of #81018 - m-ou-se:rollup-7202dc7, r=m-ou-se | bors | -158/+793 |
| 2021-01-14 | Remove unreachable panics from VecDeque | Dániel Buga | -5/+23 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -79/+67 |
| 2021-01-14 | Rollup merge of #80991 - calebsander:fix/fmt-link, r=m-ou-se | Mara Bos | -12/+30 |