| Age | Commit message (Expand) | Author | Lines |
| 2022-04-15 | Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwco | Dylan DPC | -1/+1 |
| 2022-04-14 | Error on `#[rustc_deprecated]` | Jacob Pratt | -3/+2 |
| 2022-04-14 | Update issue-92893.stderr | ouz-a | -6/+3 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -3/+4 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-04-13 | Inline Const::ty() and Const::val() getters | Martin Gammelsæter | -0/+2 |
| 2022-04-13 | Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011 | bors | -96/+10 |
| 2022-04-13 | Consider lifetimes when comparing types for equality in MIR validator | Jakob Degen | -1/+2 |
| 2022-04-13 | Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obk | bors | -14/+177 |
| 2022-04-12 | Rollup merge of #95970 - WaffleLapkin:nicer_trait_suggestions, r=compiler-errors | Dylan DPC | -7/+28 |
| 2022-04-12 | Remove NodeIdHashingMode. | Camille GILLOT | -96/+10 |
| 2022-04-12 | Fix wrong suggestions for `T:` | Maybe Waffle | -7/+28 |
| 2022-04-11 | Remove rule that place loads may not happen with variant index set | Jakob Degen | -5/+4 |
| 2022-04-11 | Add more clarifications in response to Ralf's comments | Jakob Degen | -102/+84 |
| 2022-04-11 | Address various comments and change some details around place to value conver... | Jakob Degen | -35/+36 |
| 2022-04-11 | Improve MIR phases documentation with summaries of changes | Jakob Degen | -1/+23 |
| 2022-04-11 | Improve documentation for MIR terminators | Jakob Degen | -27/+121 |
| 2022-04-11 | Improve documentation for MIR statement kinds. | Jakob Degen | -16/+76 |
| 2022-04-11 | Add documentation for the semantics of MIR rvalues | Jakob Degen | -23/+101 |
| 2022-04-11 | Adjust computation of place types to detect more invalid places | Jakob Degen | -0/+3 |
| 2022-04-11 | Improve documentation of `Place` and `Operand` | Jakob Degen | -13/+121 |
| 2022-04-11 | Auto merge of #95125 - JakobDegen:uninit-variant-rvalue, r=oli-obk | bors | -1/+23 |
| 2022-04-11 | Add new `MutatatingUseContext`s for deinit and `SetDiscriminant` | Jakob Degen | -2/+6 |
| 2022-04-11 | Document semantics of `Deinit` and `SetDiscriminant` MIR statements | Jakob Degen | -0/+7 |
| 2022-04-11 | Add new `Deinit` statement kind | Jakob Degen | -0/+11 |
| 2022-04-11 | Rollup merge of #95907 - compiler-errors:diag, r=Dylan-DPC | Matthias Krüger | -61/+63 |
| 2022-04-10 | FIXME for diagnostic variable name | Michael Goulet | -61/+63 |
| 2022-04-10 | Store LocalDefId in is_late_bound_map. | Camille GILLOT | -8/+2 |
| 2022-04-09 | Auto merge of #95435 - cjgillot:one-name, r=oli-obk | bors | -36/+32 |
| 2022-04-09 | rename to par_for_each_item | Miguel Guarniz | -1/+1 |
| 2022-04-09 | use copied() and avoid creating a vector in items and par_items | Miguel Guarniz | -8/+11 |
| 2022-04-09 | avoid accessing the interner by comparing the Symbol directly | Miguel Guarniz | -1/+1 |
| 2022-04-09 | avoid creating vec in methods in ModuleItems | Miguel Guarniz | -2/+2 |
| 2022-04-09 | Auto merge of #95697 - klensy:no-strings, r=petrochenkov | bors | -3/+3 |
| 2022-04-09 | Rollup merge of #95785 - RalfJung:interpret-size-mismatch, r=oli-obk | Dylan DPC | -16/+46 |
| 2022-04-09 | Use def_key in `tcx.item_name` when possible. | Camille GILLOT | -28/+25 |
| 2022-04-09 | Auto merge of #95524 - oli-obk:cached_stable_hash_cleanups, r=nnethercote | bors | -188/+157 |
| 2022-04-08 | remove ItemLikeVisitor impls and add fast paths using DefKind | Miguel Guarniz | -2/+5 |
| 2022-04-08 | remove some uses of visit_all_item_likes in incremental, metadata and interfa... | Miguel Guarniz | -0/+15 |
| 2022-04-08 | Refactor HIR item-like traversal (part 1) | Miguel Guarniz | -15/+85 |
| 2022-04-08 | Avoid looking at the internals of Interned directly | Oli Scherer | -165/+124 |
| 2022-04-08 | create leafs for slices | b-naber | -29/+1 |
| 2022-04-08 | dont make lit_to_mir_constant a query | b-naber | -4/+0 |
| 2022-04-08 | check_doc_keyword: don't alloc string for emptiness check | klensy | -3/+3 |
| 2022-04-07 | Stabilize `derive_default_enum` | Jacob Pratt | -1/+1 |
| 2022-04-07 | Compute `ty_param_owner` using DefIdTree. | Camille GILLOT | -8/+7 |
| 2022-04-07 | interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal | Ralf Jung | -16/+46 |
| 2022-04-07 | Deduplicate the error printing code for hidden type mismatches | Oli Scherer | -0/+20 |
| 2022-04-07 | Report opaque type mismatches directly during borrowck of the function instea... | Oli Scherer | -2/+1 |
| 2022-04-07 | Document and rename the new wrapper type | Oli Scherer | -23/+37 |