about summary refs log tree commit diff
path: root/src/librustc_middle/ty
AgeCommit message (Expand)AuthorLines
2020-05-08Simplify the `tcx.alloc_map` APIOliver Scherer-11/+5
2020-05-07Reintegrate chalk using chalk-solveJack Huey-1/+34
2020-05-07Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obkbors-2/+7
2020-05-06Rollup merge of #70908 - estebank:suggest-add, r=nikomatsakisDylan DPC-3/+224
2020-05-04fix rebaseEsteban Küber-2/+5
2020-05-04Suggest restricting type param when it doesn't satisfy projectionEsteban Küber-3/+221
2020-05-04add a missing wordDante Broggi-1/+1
2020-05-04Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obkbors-38/+391
2020-05-03review comment: use early returnEsteban Küber-10/+19
2020-05-03review comments: move logic to their own methodsEsteban Küber-137/+139
2020-05-03fix rebaseEsteban Küber-1/+3
2020-05-03Auto merge of #70825 - eddyb:enum-discr-correct-generics-parent, r=nikomatsakisbors-15/+8
2020-05-02Add docsEsteban Küber-0/+18
2020-05-02Suggest constraint on `impl Trait` in return typeEsteban Küber-21/+47
2020-05-02fix rebaseEsteban Küber-1/+1
2020-05-02Point at associated types when they have a default typeEsteban Küber-6/+64
2020-05-02review comment: use or patternsEsteban Küber-4/+2
2020-05-02When a projection is expected, suggest constraining or calling methodEsteban Küber-41/+157
2020-05-02On type mismatch involving associated type, suggest constraintEsteban Küber-10/+134
2020-05-02Auto merge of #69274 - LeSeulArtichaut:target-feature-11, r=hanna-kruppebors-1/+23
2020-05-02Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkorDylan DPC-3/+3
2020-05-02Rollup merge of #71777 - petrochenkov:crtype, r=Mark-SimulacrumDylan DPC-2/+1
2020-05-02Rollup merge of #71772 - cjgillot:ensure, r=petrochenkovDylan DPC-0/+1
2020-05-02Rollup merge of #69274 - LeSeulArtichaut:target-feature-11, r=hanna-kruppeDylan DPC-1/+23
2020-05-02ty: use `delay_span_bug` in `ty::AdtDef::eval_explicit_discr`.Eduard-Mihai Burtescu-15/+8
2020-05-02Move ensure_sufficient_stack to data_structuresSimonas Kazlauskas-2/+2
2020-05-02Prevent stack overflow for deeply recursive codeOliver Scherer-2/+7
2020-05-02cleanup: `config::CrateType` -> `CrateType`Vadim Petrochenkov-2/+1
2020-05-02fix rustdoc warningsTshepang Lekhonkhobe-3/+3
2020-05-02Auto merge of #71776 - Dylan-DPC:rollup-k1iuuow, r=Dylan-DPCbors-322/+35
2020-05-01Rollup merge of #71758 - jackh726:chalk-remove, r=jackh726Dylan DPC-320/+1
2020-05-01Rollup merge of #71018 - lcnr:custom-const-param, r=eddybDylan DPC-2/+34
2020-05-01Remove leftover chalk typesJack Huey-320/+1
2020-05-01Mark query function as must_use.Camille GILLOT-0/+1
2020-05-01Prevent functions with `#[target_feature]` to be coerced to safe function poi...LeSeulArtichaut-1/+23
2020-05-01Move the DepNode construction to librustc_query_system.Camille GILLOT-7/+1
2020-05-01Monomorphise load_from_disk_and_cache_in_memory.Camille GILLOT-1/+1
2020-05-01Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasperbors-27/+27
2020-04-30Rollup merge of #71465 - oli-obk:is_thread_local_cleanup, r=matthewjasperTyler Mandry-0/+6
2020-04-30Rollup merge of #71449 - ecstatic-morse:free-region-cleanup, r=Mark-SimulacrumDylan DPC-134/+0
2020-04-30handle ByRef in relateBastian Kauschke-2/+34
2020-04-30Add a convenience function for testing whether a static is `#[thread_local]`Oliver Scherer-0/+6
2020-04-28Move a few queries to using an arena.Camille GILLOT-7/+7
2020-04-28Fix incremental compilation.Camille GILLOT-2/+2
2020-04-28Use the query system to allocate.Camille GILLOT-17/+9
2020-04-28Introduce ArenaStorage.Camille GILLOT-1/+1
2020-04-28Allow the QueryCache to specify storage.Camille GILLOT-3/+11
2020-04-27Accept `LocalDefId` as keyt for `names_imported_by_glob_use`marmeladema-8/+6
2020-04-27Use `LocalDefId` for `type_param_predicates` querymarmeladema-0/+11
2020-04-27Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queriesmarmeladema-1/+1