| Age | Commit message (Expand) | Author | Lines |
| 2021-11-02 | Added the --temps-dir option. | Tor Hovland | -0/+2 |
| 2021-11-02 | Pull in libkvm on FreeBSD | Laurențiu Nicola | -1/+1 |
| 2021-11-02 | Auto merge of #90490 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-11-01 | Update cargo | Eric Huss | -0/+0 |
| 2021-11-01 | Auto merge of #90457 - rusticstuff:use-curl-ca-bundle, r=Mark-Simulacrum | bors | -68/+56 |
| 2021-11-01 | Ignore files copied from previous stage when generating hash. | Hans Kratz | -1/+2 |
| 2021-11-01 | Auto merge of #90406 - nbdd0121:panic, r=cjgillot | bors | -0/+58 |
| 2021-11-01 | Auto merge of #90463 - matthiaskrgr:rollup-eljk9vo, r=matthiaskrgr | bors | -42/+286 |
| 2021-11-01 | Auto merge of #90462 - pietroalbini:bidi-master, r=nikomatsakis,pietroalbini | bors | -0/+231 |
| 2021-11-01 | Rollup merge of #90441 - tmiasko:test-promotion-needs-drop, r=Mark-Simulacrum | Matthias Krüger | -9/+100 |
| 2021-11-01 | Rollup merge of #90398 - GuillaumeGomez:doc-keyword-doc, r=camelid | Matthias Krüger | -2/+20 |
| 2021-11-01 | Rollup merge of #90349 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -2/+28 |
| 2021-11-01 | Rollup merge of #90333 - jsha:flashy-searchbar, r=GuillaumeGomez | Matthias Krüger | -14/+18 |
| 2021-11-01 | Rollup merge of #89929 - yuvaldolev:handle-submodule-checkout-more-gracefully... | Matthias Krüger | -1/+9 |
| 2021-10-31 | Feature gate and make must_not_suspend allow-by-default | Gus Wynn | -14/+111 |
| 2021-10-31 | Use ubuntu image to download openssl, curl sources, cacert.pem | Hans Kratz | -67/+54 |
| 2021-10-31 | Hide search bar in noscript.css | Jacob Hoffman-Andrews | -14/+18 |
| 2021-10-31 | Auto merge of #89062 - mikeleany:new-target, r=cjgillot | bors | -0/+78 |
| 2021-10-31 | Test that promotion follows references when looking for drop | Tomasz Miąsko | -9/+100 |
| 2021-10-31 | Add doc about doc(keyword) unstable attribute | Guillaume Gomez | -2/+20 |
| 2021-10-31 | Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplett | Matthias Krüger | -14/+14 |
| 2021-10-31 | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | -37/+39 |
| 2021-10-31 | Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2021-10-31 | Lint against RTL unicode codepoints in literals and comments | Esteban Küber | -0/+231 |
| 2021-10-31 | Auto merge of #90434 - matthiaskrgr:rollup-xbn393a, r=matthiaskrgr | bors | -0/+1 |
| 2021-10-31 | Rollup merge of #89839 - jkugelman:must-use-mem-ptr-functions, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-31 | Auto merge of #90391 - camelid:crate-size, r=jyn514 | bors | -20/+31 |
| 2021-10-30 | Add #[must_use] to remaining std functions (A-N) | John Kugelman | -14/+14 |
| 2021-10-30 | Add #[must_use] to len and is_empty | John Kugelman | -37/+39 |
| 2021-10-30 | Add #[must_use] to mem/ptr functions | John Kugelman | -0/+1 |
| 2021-10-30 | Auto merge of #90422 - GuillaumeGomez:rollup-s1mdag0, r=GuillaumeGomez | bors | -43/+943 |
| 2021-10-30 | Rollup merge of #90399 - yuvaldolev:as-ref-overly-verbose-diagnostic, r=estebank | Guillaume Gomez | -0/+12 |
| 2021-10-30 | Rollup merge of #90375 - yanok:master, r=lcnr | Guillaume Gomez | -0/+41 |
| 2021-10-30 | Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov | Guillaume Gomez | -8/+510 |
| 2021-10-30 | Rollup merge of #90183 - GuillaumeGomez:recurse-deref, r=jyn514 | Guillaume Gomez | -31/+315 |
| 2021-10-30 | Rollup merge of #90156 - jsha:less-border-bottom-2, r=GuillaumeGomez | Guillaume Gomez | -4/+65 |
| 2021-10-30 | rustdoc: Stop sorting external crates | Noah Lev | -2/+1 |
| 2021-10-30 | rustdoc: Remove `Crate.name` and instead compute it on-demand | Noah Lev | -14/+16 |
| 2021-10-30 | rustdoc: Remove `Crate.src` and instead compute it on-demand | Noah Lev | -5/+8 |
| 2021-10-30 | rustdoc: Document that `Crate` is always local | Noah Lev | -0/+3 |
| 2021-10-30 | Collect `panic/panic_bounds_check` during monomorphization | Gary Guo | -0/+58 |
| 2021-10-30 | Auto merge of #90205 - mati865:link-modifiers-in-rustc, r=petrochenkov | bors | -7/+2 |
| 2021-10-30 | Remove underlines from non-top docblocks. | Jacob Hoffman-Andrews | -4/+65 |
| 2021-10-30 | Document tests a bit more | Guillaume Gomez | -0/+5 |
| 2021-10-30 | Rollup merge of #90412 - jyn514:macro-use, r=camelid | Matthias Krüger | -7/+6 |
| 2021-10-30 | Rollup merge of #90396 - b-naber:type_flags_ices_default_anon_consts, r=lcnr | Matthias Krüger | -0/+47 |
| 2021-10-30 | Rollup merge of #90395 - b-naber:const-expr-type-relation, r=oli-obk | Matthias Krüger | -0/+20 |
| 2021-10-30 | Rollup merge of #90374 - GuillaumeGomez:unify-rustdoc-book-titles, r=camelid | Matthias Krüger | -6/+10 |
| 2021-10-30 | Auto merge of #88268 - GuillaumeGomez:generics-search-index, r=notriddle,came... | bors | -93/+147 |
| 2021-10-29 | rustdoc: Add static size assertion for `clean::Crate` | Noah Lev | -0/+4 |