| Age | Commit message (Expand) | Author | Lines |
| 2022-05-10 | Use lifetimes on type-alias-impl-trait used in function signatures to infer o... | Oli Scherer | -1/+1 |
| 2022-05-10 | Auto merge of #94799 - lcnr:list-ty-perf, r=petrochenkov | bors | -7/+5 |
| 2022-05-10 | Rollup merge of #96872 - RalfJung:layout-sanity, r=eddyb | Dylan DPC | -9/+127 |
| 2022-05-09 | Auto merge of #96473 - lcnr:querify-codegen-fn-attrs, r=cjgillot | bors | -21/+45 |
| 2022-05-09 | also sanity-check Abi::Vector, and slight refactoring | Ralf Jung | -26/+43 |
| 2022-05-09 | review | lcnr | -38/+24 |
| 2022-05-09 | only compute `codegen_fn_attrs` where needed | lcnr | -1/+38 |
| 2022-05-09 | make sure ScalarPair enums have ScalarPair variants; add some layout sanity c... | Ralf Jung | -11/+112 |
| 2022-05-09 | move `panic-in-drop=abort` check for `drop_in_place` | lcnr | -20/+21 |
| 2022-05-08 | Remove subst_spanned | Jack Huey | -38/+10 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -86/+95 |
| 2022-05-07 | Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=... | bors | -1/+1 |
| 2022-05-06 | remove all usages of hir().def_kind | Miguel Guarniz | -1/+1 |
| 2022-05-03 | Hide InlineConst's generic arg during print | Gary Guo | -0/+4 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -86/+95 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -21/+37 |
| 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-28 | Auto merge of #95976 - b-naber:valtree-constval-conversion, r=oli-obk | bors | -4/+123 |
| 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 | 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 | Rollup merge of #96149 - est31:remove_unused_macro_matchers, r=petrochenkov | Dylan DPC | -3/+0 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -1/+1 |
| 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-22 | Auto merge of #96197 - erikdesjardins:scalarpairenum, r=oli-obk | bors | -16/+21 |
| 2022-04-21 | implement valtree -> constvalue conversion | b-naber | -0/+3 |
| 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 | Auto merge of #96022 - martingms:inline-const-getters, r=nnethercote | bors | -0/+2 |
| 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 | -21/+51 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -14/+11 |
| 2022-04-19 | Rollup merge of #94493 - oribenshir:feature/ISSUE-78543_async_fn_in_foreign_c... | Dylan DPC | -7/+40 |
| 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 | Add `SymbolExportInfo` | Gary Guo | -1/+1 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -14/+11 |
| 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 | -3/+7 |
| 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 | Provide a better diagnostic on failure to meet send bound on futures in a for... | oribenshir | -7/+40 |
| 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 | -64/+3 |