about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-02-21use `List<Ty<'tcx>>` for tupleslcnr-170/+128
2022-02-21safely `transmute<&List<Ty<'tcx>>, &List<GenericArg<'tcx>>>`lcnr-6/+89
2022-02-20use `BOOL` for `TCP_NODELAY` `setsockopt` value on WindowsChris Copeland-2/+2
2022-02-20Remove assertion on output length for `getsockopt`.Chris Copeland-1/+0
2022-02-20Fix `setsockopt` and `getsockopt` parameter names.Chris Copeland-9/+25
2022-02-21fixtamaron-28/+64
2022-02-21Add regression test for #92069est31-0/+20
2022-02-21Expand let-else allow testsest31-4/+80
2022-02-21Auto merge of #94066 - Mark-Simulacrum:factor-out-simple-def-kind, r=davidtwcobors-62/+14
2022-02-20Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk"Mark Rousskov-38/+64
2022-02-20CTFE engine: Scalar: expose size-generic to_(u)int methodsRalf Jung-21/+25
2022-02-20Preallocate a buffer in FmtPrinterMark Rousskov-1/+3
2022-02-20Always format to internal String in FmtPrinterMark Rousskov-80/+82
2022-02-20Delete Decoder::read_mapMark Rousskov-37/+26
2022-02-20Delete Decoder::read_seqMark Rousskov-64/+54
2022-02-20Delete Decoder::read_enum_variantMark Rousskov-22/+9
2022-02-20Delete Decoder::read_map_elt_valMark Rousskov-11/+3
2022-02-20Delete Decoder::read_map_elt_keyMark Rousskov-11/+3
2022-02-20Delete Decoder::read_optionMark Rousskov-13/+5
2022-02-20Delete Decoder::read_seq_eltMark Rousskov-20/+9
2022-02-20Delete Decoder::read_tuple_argMark Rousskov-12/+1
2022-02-20Delete Decoder::read_tupleMark Rousskov-15/+3
2022-02-20Use count! macro in tuple length computationMark Rousskov-3/+2
2022-02-20Delete Decoder::read_struct_fieldMark Rousskov-60/+31
2022-02-20Delete Decoder::read_structMark Rousskov-101/+77
2022-02-20Delete read_enum_variant_argMark Rousskov-21/+14
2022-02-20Delete read_enum_variant namesMark Rousskov-11/+3
2022-02-20Delete Decoder::read_enumMark Rousskov-34/+16
2022-02-20Remove support for JSON deserialization to RustMark Rousskov-718/+46
2022-02-20compiletest: Print process output info with less whitespaceNixon Enraght-Moony-15/+19
2022-02-20Auto merge of #93678 - steffahn:better_unsafe_diagnostics, r=nagisabors-244/+3209
2022-02-20Refactor Sharded out of non-parallel active query mapMark Rousskov-27/+51
2022-02-20Improve `unused_unsafe` lintFrank Steffahn-244/+3209
2022-02-20Avoid sharding query caches entirely in single-threaded modeMark Rousskov-20/+59
2022-02-20Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obkbors-140/+140
2022-02-20limit tests to llvm 14+Erik Desjardins-1/+2
2022-02-20Inline QueryStateShard into QueryStateMark Rousskov-17/+7
2022-02-20Delete QueryLookupMark Rousskov-45/+24
2022-02-20Move Sharded maps into each QueryCache implMark Rousskov-122/+53
2022-02-20add check for llvm 14Erik Desjardins-1/+8
2022-02-20Update ignored rustc tests listbjorn3-0/+2
2022-02-20Use Metadata::modified instead of FileTime::from_last_modification_time in ru...bjorn3-3/+3
2022-02-20Implement LowerHex on Scalar to clean up their display in rustdocGuillaume Gomez-14/+14
2022-02-20Rustup to rustc 1.61.0-nightly (3b348d932 2022-02-19)bjorn3-5/+5
2022-02-20Auto merge of #93934 - rusticstuff:inline_ensure_sufficient_stack, r=estebankbors-0/+1
2022-02-20Move trait_map to Lowering ContextSantiago Pastorino-11/+10
2022-02-20Move local_id_to_def_id to Lowering ContextSantiago Pastorino-29/+29
2022-02-20Update pin_static_ref stabilization version.Eric Huss-2/+2
2022-02-20BTree: simplify test codeStein Somers-138/+118
2022-02-20Avoid call to lower_node_id when not neededSantiago Pastorino-1/+1