]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-02-21 borsAuto merge of #93505 - lcnr:substsref-vs-ty-list, r...
2022-02-21 borsAuto merge of #94205 - Mark-Simulacrum:revert-93800...
2022-02-21 lcnrobligation forest docs
2022-02-21 lcnrdon't check for the leak_check twice
2022-02-21 Mario Carneirofix test
2022-02-21 borsAuto merge of #94108 - compiler-errors:just-confirmatio...
2022-02-21 lcnrrename function
2022-02-21 lcnradd comment
2022-02-21 Mario Carneirofix names in feature(...) suggestion
2022-02-21 est31Better error if the user tries to do assignment .....
2022-02-21 est31Fix typo
2022-02-21 lcnruse `List<Ty<'tcx>>` for tuples
2022-02-21 lcnrreview
2022-02-21 lcnradd comment to `Lift` impls
2022-02-21 lcnroptimize `TypeFoldable` for 2 element tuples
2022-02-21 lcnrupdate rustdoc
2022-02-21 lcnrupdate clippy
2022-02-21 lcnruse `List<Ty<'tcx>>` for tuples
2022-02-21 lcnrsafely `transmute<&List<Ty<'tcx>>, &List<GenericArg...
2022-02-21 est31Add regression test for #92069
2022-02-21 est31Expand let-else allow tests
2022-02-21 borsAuto merge of #94066 - Mark-Simulacrum:factor-out-simpl...
2022-02-21 Mark RousskovRevert "Auto merge of #93800 - b-naber:static-initializ...
2022-02-21 Ralf JungCTFE engine: Scalar: expose size-generic to_(u)int...
2022-02-21 Mark RousskovPreallocate a buffer in FmtPrinter
2022-02-21 Mark RousskovAlways format to internal String in FmtPrinter
2022-02-20 Mark RousskovDelete Decoder::read_map
2022-02-20 Mark RousskovDelete Decoder::read_seq
2022-02-20 Mark RousskovDelete Decoder::read_enum_variant
2022-02-20 Mark RousskovDelete Decoder::read_map_elt_val
2022-02-20 Mark RousskovDelete Decoder::read_map_elt_key
2022-02-20 Mark RousskovDelete Decoder::read_option
2022-02-20 Mark RousskovDelete Decoder::read_seq_elt
2022-02-20 Mark RousskovDelete Decoder::read_tuple_arg
2022-02-20 Mark RousskovDelete Decoder::read_tuple
2022-02-20 Mark RousskovUse count! macro in tuple length computation
2022-02-20 Mark RousskovDelete Decoder::read_struct_field
2022-02-20 Mark RousskovDelete Decoder::read_struct
2022-02-20 Mark RousskovDelete read_enum_variant_arg
2022-02-20 Mark RousskovDelete read_enum_variant names
2022-02-20 Mark RousskovDelete Decoder::read_enum
2022-02-20 Mark RousskovRemove support for JSON deserialization to Rust
2022-02-20 Nixon Enraght... compiletest: Print process output info with less whitespace
2022-02-20 borsAuto merge of #93678 - steffahn:better_unsafe_diagnosti...
2022-02-20 Frank SteffahnImprove `unused_unsafe` lint
2022-02-20 borsAuto merge of #94062 - Mark-Simulacrum:drop-print-cfg...
2022-02-20 bjorn3Update ignored rustc tests list
2022-02-20 bjorn3Use Metadata::modified instead of FileTime::from_last_m...
2022-02-20 Guillaume GomezImplement LowerHex on Scalar to clean up their display...
2022-02-20 bjorn3Rustup to rustc 1.61.0-nightly (3b348d932 2022-02-19)
2022-02-20 borsAuto merge of #93934 - rusticstuff:inline_ensure_suffic...
2022-02-20 Santiago PastorinoMove trait_map to Lowering Context
2022-02-20 Santiago PastorinoMove local_id_to_def_id to Lowering Context
2022-02-20 Eric HussUpdate pin_static_ref stabilization version.
2022-02-20 Santiago PastorinoAvoid call to lower_node_id when not needed
2022-02-20 Camille GILLOTMake node_id_to_hir_id owner-local.
2022-02-20 bjorn3Inline build_block
2022-02-20 bjorn3Remove FunctionCx::new_block
2022-02-20 bjorn3Remove build_sibling_block
2022-02-20 borsAuto merge of #93816 - bjorn3:rlib_metadata_first,...
2022-02-20 David Carliersolarish current_exe using libc call directly
2022-02-20 borsAuto merge of #93605 - notriddle:notriddle/rustdoc...
2022-02-20 Tomasz MiąskoGracefully handle non-UTF-8 string slices when pretty...
2022-02-20 borsAuto merge of #93387 - JakobDegen:improve_partialeq...
2022-02-20 est31tidy: fire less "ignoring file length unneccessarily...
2022-02-20 borsAuto merge of #94174 - matthiaskrgr:rollup-snyrlhy...
2022-02-19 Matthias KrügerRollup merge of #94146 - est31:let_else, r=cjgillot
2022-02-19 Matthias KrügerRollup merge of #94142 - est31:let_else_typeck, r=oli-obk
2022-02-19 Matthias KrügerRollup merge of #94122 - GuillaumeGomez:miniz-oxide...
2022-02-19 Matthias KrügerRollup merge of #94113 - Mizobrook-kan:issue-94025...
2022-02-19 Matthias KrügerRollup merge of #94112 - digama0:patch-3, r=scottmcm
2022-02-19 Matthias KrügerRollup merge of #94097 - pierwill:doc-rustc-middle...
2022-02-19 Matthias KrügerRollup merge of #94093 - tmiasko:pp-no-variants, r...
2022-02-19 Matthias KrügerRollup merge of #94091 - GuillaumeGomez:rustdoc-const...
2022-02-19 Matthias KrügerRollup merge of #94023 - krasimirgg:head-llvm-use-llvm...
2022-02-19 Matthias KrügerRollup merge of #94019 - hermitcore:target, r=Mark...
2022-02-19 Matthias KrügerRollup merge of #94002 - GuillaumeGomez:duplicated...
2022-02-19 Matthias KrügerRollup merge of #93686 - dbrgn:trim-on-byte-slices...
2022-02-19 Matthias KrügerRollup merge of #93639 - Mark-Simulacrum:relnotes,...
2022-02-19 Matthias KrügerRollup merge of #93580 - m-ou-se:stabilize-pin-static...
2022-02-19 borsAuto merge of #92911 - nbdd0121:unwind, r=Amanieu
2022-02-19 borsAuto merge of #94165 - Mark-Simulacrum:bump-version...
2022-02-19 Michael GouletBless up
2022-02-19 Michael GouletConsolidate normalization in confirm_poly_trait_refs
2022-02-19 Mark RousskovBump version to 1.61
2022-02-19 Gary GuoFix codegen test for MSVC
2022-02-19 est31rustc_typeck: adopt let else in more places
2022-02-19 est31Adopt let else in more places
2022-02-19 r00ster91Some improvements to the async docs
2022-02-19 Tomasz MiąskoFix pretty printing of enums without variants
2022-02-19 Camille GILLOTAdd generator_kind table.
2022-02-19 Camille GILLOTAdd fn_arg_names table.
2022-02-19 Camille GILLOTAdd asyncness table.
2022-02-19 Camille GILLOTAdd rendered_const table.
2022-02-19 Camille GILLOTAdd mir_const_qualifs table.
2022-02-19 Camille GILLOTDrop ImplData.
2022-02-19 Camille GILLOTDo not decode span when we only need the name.
2022-02-19 Camille GILLOTEncode metadata using queries.
2022-02-19 Camille GILLOTStop interning stability.
2022-02-19 Guillaume GomezAdd rustdoc test for const computed value
next