| Age | Commit message (Expand) | Author | Lines |
| 2021-11-16 | Also check for feature gates in "src/test/rustdoc" | Guillaume Gomez | -0/+1 |
| 2021-11-16 | Split doc_cfg and doc_auto_cfg features | Guillaume Gomez | -5/+24 |
| 2021-11-16 | Go back to loading all external crates unconditionally | Joshua Nelson | -3/+36 |
| 2021-11-16 | Add more missing methods to `IntraLinkCrateLoader` | Joshua Nelson | -4/+57 |
| 2021-11-16 | add tests | b-naber | -0/+25 |
| 2021-11-16 | Fix ICE when forgetting to `Box` a parameter to a `Self::func` call | Jakob Degen | -0/+30 |
| 2021-11-16 | Add regresstion test for #90024. | Jakob Degen | -0/+37 |
| 2021-11-16 | Fix documentation header sizes | Jacob Hoffman-Andrews | -11/+238 |
| 2021-11-15 | Revert "Do not call getpid wrapper after fork in tests" | Josh Stone | -35/+7 |
| 2021-11-15 | Feature gate and make must_not_suspend allow-by-default | Gus Wynn | -14/+111 |
| 2021-10-31 | Lint against RTL unicode codepoints in literals and comments | Esteban Küber | -0/+231 |
| 2021-10-21 | Bump cargo | Mark Rousskov | -0/+0 |
| 2021-10-21 | Rework the equivalent test to work with sidebar-items.js | Loïc BRANSTETT | -3/+3 |
| 2021-10-21 | Add equivalent test in src/test/rustdoc | Loïc BRANSTETT | -0/+14 |
| 2021-10-21 | Apply documentation suggestions from code review | Urgau | -3/+3 |
| 2021-10-21 | Oops, inverted condition, fix that | Loïc BRANSTETT | -1/+1 |
| 2021-10-21 | Add regression test for #89852 | Loïc BRANSTETT | -0/+17 |
| 2021-10-21 | Deduplicate macro_rules! from module_exports when documenting them | Loïc BRANSTETT | -3/+11 |
| 2021-10-21 | Add a regression test for #89935 | Yuki Okushi | -0/+18 |
| 2021-10-21 | Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank" | Yuki Okushi | -67/+57 |
| 2021-10-21 | Fix issue 90038 | Gary Guo | -0/+21 |
| 2021-10-21 | Update src/test/codegen/debug-vtable.rs | Wesley Wiser | -1/+1 |
| 2021-10-21 | Erase late-bound regions before computing vtable debuginfo name. | Michael Woerister | -0/+10 |
| 2021-10-18 | switch release channel to beta | Pietro Albini | -1/+1 |
| 2021-10-17 | Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr | bors | -1/+43 |
| 2021-10-17 | Rollup merge of #89943 - matthiaskrgr:clpcompl, r=oli-obk | Yuki Okushi | -6/+4 |
| 2021-10-17 | Rollup merge of #89907 - GuillaumeGomez:correctly-emit-errors, r=camelid | Yuki Okushi | -1/+0 |
| 2021-10-17 | Rollup merge of #89886 - alexcrichton:update-wasi-libc, r=kennytm | Yuki Okushi | -1/+1 |
| 2021-10-17 | Rollup merge of #89849 - rusticstuff:remove-xcode-select, r=Mark-Simulacrum | Yuki Okushi | -18/+0 |
| 2021-10-16 | Remove FIXME since there is nothing to be fixed. | Guillaume Gomez | -1/+0 |
| 2021-10-16 | Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkov | bors | -684/+701 |
| 2021-10-16 | clippy::complexity changes | Matthias Krüger | -6/+4 |
| 2021-10-16 | Rollup merge of #89918 - JohnTitor:gats-tests, r=jackh726 | Matthias Krüger | -0/+55 |
| 2021-10-16 | Rollup merge of #89914 - jackh726:gat_genericboundfailure, r=estebank | Matthias Krüger | -16/+19 |
| 2021-10-16 | Rollup merge of #89912 - davidtwco:issue-89280-split-lines-multiple-lines, r=... | Matthias Krüger | -0/+33 |
| 2021-10-16 | Rollup merge of #89906 - yuvaldolev:move-format-version-to-rustdoc-json-types... | Matthias Krüger | -1/+4 |
| 2021-10-16 | Rollup merge of #89902 - rusticstuff:outline-atomics-linux-only, r=workingjub... | Matthias Krüger | -0/+1 |
| 2021-10-16 | Rollup merge of #89509 - jhpratt:stabilize-const_unreachable_unchecked, r=oli... | Matthias Krüger | -8/+5 |
| 2021-10-15 | Auto merge of #84096 - m-ou-se:windows-bcrypt-random, r=dtolnay | bors | -2/+2 |
| 2021-10-16 | Add some GATs related regression tests | Yuki Okushi | -0/+55 |
| 2021-10-15 | Emit impl difference error for GenericBoundFailure too | jackh726 | -16/+19 |
| 2021-10-15 | emitter: current substitution can be multi-line | David Wood | -0/+33 |
| 2021-10-15 | Add missing bcrypt.lib to make-fulldeps Makefile. | Mara Bos | -2/+2 |
| 2021-10-15 | Moved format-version constant to rustdoc-json-types | Yuval Dolev | -1/+4 |
| 2021-10-15 | Fix clippy with changed macro statement spans | Cameron Steffen | -130/+126 |
| 2021-10-15 | Bless tests | Cameron Steffen | -554/+575 |
| 2021-10-15 | Auto merge of #89903 - matthiaskrgr:rollup-s0c69xl, r=matthiaskrgr | bors | -74/+111 |
| 2021-10-15 | Rollup merge of #89885 - cameron1024:long-explanation-E0183, r=GuillaumeGomez | Matthias Krüger | -3/+4 |
| 2021-10-15 | Rollup merge of #89880 - adamgemmell:dev/nc-relocation, r=Amanieu | Matthias Krüger | -1/+1 |
| 2021-10-15 | Rollup merge of #89870 - tmandry:box-pin, r=estebank | Matthias Krüger | -13/+7 |