about summary refs log tree commit diff
path: root/src/librustc_traits/chalk_context/program_clauses/builtin.rs
AgeCommit message (Expand)AuthorLines
2020-03-02Remove chalk integrationCAD97-316/+0
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-2/+2
2019-12-22Format the worldMark Rousskov-78/+64
2019-12-201. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.Mazdak Farrokhzad-2/+2
2019-11-10Merge hir::Mutability into ast::Mutability.Camille GILLOT-2/+2
2019-10-03generate ClosureSubsts from SubstsRefcsmoe-1/+4
2019-09-26Rename `subst::Kind` to `subst::GenericArg`varkor-7/+7
2019-09-25Rename `sty` to `kind`varkor-4/+4
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-4/+4
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-4/+4
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-4/+4
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-4/+4
2019-04-28Fix lint findings in librustc_traitsflip1995-12/+12
2019-04-26Update handling of Tuplevarkor-9/+14
2019-04-24Add builtin impls for int and float inference vars in chalkTyler Mandry-14/+19
2019-04-24chalkify: Add Copy/Clone builtinsTyler Mandry-20/+129
2019-03-20Add unsize impls for arraysscalexm-0/+76
2019-03-20Reorganize `chalk_context::program_clauses`scalexm-0/+132