about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
2021-02-15Use an ItemId inside mir::GlobalAsm.Camille GILLOT-8/+8
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-11/+11
2021-02-15Remove useless Named trait.Camille GILLOT-41/+0
2021-02-13Check query cache before calling into the query engine.Camille GILLOT-3/+21
2021-02-13Separate the query cache from the query state.Camille GILLOT-20/+28
2021-02-13Introduce query_storage.Camille GILLOT-6/+9
2021-02-13Introduce query_stored module.Camille GILLOT-8/+12
2021-02-13Merge {get,ensure}_query.Camille GILLOT-2/+2
2021-02-12Auto merge of #81744 - rylev:overlapping-early-exit2, r=lcnrbors-0/+9
2021-02-12Short circuit full corherence check when dealing with types with different re...Ryan Levick-0/+9
2021-02-12Fix typo in mod.rsIkko Ashimine-1/+1
2021-02-10Rollup merge of #81913 - osa1:rename_unop_variants, r=matthewjasperYuki Okushi-1/+1
2021-02-09Rename HIR UnOp variantsÖmer Sinan Ağacan-1/+1
2021-02-09Auto merge of #81905 - Dylan-DPC:rollup-mxpz1j7, r=Dylan-DPCbors-4/+73
2021-02-09Rollup merge of #80732 - spastorino:trait-inheritance-self2, r=nikomatsakisDylan DPC-4/+73
2021-02-08Switch query descriptions to just StringMark Rousskov-4/+2
2021-02-07Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisabors-0/+19
2021-02-06path trimming: ignore type aliasesDan Aloni-0/+1
2021-02-05Adapt to latest master changes by using PredicateKindSantiago Pastorino-1/+1
2021-02-05Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Ma...Santiago Pastorino-4/+73
2021-02-05Rollup merge of #79554 - b-naber:generic-associated-types-in-trait-paths, r=j...Mara Bos-1/+9
2021-02-04use generic arguments of associated item in trait_ref methodb-naber-1/+9
2021-02-04Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995Mara Bos-2/+2
2021-02-04Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelixMara Bos-2/+10
2021-02-03Make panic/assert calls in rustc compatible with Rust 2021.Mara Bos-2/+2
2021-02-03Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievinkbors-0/+1
2021-02-02introduce future-compatibility warning for forbidden lint groupsNiko Matsakis-2/+10
2021-02-02Rollup merge of #81665 - jacob-hughes:mir_doc_fix, r=estebankJack Huey-1/+1
2021-02-02Rollup merge of #80593 - jackh726:chalk-upgrade, r=nikomatsakisJack Huey-4/+36
2021-02-02Update ChalkJack Huey-4/+21
2021-02-02Fix out of date `Scalar` documentationJake Hughes-1/+1
2021-02-02Auto merge of #80843 - Mark-Simulacrum:fmt-bump, r=petrochenkovbors-20/+31
2021-02-02Bump rustfmt versionMark Rousskov-20/+31
2021-02-02Add a new ABI to support cmse_nonsecure_callHugues de Valon-0/+1
2021-02-02Rollup merge of #81609 - Julian-Wollersberger:no-query-categories, r=davidtwcoJonas Schievink-1433/+1340
2021-02-01Upgrade ChalkJack Huey-0/+15
2021-02-01Fixed #[inline] to be warned in fields, arms, macro defsDanuel-0/+18
2021-01-31Indent the code correctly again after removing the query categories.Julian Wollersberger-1399/+1399
2021-01-31Remove the remains of the query categories.Julian Wollersberger-106/+13
2021-01-31Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obkJonas Schievink-2/+1
2021-01-31Rollup merge of #80092 - sexxi-goose:restrict_precision, r=nikomatsakisJonas Schievink-1/+18
2021-01-30Remove const_in_array_rep_exprkadmin-2/+1
2021-01-30Rollup merge of #80959 - jhpratt:unsigned_abs-stabilization, r=m-ou-seYuki Okushi-11/+2
2021-01-29Fix typosAman Arora-0/+2
2021-01-29Fix incorrect use mut diagnosticsAman Arora-0/+9
2021-01-29Compute mutability of closure capturesAman Arora-1/+7
2021-01-28Auto merge of #81388 - bjorn3:wasm_bindgen_fix, r=nikomatsakisbors-4/+3
2021-01-28Rollup merge of #81062 - sexxi-goose:precise_capture_diagnostics, r=nikomatsakisYuki Okushi-2/+19
2021-01-28Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakisYuki Okushi-339/+161
2021-01-27Rollup merge of #81325 - osa1:issue81293, r=estebankYuki Okushi-0/+11