| Age | Commit message (Expand) | Author | Lines |
| 2020-09-11 | Add missing examples on binary core traits | Guillaume Gomez | -0/+134 |
| 2020-09-05 | Auto merge of #75888 - GuillaumeGomez:trait-impl-assoc-const-doc-alias, r=oll... | bors | -1/+41 |
| 2020-09-05 | Auto merge of #75173 - jackh726:chalk-0.21, r=nikomatsakis | bors | -510/+726 |
| 2020-09-04 | kind -> kind() | Jack Huey | -1/+1 |
| 2020-09-04 | Auto merge of #75200 - ssomers:btree_valmut, r=Mark-Simulacrum | bors | -171/+319 |
| 2020-09-04 | Bless changed test output | Jack Huey | -1/+1 |
| 2020-09-04 | Review comments | Jack Huey | -131/+130 |
| 2020-09-04 | More chalk work | Jack Huey | -345/+492 |
| 2020-09-04 | Upgrade chalk to 0.21 | Jack Huey | -120/+190 |
| 2020-09-04 | Auto merge of #76292 - Aaron1011:fix/proc-macro-panic-hide, r=petrochenkov | bors | -3/+42 |
| 2020-09-04 | Auto merge of #76315 - lcnr:map-track-caller, r=Mark-Simulacrum | bors | -0/+1 |
| 2020-09-04 | Auto merge of #75077 - LeSeulArtichaut:tys-kind, r=nikomatsakis | bors | -1113/+1174 |
| 2020-09-04 | ty.flags -> ty.flags() | LeSeulArtichaut | -11/+23 |
| 2020-09-04 | `ty.kind` -> `ty.kind()` in rustdoc and clippy | LeSeulArtichaut | -203/+204 |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -899/+947 |
| 2020-09-04 | Auto merge of #75655 - nielx:fix/haiku-llvm-libz, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-09-04 | Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus | bors | -94/+111 |
| 2020-09-04 | add track_caller to `local_def_id_to_hir_id` | Bastian Kauschke | -0/+1 |
| 2020-09-04 | Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandry | bors | -299/+2072 |
| 2020-09-03 | Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkov | bors | -4499/+4822 |
| 2020-09-03 | Auto merge of #70793 - the8472:in-place-iter-collect, r=Amanieu | bors | -49/+1078 |
| 2020-09-03 | fix debug assertion | The8472 | -4/+18 |
| 2020-09-03 | Add test for doc alias on associated const in trait impls | Guillaume Gomez | -0/+30 |
| 2020-09-03 | Add check for doc alias on associated const in trait impls | Guillaume Gomez | -1/+11 |
| 2020-09-03 | Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez | bors | -82/+152 |
| 2020-09-03 | improve comments and naming | The8472 | -25/+56 |
| 2020-09-03 | add explanation to specialization marker | The8472 | -0/+6 |
| 2020-09-03 | remove separate no-drop code path since it resulted in more LLVM IR | The8472 | -32/+15 |
| 2020-09-03 | remove empty Vec extend optimization | The8472 | -24/+2 |
| 2020-09-03 | please tidy | The8472 | -6/+5 |
| 2020-09-03 | get things to work under min_specialization by leaning more heavily on #[rust... | The8472 | -9/+14 |
| 2020-09-03 | avoid applying in-place collect specialization in type-length test | The8472 | -1/+2 |
| 2020-09-03 | fix benchmark compile errors | The8472 | -12/+9 |
| 2020-09-03 | apply required min_specialization attributes | The8472 | -1/+8 |
| 2020-09-03 | support in-place collect for MapWhile adapters | The8472 | -0/+23 |
| 2020-09-03 | pacify tidy | The8472 | -7/+7 |
| 2020-09-03 | generalize in-place collect to types of same size and alignment | The8472 | -23/+34 |
| 2020-09-03 | increase comment verbosity | The8472 | -2/+2 |
| 2020-09-03 | work around compiler overhead around lambdas in generics by extracting them i... | The8472 | -34/+39 |
| 2020-09-03 | extract IntoIter drop/forget used by specialization into separate methods | The8472 | -15/+25 |
| 2020-09-03 | add benchmark to cover in-place extend | The8472 | -0/+14 |
| 2020-09-03 | remove redundant cast | The8472 | -1/+1 |
| 2020-09-03 | test drops during in-place iteration | The8472 | -0/+40 |
| 2020-09-03 | move unsafety into method, not relevant to caller | The8472 | -2/+2 |
| 2020-09-03 | replace unsafe ptr::write with deref-write, benchmarks show no difference | The8472 | -10/+4 |
| 2020-09-03 | pacify tidy | The8472 | -77/+90 |
| 2020-09-03 | replace drop flag with ManuallyDrop | The8472 | -6/+4 |
| 2020-09-03 | mark as_inner as unsafe and update comments | The8472 | -50/+76 |
| 2020-09-03 | avoid exposing that binary heap's IntoIter is backed by vec::IntoIter, use a ... | The8472 | -9/+26 |
| 2020-09-03 | fix: bench didn't black_box its results | The8472 | -3/+1 |