about summary refs log tree commit diff
path: root/src/librustc_traits/chalk_context/program_clauses/primitive.rs
AgeCommit message (Collapse)AuthorLines
2020-03-02Remove chalk integrationCAD97-168/+0
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-2/+2
2019-12-22Format the worldMark Rousskov-45/+21
2019-07-03Remove needless lifetimesJeremy Stucki-8/+8
2019-06-14Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-4/+1
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-7/+7
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-15/+6
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-7/+7
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-7/+7
2019-04-28Fix lint findings in librustc_traitsflip1995-8/+8
2019-04-26Update handling of Tuplevarkor-1/+1
2019-03-20Reorganize `chalk_context::program_clauses`scalexm-0/+204