| Age | Commit message (Expand) | Author | Lines |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -4/+0 |
| 2021-12-30 | Use SparseIntervalMatrix instead of SparseBitMatrix | Mark Rousskov | -17/+20 |
| 2021-12-29 | Refactor variance diagnostics to work with more types | Aaron Hill | -7/+37 |
| 2021-12-22 | Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt` | Aaron Hill | -3/+4 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -3/+3 |
| 2021-12-18 | get_mut_span_in_struct_field uses span.between | Lucas Kent | -8/+6 |
| 2021-12-17 | Improve suggestion to change struct field to &mut | Lucas Kent | -26/+13 |
| 2021-12-15 | Remove in_band_lifetimes from borrowck | Dániel Buga | -33/+32 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -3/+3 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -1/+1 |
| 2021-12-11 | Auto merge of #91799 - matthiaskrgr:rollup-b38xx6i, r=matthiaskrgr | bors | -2/+115 |
| 2021-12-11 | Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakis | Matthias Krüger | -0/+1 |
| 2021-12-10 | Suggest using a temporary variable to fix borrowck errors | Noah Lev | -2/+114 |
| 2021-12-10 | Point at capture points for non-`'static` reference crossing a `yield` point | Esteban Kuber | -0/+1 |
| 2021-12-07 | Store impl_trait_fn inside OpaqueTyOrigin. | Camille GILLOT | -1/+1 |
| 2021-12-04 | Auto merge of #88439 - cynecx:unwind_asm, r=Amanieu | bors | -6/+13 |
| 2021-12-04 | Rollup merge of #91488 - compiler-errors:issue-91477, r=estebank | Matthias Krüger | -3/+23 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -6/+13 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -1/+1 |
| 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 |