| Age | Commit message (Expand) | Author | Lines |
| 2022-04-23 | Compute has_pub_restricted in the resolver. | Camille GILLOT | -0/+2 |
| 2022-04-23 | Drop vis in Item. | Camille GILLOT | -17/+1 |
| 2022-04-23 | Stop visiting visibility. | Camille GILLOT | -8/+0 |
| 2022-04-22 | Relax restrictions for copy operands | Jakob Degen | -2/+6 |
| 2022-04-22 | Auto merge of #96226 - xldenis:thir-clone, r=oli-obk | bors | -12/+12 |
| 2022-04-22 | Auto merge of #96197 - erikdesjardins:scalarpairenum, r=oli-obk | bors | -16/+21 |
| 2022-04-21 | deduplicate a lot of code | b-naber | -5/+1 |
| 2022-04-21 | implement (as of now still unused) query for valtree -> constvalue conversion | b-naber | -0/+5 |
| 2022-04-21 | implement valtree -> constvalue conversion | b-naber | -1/+9 |
| 2022-04-21 | add helper methods on ValTree | b-naber | -0/+16 |
| 2022-04-21 | add some helper methods to ScalarInt | b-naber | -0/+92 |
| 2022-04-20 | Rollup merge of #96160 - RalfJung:interpret-debug, r=oli-obk | Dylan DPC | -0/+8 |
| 2022-04-20 | Auto merge of #96022 - martingms:inline-const-getters, r=nnethercote | bors | -0/+2 |
| 2022-04-20 | Make all thir types implement clone | Xavier Denis | -12/+12 |
| 2022-04-19 | Rollup merge of #96165 - RalfJung:miri-provenance-cleanup, r=oli-obk | Dylan DPC | -0/+17 |
| 2022-04-19 | Rollup merge of #96162 - RalfJung:mark-uninit, r=oli-obk | Dylan DPC | -8/+28 |
| 2022-04-19 | Fix a bug in the ptx-kernel calling convention where structs was passed indir... | Kjetil Kjeka | -0/+20 |
| 2022-04-19 | Auto merge of #96214 - Dylan-DPC:rollup-a5b4fow, r=Dylan-DPC | bors | -28/+63 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -21/+17 |
| 2022-04-19 | Rollup merge of #94493 - oribenshir:feature/ISSUE-78543_async_fn_in_foreign_c... | Dylan DPC | -7/+46 |
| 2022-04-19 | Auto merge of #96020 - martingms:optimize-relate_substs, r=nnethercote | bors | -22/+27 |
| 2022-04-18 | mark payload fields of ScalarPair enums as Scalar::Union when they're not alw... | Erik Desjardins | -16/+21 |
| 2022-04-18 | Remove unused macro rules | est31 | -3/+0 |
| 2022-04-18 | Synthesis object file for `#[used]` and exported symbols | Gary Guo | -0/+10 |
| 2022-04-18 | Add `SymbolExportInfo` | Gary Guo | -3/+10 |
| 2022-04-18 | replace iter with into_iter() | ouz-a | -2/+2 |
| 2022-04-18 | avoid an unnecessary call to Pointer::into_parts, and caution against into_po... | Ralf Jung | -0/+4 |
| 2022-04-18 | add method to get absolute address of a pointer (useful only for Miri) | Ralf Jung | -0/+10 |
| 2022-04-18 | avoid pairing up AllocId and PointerTag, which is redundant | Ralf Jung | -0/+3 |
| 2022-04-17 | check Allocation invariant during printing | Ralf Jung | -0/+1 |
| 2022-04-17 | explain why prepare_relocation_copy works the way it does | Ralf Jung | -4/+11 |
| 2022-04-17 | add caution to some comments | Ralf Jung | -1/+7 |
| 2022-04-17 | when writing uninit to an allocation, also clear relocations like other write... | Ralf Jung | -3/+9 |
| 2022-04-17 | add log warnings for when we overwrite parts of a pointer, and de-init the rest | Ralf Jung | -0/+8 |
| 2022-04-17 | fat vec | ouz-a | -7/+5 |
| 2022-04-17 | format err | ouz-a | -5/+3 |
| 2022-04-17 | little changes | ouz-a | -7/+5 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -21/+17 |
| 2022-04-17 | Split relate_substs into two functions | Martin Gammelsæter | -28/+33 |
| 2022-04-17 | Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot | bors | -17/+108 |
| 2022-04-16 | Rollup merge of #95426 - b-naber:valtrees-slice, r=RalfJung,oli-obk | Dylan DPC | -1/+1 |
| 2022-04-16 | Optimize relate_substs by extracting match | Martin Gammelsæter | -12/+12 |
| 2022-04-16 | Make derefer work everwhere | ouz-a | -0/+26 |
| 2022-04-16 | Provide a better diagnostic on failure to meet send bound on futures in a for... | oribenshir | -7/+46 |
| 2022-04-16 | Auto merge of #96108 - Dylan-DPC:rollup-t5f2fc9, r=Dylan-DPC | bors | -1/+2 |
| 2022-04-16 | Rollup merge of #96004 - JakobDegen:fix-validator-ice, r=petrochenkov | Dylan DPC | -1/+2 |
| 2022-04-16 | Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa | bors | -3/+4 |
| 2022-04-15 | Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-04-15 | Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelix | Dylan DPC | -2/+2 |
| 2022-04-15 | Rollup merge of #94849 - ouz-a:master4, r=oli-obk | Dylan DPC | -6/+3 |