| Age | Commit message (Expand) | Author | Lines |
| 2021-06-07 | Differentiate different defining uses of taits when they reference distinct g... | Santiago Pastorino | -10/+7 |
| 2021-06-07 | Remove substs from OpaqueTypeDecl, use the one in OpaqueTypeKey | Santiago Pastorino | -27/+25 |
| 2021-06-07 | Use substs from opaque type key instead of using it from opaque_decl | Santiago Pastorino | -2/+1 |
| 2021-06-07 | Make opaque type map key be of type OpaqueTypeKey | Santiago Pastorino | -4/+10 |
| 2021-06-07 | Make OpaqueTypeKey the key of opaque types map | Santiago Pastorino | -5/+5 |
| 2021-06-07 | Change opaque type map to be a `VecMap` | Santiago Pastorino | -4/+5 |
| 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 | -2/+6 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -6/+2 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -2/+6 |
| 2021-05-26 | stabilize member constraints | Niko Matsakis | -66/+0 |
| 2021-05-25 | Auto merge of #85481 - lcnr:const-equate, r=matthewjasper | bors | -3/+34 |
| 2021-05-25 | Auto merge of #84985 - pietroalbini:bootstrap-1.54, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-05-24 | Auto merge of #85596 - scottmcm:more-on-unimplemented, r=estebank | bors | -0/+9 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 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 | New rustdoc lint to respect -Dwarnings correctly | Alexis Bourget | -0/+1 |
| 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/+61 |
| 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 | -2/+4 |
| 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 |