]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-08-25 Pietro Albinici: fix macOS target name for LLVM 10
2020-08-25 Pietro Albinici: bump LLVM source tarball on Linux to 10.0.0
2020-08-25 Pietro Albinici: bump prebuilt LLVM on macOS and Windows to 10.0.0
2020-08-24 borsAuto merge of #75815 - jyn514:ambiguous-primitives...
2020-08-24 borsAuto merge of #75505 - Dylan-DPC:feature/arc_new, r...
2020-08-24 borsAuto merge of #75855 - jyn514:no-cfg-doc, r=ollie27
2020-08-24 borsAuto merge of #75865 - JohnTitor:rollup-yxia6d2, r...
2020-08-24 Joshua NelsonDon't import atomics unless supported by the platform
2020-08-24 Yuki OkushiRollup merge of #75859 - jrheard:patch-2, r=jonas-schievink
2020-08-24 Yuki OkushiRollup merge of #75856 - matthiaskrgr:more_clippy,...
2020-08-24 Yuki OkushiRollup merge of #75851 - camelid:patch-2, r=jyn514
2020-08-24 Yuki OkushiRollup merge of #75847 - camelid:patch-1, r=dtolnay
2020-08-24 Yuki OkushiRollup merge of #75844 - ehuss:publish-toolstate-httper...
2020-08-24 Yuki OkushiRollup merge of #75831 - lzutao:https, r=Dylan-DPC
2020-08-24 Yuki OkushiRollup merge of #75826 - ayushmishra2005:misleading_doc...
2020-08-24 Yuki OkushiRollup merge of #75825 - jrheard:patch-1, r=steveklabnik
2020-08-24 Yuki OkushiRollup merge of #75821 - camelid:intra-doc-links-for...
2020-08-24 Yuki OkushiRollup merge of #75819 - LeSeulArtichaut:core-intra...
2020-08-24 Joshua Nelsonxpy fmt
2020-08-24 Joshua NelsonDocument prim@ and primitive@
2020-08-24 Joshua NelsonUpdate primitive test to match the new behavior
2020-08-24 Joshua NelsonConvert str -> prim@str in `std`
2020-08-24 Joshua NelsonConvert from str -> prim@str for `alloc`
2020-08-24 Joshua NelsonDisambiguate char -> prim@char for `core`
2020-08-24 Joshua NelsonReport an ambiguity if both modules and primitives...
2020-08-24 borsAuto merge of #75817 - LeSeulArtichaut:proc_macro-docs...
2020-08-24 Dylan DPCadd issue number
2020-08-23 JR Hearddoc: Fix typo in std::process::Child documentation
2020-08-23 borsAuto merge of #74489 - jyn514:assoc-items, r=manisheart...
2020-08-23 Matthias Krügerunstable-book-gen: fix clippy::single_char_pattern...
2020-08-23 Joshua NelsonUse allow(unused_imports) instead of cfg(doc)
2020-08-23 Matthias Krügerunicode_table_generator: fix clippy::writeln_empty_stri...
2020-08-23 Matthias Krügertidy: remove redundant variable from check_if_error_cod...
2020-08-23 LeSeulArtichautUse intra-doc-links in `core::{char, macros, fmt}`
2020-08-23 Matthias Krügerlinkcheckr: fix clippy::redundant_static_lifetimes...
2020-08-23 Matthias Krügerexpand-yaml-anchors: fix clippy::match_ref_pats and...
2020-08-23 Joshua Nelsonresolve: Add comments to `traits_in_scope`
2020-08-23 CamelidSwitch to intra-doc links in `core::array`
2020-08-23 borsAuto merge of #75656 - tirr-c:match-suggest-semi, r...
2020-08-23 CamelidSwitch to intra-doc links in `std::collections`
2020-08-23 borsAuto merge of #72449 - ecstatic-morse:const-float-bitca...
2020-08-23 Eric Husspublish-toolstate: show more context on HTTP error
2020-08-23 ecstatic-morseFix `compile-flags` directive
2020-08-23 borsAuto merge of #75028 - MrModder:master, r=steveklabnik
2020-08-23 borsAuto merge of #74238 - RalfJung:offset_from, r=oli-obk
2020-08-23 Ralf Jungbump stable version
2020-08-23 Ralf Jungremove an unused feature flag
2020-08-23 Leon MatthesRevert changed paragraph about slice definition.
2020-08-23 borsAuto merge of #75816 - LeSeulArtichaut:core-intra-docs...
2020-08-23 Ayush Kumar... Misleading documentation for derived Ord/PartialOrd...
2020-08-23 borsAuto merge of #75789 - matthiaskrgr:clippy_compiletest...
2020-08-23 Lzu TaoPrefer https link for wikipedia URLs
2020-08-23 borsAuto merge of #75465 - Aaron1011:feature/short-fn-def...
2020-08-23 borsAuto merge of #75813 - petrochenkov:feature/incr-def...
2020-08-23 JR HeardFix typo in documentation of i32 wrapping_abs()
2020-08-23 borsAuto merge of #73526 - cuviper:rust-llvm11, r=nikic
2020-08-23 CamelidAdd missing links
2020-08-23 borsAuto merge of #73084 - Aaron1011:feature/new-recursive...
2020-08-23 CamelidAdd missing intra-doc link
2020-08-22 CamelidSwitch to intra-doc links in `std::macros`
2020-08-22 Aaron HillUse smaller def span for functions
2020-08-22 Aaron HillAdd backwards-compat hack for certain '$name' tokens
2020-08-22 Aaron HillRecursively expand `TokenKind::Interpolated` (take 2)
2020-08-22 Josh StoneWrite coverage filenames in Version3 format
2020-08-22 Josh StoneMatch scalar-pair-bool more flexibly for LLVM 11
2020-08-22 Josh StoneApply suggestions from code review
2020-08-22 Josh StoneExpand RISCV pseudo-instructions to match LLVM 11
2020-08-22 Josh StoneUpgrade to LLVM 11 (rc2)
2020-08-22 Josh StoneDon't make clang use gcc's include-fixed
2020-08-22 Dylan MacKenzieTest new floating point bit casts
2020-08-22 LeSeulArtichautUse intra-doc link in `proc_macro`
2020-08-22 LeSeulArtichautUse intra-doc-links in `core::{raw, ffi, pin}`
2020-08-22 Dylan MacKenzieAdd `#![feature(const_float_classify)]` for `f64::class...
2020-08-22 Dylan MacKenzieAdd `#![feature(const_float_bits_conv)]` for `f64:...
2020-08-22 borsAuto merge of #75171 - amosonn:new_zeroed_slice, r...
2020-08-22 Vadim Petrochenkovrustc_metadata: Move some code around to merge impls...
2020-08-22 Vadim PetrochenkovDo not forget capacity when collecting def path hashes
2020-08-22 Aaron HillLazy decoding of DefPathTable from crate metadata ...
2020-08-22 borsAuto merge of #74566 - lzutao:guard, r=petrochenkov
2020-08-22 borsAuto merge of #75783 - denisvasilik:intra-doc-links...
2020-08-22 Ralf Jungfix dead links to wrapping_offset_from
2020-08-22 Ralf Jungremove feature gate from tests
2020-08-22 Ralf Jungstabilize ptr_offset_from
2020-08-22 Ralf Jungremove deprecated wrapping_offset_from
2020-08-22 Ralf Jungoffset_from: also document same-provenance requirement
2020-08-22 borsAuto merge of #75795 - matthiaskrgr:cargotest_clippy...
2020-08-22 Denis VasilikLink to primitive instead of module
2020-08-22 Matthias Krügercompiletest: fix a couple clippy lint findings
2020-08-22 borsAuto merge of #75790 - LeSeulArtichaut:std-intra-doc...
2020-08-22 borsAuto merge of #75776 - GuillaumeGomez:missing-doc-examp...
2020-08-22 borsAuto merge of #75772 - tmiasko:io-maybe-no, r=dtolnay
2020-08-22 Joshua Nelsonrustdoc: Only resolve traits in scope
2020-08-22 Joshua Nelsonrustdoc: Cache traits implemented by a type
2020-08-22 Joshua Nelsonrustdoc: Add support for associated items even outside...
2020-08-22 Joshua Nelsonrustdoc: Rename misleading function
2020-08-22 Joshua Nelsonresolve: Add public entrypoint `traits_in_module`
2020-08-22 Joshua Nelsonresolve: Split `ensure_traits` into a separate function
2020-08-22 Joshua Nelsonresolve: Move `get_traits_in_module_containing_item...
2020-08-22 borsAuto merge of #75792 - matthiaskrgr:bootstrap_clippy...
2020-08-22 borsAuto merge of #75797 - Dylan-DPC:rollup-lfeytr7, r...
next