| Age | Commit message (Expand) | Author | Lines |
| 2021-05-06 | Pick candidate with fewer bound vars | Jack Huey | -5/+5 |
| 2021-05-06 | Deduplicate ParamCandidates with the same value except for bound vars | Jack Huey | -1/+11 |
| 2021-04-27 | Make traits with GATs not object safe | Jack Huey | -4/+11 |
| 2021-04-22 | Rollup merge of #84343 - camsteffen:closure-tree, r=varkor | Dylan DPC | -2/+1 |
| 2021-04-19 | Small refactor | Cameron Steffen | -2/+1 |
| 2021-04-19 | fix few typos | klensy | -2/+2 |
| 2021-04-18 | Improve an error message. | teymour-aldridge | -6/+6 |
| 2021-04-08 | Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwco | Dylan DPC | -1/+1 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -1/+1 |
| 2021-04-08 | Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco | Dylan DPC | -14/+87 |
| 2021-04-06 | Add spans to E0277 for impl/trait type/fn obligation disparity | Esteban Küber | -11/+52 |
| 2021-04-06 | review comments | Esteban Küber | -1/+1 |
| 2021-04-06 | Point at `impl` and type defs introducing requirements on E0277 | Esteban Küber | -3/+35 |
| 2021-04-06 | Do not ICE when closure is involved in TAIT | Esteban Küber | -1/+6 |
| 2021-04-06 | Remove trailing `:` from E0119 message | Esteban Küber | -2/+2 |
| 2021-04-02 | Rollup merge of #83673 - hi-rustin:rustin-patch-suggestion, r=estebank | Dylan DPC | -1/+3 |
| 2021-04-02 | Auto merge of #83207 - oli-obk:valtree2, r=lcnr | bors | -0/+5 |
| 2021-04-02 | Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank | bors | -1/+3 |
| 2021-04-01 | Auto merge of #82780 - cjgillot:dep-stream, r=michaelwoerister | bors | -1/+1 |
| 2021-03-31 | Cleanups and comments | Jack Huey | -1/+0 |
| 2021-03-31 | Track bound vars | Jack Huey | -2/+5 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -24/+27 |
| 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/+32 |
| 2021-03-26 | fix rustc_on_implemented `_Self` paths | lcnr | -47/+51 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -34/+32 |
| 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-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-18 | Fix use of bare trait objects everywhere | Vadim Petrochenkov | -1/+1 |
| 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 | -0/+2 |
| 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 | -1/+1 |
| 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 | -1/+1 |
| 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 |