| Age | Commit message (Expand) | Author | Lines |
| 2021-06-03 | don't suggest unsized indirection in where-clauses | Taylor Yu | -0/+4 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -1/+3 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -3/+1 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -1/+3 |
| 2021-05-25 | Auto merge of #85481 - lcnr:const-equate, r=matthewjasper | bors | -3/+34 |
| 2021-05-24 | Auto merge of #85596 - scottmcm:more-on-unimplemented, r=estebank | bors | -0/+9 |
| 2021-05-23 | Extend rustc_on_implemented to improve a ?-on-ControlFlow error message | Scott McMurray | -0/+9 |
| 2021-05-21 | Auto merge of #85382 - Aaron1011:project-eval, r=nikomatsakis | bors | -9/+1 |
| 2021-05-19 | deal with `const_evaluatable_checked` in `ConstEquate` | lcnr | -3/+34 |
| 2021-05-18 | Rollup merge of #85369 - FabianWolff:issue-84973, r=jackh726 | Guillaume Gomez | -13/+68 |
| 2021-05-17 | Implement jackh726's suggestions | Fabian Wolff | -12/+6 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -2/+2 |
| 2021-05-16 | Always produce sub-obligations when using cached projection result | Aaron Hill | -9/+1 |
| 2021-05-16 | Suggest borrowing if a trait implementation is found for &/&mut <type> | Fabian Wolff | -13/+74 |
| 2021-05-13 | have on_completion record subcycles | Niko Matsakis | -48/+60 |
| 2021-05-12 | Use () for all_traits. | Camille GILLOT | -2/+2 |
| 2021-05-07 | Rollup merge of #84987 - lcnr:nits, r=Mark-Simulacrum | Dylan DPC | -2/+0 |
| 2021-05-06 | Auto merge of #84559 - jackh726:issue-84398, r=nikomatsakis | bors | -1/+11 |
| 2021-05-06 | outdated comment | lcnr | -2/+0 |
| 2021-05-06 | Pick candidate with fewer bound vars | Jack Huey | -5/+5 |
| 2021-04-27 | Make traits with GATs not object safe | Jack Huey | -4/+11 |
| 2021-04-25 | Deduplicate ParamCandidates with the same value except for bound vars | Jack Huey | -1/+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 |