summary refs log tree commit diff
path: root/src/librustc/traits/project.rs
AgeCommit message (Expand)AuthorLines
2019-10-06Auto merge of #64564 - jonas-schievink:cowardly-default, r=nikomatsakisbors-2/+2
2019-10-05Deny specializing items not in the parent implJonas Schievink-2/+2
2019-10-04remove GeneratorSubsts visitorscsmoe-1/+1
2019-10-03generate ClosureSubsts from SubstsRefcsmoe-1/+2
2019-09-25Rename `sty` to `kind`varkor-3/+3
2019-08-23Simplify eager normalization of constantsOliver Scherer-35/+1
2019-08-15`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`Vadim Petrochenkov-1/+1
2019-08-02Replace "existential" by "opaque"varkor-1/+1
2019-07-03Remove needless lifetimesJeremy Stucki-2/+2
2019-06-26Don't use lift to detect local typesJohn Kåre Alsaker-2/+3
2019-06-19Rollup merge of #61842 - Zoxc:trim-lift, r=eddybMazdak Farrokhzad-1/+0
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-1/+1
2019-06-14Remove unnecessary lift callsJohn Kåre Alsaker-1/+0
2019-06-14Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-86/+73
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-55/+55
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
2019-06-05Refactor `TypeVariableOrigin` into `TypeVariableOrigin` and `TypeVariableOrig...varkor-3/+11
2019-05-28Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver`varkor-3/+3
2019-05-26Rename "Associated*" to "Assoc*"Andrew Xu-12/+12
2019-05-25Don't use `ty::Const` without immediately interningOliver Scherer-2/+1
2019-05-17Change `rustc::util::common::FN_OUTPUT_NAME` to a `Symbol`.Nicholas Nethercote-1/+1
2019-05-13Remove the equality operation between `Symbol` and strings.Nicholas Nethercote-2/+3
2019-05-08Use `delay_span_bug` for "Failed to unify obligation"Esteban Küber-5/+10
2019-05-01Create ShallowResolvervarkor-3/+3
2019-05-01Rename *shallow_resolve to *shallow_resolve_typevarkor-3/+3
2019-04-25Improved error message when type must be bound due to generator.Giles Cope-3/+3
2019-03-16Revert the `LazyConst` PROliver Scherer-5/+6
2019-03-15rustc: rename item_path to def_path (except the module in ty).Eduard-Mihai Burtescu-1/+1
2019-03-13Use derive macro for HashStableJohn Kåre Alsaker-1/+2
2019-02-27rename Substs to InternalSubstscsmoe-3/+3
2019-02-21introduce a dummy leak check and invoke it in all the right placesNiko Matsakis-6/+8
2019-02-10rustc: doc commentsAlexander Regueiro-12/+11
2019-02-09Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obkbors-2/+2
2019-02-06Make `intern_lazy_const` actually intern its argument.Nicholas Nethercote-2/+2
2019-02-05move librustc to 2018Mark Mansi-8/+8
2019-01-04Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakisbors-6/+6
2019-01-02universe transitionNiko Matsakis-28/+20
2019-01-01Move the `Unevaluated` constant arm upwards in the type structureOliver Scherer-6/+6
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-4/+4
2018-11-25Auto merge of #55906 - nnethercote:rm-OpenSnapshot-CommittedSnapshot, r=nikom...bors-9/+5
2018-11-25Make `commit` and `rollback_to` methods take ownership of the snapshots.Nicholas Nethercote-3/+3
2018-11-25Remove `insert_noop`.Nicholas Nethercote-6/+2
2018-11-24Instantiate all bound vars universallyscalexm-1/+1
2018-11-24Rename some occurences of `skol` to `placeholder`scalexm-2/+2
2018-11-10Auto merge of #55717 - oli-obk:rustdoc_overflow, r=pnkfelixbors-1/+1
2018-11-07Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwcokennytm-1/+1
2018-11-06refactor: use shorthand fieldsteresy-1/+1