| Age | Commit message (Expand) | Author | Lines |
| 2021-08-27 | Suggested changes | Will Crichton | -2/+2 |
| 2021-08-27 | Addd missing domain size assertions | Will Crichton | -1/+3 |
| 2021-08-26 | Formatting | Will Crichton | -6/+6 |
| 2021-08-26 | Fix failing test | Will Crichton | -7/+7 |
| 2021-08-26 | Add comments and unit tests for new SparseBitMatrix methods | Will Crichton | -0/+85 |
| 2021-08-26 | Compile failure | Will Crichton | -1/+1 |
| 2021-08-26 | Typo | Will Crichton | -2/+2 |
| 2021-08-26 | Add remaining impl for hybrid X dense | Will Crichton | -21/+51 |
| 2021-08-26 | Compilation failure in tests | Will Crichton | -6/+6 |
| 2021-08-26 | Formatting | Will Crichton | -2/+2 |
| 2021-08-26 | Add comments | Will Crichton | -0/+12 |
| 2021-08-26 | Fix sparse intersect bug, add more sparse / dense tests | Will Crichton | -2/+13 |
| 2021-08-25 | Add unit tests for BitSet intersect/subtract | Will Crichton | -1/+12 |
| 2021-08-25 | Small fixes | Will Crichton | -3/+6 |
| 2021-08-25 | Add optimized sparse-hybrid / dense-hybrid intersect | Will Crichton | -6/+21 |
| 2021-08-25 | Remove BitRelations impls for SparseBitSet, add optimizations | Will Crichton | -63/+29 |
| 2021-08-24 | Fix HybridBitSet port issue | Will Crichton | -3/+16 |
| 2021-08-24 | Refactor BitSet relational methods into trait with parameterized | Will Crichton | -126/+235 |
| 2021-08-23 | Make SparseBitMatrix::ensure_row public to enable general mutation of rows | Will Crichton | -1/+1 |
| 2021-08-23 | Auto merge of #88265 - m-ou-se:rollup-soymv20, r=m-ou-se | bors | -191/+278 |
| 2021-08-23 | Rollup merge of #88259 - LeSeulArtichaut:complete-thir-unsafeck, r=oli-obk | Mara Bos | -1/+1 |
| 2021-08-23 | Rollup merge of #88232 - m-ou-se:macro-name-imported-but-not-macro, r=estebank | Mara Bos | -0/+52 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -155/+155 |
| 2021-08-23 | Rollup merge of #88174 - camelid:clarify-rust-2021-lint-docs, r=m-ou-se | Mara Bos | -9/+13 |
| 2021-08-23 | Rollup merge of #87976 - estebank:fix-suggestion-span-coloring, r=m-ou-se | Mara Bos | -26/+57 |
| 2021-08-23 | Auto merge of #87676 - sexxi-goose:truncate_unique, r=nikomatsakis | bors | -60/+150 |
| 2021-08-23 | Improve wording of macro-not-found-but-name-exists note. | Mara Bos | -8/+18 |
| 2021-08-23 | Show what things are, but also what they are not. | Mara Bos | -1/+7 |
| 2021-08-23 | Don't confuse the user with notes about tool modules. | Mara Bos | -5/+5 |
| 2021-08-23 | Clarify what attribute and derive macros look like. | Mara Bos | -1/+2 |
| 2021-08-23 | Say what things are, instead of what they are not. | Mara Bos | -10/+9 |
| 2021-08-23 | Silence confusing 'unused import' warnings. | Mara Bos | -0/+3 |
| 2021-08-23 | Look for macro names in all namespaces for diagnostics. | Mara Bos | -19/+34 |
| 2021-08-23 | Add note to 'macro not found' to point to identically-named imports. | Mara Bos | -1/+19 |
| 2021-08-23 | Auto merge of #87661 - FabianWolff:issue-87461, r=estebank | bors | -22/+39 |
| 2021-08-23 | review comments | Esteban Kuber | -5/+26 |
| 2021-08-23 | Do not mark `-Z thir-unsafeck` as unsound anymore | Léo Lanteri Thauvin | -1/+1 |
| 2021-08-23 | remove unnecessary `info!()` logging | Esteban Kuber | -2/+1 |
| 2021-08-23 | Fixes to span locations | Esteban Kuber | -11/+9 |
| 2021-08-23 | wip | Esteban Kuber | -20/+13 |
| 2021-08-23 | Account for tabs when highlighting multiline code suggestions | Esteban Kuber | -25/+45 |
| 2021-08-22 | Auto merge of #88200 - pcwalton:no-dso-local-on-mach-o, r=nagisa | bors | -0/+5 |
| 2021-08-22 | Auto merge of #88240 - GuillaumeGomez:rollup-wdom91m, r=GuillaumeGomez | bors | -51/+90 |
| 2021-08-22 | Rollup merge of #88238 - m-ou-se:used-imports-no-track-namespace, r=estebank | Guillaume Gomez | -17/+14 |
| 2021-08-22 | Rollup merge of #88229 - m-ou-se:macro-suggest-right-kind, r=estebank | Guillaume Gomez | -3/+1 |
| 2021-08-22 | Rollup merge of #88211 - petrochenkov:withhilo, r=jyn514 | Guillaume Gomez | -11/+3 |
| 2021-08-22 | Rollup merge of #88164 - durin42:llvm-14-san-opts, r=nikic | Guillaume Gomez | -0/+15 |
| 2021-08-22 | Rollup merge of #88077 - kit-981:feature/fix-minimum-os-version-in-header, r=... | Guillaume Gomez | -1/+13 |
| 2021-08-22 | Rollup merge of #87166 - de-vri-es:show-discriminant-before-overflow, r=jackh726 | Guillaume Gomez | -3/+24 |
| 2021-08-22 | Rollup merge of #86747 - FabianWolff:issue-86653, r=GuillaumeGomez | Guillaume Gomez | -16/+20 |