| Age | Commit message (Expand) | Author | Lines |
| 2021-10-31 | Combine drain_filter calls | Aaron Hill | -4/+4 |
| 2021-10-30 | Use SsoHashSet | Aaron Hill | -2/+2 |
| 2021-10-30 | Deduplicate projection sub-obligations | Aaron Hill | -0/+6 |
| 2021-10-30 | Auto merge of #90416 - matthiaskrgr:rollup-55lzqng, r=matthiaskrgr | bors | -146/+393 |
| 2021-10-30 | Rollup merge of #90412 - jyn514:macro-use, r=camelid | Matthias Krüger | -7/+6 |
| 2021-10-30 | Rollup merge of #90402 - wesleywiser:query_descriptions, r=oli-obk | Matthias Krüger | -1/+8 |
| 2021-10-30 | Rollup merge of #90396 - b-naber:type_flags_ices_default_anon_consts, r=lcnr | Matthias Krüger | -1/+49 |
| 2021-10-30 | Rollup merge of #90395 - b-naber:const-expr-type-relation, r=oli-obk | Matthias Krüger | -9/+40 |
| 2021-10-30 | Rollup merge of #90377 - WaffleLapkin:const_slice_from_raw_parts, r=oli-obk | Matthias Krüger | -14/+43 |
| 2021-10-30 | Rollup merge of #90374 - GuillaumeGomez:unify-rustdoc-book-titles, r=camelid | Matthias Krüger | -7/+11 |
| 2021-10-30 | Rollup merge of #90371 - Veykril:patch-2, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-10-30 | Rollup merge of #89876 - AlexApps99:const_ops, r=oli-obk | Matthias Krüger | -106/+235 |
| 2021-10-30 | Auto merge of #89174 - ChrisDenton:automatic-verbatim-paths, r=dtolnay | bors | -13/+203 |
| 2021-10-30 | Auto merge of #88268 - GuillaumeGomez:generics-search-index, r=notriddle,came... | bors | -93/+147 |
| 2021-10-30 | Remove unnecessary `macro_use`s in rustdoc | Joshua Nelson | -7/+6 |
| 2021-10-30 | Auto merge of #90403 - michaelwoerister:odht-0.3.1, r=Mark-Simulacrum | bors | -4/+4 |
| 2021-10-29 | Auto merge of #90346 - ferrocene:pa-short-circuit, r=oli-obk | bors | -7/+5 |
| 2021-10-29 | Apply changes proposed in the review | Maybe Waffle | -8/+9 |
| 2021-10-29 | Use proper issue number for `feature(const_slice_from_raw_parts)` | Maybe Waffle | -4/+4 |
| 2021-10-29 | Unify titles in rustdoc book doc attributes chapter | Guillaume Gomez | -7/+11 |
| 2021-10-29 | Fix invalid handling of generics | Guillaume Gomez | -93/+147 |
| 2021-10-29 | Auto merge of #90390 - umanwizard:update-miri, r=RalfJung | bors | -9/+7 |
| 2021-10-29 | Update odht crate to 0.3.1 (big-endian bugfix) | Michael Woerister | -4/+4 |
| 2021-10-29 | Auto merge of #90389 - camelid:rustdoc-rayon, r=jyn514 | bors | -12/+3 |
| 2021-10-29 | Add a few query descriptions | Wesley Wiser | -1/+8 |
| 2021-10-29 | Auto merge of #90373 - tmiasko:union-qualification, r=oli-obk | bors | -1/+103 |
| 2021-10-29 | ignore type flags insertion in default_anon_const_substs if error occurred | b-naber | -1/+49 |
| 2021-10-29 | add test | b-naber | -0/+20 |
| 2021-10-29 | don't mutably borrow inner infcx in all of ConstInferUnifier::consts | b-naber | -9/+20 |
| 2021-10-29 | Auto merge of #90214 - tmiasko:indirect-mutation-qualif, r=ecstatic-morse,oli... | bors | -63/+250 |
| 2021-10-29 | Auto merge of #90380 - Mark-Simulacrum:revert-89558-query-stable-lint, r=lcnr | bors | -299/+68 |
| 2021-10-29 | Auto merge of #90363 - camelid:build-impl-perf, r=jyn514 | bors | -3/+3 |
| 2021-10-28 | rustdoc: Remove a single-use macro | Noah Lev | -10/+1 |
| 2021-10-28 | Update miri | Brennan Vincent | -9/+7 |
| 2021-10-28 | rustdoc: Switch to mainline rayon | Noah Lev | -2/+2 |
| 2021-10-28 | Auto merge of #90387 - matthiaskrgr:rollup-b2x8v0x, r=matthiaskrgr | bors | -655/+599 |
| 2021-10-29 | Rollup merge of #90376 - oli-obk:🧹, r=spastorino | Matthias Krüger | -650/+597 |
| 2021-10-29 | Rollup merge of #90336 - mbartlett21:patch-4, r=Mark-Simulacrum | Matthias Krüger | -3/+0 |
| 2021-10-29 | Rollup merge of #90082 - noncombatant:patch-1, r=GuillaumeGomez | Matthias Krüger | -2/+2 |
| 2021-10-28 | Auto merge of #90281 - xldenis:public-borrow-set, r=nikomatsakis | bors | -14/+14 |
| 2021-10-28 | Auto merge of #90218 - JakobDegen:adt_significant_drop_fix, r=nikomatsakis | bors | -45/+93 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -299/+68 |
| 2021-10-28 | Make `core::slice::from_raw_parts[_mut]` const | Maybe Waffle | -14/+42 |
| 2021-10-28 | Move instantiate_opaque_types to rustc_infer. | Oli Scherer | -294/+283 |
| 2021-10-28 | Move some functions into `rustc_infer`. | Oli Scherer | -318/+316 |
| 2021-10-28 | Manually inline a function that is only ever called at the end of another fun... | Oli Scherer | -33/+6 |
| 2021-10-28 | Remove dead code. | Oli Scherer | -14/+1 |
| 2021-10-28 | Auto merge of #90145 - cjgillot:sorted-map, r=michaelwoerister | bors | -57/+55 |
| 2021-10-28 | Fix incorrect doc link | Lukas Wirth | -1/+1 |
| 2021-10-28 | Auto merge of #90339 - GuillaumeGomez:doc-alias-doc, r=GuillaumeGomez | bors | -2/+49 |