]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-22 CamelidBump rustdoc-json format version
2021-03-22 Camelidrustdoc-json: Rename `Import.span` to `Import.source`
2021-03-22 CamelidRename `rustdoc_json_types::Item.source` to `span`
2021-03-22 CamelidRename `clean::Span::span()` to `clean::Span::inner()`
2021-03-22 CamelidRename `clean::Item.source` to `span`
2021-03-22 Dylan DPCRollup merge of #83350 - jyn514:llvm-version, r=Mark...
2021-03-22 Dylan DPCRollup merge of #83336 - camelid:tool-mod-ice, r=petroc...
2021-03-22 Dylan DPCRollup merge of #83329 - camelid:debuginfo-doc-cleanup...
2021-03-22 Dylan DPCRollup merge of #82771 - emilio:iter-mut-as-slice,...
2021-03-22 Dylan DPCRollup merge of #82686 - CDirkx:unix-platform, r=m...
2021-03-22 Dylan DPCRollup merge of #82554 - SkiFire13:fix-string-retain...
2021-03-22 Dylan DPCRollup merge of #81607 - the8472:trustedrandomaccess...
2021-03-22 Dylan DPCRollup merge of #80771 - thomcc:nonnull-refmut, r=dtolnay
2021-03-22 Dylan DPCRollup merge of #80193 - zseri:stabilize-osstring-ascii...
2021-03-22 borsAuto merge of #79846 - the8472:inplace-tra, r=m-ou-se
2021-03-21 The8472disable debug assertions in codegen test
2021-03-21 Mara BosBump slice_iter_mut_as_slice stable version.
2021-03-21 borsAuto merge of #82834 - nikic:mutable-noalias, r=nagisa
2021-03-21 Camelidrustdoc: Replace pair of `Option`s with an enum
2021-03-21 CamelidFix ICE with `use clippy::a::b;`
2021-03-21 Mara BosFix typos
2021-03-21 Mateusz Gaceksearch_is_some: check also when search is none
2021-03-21 Ralf Jungpost-drop-elab check-const: explain why we still check...
2021-03-21 Nikita PopovUpdate doc/reference submodule
2021-03-21 Nikita PopovDon't compute optimized PointerKind for unoptimized...
2021-03-21 The8472add codegen test
2021-03-21 The8472specialize in-place collection further via TrustedRando...
2021-03-21 The8472add transmute-via-iterators bench
2021-03-21 The8472implement TrustedRandomAccess for array::IntoIter
2021-03-21 The8472implement TrustedRandomAccess for Ranges over int types
2021-03-21 The8472use BITS constant
2021-03-21 The8472implement TrustedLen and TrustedRandomAccess for VecDeq...
2021-03-21 Mara BosUse io::Error::new_const everywhere to avoid allocations.
2021-03-21 Mara BosAdd test for io::Error::new_const.
2021-03-21 Mara BosAdd internal io::Error::new_const tot avoid allocations.
2021-03-21 Mara BosAdd test for io::Error's size.
2021-03-21 Nikita PopovEnable mutable noalias by default for LLVM 12
2021-03-21 Nikita PopovDon't consider !Unpin references as noalias
2021-03-21 Nikita PopovConvert -Z mutable-noalias to Optional<bool>
2021-03-21 Nikita PopovMove decision aboute noalias into codegen_llvm
2021-03-21 Mara BosBump osstring_ascii stabilization version to 1.53.0.
2021-03-21 borsAuto merge of #83053 - oli-obk:const_stab_version,...
2021-03-21 Joshua NelsonDownload a more recent LLVM version if `src/version...
2021-03-21 borsAuto merge of #6945 - ThibsG:BadSuggestionGenericsForRe...
2021-03-21 borsAuto merge of #83339 - Aaron1011:deep-recollect, r...
2021-03-21 Ömer Sinan... Simplify and fix byte skipping in format! string parser
2021-03-21 ThibsGFix suggestion with generics for `field_reassign_with_d...
2021-03-21 Aaron HillPerform 'deep recollection' in test helper macros
2021-03-21 asquared31415add arm llvm requirement
2021-03-21 borsAuto merge of #83333 - Dylan-DPC:rollup-0rdt6sz, r...
2021-03-21 Dylan DPCRollup merge of #83327 - tmiasko:visit-lhs, r=davidtwco
2021-03-21 Dylan DPCRollup merge of #83306 - Aaron1011:js-sys-lint, r=petro...
2021-03-21 Dylan DPCRollup merge of #83289 - c410-f3r:tests-tests-tests...
2021-03-21 Dylan DPCRollup merge of #83280 - starthal:fix-typo-keyword...
2021-03-21 Dylan DPCRollup merge of #83040 - lcnr:unused-ct-substs, r=oli-obk
2021-03-21 Dylan DPCRollup merge of #82707 - BoxyUwU:errooaaar, r=oli-obk
2021-03-21 borsAuto merge of #83324 - Mark-Simulacrum:nextrel, r=Mark...
2021-03-20 CamelidCleanup LLVM debuginfo module docs
2021-03-20 CamelidMove debuginfo docs from `doc.rs` module to `doc.md...
2021-03-20 Tomasz MiąskoJoin test thread to make assertion effective in sym...
2021-03-20 Tomasz MiąskoUse a single codegen unit to reduce non-determinism...
2021-03-20 borsAuto merge of #6941 - ThibsG:suggMatchSingleBinding...
2021-03-20 borsAuto merge of #6939 - ThibsG:suggNewWithoutDefault...
2021-03-20 lcnrupdate `const_eval_resolve`
2021-03-20 lcnrbless mir-opt tests
2021-03-20 lcnrupdate `const_eval_resolve`
2021-03-20 lcnrextract `ConstKind::Unevaluated` into a struct
2021-03-20 borsAuto merge of #83314 - Aaron1011:print-unstable-value...
2021-03-20 Mark RousskovBump to 1.53.0
2021-03-20 ThibsGSplit `match_single_binding` tests in 2 files (too...
2021-03-20 ThibsGFix bad suggestion that needs curly braces for `match_s...
2021-03-20 CaioMove some tests to more reasonable directories - 5
2021-03-20 ThibsGFix bad suggestion for generics in `new_without_default...
2021-03-20 borsAuto merge of #83271 - SparrowLii:simd_neg, r=Amanieu
2021-03-20 borsAuto merge of #6924 - mgacek8:issue6727_copy_types...
2021-03-20 borsAuto merge of #82919 - bstrie:stabchar, r=dtolnay
2021-03-20 Stephen Albert... Fix broken doc link reference
2021-03-20 borsAuto merge of #83293 - osa1:82436_perf, r=varkor
2021-03-20 Rich Kadelgave unused_fn WeakAnyLinkage; moved create_pgo_func_na...
2021-03-20 bstrieStabilize `assoc_char_funcs` and `assoc_char_consts`
2021-03-20 Erik Desjardinsavoid calling for types which can't be ZSTs
2021-03-20 Aaron HillDebug-print result when an unstable fingerprint is...
2021-03-20 markclippy: stabilize or_patterns lint
2021-03-20 markupdate tests
2021-03-20 marklibrustdoc: or_patterns are stable
2021-03-20 markremove unstable book chapter
2021-03-20 markclippy: stabilize or_patterns lint
2021-03-20 markcore/std/alloc: stabilize or_patterns
2021-03-20 markstabilize or_patterns
2021-03-20 Rich Kadelcoverage bug fixes and optimization support
2021-03-20 Tomasz MiąskoExtend comment in `UsedLocals::visit_lhs`
2021-03-19 borsAuto merge of #83308 - Dylan-DPC:rollup-p2j6sy8, r...
2021-03-19 Dylan DPCRollup merge of #83297 - oli-obk:why_bug_today_if_you_c...
2021-03-19 Dylan DPCRollup merge of #83285 - alexcrichton:wasm-simd-update...
2021-03-19 Dylan DPCRollup merge of #83277 - spastorino:early_otherwise...
2021-03-19 Dylan DPCRollup merge of #83269 - bstrie:revertdep, r=m-ou-se
2021-03-19 Dylan DPCRollup merge of #83254 - jfrimmel:panic_output-stream...
2021-03-19 Dylan DPCRollup merge of #83244 - cuviper:vec_deque-zst, r=m...
2021-03-19 Dylan DPCRollup merge of #82570 - WaffleLapkin:split_whitespace_...
2021-03-19 Dylan DPCRollup merge of #79986 - GuillaumeGomez:build-help...
next