| Age | Commit message (Expand) | Author | Lines |
| 2021-02-15 | Use an ItemId inside mir::GlobalAsm. | Camille GILLOT | -8/+8 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -11/+11 |
| 2021-02-15 | Remove useless Named trait. | Camille GILLOT | -41/+0 |
| 2021-02-13 | Check query cache before calling into the query engine. | Camille GILLOT | -3/+21 |
| 2021-02-13 | Separate the query cache from the query state. | Camille GILLOT | -20/+28 |
| 2021-02-13 | Introduce query_storage. | Camille GILLOT | -6/+9 |
| 2021-02-13 | Introduce query_stored module. | Camille GILLOT | -8/+12 |
| 2021-02-13 | Merge {get,ensure}_query. | Camille GILLOT | -2/+2 |
| 2021-02-12 | Auto merge of #81744 - rylev:overlapping-early-exit2, r=lcnr | bors | -0/+9 |
| 2021-02-12 | Short circuit full corherence check when dealing with types with different re... | Ryan Levick | -0/+9 |
| 2021-02-12 | Fix typo in mod.rs | Ikko Ashimine | -1/+1 |
| 2021-02-10 | Rollup merge of #81913 - osa1:rename_unop_variants, r=matthewjasper | Yuki Okushi | -1/+1 |
| 2021-02-09 | Rename HIR UnOp variants | Ömer Sinan Ağacan | -1/+1 |
| 2021-02-09 | Auto merge of #81905 - Dylan-DPC:rollup-mxpz1j7, r=Dylan-DPC | bors | -4/+73 |
| 2021-02-09 | Rollup merge of #80732 - spastorino:trait-inheritance-self2, r=nikomatsakis | Dylan DPC | -4/+73 |
| 2021-02-08 | Switch query descriptions to just String | Mark Rousskov | -4/+2 |
| 2021-02-07 | Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisa | bors | -0/+19 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -0/+1 |
| 2021-02-05 | Adapt to latest master changes by using PredicateKind | Santiago Pastorino | -1/+1 |
| 2021-02-05 | Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Ma... | Santiago Pastorino | -4/+73 |
| 2021-02-05 | Rollup merge of #79554 - b-naber:generic-associated-types-in-trait-paths, r=j... | Mara Bos | -1/+9 |
| 2021-02-04 | use generic arguments of associated item in trait_ref method | b-naber | -1/+9 |
| 2021-02-04 | Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995 | Mara Bos | -2/+2 |
| 2021-02-04 | Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelix | Mara Bos | -2/+10 |
| 2021-02-03 | Make panic/assert calls in rustc compatible with Rust 2021. | Mara Bos | -2/+2 |
| 2021-02-03 | Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievink | bors | -0/+1 |
| 2021-02-02 | introduce future-compatibility warning for forbidden lint groups | Niko Matsakis | -2/+10 |
| 2021-02-02 | Rollup merge of #81665 - jacob-hughes:mir_doc_fix, r=estebank | Jack Huey | -1/+1 |
| 2021-02-02 | Rollup merge of #80593 - jackh726:chalk-upgrade, r=nikomatsakis | Jack Huey | -4/+36 |
| 2021-02-02 | Update Chalk | Jack Huey | -4/+21 |
| 2021-02-02 | Fix out of date `Scalar` documentation | Jake Hughes | -1/+1 |
| 2021-02-02 | Auto merge of #80843 - Mark-Simulacrum:fmt-bump, r=petrochenkov | bors | -20/+31 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -20/+31 |
| 2021-02-02 | Add a new ABI to support cmse_nonsecure_call | Hugues de Valon | -0/+1 |
| 2021-02-02 | Rollup merge of #81609 - Julian-Wollersberger:no-query-categories, r=davidtwco | Jonas Schievink | -1433/+1340 |
| 2021-02-01 | Upgrade Chalk | Jack Huey | -0/+15 |
| 2021-02-01 | Fixed #[inline] to be warned in fields, arms, macro defs | Danuel | -0/+18 |
| 2021-01-31 | Indent the code correctly again after removing the query categories. | Julian Wollersberger | -1399/+1399 |
| 2021-01-31 | Remove the remains of the query categories. | Julian Wollersberger | -106/+13 |
| 2021-01-31 | Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obk | Jonas Schievink | -2/+1 |
| 2021-01-31 | Rollup merge of #80092 - sexxi-goose:restrict_precision, r=nikomatsakis | Jonas Schievink | -1/+18 |
| 2021-01-30 | Remove const_in_array_rep_expr | kadmin | -2/+1 |
| 2021-01-30 | Rollup merge of #80959 - jhpratt:unsigned_abs-stabilization, r=m-ou-se | Yuki Okushi | -11/+2 |
| 2021-01-29 | Fix typos | Aman Arora | -0/+2 |
| 2021-01-29 | Fix incorrect use mut diagnostics | Aman Arora | -0/+9 |
| 2021-01-29 | Compute mutability of closure captures | Aman Arora | -1/+7 |
| 2021-01-28 | Auto merge of #81388 - bjorn3:wasm_bindgen_fix, r=nikomatsakis | bors | -4/+3 |
| 2021-01-28 | Rollup merge of #81062 - sexxi-goose:precise_capture_diagnostics, r=nikomatsakis | Yuki Okushi | -2/+19 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -339/+161 |
| 2021-01-27 | Rollup merge of #81325 - osa1:issue81293, r=estebank | Yuki Okushi | -0/+11 |