about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-07-02rename `QueryRegionConstraint` to `QueryOutlivesConstraint`Niko Matsakis-23/+23
2019-07-02enforce and report pick-constraint errorsNiko Matsakis-52/+169
2019-07-02integrate pick constraints into lexical solver more completelyNiko Matsakis-17/+56
2019-07-02rename from "in constraint" to "pick constraint"Niko Matsakis-39/+44
2019-07-02add some tests, currently ICE-ingNiko Matsakis-25/+119
2019-07-02make `dup_vec` optionalNiko Matsakis-13/+20
2019-07-02lexical_region_resolve: rustfmtNiko Matsakis-86/+68
2019-07-02introduce an "in" constraint instead of errorNiko Matsakis-49/+133
2019-07-02introduce `constrain_regions` helperNiko Matsakis-20/+25
2019-07-02opaque_types/mod.rs: rustfmtNiko Matsakis-90/+51
2019-07-02Derive which queries to save using the proc macroJohn Kåre Alsaker-24/+13
2019-07-02Use a single CtxtInternersJohn Kåre Alsaker-136/+28
2019-07-02Auto merge of #61871 - Zoxc:no-lift-branch, r=eddybbors-73/+113
2019-07-01Enable mem_take feature in relevant cratesChris Gregory-0/+1
2019-07-01Convert more usages overChris Gregory-11/+10
2019-07-01rustc: use a separate copy of P for HIR than for AST.Eduard-Mihai Burtescu-17/+165
2019-07-01rustc: always keep `hir::Path` behind a `P<...>`.Eduard-Mihai Burtescu-4/+4
2019-06-30Keep caching for non-promoted queriesJohn Kåre Alsaker-0/+2
2019-06-30Clean up query cache codeJohn Kåre Alsaker-164/+57
2019-06-29Remove io::Result from syntax::printMark Rousskov-889/+852
2019-06-29Replace pretty-printer Box<dyn Write> with &mut StringMark Rousskov-12/+8
2019-06-29Rollup merge of #62104 - Zoxc:query-info, r=eddybMazdak Farrokhzad-18/+52
2019-06-27Rollup merge of #62160 - ia0:question_mark_macro_sep, r=petrochenkovMazdak Farrokhzad-9/+1
2019-06-27Rollup merge of #62152 - doctorn:async_let_ice, r=cramertjMazdak Farrokhzad-2/+1
2019-06-27Add suggestion for missing `.await` keywordNathan Corbyn-0/+1
2019-06-27rename InterpretCx -> InterpCxRalf Jung-1/+1
2019-06-26Remove outdated question_mark_macro_sep lintJulien Cretin-9/+1
2019-06-26Don't ICE on item in `.await` expressionNathan Corbyn-2/+1
2019-06-26Check for local types in writeback with debug assertionsJohn Kåre Alsaker-0/+4
2019-06-26Don't use lift to detect local typesJohn Kåre Alsaker-73/+109
2019-06-26Auto merge of #62072 - eddyb:generator-memory-index, r=tmandrybors-37/+78
2019-06-25Rollup merge of #62096 - spastorino:impl-place-from, r=oli-obk,CentrilMazdak Farrokhzad-0/+12
2019-06-25Rollup merge of #62091 - ljedrz:hiridification_almost_there, r=ZoxcMazdak Farrokhzad-66/+51
2019-06-25Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelixMazdak Farrokhzad-9/+7
2019-06-25Rollup merge of #61987 - eddyb:hirless-resolver, r=petrochenkovMazdak Farrokhzad-10/+20
2019-06-25Rollup merge of #61814 - varkor:uninhabited-const-61744, r=oli-obkMazdak Farrokhzad-1/+1
2019-06-25Implement From<Local> for Place and PlaceBaseSantiago Pastorino-0/+12
2019-06-25rustc: produce AST instead of HIR from `hir::lowering::Resolver` methods.Eduard-Mihai Burtescu-10/+20
2019-06-25rustc: correctly transform memory_index mappings for generators.Eduard-Mihai Burtescu-37/+78
2019-06-25Fix an ICE with uninhabited constsvarkor-1/+1
2019-06-25Inform the query system about properties of queries at compile timeJohn Kåre Alsaker-18/+52
2019-06-25Auto merge of #61572 - Aaron1011:fix/generator-ref, r=varkorbors-2/+108
2019-06-24Auto merge of #62081 - RalfJung:miri-pointer-checks, r=oli-obkbors-88/+78
2019-06-24Allow usage_of_ty_tykind only in styflip1995-19/+27
2019-06-24fix reoccurring typoRalf Jung-10/+10
2019-06-24Turn internal lints into tool lintsflip1995-14/+14
2019-06-24Allow default_hash_types in some cratesflip1995-1/+1
2019-06-24Enable internal lints in bootstrapflip1995-1/+0
2019-06-24Only allow {declare,impl}_lint_pass macros for implementing LintPassflip1995-10/+24
2019-06-24Implement initernal lint LINT_PASS_IMPL_WITHOUT_MACROflip1995-17/+35