| Age | Commit message (Expand) | Author | Lines |
| 2021-12-02 | Fix ICE when yielding in fn returning impl Trait | Michael Goulet | -3/+23 |
| 2021-12-02 | Rollup merge of #91321 - matthewjasper:constaint-placeholders, r=jackh726 | Matthias Krüger | -1/+14 |
| 2021-12-02 | Auto merge of #91455 - matthiaskrgr:rollup-gix2hy6, r=matthiaskrgr | bors | -28/+40 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -28/+40 |
| 2021-12-02 | Auto merge of #91354 - fee1-dead:const_env, r=spastorino | bors | -1/+1 |
| 2021-12-01 | Auto merge of #90446 - cjgillot:late-elided, r=jackh726 | bors | -1/+1 |
| 2021-12-01 | Rollup merge of #90985 - camsteffen:diag-name-usage, r=jackh726 | Matthias Krüger | -20/+15 |
| 2021-11-30 | Rollup merge of #91294 - cjgillot:process-elem, r=jackh726 | Matthias Krüger | -17/+1 |
| 2021-11-30 | Merge Implicit and ImplicitMissing. | Camille GILLOT | -3/+1 |
| 2021-11-30 | Lint elided lifetimes in path during lifetime resolution. | Camille GILLOT | -1/+3 |
| 2021-11-30 | re-format with new rustfmt | Mark Rousskov | -27/+40 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -1/+0 |
| 2021-11-30 | Rollup merge of #91243 - jackh726:issue-91068, r=nikomatsakis | Yuki Okushi | -4/+2 |
| 2021-11-29 | Completely remove ConstnessAnd | Oli Scherer | -1/+1 |
| 2021-11-27 | Visit type in process_projection_elem. | Camille GILLOT | -17/+1 |
| 2021-11-26 | Handle placeholder regions in NLL type outlive constraints | Matthew Jasper | -1/+14 |
| 2021-11-25 | 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 | Use get_diagnostic_name more | Cameron Steffen | -20/+15 |
| 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 | Remove NullOp::Box | Gary Guo | -4/+0 |
| 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 |