| Age | Commit message (Expand) | Author | Lines |
| 2021-11-29 | Don't treat unnormalized function arguments as well-formed | jackh726 | -4/+2 |
| 2021-11-25 | Fix issue 91206 | Michael Goulet | -10/+14 |
| 2021-11-24 | Auto merge of #90491 - Mark-Simulacrum:push-pred-faster, r=matthewjasper | bors | -28/+40 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -19/+30 |
| 2021-11-16 | Rollup merge of #90801 - b-naber:missing_normalization_equate_inputs_output, ... | Yuki Okushi | -24/+41 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -1/+1 |
| 2021-11-11 | normalize argument b in equate_normalized_inputs_output | b-naber | -24/+41 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -46/+150 |
| 2021-11-08 | Make select_* methods return Vec for TraitEngine | Deadbeef | -1/+1 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -1/+1 |
| 2021-11-07 | Rename functions reflect that inline const is also "typeck_child" | Gary Guo | -37/+27 |
| 2021-11-07 | Ensure closure requirements are proven for inline const | Gary Guo | -5/+79 |
| 2021-11-07 | Implement type inference for inline consts | Gary Guo | -13/+53 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -19/+10 |
| 2021-11-03 | Optimize live point computation | Mark Rousskov | -28/+40 |
| 2021-10-29 | Auto merge of #90380 - Mark-Simulacrum:revert-89558-query-stable-lint, r=lcnr | bors | -1/+0 |
| 2021-10-28 | Auto merge of #90387 - matthiaskrgr:rollup-b2x8v0x, r=matthiaskrgr | bors | -1/+0 |
| 2021-10-28 | Auto merge of #90281 - xldenis:public-borrow-set, r=nikomatsakis | bors | -14/+14 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-28 | Move instantiate_opaque_types to rustc_infer. | Oli Scherer | -1/+0 |
| 2021-10-25 | Add BorrowSet to public api | Xavier Denis | -14/+14 |
| 2021-10-25 | Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-23 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-10-23 | Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakis | bors | -0/+1 |
| 2021-10-22 | Rollup merge of #89895 - camsteffen:for-loop-head-span, r=davidtwco | Yuki Okushi | -40/+41 |
| 2021-10-20 | Add polarity to TraitPredicate | Santiago Pastorino | -0/+1 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -6/+3 |
| 2021-10-18 | Auto merge of #89229 - oli-obk:i_love_inferctxt, r=jackh726 | bors | -45/+14 |
| 2021-10-17 | Fix ICE with `let...else` and `ref mut` | Yuki Okushi | -8/+8 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -6/+3 |
| 2021-10-15 | Remove a now-unused trait | Oli Scherer | -21/+1 |
| 2021-10-15 | simplify constrain_opaque_types | Niko Matsakis | -24/+13 |
| 2021-10-15 | Don't mark for loop head span with desugaring | Cameron Steffen | -40/+41 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-14 | Auto merge of #88698 - Noble-Mushtak:master, r=nikomatsakis,oli-obk | bors | -16/+23 |
| 2021-10-11 | Rollup merge of #89675 - oli-obk:type_checker, r=davidtwco | Matthias Krüger | -81/+53 |
| 2021-10-08 | Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514 | Guillaume Gomez | -3/+2 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -3/+2 |
| 2021-10-08 | Directly call relate_types function instead of having a method wrapper | Oli Scherer | -37/+26 |
| 2021-10-08 | Re-use TypeChecker instead of passing around some of its fields | Oli Scherer | -48/+31 |
| 2021-10-07 | Add check that region is live in sanitize_promoted | Noble-Mushtak | -16/+23 |
| 2021-10-07 | Rollup merge of #89615 - willcrichton:fix-get-body-with-borrowck-facts, r=oli... | Guillaume Gomez | -1/+1 |
| 2021-10-06 | Add InferCtxt::with_opaque_type_inference to get_body_with_borrowck_facts | Will Crichton | -1/+1 |
| 2021-10-05 | Note specific regions involved in 'borrowed data escapes' error | Aaron Hill | -0/+21 |
| 2021-10-04 | Rollup merge of #89504 - Aaron1011:rpit-nll-static, r=nikomatsakis | Manish Goregaokar | -3/+1 |
| 2021-10-04 | Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplett | Jubilee | -1/+1 |
| 2021-10-04 | Stabilize `const_panic` | Jacob Pratt | -1/+1 |
| 2021-10-03 | Rollup merge of #88481 - bjorn3:remove_feature_gates, r=cjgillot | Manish Goregaokar | -2/+2 |
| 2021-10-03 | Don't suggest replacing region with 'static in NLL | Aaron Hill | -3/+1 |