| Age | Commit message (Expand) | Author | Lines |
| 2021-08-24 | use convention for with_* methods | Andreas Liljeqvist | -7/+9 |
| 2021-08-24 | Force inline: small functions and single call-site | Andreas Liljeqvist | -2/+4 |
| 2021-08-23 | Simplify zero check | Andreas Liljeqvist | -1/+1 |
| 2021-08-23 | add `with_start` and `with_end` | Andreas Liljeqvist | -6/+14 |
| 2021-08-23 | implement debug in similar way to RangeInclusive | Andreas Liljeqvist | -159/+49 |
| 2021-08-23 | Rename to WrappingRange | Andreas Liljeqvist | -22/+19 |
| 2021-08-23 | implement contains_zero method | Andreas Liljeqvist | -9/+12 |
| 2021-08-23 | Use ref | Andreas Liljeqvist | -3/+3 |
| 2021-08-23 | Removed fixed fixme | Andreas Liljeqvist | -3/+0 |
| 2021-08-23 | remove commented code | Andreas Liljeqvist | -4/+0 |
| 2021-08-22 | fix 32bit err | Andreas Liljeqvist | -1/+1 |
| 2021-08-22 | Use custom wrap-around type instead of Range | Andreas Liljeqvist | -116/+255 |
| 2021-08-22 | Auto merge of #88163 - camsteffen:collapsible-match-fix, r=Manishearth | bors | -150/+136 |
| 2021-08-22 | Auto merge of #88139 - lcnr:marker-trait-attr, r=nikomatsakis | bors | -3/+93 |
| 2021-08-22 | Auto merge of #88122 - Seppel3210:master, r=dtolnay | bors | -8/+10 |
| 2021-08-22 | Auto merge of #85166 - mbhall88:file-prefix, r=dtolnay | bors | -90/+372 |
| 2021-08-22 | Auto merge of #88217 - jackh726:rollup-3k74o2m, r=jackh726 | bors | -66/+345 |
| 2021-08-21 | Rollup merge of #88201 - spastorino:tait-incomplete-inference-test, r=oli-obk | Jack Huey | -0/+36 |
| 2021-08-21 | Rollup merge of #88197 - spastorino:tait-test-fn-type, r=oli-obk | Jack Huey | -0/+22 |
| 2021-08-21 | Rollup merge of #88194 - spastorino:test-tait-assoc-impl-trait, r=oli-obk | Jack Huey | -0/+19 |
| 2021-08-21 | Rollup merge of #88192 - spastorino:add-tait-test-for-assoc-dyn, r=oli-obk | Jack Huey | -0/+12 |
| 2021-08-21 | Rollup merge of #88189 - spastorino:add-tait-struct-test, r=oli-obk | Jack Huey | -0/+12 |
| 2021-08-21 | Rollup merge of #88183 - spastorino:add-tait-in-different-tuple-position, r=o... | Jack Huey | -9/+6 |
| 2021-08-21 | Rollup merge of #88182 - spastorino:use-trait-in-tait-tests, r=oli-obk | Jack Huey | -33/+12 |
| 2021-08-21 | Rollup merge of #88179 - steffahn:mailmap, r=Mark-Simulacrum | Jack Huey | -0/+1 |
| 2021-08-21 | Rollup merge of #88172 - spastorino:tait-defining-use-submodule-test, r=oli-obk | Jack Huey | -10/+23 |
| 2021-08-21 | Rollup merge of #88170 - nebkor:release-note-1.55, r=Mark-Simulacrum | Jack Huey | -0/+1 |
| 2021-08-21 | Rollup merge of #88072 - kit-981:feature/build-ios-toolchain-on-linux, r=Mark... | Jack Huey | -5/+0 |
| 2021-08-21 | Rollup merge of #88057 - ehuss:releases-doc-macros, r=Mark-Simulacrum | Jack Huey | -9/+4 |
| 2021-08-21 | Rollup merge of #87604 - yaymukund:verify-backported-commits, r=Mark-Simulacrum | Jack Huey | -0/+197 |
| 2021-08-21 | Auto merge of #88075 - Xuanwo:vec_deque_retain, r=dtolnay | bors | -8/+57 |
| 2021-08-21 | Auto merge of #88135 - crlf0710:trait_upcasting_part_3, r=nikomatsakis | bors | -239/+324 |
| 2021-08-21 | Auto merge of #82776 - jyn514:extern-url-fallback, r=GuillaumeGomez | bors | -14/+51 |
| 2021-08-21 | Auto merge of #88134 - rylev:force-warn-improvements, r=nikomatsakis | bors | -13/+139 |
| 2021-08-21 | Auto merge of #88128 - cuviper:needs-asm-support, r=Mark-Simulacrum | bors | -6/+10 |
| 2021-08-21 | Auto merge of #87570 - nikic:llvm-13, r=nagisa | bors | -167/+200 |
| 2021-08-21 | Always use llvm.used for coverage symbols | Nikita Popov | -35/+59 |
| 2021-08-21 | Auto merge of #88073 - lnicola:rust-analyzer-2021-08-16, r=lnicola | bors | -37/+17 |
| 2021-08-20 | Test that incomplete inference for TAITs fail | Santiago Pastorino | -0/+36 |
| 2021-08-21 | Auto merge of #88149 - Mark-Simulacrum:prep-never-type, r=jackh726 | bors | -210/+470 |
| 2021-08-20 | Test use of impl Trait in an impl as the value for an associated type in an i... | Santiago Pastorino | -0/+19 |
| 2021-08-20 | Auto merge of #88087 - jesyspa:issue-87935-box, r=jackh726 | bors | -90/+90 |
| 2021-08-20 | Test tait use in a fn type | Santiago Pastorino | -0/+22 |
| 2021-08-20 | move `fallback_if_possible` and friends to fallback.rs | Niko Matsakis | -125/+127 |
| 2021-08-20 | create `Coercion` obligations given 2 unbound type variables | Niko Matsakis | -5/+48 |
| 2021-08-20 | move the `sub-unify` check and extend the documentation a bit | Niko Matsakis | -25/+46 |
| 2021-08-20 | Use of impl trait in an impl as the valoe for an associated type in a dyn | Santiago Pastorino | -0/+12 |
| 2021-08-20 | Add TAIT struct test | Santiago Pastorino | -0/+12 |
| 2021-08-20 | Auto merge of #83093 - the8472:smaller-instant-hammer, r=Amanieu | bors | -12/+215 |
| 2021-08-20 | fix tests on wasm targets that have 32bit time_t and don't have threads | The8472 | -2/+12 |