| Age | Commit message (Expand) | Author | Lines |
| 2022-02-10 | Remove support for multi-query search | Guillaume Gomez | -107/+6 |
| 2022-02-10 | Rollup merge of #93830 - camelid:cleanup-section-code, r=GuillaumeGomez | Matthias Krüger | -82/+172 |
| 2022-02-10 | Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwco | Matthias Krüger | -392/+72 |
| 2022-02-10 | Rollup merge of #93808 - GuillaumeGomez:headings-indent, r=jsha | Matthias Krüger | -105/+18 |
| 2022-02-10 | Rollup merge of #93802 - lcnr:mcg-woops, r=BoxyUwU | Matthias Krüger | -0/+29 |
| 2022-02-10 | Rollup merge of #93756 - tmandry:llvm-build-config, r=Mark-Simulacrum | Matthias Krüger | -0/+8 |
| 2022-02-10 | Rollup merge of #92670 - hermitcore:kernel, r=davidtwco | Matthias Krüger | -3/+82 |
| 2022-02-10 | Auto merge of #93511 - cjgillot:query-copy, r=oli-obk | bors | -1/+1 |
| 2022-02-09 | rustdoc: fix spacing of non-toggled impl blocks | Jacob Hoffman-Andrews | -3/+23 |
| 2022-02-10 | fix min_const_generics oversight | lcnr | -0/+29 |
| 2022-02-09 | Add llvm.build-config option | Tyler Mandry | -0/+8 |
| 2022-02-09 | Rollup merge of #93753 - jeremyBanks:main-conflict, r=petrochenkov | Matthias Krüger | -0/+35 |
| 2022-02-09 | Rollup merge of #93503 - michaelwoerister:fix-vtable-holder-debuginfo-regress... | Matthias Krüger | -26/+49 |
| 2022-02-09 | Rollup merge of #91504 - cynecx:used_retain, r=nikic | Matthias Krüger | -0/+89 |
| 2022-02-09 | Update dist-arm-linux to Ubuntu 20.04 | Nikita Popov | -13/+0 |
| 2022-02-09 | Title-case trait aliases section for consistency | Noah Lev | -2/+2 |
| 2022-02-09 | Refactor sidebar printing code | Noah Lev | -40/+48 |
| 2022-02-09 | Deduplicate item sections | Noah Lev | -22/+13 |
| 2022-02-09 | rustdoc: Create enum for sections holding items | Noah Lev | -37/+128 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -1/+1 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -392/+72 |
| 2022-02-09 | Suggest collecting into `Vec<_>` when collecting into `[_]` | Michael Goulet | -0/+41 |
| 2022-02-09 | rustdoc-json: Add some tests for `typealias` item | Nixon Enraght-Moony | -0/+82 |
| 2022-02-09 | jsondocck: Improved error messages for invalid json value and failed @count c... | Nixon Enraght-Moony | -2/+16 |
| 2022-02-09 | Update rustdoc tests for headings indent | Guillaume Gomez | -79/+13 |
| 2022-02-09 | Unify headings indent and remove useless anchor | Guillaume Gomez | -33/+12 |
| 2022-02-09 | Move tests into attributes directory to pacify tidy | Nikita Popov | -0/+0 |
| 2022-02-09 | Add tracking issue | Nikita Popov | -0/+2 |
| 2022-02-09 | Add a bit more padding on search padding and reduce its font size | Guillaume Gomez | -1/+1 |
| 2022-02-09 | Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk | bors | -11/+62 |
| 2022-02-09 | Auto merge of #93795 - JohnTitor:rollup-n0dmsoo, r=JohnTitor | bors | -114/+116 |
| 2022-02-09 | Rollup merge of #93751 - eholk:issue-93648-drop-tracking-projection, r=tmiasko | Yuki Okushi | -0/+12 |
| 2022-02-09 | Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis | Yuki Okushi | -8/+8 |
| 2022-02-09 | Rollup merge of #93694 - jsha:font-sizes-spacing, r=GuillaumeGomez | Yuki Okushi | -106/+96 |
| 2022-02-09 | Auto merge of #93793 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-02-08 | Update cargo | Eric Huss | -0/+0 |
| 2022-02-09 | Auto merge of #93778 - matthiaskrgr:rollup-yfngdao, r=matthiaskrgr | bors | -29/+187 |
| 2022-02-08 | add more tests and make used(linker/compiler) mutually exclusive | cynecx | -4/+53 |
| 2022-02-08 | Add some known GAT bugs as tests | Jack Huey | -0/+450 |
| 2022-02-08 | Improve opaque type higher-ranked region error message under NLL | Aaron Hill | -11/+62 |
| 2022-02-08 | Fix regression from lazy opaque types | Oli Scherer | -2/+94 |
| 2022-02-08 | Rollup merge of #93764 - lnicola:rust-analyzer-2022-02-08, r=lnicola | Matthias Krüger | -17/+21 |
| 2022-02-08 | Rollup merge of #93732 - lcnr:hrlt-backcompa, r=Mark-Simulacrum | Matthias Krüger | -0/+98 |
| 2022-02-08 | Rollup merge of #92917 - jackh726:issue-91762-2, r=nikomatsakis | Matthias Krüger | -2/+49 |
| 2022-02-08 | Rollup merge of #92715 - chordtoll:empty-string, r=davidtwco | Matthias Krüger | -2/+11 |
| 2022-02-08 | Rollup merge of #91950 - estebank:point-at-type-of-non-allocator, r=matthewja... | Matthias Krüger | -8/+8 |
| 2022-02-08 | rustdoc: tweak line and ¶ spacing for a11y | Jacob Hoffman-Andrews | -106/+96 |
| 2022-02-08 | Auto merge of #93626 - wesleywiser:fix_hashmap_natvis, r=michaelwoerister | bors | -1/+1 |
| 2022-02-08 | :arrow_up: rust-analyzer | Laurențiu Nicola | -17/+21 |
| 2022-02-08 | add missing space | Stefan Lankes | -1/+1 |