| Age | Commit message (Expand) | Author | Lines |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -25/+28 |
| 2021-03-31 | Some rebinds and dummys | Jack Huey | -9/+14 |
| 2021-03-31 | Add a new normalization query just for mir constants | Oli Scherer | -0/+5 |
| 2021-03-31 | give full path of constraint in suggest_constraining_type_param | hi-rustin | -1/+3 |
| 2021-03-30 | Adjust profiling. | Camille GILLOT | -1/+1 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -6/+0 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -34/+33 |
| 2021-03-26 | fix rustc_on_implemented `_Self` paths | lcnr | -47/+51 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -34/+33 |
| 2021-03-24 | Use `EvaluatedToOkModuloRegions` whenever we erase regions | Aaron Hill | -1/+14 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -3/+3 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -1/+1 |
| 2021-03-21 | Rollup merge of #83040 - lcnr:unused-ct-substs, r=oli-obk | Dylan DPC | -37/+45 |
| 2021-03-21 | Rollup merge of #82707 - BoxyUwU:errooaaar, r=oli-obk | Dylan DPC | -76/+82 |
| 2021-03-20 | update `const_eval_resolve` | lcnr | -29/+13 |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -26/+50 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-18 | Fix use of bare trait objects everywhere | Vadim Petrochenkov | -2/+2 |
| 2021-03-16 | Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper | bors | -1/+4 |
| 2021-03-16 | peel derives when checking normalized is expected | SNCPlay42 | -1/+1 |
| 2021-03-16 | fix expected/found order on impl trait projection mismatch | SNCPlay42 | -1/+3 |
| 2021-03-15 | Special case type aliases from impl trait in const/static types | Oli Scherer | -1/+4 |
| 2021-03-15 | s/ConstantSource/ConstantKind/ | Oli Scherer | -2/+2 |
| 2021-03-12 | Prepare mir::Constant for ty::Const only supporting valtrees | Oli Scherer | -1/+4 |
| 2021-03-12 | Auto merge of #82935 - henryboisdequin:diagnostic-cleanups, r=estebank | bors | -2/+2 |
| 2021-03-09 | Rollup merge of #82841 - hvdijk:x32, r=joshtriplett | Mara Bos | -2/+2 |
| 2021-03-09 | improve `const fn` `RepeatVec` diagnostics | Henry Boisdequin | -2/+2 |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -2/+4 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -2/+2 |
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -2/+4 |
| 2021-03-03 | Fix tidy err and review | Ellen | -16/+10 |
| 2021-03-03 | Fix tests | Ryan Levick | -1/+1 |
| 2021-03-03 | Remove extraneous return statement | Ellen | -2/+2 |
| 2021-03-02 | nits | Ellen | -4/+9 |
| 2021-03-02 | errooaaar~ | Ellen | -79/+86 |
| 2021-03-02 | Auto merge of #82698 - JohnTitor:rollup-htd533c, r=JohnTitor | bors | -2/+2 |
| 2021-03-01 | Get TyCtxt from self instead of passing as argument in AutoTraitFinder | Noam Koren | -2/+2 |
| 2021-02-28 | Remove an old FIXME comment and inline attribute | Ömer Sinan Ağacan | -1/+0 |
| 2021-02-27 | Auto merge of #80454 - JulianKnodt:ob_forest_op, r=matthewjasper | bors | -19/+24 |
| 2021-02-25 | fix review | klensy | -5/+3 |
| 2021-02-24 | replaced some map_or with map_or_else | klensy | -3/+8 |
| 2021-02-23 | Small optimizations to obligation forest | kadmin | -19/+24 |
| 2021-02-19 | Auto merge of #82020 - jyn514:mut-passes, r=camelid,GuillaumeGomez | bors | -1/+1 |
| 2021-02-19 | Rollup merge of #81496 - guswynn:expected_async_block, r=oli-obk | Dylan DPC | -2/+2 |
| 2021-02-18 | Rollup merge of #82194 - estebank:arbitrary-bounds-suggestion, r=petrochenkov | Dylan DPC | -3/+23 |
| 2021-02-18 | Rollup merge of #82112 - BoxyUwU:tumbleweed, r=varkor | Dylan DPC | -23/+15 |
| 2021-02-18 | Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726 | Dylan DPC | -61/+43 |
| 2021-02-18 | Auto merge of #82249 - JohnTitor:rollup-3jbqija, r=JohnTitor | bors | -1/+1 |
| 2021-02-18 | Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obk | bors | -6/+88 |
| 2021-02-17 | remove useless ?s (clippy::needless_question_marks) | Matthias Krüger | -1/+1 |