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