about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-04-16Rollup merge of #95961 - RalfJung:gather-scatter, r=workingjubileeDylan DPC-0/+64
2022-04-16Rollup merge of #95859 - rainy-me:unterminated-nested-block-comment, r=petroc...Dylan DPC-10/+75
2022-04-16Rollup merge of #95372 - RalfJung:unaligned_references, r=oli-obkDylan DPC-41/+490
2022-04-16Rollup merge of #94605 - Michcioperz:patch-1, r=pnkfelixDylan DPC-3/+6
2022-04-16Rollup merge of #93969 - bjorn3:codegen_backend_dep_info, r=pnkfelixDylan DPC-6/+25
2022-04-16Auto merge of #95450 - jyn514:faster-doc, r=Mark-Simulacrumbors-16/+20
2022-04-15Auto merge of #95224 - mjbshaw:patch-1, r=yaahcbors-10/+28
2022-04-15add codegen smoke testRalf Jung-0/+26
2022-04-15Auto merge of #96087 - Dylan-DPC:rollup-k6yzk55, r=Dylan-DPCbors-1064/+1020
2022-04-15Rollup merge of #96065 - TaKO8Ki:use-`format-args-capture`-and-remove-unneces...Dylan DPC-676/+605
2022-04-15Rollup merge of #96062 - ehuss:test-termination, r=Dylan-DPCDylan DPC-1/+3
2022-04-15Rollup merge of #96040 - m-ou-se:futex-u32, r=AmanieuDylan DPC-53/+55
2022-04-15Rollup merge of #96034 - Gumichocopengin8:test/btree-set, r=Dylan-DPCDylan DPC-0/+56
2022-04-15Rollup merge of #96027 - matthiaskrgr:clippy_rec, r=fee1-deadDylan DPC-30/+15
2022-04-15Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPCDylan DPC-29/+25
2022-04-15Rollup merge of #95749 - compiler-errors:ambig, r=oli-obkDylan DPC-27/+25
2022-04-15Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelixDylan DPC-148/+57
2022-04-15Rollup merge of #94849 - ouz-a:master4, r=oli-obkDylan DPC-15/+41
2022-04-15Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelixDylan DPC-12/+83
2022-04-15Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwcoDylan DPC-73/+55
2022-04-15Auto merge of #94079 - petrochenkov:cstr, r=joshtriplettbors-695/+940
2022-04-15clippy: Update full path to `CString`Vadim Petrochenkov-1/+1
2022-04-15Auto merge of #95841 - ChrisDenton:pipe-server, r=m-ou-sebors-1/+50
2022-04-15use `format-args-capture` and remove unnecessary nested blockTakayuki Maeda-676/+605
2022-04-14make unaligned_reference warning visible in future compat reportRalf Jung-0/+451
2022-04-14make unaligned_references lint deny-by-defaultRalf Jung-41/+39
2022-04-14Don't build the library and standard library before documenting themJoshua Nelson-16/+20
2022-04-14docs: Update tests chapter for Termination stabilizationEric Huss-1/+3
2022-04-14Update issue-92893.stderrouz-a-15/+41
2022-04-14library: Remove definitions and reexports of `strlen` from libstdVadim Petrochenkov-40/+0
2022-04-14Fix targets not supporting `target_has_atomic = "ptr"`Vadim Petrochenkov-1/+5
2022-04-14library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstableVadim Petrochenkov-13/+28
2022-04-14library: Move `CStr` to libcore, and `CString` to liballocVadim Petrochenkov-650/+916
2022-04-14Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelixbors-1/+30
2022-04-14refactor: change to use peekablerainy-me-21/+18
2022-04-14Auto merge of #96031 - ehuss:update-cargo, r=ehussbors-4/+5
2022-04-14remove redundant function param in check_for_self_assign_helper()Matthias Krüger-3/+2
2022-04-14remove reudndant function param in check_matcher_core()Matthias Krüger-19/+7
2022-04-14remove function param that is only used in recursive of fn inner()Matthias Krüger-8/+6
2022-04-14Use u32 instead of i32 for futexes.Mara Bos-53/+55
2022-04-14Auto merge of #95928 - nnethercote:rm-TokenTree-Clone, r=petrochenkovbors-106/+164
2022-04-13test: add remove() test cases for BTreeSetKeita Nonaka-0/+20
2022-04-13test: add is_superset test cases for BTreeSetKeita Nonaka-0/+36
2022-04-13Update cargoEric Huss-4/+5
2022-04-13Auto merge of #95981 - martingms:invert-line-offset-parsing, r=nnethercotebors-11/+14
2022-04-14`mbe::TokenTree`: remove `Lrc` around `Delimited` and `SequenceRepetition`.Nicholas Nethercote-19/+10
2022-04-14Introduce `TtHandle` and use it in `TokenSet`.Nicholas Nethercote-53/+111
2022-04-13Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obkbors-81/+94
2022-04-13couple of clippy::complexity fixesMatthias Krüger-29/+25
2022-04-13Auto merge of #95958 - jhpratt:bump-stdarch, r=Dylan-DPCbors-0/+0