]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-05-29 Frank Kingprotect `std::io::Take::limit` from overflow in `read`
2022-03-15 borsAuto merge of #94928 - lcnr:inline-as_substs, r=michael...
2022-03-15 borsAuto merge of #94261 - michaelwoerister:debuginfo-types...
2022-03-15 Michael Woeristerdebuginfo: Refactor debuginfo generation for types...
2022-03-15 borsAuto merge of #94938 - lnicola:rust-analyzer-2022-03...
2022-03-15 borsAuto merge of #94584 - pnkfelix:inject-use-suggestion...
2022-03-15 borsAuto merge of #92285 - compiler-errors:dyn-proj-bounds...
2022-03-15 Michael Gouletcheck all dyn obligations, actually
2022-03-14 Michael Gouletcheck Projection supertrait bounds when confirming...
2022-03-14 borsAuto merge of #94935 - matthiaskrgr:rollup-2o2kyz6...
2022-03-14 Laurențiu Nicola:arrow_up: rust-analyzer
2022-03-14 Michael Woeristerdebuginfo: Refactor debuginfo generation for types...
2022-03-14 Michael Woeristerdebuginfo: Refactor debuginfo generation for types...
2022-03-14 Matthias KrügerRollup merge of #94931 - RalfJung:miri, r=RalfJung
2022-03-14 Matthias KrügerRollup merge of #94884 - c410-f3r:meta-take-2, r=petroc...
2022-03-14 Matthias KrügerRollup merge of #94670 - xFrednet:rfc-2383-expect-impl...
2022-03-14 Matthias KrügerRollup merge of #93977 - compiler-errors:sized-generic...
2022-03-14 Matthias KrügerRollup merge of #90621 - adamgemmell:dev/stabilise...
2022-03-14 borsAuto merge of #94929 - flip1995:clippyup, r=Manishearth
2022-03-14 Michael Woeristerdebuginfo: Refactor debuginfo generation for types...
2022-03-14 Michael Woeristerdebuginfo: Refactor debuginfo generation for types...
2022-03-14 Michael WoeristerRemove out-dated information from rustc_codegen_llvm...
2022-03-14 Michael Woeristercompiletest: Don't update PDB files of test cases in...
2022-03-14 Michael Woeristerdebuginfo: change cpp-like naming for generator environ...
2022-03-14 Michael Woeristerdebuginfo: Refactor debuginfo generation for types
2022-03-14 Ralf Jungupdate miri
2022-03-14 borsAuto merge of #93749 - ridwanabdillahi:riscv32im_suppor...
2022-03-14 CaioFix remaining meta-variable expression TODOs
2022-03-14 borsAuto merge of #94915 - bjorn3:fix_test_box_def, r=tmiasko
2022-03-14 flip1995Update Cargo.lock
2022-03-14 flip1995Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75...
2022-03-14 Adam GemmellStabilise `aarch64_target_feature`
2022-03-14 Adam GemmellTie `fp` and `neon`
2022-03-14 lcnrinline `tuple_fields`
2022-03-14 borsAuto merge of #8534 - flip1995:rustup, r=flip1995
2022-03-14 flip1995Bump nightly version -> 2022-03-14
2022-03-14 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-03-14 borsAuto merge of #94139 - est31:let_else_rustdoc, r=notriddle
2022-03-14 borsAuto merge of #94921 - aDotInTheVoid:rustdoc-json-forma...
2022-03-14 borsAuto merge of #94773 - cjgillot:lifetime-fresh-did...
2022-03-14 Nixon Enraght... rustdoc-json-types: implementors -> implementations
2022-03-13 Nixon Enraght... rustdoc-json-types: ty -> type_
2022-03-13 borsAuto merge of #94832 - jonhoo:default-static, r=Mark...
2022-03-13 Camille GILLOTUpdate comments.
2022-03-13 borsAuto merge of #94916 - matthiaskrgr:rollup-s6zedfl...
2022-03-13 Matthias KrügerRollup merge of #94907 - bjorn3:smaller_rust_src_compon...
2022-03-13 Matthias KrügerRollup merge of #94844 - bjorn3:rustbuild_cleanup,...
2022-03-13 Matthias KrügerRollup merge of #94816 - WaffleLapkin:atomic_get_mut_sl...
2022-03-13 Matthias KrügerRollup merge of #94777 - lancethepants:armv7-unknown...
2022-03-13 Matthias KrügerRollup merge of #93292 - nvzqz:nonzero-bits, r=dtolnay
2022-03-13 borsAuto merge of #94738 - Urgau:rustbuild-check-cfg-values...
2022-03-13 bjorn3Fix definition of Box in ssa-analysis-regression-50041.rs
2022-03-13 bjorn3Omit stdarch test crates from the rust-src component
2022-03-13 bjorn3Remove FieldName enum
2022-03-13 borsAuto merge of #8422 - buttercrab:only_used_in_recursion...
2022-03-13 borsAuto merge of #94704 - Kobzol:llvm-pgo-update-suite...
2022-03-13 Jaeyong Sungadd clearing return vars
2022-03-13 borsAuto merge of #8471 - J-ZhengLi:master-issue7040, r...
2022-03-13 bjorn3Prevent duplicate monomorphization of deserialization...
2022-03-13 bjorn3Use trimmed down deserialization impl for config
2022-03-13 bjorn3Rename derive_merge macro to define_config and move...
2022-03-13 borsAuto merge of #94899 - workingjubilee:bump-simd-clamp...
2022-03-13 borsAuto merge of #94897 - camelid:query-doc-hidden, r...
2022-03-13 borsAuto merge of #94320 - GuillaumeGomez:sidebar-display...
2022-03-13 borsAuto merge of #94862 - pierwill:bootstrap-useless,...
2022-03-13 borsAuto merge of #94898 - RalfJung:miri, r=RalfJung
2022-03-13 Jubilee YoungUse reduce_sum in as_simd example
2022-03-13 Ralf Jungupdate Miri
2022-03-13 Jubilee YoungSync portable-simd to rust-lang/portable-simd@72df4c450...
2022-03-13 borsAuto merge of #94895 - matthiaskrgr:rollup-9hue5qk...
2022-03-12 Jubileeportable-simd#261: Rename horizontal_* to reduce_*
2022-03-12 Ralf Jungrust-lang/portable-simd#262: also implement clamp for...
2022-03-12 Noah LevQueryify `is_doc_hidden`
2022-03-12 Matthias KrügerRollup merge of #94894 - camelid:into, r=nagisa
2022-03-12 Matthias KrügerRollup merge of #94886 - GuillaumeGomez:update-browser...
2022-03-12 Matthias KrügerRollup merge of #94867 - notriddle:notriddle/i32-count...
2022-03-12 borsAuto merge of #90358 - DevinR528:omitted-field-fix...
2022-03-12 Noah LevRemove needless use of `Into`
2022-03-12 Devin RagotzyFix rebase conflicts with stderr files
2022-03-12 Devin RagotzyFormat reordered imports in tyck/pat
2022-03-12 Devin RagotzyOnly filter doc(hidden) fields/variants when not crate...
2022-03-12 Devin RagotzyUpdate output for doc hidden usefulness ui test output
2022-03-12 Devin RagotzyAdd struct to doc hidden usefulness ui tests
2022-03-12 Devin RagotzyAdd struct to stability ui tests in usefulness
2022-03-12 Devin RagotzyUpdate non-exhaustive omitted_patterns ui output
2022-03-12 Devin RagotzyAdd unstable struct fields to ui tests
2022-03-12 Devin RagotzyFix omitted_patterns lint showing unstable/doc hidden...
2022-03-12 borsAuto merge of #94865 - notriddle:notriddle/single-colon...
2022-03-12 borsAuto merge of #94711 - ouz-a:master3, r=oli-obk
2022-03-12 ouz-adon't call multipart_suggestion
2022-03-12 Michael HowellUse consistent prose for `::`
2022-03-12 Guillaume GomezUpdate browser-ui-test version used in CI
2022-03-12 borsAuto merge of #94873 - DrMeepster:box_alloc_ice3, r...
2022-03-12 Camille GILLOTIdentify anonymous lifetimes by their DefId in HIR.
2022-03-12 Nikolai VazquezUse `Self::BITS` in `log2` implementation
2022-03-12 Nikolai VazquezImplement `BITS` constant for non-zero integers
2022-03-12 borsAuto merge of #94870 - notriddle:notriddle/filter-regre...
2022-03-12 borsAuto merge of #94875 - matthiaskrgr:rollup-tq1li2d...
2022-03-12 Matthias KrügerRollup merge of #94863 - pierwill:bootstrap-slicing...
2022-03-12 Matthias KrügerRollup merge of #94833 - c410-f3r:meta-take-2, r=petroc...
next