| Age | Commit message (Expand) | Author | Lines |
| 2022-06-22 | Contaminate ErrorGuaranteed. | Camille GILLOT | -2/+2 |
| 2022-06-22 | Correct function name. | Camille GILLOT | -2/+2 |
| 2022-06-22 | Perform coherence checking per impl. | Camille GILLOT | -284/+251 |
| 2022-06-18 | Auto merge of #96501 - jyn514:individual-paths, r=Mark-Simulacrum | bors | -67/+190 |
| 2022-06-18 | Auto merge of #97924 - cuviper:unguarded-poison, r=Mark-Simulacrum | bors | -8/+15 |
| 2022-06-18 | Add tests for fixed bugs | Joshua Nelson | -4/+40 |
| 2022-06-18 | Pass all paths to `Step::run` at once when using `ShouldRun::krate` | Joshua Nelson | -66/+153 |
| 2022-06-18 | Auto merge of #98004 - paolobarbolini:vecdeque-extend-trustedlen, r=the8472 | bors | -3/+218 |
| 2022-06-18 | Auto merge of #98153 - nnethercote:fix-MissingDoc-quadratic-behaviour, r=cjgi... | bors | -36/+16 |
| 2022-06-18 | Auto merge of #98186 - mystor:tokenstream_as_vec_tt, r=eddyb | bors | -173/+303 |
| 2022-06-18 | Auto merge of #98178 - RalfJung:btree-alloc, r=thomcc | bors | -241/+270 |
| 2022-06-18 | Auto merge of #98216 - JohnTitor:rollup-jlcmu5d, r=JohnTitor | bors | -108/+172 |
| 2022-06-17 | review fixups | Nika Layzell | -70/+43 |
| 2022-06-18 | Rollup merge of #98205 - JohnTitor:remove-unnecessary-let, r=jyn514 | Yuki Okushi | -2/+0 |
| 2022-06-18 | Rollup merge of #98195 - GuillaumeGomez:rustdoc-json-primitive, r=notriddle | Yuki Okushi | -3/+20 |
| 2022-06-18 | Rollup merge of #98150 - hoodmane:emscripten-g4, r=sbc100 | Yuki Okushi | -2/+2 |
| 2022-06-18 | Rollup merge of #97828 - ferrocene:pa-config-artifacts, r=jyn514 | Yuki Okushi | -73/+132 |
| 2022-06-18 | Rollup merge of #97803 - Gankra:term, r=dtolnay | Yuki Okushi | -28/+18 |
| 2022-06-18 | Auto merge of #97652 - RalfJung:cenum_impl_drop_cast, r=nagisa | bors | -4/+19 |
| 2022-06-17 | comments explaining why we have and don't have ManuallyDrop | Ralf Jung | -0/+6 |
| 2022-06-18 | Expose iter::ByRefSized as unstable feature and use it | Paolo Barbolini | -4/+12 |
| 2022-06-18 | Add VecDeque::extend from TrustedLen specialization | Paolo Barbolini | -0/+175 |
| 2022-06-17 | Add VecDeque::extend TrustedLen benchmark | Paolo Barbolini | -0/+32 |
| 2022-06-17 | Auto merge of #98081 - gco:no_static_libcpp, r=jyn514 | bors | -1/+2 |
| 2022-06-17 | bless new test result, it's a regression but seemingly a compiler bug | Aria Beingessner | -6/+3 |
| 2022-06-17 | Impl Termination for Infallible and then make the Result impls of Termination... | Aria Beingessner | -22/+15 |
| 2022-06-17 | Replace -g4 with -gsource-map | Hood Chatham | -2/+2 |
| 2022-06-17 | Auto merge of #97892 - klensy:fix-spaces, r=oli-obk | bors | -733/+737 |
| 2022-06-18 | Remove a possible unnecessary assignment | Yuki Okushi | -2/+0 |
| 2022-06-17 | Auto merge of #98097 - lqd:const-alloc-hash, r=oli-obk | bors | -2/+75 |
| 2022-06-17 | Move empty final TokenStream handling to server side of bridge | Nika Layzell | -14/+16 |
| 2022-06-17 | Add regression test for #98006 | Guillaume Gomez | -0/+17 |
| 2022-06-17 | Auto merge of #98193 - Dylan-DPC:rollup-5gihjij, r=Dylan-DPC | bors | -229/+405 |
| 2022-06-17 | Fix rustdoc handling of primitive documentation | Guillaume Gomez | -3/+3 |
| 2022-06-17 | Rollup merge of #98191 - TaKO8Ki:remove-rest-of-unnecessary-to-string, r=Dyla... | Dylan DPC | -5/+5 |
| 2022-06-17 | Rollup merge of #98013 - compiler-errors:guide-inference-2, r=lcnr | Dylan DPC | -78/+93 |
| 2022-06-17 | Rollup merge of #97844 - ChrisDenton:dont-panic, r=JohnTitor | Dylan DPC | -4/+5 |
| 2022-06-17 | Rollup merge of #97798 - WaffleLapkin:allow_for_suggestions_that_are_quite_fa... | Dylan DPC | -132/+296 |
| 2022-06-17 | Rollup merge of #95392 - Xuanwo:stablize_try_reserve_2, r=dtolnay | Dylan DPC | -10/+6 |
| 2022-06-17 | Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister | bors | -487/+600 |
| 2022-06-17 | remove the rest of unnecessary `to_string` | Takayuki Maeda | -5/+5 |
| 2022-06-17 | Auto merge of #97863 - JakobDegen:bitset-choice, r=nnethercote | bors | -23/+141 |
| 2022-06-17 | Auto merge of #98160 - nnethercote:mv-finish-out-of-Encoder, r=bjorn3 | bors | -111/+51 |
| 2022-06-16 | btree: avoid forcing the allocator to be a reference | Ralf Jung | -241/+264 |
| 2022-06-17 | Try to reduce codegen complexity of TokenStream's FromIterator and Extend impls | Nika Layzell | -18/+94 |
| 2022-06-17 | proc_macro: reduce the number of messages required to create, extend, and ite... | Nika Layzell | -96/+128 |
| 2022-06-17 | Subtype FRU fields first in type_changing_struct_update | Michael Goulet | -78/+93 |
| 2022-06-16 | proc_macro: use macros to simplify aggregate Mark/Unmark definitions | Nika Layzell | -24/+34 |
| 2022-06-17 | Auto merge of #98143 - cuviper:futex-rwlock-inline, r=thomcc | bors | -0/+9 |
| 2022-06-16 | Auto merge of #98181 - JohnTitor:rollup-65ztwnz, r=JohnTitor | bors | -26/+194 |