| Age | Commit message (Expand) | Author | Lines |
| 2022-08-27 | Rollup merge of #101057 - cjgillot:one-fn-sig, r=compiler-errors | Yuki Okushi | -24/+2 |
| 2022-08-27 | Auto merge of #100732 - dpaoliello:import_name_type, r=wesleywiser | bors | -0/+3 |
| 2022-08-26 | Auto merge of #100043 - RalfJung:scalar-always-init, r=RalfJung | bors | -174/+17 |
| 2022-08-26 | Merge implementations of HIR fn_decl and fn_sig. | Camille GILLOT | -24/+2 |
| 2022-08-26 | remove now-unused ScalarMaybeUninit | Ralf Jung | -134/+1 |
| 2022-08-26 | make read_immediate error immediately on uninit, so ImmTy can carry initializ... | Ralf Jung | -21/+12 |
| 2022-08-26 | remove some now-unnecessary parameters from check_bytes | Ralf Jung | -19/+4 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -0/+3 |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -19/+14 |
| 2022-08-26 | Auto merge of #100944 - nnethercote:shrink-thir-Expr, r=cjgillot | bors | -64/+66 |
| 2022-08-26 | Suggest returning closure as impl Fn | Michael Goulet | -0/+41 |
| 2022-08-26 | Rollup merge of #100034 - tmiasko:elaborate-box-derefs, r=oli-obk | Yuki Okushi | -0/+1 |
| 2022-08-26 | Change `FnAbi::args` to a boxed slice. | Nicholas Nethercote | -1/+1 |
| 2022-08-26 | Change `FnAbi::fixed_count` to a `u32`. | Nicholas Nethercote | -1/+1 |
| 2022-08-25 | Auto merge of #100748 - SparrowLii:query_depth, r=cjgillot | bors | -39/+29 |
| 2022-08-25 | allow non-monomorphize modules to access hard-coded error message through new... | Nathan Stocks | -3/+3 |
| 2022-08-25 | Inline trivial `From<Local> for Place<'_>` impl | Tomasz Miąsko | -0/+1 |
| 2022-08-25 | Auto merge of #100436 - jyn514:macro-query-system, r=cjgillot | bors | -18/+18 |
| 2022-08-24 | Auto merge of #99946 - tmiasko:elide-storage-makers, r=oli-obk | bors | -20/+6 |
| 2022-08-24 | Note binding obligation causes for const equate errors | Michael Goulet | -0/+7 |
| 2022-08-24 | Simplify the syntax for macros generated by `rustc_queries` | Joshua Nelson | -2/+2 |
| 2022-08-24 | Add some more THIR size assertions. | Nicholas Nethercote | -0/+3 |
| 2022-08-24 | Rename `thir::Adt` as `thir::AdtExpr`. | Nicholas Nethercote | -5/+5 |
| 2022-08-24 | Box `thir::ExprKind::InlineAsm`. | Nicholas Nethercote | -9/+12 |
| 2022-08-24 | Box `thir::ExprKind::Closure`. | Nicholas Nethercote | -10/+20 |
| 2022-08-24 | Store blocks in `Thir`. | Nicholas Nethercote | -5/+6 |
| 2022-08-24 | Box `user_ty` fields in `thir::ExprKind`. | Nicholas Nethercote | -12/+12 |
| 2022-08-23 | Remove `$tcx` metavariable from `rustc_query_append` | Joshua Nelson | -18/+18 |
| 2022-08-24 | add `depth_limit` in `QueryVTable` | SparrowLii | -39/+29 |
| 2022-08-24 | Define index types within `thir_with_elements`. | Nicholas Nethercote | -28/+13 |
| 2022-08-23 | Use par_body_owners for liveness | Seo Sanghyeon | -2/+2 |
| 2022-08-23 | Remove support for adding statement to all successors | Tomasz Miąsko | -17/+0 |
| 2022-08-23 | Elide storage markers when elaborating deref projections | Tomasz Miąsko | -3/+6 |
| 2022-08-22 | Auto merge of #99963 - cjgillot:iter-submodule, r=compiler-errors | bors | -19/+13 |
| 2022-08-22 | Auto merge of #100676 - lcnr:implied-bounds-yay, r=nikomatsakis | bors | -0/+12 |
| 2022-08-21 | More docs | Michael Goulet | -5/+15 |
| 2022-08-21 | Rework ambiguity errors | Michael Goulet | -0/+11 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -0/+4 |
| 2022-08-20 | Rollup merge of #100691 - compiler-errors:issue-100690, r=estebank | Matthias Krüger | -0/+4 |
| 2022-08-19 | use <[u8]>::escape_ascii instead of core::ascii::escape_default | KaDiWa | -17/+2 |
| 2022-08-19 | Rollup merge of #100081 - RalfJung:unused-unsafe-in-unsafe-fn, r=jackh726 | Dylan DPC | -20/+2 |
| 2022-08-18 | Rollup merge of #99966 - RalfJung:try-dont-panic, r=lcnr | Matthias Krüger | -1/+3 |
| 2022-08-17 | Make same_type_modulo_infer a proper TypeRelation | Michael Goulet | -0/+4 |
| 2022-08-17 | Rollup merge of #100389 - compiler-errors:return-type-suggestion-cycle, r=cjg... | Matthias Krüger | -0/+1 |
| 2022-08-17 | implied_bounds: clarify our assumptions | lcnr | -0/+8 |
| 2022-08-17 | add List::as_slice | lcnr | -0/+4 |
| 2022-08-16 | Do not report cycle error when inferring return type for suggestion | Michael Goulet | -0/+1 |
| 2022-08-16 | Fix error message with non-tupled bare fn trait | Michael Goulet | -0/+12 |
| 2022-08-15 | Auto merge of #96745 - ehuss:even-more-attribute-validation, r=cjgillot | bors | -0/+6 |
| 2022-08-14 | TypeError can be Copy | Michael Goulet | -5/+6 |