| Age | Commit message (Expand) | Author | Lines |
| 2021-10-19 | Rollup merge of #89988 - tmiasko:unpromote-const-drop, r=oli-obk | Matthias Krüger | -0/+1 |
| 2021-10-18 | Do not promote values with const drop that need to be dropped | Tomasz Miąsko | -0/+1 |
| 2021-10-18 | Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister | bors | -630/+102 |
| 2021-10-18 | Rename `needs_drop` to `needs_non_const_drop` | Tomasz Miąsko | -1/+1 |
| 2021-10-18 | Normalize obligations for closure confirmation | jackh726 | -0/+1 |
| 2021-10-18 | Rollup merge of #89990 - petrochenkov:idempty, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2021-10-17 | rustc_span: `Ident::invalid` -> `Ident::empty` | Vadim Petrochenkov | -1/+1 |
| 2021-10-17 | Rollup merge of #89946 - JohnTitor:fix-89686, r=petrochenkov | Matthias Krüger | -5/+10 |
| 2021-10-17 | Rollup merge of #89738 - eddyb:extern-crate-recursion, r=nagisa | Matthias Krüger | -10/+18 |
| 2021-10-17 | Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr | bors | -15/+44 |
| 2021-10-17 | Rollup merge of #89943 - matthiaskrgr:clpcompl, r=oli-obk | Yuki Okushi | -3/+3 |
| 2021-10-16 | clippy::complexity changes | Matthias Krüger | -3/+3 |
| 2021-10-16 | Fix an ICE with TAITs and Future | Yuki Okushi | -5/+10 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -12/+6 |
| 2021-10-15 | Move push_outlives_components to rustc_infer | jackh726 | -214/+0 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-14 | Inline on_mir_pass and add inline to dump_mir | Cameron Steffen | -0/+1 |
| 2021-10-14 | add dedicated error variant for writing the discriminant of an uninhabited en... | Ralf Jung | -0/+5 |
| 2021-10-12 | Justify untracked access. | Camille GILLOT | -0/+1 |
| 2021-10-12 | Filter unstable and doc hidden variants in usefulness checking | Devin Ragotzy | -1/+9 |
| 2021-10-11 | Make naming more explicit. | Camille GILLOT | -4/+4 |
| 2021-10-11 | Rollup merge of #89722 - jkugelman:cannonical-typo, r=joshtriplett | Matthias Krüger | -2/+2 |
| 2021-10-10 | ty::pretty: prevent infinite recursion for `extern crate` paths. | Eduard-Mihai Burtescu | -1/+8 |
| 2021-10-10 | ty::pretty: document "dummy Span extern crate" special-case in `try_print_vis... | Eduard-Mihai Burtescu | -10/+11 |
| 2021-10-10 | Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisa | bors | -2/+2 |
| 2021-10-10 | Fix spelling: Cannonical -> Canonical | John Kugelman | -2/+2 |
| 2021-10-10 | Compute full HIR hash during lowering. | Camille GILLOT | -27/+19 |
| 2021-10-10 | Directly use AttributeMap inside OwnerInfo. | Camille GILLOT | -24/+4 |
| 2021-10-09 | Perform indexing during lowering. | Camille GILLOT | -464/+14 |
| 2021-10-09 | Make index_hir incremental. | Camille GILLOT | -142/+109 |
| 2021-10-09 | Hash during lowering. | Camille GILLOT | -27/+4 |
| 2021-10-09 | Forbid hashing HIR outside of indexing. | Camille GILLOT | -23/+27 |
| 2021-10-09 | Auto merge of #89343 - Mark-Simulacrum:no-args-queries, r=cjgillot | bors | -36/+40 |
| 2021-10-09 | Use an IndexVec for bodies. | Camille GILLOT | -13/+15 |
| 2021-10-09 | Store lowering outputs per owner. | Camille GILLOT | -56/+65 |
| 2021-10-08 | Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514 | Guillaume Gomez | -2/+2 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -2/+2 |
| 2021-10-08 | Auto merge of #89576 - tom7980:issue-89275-fix, r=estebank | bors | -4/+11 |
| 2021-10-08 | Auto merge of #89619 - michaelwoerister:incr-vtables, r=nagisa | bors | -79/+70 |
| 2021-10-07 | Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoerister | Jubilee | -1/+1 |
| 2021-10-07 | Remove eval_always for HIR queries. | Camille GILLOT | -11/+1 |
| 2021-10-07 | Turn tcx.vtable_allocation() into a query. | Michael Woerister | -65/+69 |
| 2021-10-07 | Auto merge of #89534 - camsteffen:diag-name, r=oli-obk | bors | -4/+9 |
| 2021-10-07 | Remove untracked vtable-const-allocation cache from tcx | Michael Woerister | -15/+2 |
| 2021-10-06 | Query the fingerprint style during key reconstruction | Mark Rousskov | -36/+40 |
| 2021-10-06 | Rollup merge of #89329 - tmiasko:print-type-sizes-no-fields, r=jackh726 | Manish Goregaokar | -2/+5 |
| 2021-10-06 | Add new target armv7-unknown-linux-uclibceabihf | Yannick Koehler | -2/+2 |
| 2021-10-06 | Introduce get_diagnostic_name | Cameron Steffen | -4/+9 |
| 2021-10-06 | Auto merge of #89323 - estebank:derive-binop, r=petrochenkov | bors | -0/+21 |
| 2021-10-05 | Consider unfulfilled obligations in binop errors | Esteban Kuber | -0/+21 |