| Age | Commit message (Expand) | Author | Lines |
| 2022-05-03 | Rollup merge of #96599 - tmiasko:discriminant-docs, r=estebank | Yuki Okushi | -5/+1 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -23/+39 |
| 2022-05-01 | Auto merge of #96549 - ouz-a:mir-opt, r=oli-obk | bors | -2/+15 |
| 2022-05-01 | re-name stuff | ouz-a | -7/+9 |
| 2022-05-01 | Update `RValue::Discriminant` documentation | Tomasz Miąsko | -5/+1 |
| 2022-04-30 | Save colon span to suggest bounds. | Camille GILLOT | -0/+13 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -283/+110 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -24/+15 |
| 2022-04-30 | Auto merge of #96500 - SparrowLii:rpo, r=tmiasko | bors | -4/+94 |
| 2022-04-30 | Eliminate duplication of RPO calculation for mir | SparrowLii | -4/+94 |
| 2022-04-29 | remove and bless | ouz-a | -4/+0 |
| 2022-04-29 | exp-stuff-dirty | ouz-a | -0/+15 |
| 2022-04-28 | Auto merge of #95976 - b-naber:valtree-constval-conversion, r=oli-obk | bors | -4/+129 |
| 2022-04-27 | combine all unsized types and add another recursive call to process nested un... | b-naber | -1/+1 |
| 2022-04-26 | TAITs are suggestable | Michael Goulet | -14/+24 |
| 2022-04-26 | Auto merge of #96425 - oli-obk:fix_incremental_regression_unsafety_checking, ... | bors | -49/+19 |
| 2022-04-26 | Revert "add `DefId` to unsafety violations and display function path in E0133" | Oli Scherer | -49/+19 |
| 2022-04-26 | Rollup merge of #96400 - JakobDegen:shallow-init-docs, r=Dylan-DPC | Guillaume Gomez | -2/+0 |
| 2022-04-26 | Rollup merge of #94703 - kjetilkjeka:nvptx-kernel-args-abi2, r=nagisa | Guillaume Gomez | -0/+20 |
| 2022-04-26 | add hacky closure to struct_tail_with_normalize in order to allow us to walk ... | b-naber | -4/+12 |
| 2022-04-26 | Auto merge of #96414 - Dylan-DPC:rollup-t4ofhoa, r=Dylan-DPC | bors | -3/+0 |
| 2022-04-26 | Rollup merge of #96149 - est31:remove_unused_macro_matchers, r=petrochenkov | Dylan DPC | -3/+0 |
| 2022-04-25 | Auto merge of #96294 - Emilgardis:def_id-in-unsafetyviolationdetails, r=oli-obk | bors | -19/+49 |
| 2022-04-25 | Auto merge of #96116 - ouz-a:mir-opt, r=oli-obk | bors | -0/+20 |
| 2022-04-25 | Correct documentation for `ShallowInitBox` | Jakob Degen | -2/+0 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -3/+20 |
| 2022-04-24 | only show a simple description in E0133 span label | Emil Gardström | -11/+32 |
| 2022-04-24 | add `DefId` to unsafety violations and display function path in E0133 | Emil Gardström | -19/+28 |
| 2022-04-23 | Auto merge of #93970 - cjgillot:novis, r=petrochenkov | bors | -25/+7 |
| 2022-04-23 | Hash visibilities in crate_hash. | Camille GILLOT | -0/+4 |
| 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 |