| Age | Commit message (Expand) | Author | Lines |
| 2020-12-30 | Rollup merge of #80513 - LeSeulArtichaut:80062-test, r=lcnr | Mara Bos | -0/+21 |
| 2020-12-30 | Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obk | Mara Bos | -0/+7 |
| 2020-12-30 | Rollup merge of #78934 - DeveloperC286:issue_60302_vec, r=m-ou-se | Mara Bos | -4/+4 |
| 2020-12-30 | Auto merge of #80510 - JohnTitor:rollup-gow7y0l, r=JohnTitor | bors | -26/+104 |
| 2020-12-30 | Add regression test for #80062 | LeSeulArtichaut | -0/+21 |
| 2020-12-30 | Rollup merge of #80381 - rust-lang:revert-80244-spans, r=GuillaumeGomez | Yuki Okushi | -0/+27 |
| 2020-12-30 | Rollup merge of #80311 - sivadeilra:natvis, r=petrochenkov | Yuki Okushi | -10/+12 |
| 2020-12-30 | Fix ICE when pointing at multi bytes character | Yuki Okushi | -16/+65 |
| 2020-12-30 | CTFE: test size/align_of_val_raw on dangling pointers | Ralf Jung | -0/+7 |
| 2020-12-30 | Auto merge of #79684 - usbalbin:const_copy, r=oli-obk | bors | -0/+70 |
| 2020-12-30 | Rollup merge of #80477 - tmiasko:safe-forget, r=oli-obk | Yuki Okushi | -16/+10 |
| 2020-12-30 | Rollup merge of #79812 - Aaron1011:lint-item-trailing-semi, r=oli-obk | Yuki Okushi | -6/+22 |
| 2020-12-29 | Lint on redundant trailing semicolon after item | Aaron Hill | -6/+22 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -145/+493 |
| 2020-12-29 | test: updated expected Vec src path | C | -4/+4 |
| 2020-12-29 | Make forget intrinsic safe | Tomasz Miąsko | -16/+10 |
| 2020-12-28 | Improvements to NatVis support | Arlie Davis | -10/+12 |
| 2020-12-28 | Rollup merge of #80419 - LeSeulArtichaut:80375-test-case, r=lcnr | Mara Bos | -0/+15 |
| 2020-12-28 | Rollup merge of #80284 - ThePuzzlemaker:issue-80179-fix, r=varkor | Dylan DPC | -0/+48 |
| 2020-12-27 | Auto merge of #80181 - jyn514:intra-doc-primitives, r=Manishearth | bors | -0/+142 |
| 2020-12-27 | Add regression test for #80375 | LeSeulArtichaut | -0/+15 |
| 2020-12-26 | update tests | Bastian Kauschke | -950/+658 |
| 2020-12-26 | delete no longer relevant tests | Bastian Kauschke | -114/+0 |
| 2020-12-26 | Revert "Cleanup markdown span handling" | Joshua Nelson | -0/+27 |
| 2020-12-26 | Auto merge of #80209 - erikdesjardins:ptrcmp, r=Mark-Simulacrum | bors | -0/+16 |
| 2020-12-26 | Remove pointer comparison from slice equality | bors | -0/+16 |
| 2020-12-26 | Add tests | Albin Hedman | -0/+70 |
| 2020-12-26 | Auto merge of #80246 - matthewjasper:projection-cycle-caching, r=Mark-Simulacrum | bors | -16/+124 |
| 2020-12-25 | Auto merge of #80296 - wesleywiser:revert_missing_fragment_specifier_hard_err... | bors | -16/+37 |
| 2020-12-25 | Auto merge of #80187 - 0dvictor:nativelib, r=bjorn3 | bors | -0/+6 |
| 2020-12-25 | Auto merge of #80364 - Dylan-DPC:rollup-0y96okz, r=Dylan-DPC | bors | -27/+73 |
| 2020-12-25 | Rollup merge of #80319 - jyn514:async-lifetimes, r=tmandry | Dylan DPC | -0/+44 |
| 2020-12-25 | Rollup merge of #80160 - diondokter:move_async_fix, r=davidtwco | Dylan DPC | -0/+29 |
| 2020-12-25 | Rollup merge of #79999 - hencrice:yenlinc/79799, r=oli-obk | Dylan DPC | -27/+0 |
| 2020-12-25 | Auto merge of #79762 - Swatinem:remap-doctest-coverage, r=Swatinem | bors | -10/+490 |
| 2020-12-24 | Don't process `[]` and `()` in intra-doc links | Joshua Nelson | -27/+103 |
| 2020-12-24 | Auto merge of #79742 - GuillaumeGomez:move-tooltips-messages-out-of-html, r=N... | bors | -6/+5 |
| 2020-12-24 | Auto merge of #77692 - PankajChaudhary5:issue-76630, r=davidtwco | bors | -14/+14 |
| 2020-12-23 | Update HTML DOM attribute "edition" to "data-edition" | Guillaume Gomez | -1/+1 |
| 2020-12-23 | Addressed feedbacks | Yenlin Chen | -27/+0 |
| 2020-12-23 | Add more tests | Joshua Nelson | -0/+15 |
| 2020-12-23 | Auto merge of #79261 - faern:deprecate-compare-and-swap, r=Amanieu | bors | -3/+18 |
| 2020-12-23 | Add a test that rustc compiles and links separately | Victor Ding | -0/+6 |
| 2020-12-22 | Fix elided lifetimes shown as `'_` on async functions | Joshua Nelson | -0/+29 |
| 2020-12-23 | Auto merge of #80314 - GuillaumeGomez:rollup-9rc48vx, r=GuillaumeGomez | bors | -16/+54 |
| 2020-12-23 | Rollup merge of #80266 - bugadani:dup-test, r=jyn514 | Guillaume Gomez | -16/+0 |
| 2020-12-23 | Rollup merge of #80136 - aDotInTheVoid:74824-test, r=Mark-Simulacrum | Guillaume Gomez | -0/+54 |
| 2020-12-22 | Add regression test for #80179 | ThePuzzlemaker | -0/+48 |
| 2020-12-22 | Fix intra-doc links for non-path primitives | Joshua Nelson | -0/+66 |
| 2020-12-22 | Add some tests | Nadrieril | -28/+71 |