about summary refs log tree commit diff
path: root/src/librustc/traits/query/method_autoderef.rs
AgeCommit message (Collapse)AuthorLines
2020-02-16Move librustc/{traits,infer} to librustc_infer.Camille GILLOT-1/+0
2020-02-05Move traits::query datatypes to traits::types.Camille GILLOT-33/+1
2019-12-22Format the worldMark Rousskov-1/+1
2019-11-19More HashStable.Camille GILLOT-15/+3
2019-09-07Aggregation of cosmetic changes made during work on REPL PRs: librustcAlexander Regueiro-5/+5
2019-02-05move librustc to 2018Mark Mansi-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-15move overflow error reporting out of the queryAriel Ben-Yehuda-2/+5
that allows the error reporting to contain the span.
2018-12-15make autoderef steps a queryAriel Ben-Yehuda-0/+52