| Age | Commit message (Expand) | Author | Lines |
| 2023-02-20 | Make untracked.cstore lockable so that resolution can still write to it when ... | Oli Scherer | -10/+10 |
| 2023-02-19 | collect region contexts during mir renumbering | b-naber | -1/+8 |
| 2023-02-19 | Auto merge of #108128 - clubby789:builtin-derived-attr, r=jackh726 | bors | -3/+18 |
| 2023-02-19 | Auto merge of #107921 - cjgillot:codegen-overflow-check, r=tmiasko | bors | -4/+6 |
| 2023-02-19 | Document associated_item methods | Santiago Pastorino | -1/+6 |
| 2023-02-19 | Add associated_item_for_impl_trait_in_trait query | Santiago Pastorino | -0/+8 |
| 2023-02-19 | Add associated_items_for_impl_trait_in_trait query | Santiago Pastorino | -0/+14 |
| 2023-02-19 | Rollup merge of #108203 - compiler-errors:rpitit-fix-defaults-2, r=jackh726 | Guillaume Gomez | -1/+21 |
| 2023-02-19 | Auto merge of #108228 - Dylan-DPC:rollup-i9t13qu, r=Dylan-DPC | bors | -1/+4 |
| 2023-02-19 | Rollup merge of #108189 - compiler-errors:non_lifetime_binders-bound-stuff, r... | Dylan DPC | -1/+4 |
| 2023-02-19 | Auto merge of #107772 - compiler-errors:dyn-star-backend-is-ptr, r=eholk | bors | -1/+1 |
| 2023-02-18 | Auto merge of #107542 - compiler-errors:param-envs-with-inference-vars-are-cu... | bors | -6/+4 |
| 2023-02-18 | Update compiler/rustc_middle/src/mir/syntax.rs | Camille Gillot | -1/+2 |
| 2023-02-18 | Remove exception from MIR doc. | Camille GILLOT | -4/+0 |
| 2023-02-18 | Correct comment. | Camille GILLOT | -2/+4 |
| 2023-02-18 | Add comment. | Camille GILLOT | -0/+3 |
| 2023-02-18 | Assume we can normalize trait default method RPITITs in param-env instead | Michael Goulet | -1/+21 |
| 2023-02-18 | Pretty placeholders using their names | Michael Goulet | -1/+4 |
| 2023-02-18 | make first component of dyn* use pointer layout+type, and adjust DynStar comment | Ralf Jung | -1/+1 |
| 2023-02-18 | Rollup merge of #108186 - compiler-errors:closures-with-late-bound-types-r-ba... | Matthias Krüger | -0/+5 |
| 2023-02-18 | Rollup merge of #108162 - clubby789:issue-108155, r=Nilstrieb | Matthias Krüger | -0/+6 |
| 2023-02-18 | Move late-bound arg type checks to resolve_bound_vars | Michael Goulet | -0/+5 |
| 2023-02-18 | Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com... | bors | -61/+78 |
| 2023-02-17 | Make encode_attrs use opt_local_def_id_to_hir_id so we can feed it with None ... | Santiago Pastorino | -7/+10 |
| 2023-02-17 | Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb | bors | -16/+11 |
| 2023-02-17 | Fix ICE on type alias in recursion | clubby789 | -2/+3 |
| 2023-02-17 | Don't eagerly convert principal to string | clubby789 | -0/+6 |
| 2023-02-17 | Auto merge of #108159 - matthiaskrgr:rollup-5k2j7cx, r=matthiaskrgr | bors | -4/+5 |
| 2023-02-17 | Rollup merge of #108154 - scottmcm:start-block-cleanup, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2023-02-17 | Rollup merge of #108126 - tshepang:nits, r=lcnr | Matthias Krüger | -1/+2 |
| 2023-02-17 | Auto merge of #107965 - BoxyUwU:add_const_arg_has_type_predicate, r=compiler-... | bors | -4/+20 |
| 2023-02-17 | Replace more `mk_foo` calls with `infer_foo`. | Nicholas Nethercote | -4/+4 |
| 2023-02-17 | Use `IntoIterator` for `mk_fn_sig`. | Nicholas Nethercote | -5/+10 |
| 2023-02-17 | Clarify iterator interners. | Nicholas Nethercote | -41/+54 |
| 2023-02-17 | Remove the `InternIteratorElement` impl for `&'a T`. | Nicholas Nethercote | -1/+1 |
| 2023-02-17 | Clarify `mk_fn_sig` signature. | Nicholas Nethercote | -3/+4 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -11/+9 |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -4/+20 |
| 2023-02-17 | Auto merge of #108058 - Zoxc:query-ctxtx-byval, r=cjgillot | bors | -2/+2 |
| 2023-02-16 | `BasicBlock::new(0)` -> `START_BLOCK` [no functional changes] | Scott McMurray | -3/+3 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -41/+40 |
| 2023-02-17 | Auto merge of #108145 - matthiaskrgr:rollup-bgadak1, r=matthiaskrgr | bors | -29/+46 |
| 2023-02-16 | changes from review | Kyle Matsuda | -2/+7 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -47/+30 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -20/+31 |
| 2023-02-17 | Rollup merge of #108136 - eggyal:unmet_trait_alias_bound_on_generic_impl, r=c... | Matthias Krüger | -1/+5 |
| 2023-02-17 | Rollup merge of #108133 - kylematsuda:earlybinder-cleanups, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -27/+40 |
| 2023-02-16 | Clarify `DerivedObligationCause` may hold alias id | Alan Egerton | -1/+5 |
| 2023-02-16 | Auto merge of #107833 - Zoxc:arena-query-clean, r=cjgillot | bors | -22/+82 |