]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-22 Nelson J Moraismissing newline at eof
2021-03-22 Nelson J Moraisadd key rustc_private for package metadata for rust...
2021-03-22 Augie Facklercleanup: add some comments per review feedback
2021-03-22 Josh StoneUpdate the minimum external LLVM to 10
2021-03-22 Laurențiu Nicola:arrow_up: rust-analyzer
2021-03-22 Camille GILLOTOnly enable assert_dep_graph when query-dep-graph is...
2021-03-22 markrename :pat2018 -> :pat215
2021-03-22 Aaron HillAdd `debug-refcell` feature to libcore
2021-03-22 borsAuto merge of #83376 - Dylan-DPC:rollup-s2fsjwj, r...
2021-03-22 Dylan DPCRollup merge of #83372 - eggyal:split-inclusive, r...
2021-03-22 Dylan DPCRollup merge of #83367 - richkadel:query-err-msg, r...
2021-03-22 Dylan DPCRollup merge of #83351 - RalfJung:precise-const-drop...
2021-03-22 Dylan DPCRollup merge of #83338 - asquared31415:asm-syntax-test...
2021-03-22 Dylan DPCRollup merge of #83272 - kornelski:takedocs, r=dtolnay
2021-03-22 Dylan DPCRollup merge of #82683 - jturner314:int-div-rem-doc...
2021-03-22 Dylan DPCRollup merge of #82374 - clehner:licenses, r=joshtriplett
2021-03-22 borsAuto merge of #83273 - cjgillot:endecode, r=michaelwoer...
2021-03-22 borsAuto merge of #82680 - jturner314:div_euclid-docs,...
2021-03-22 Alan EgertonSplitInclusive is public API
2021-03-22 borsAuto merge of #82855 - jyn514:no-temporaries, r=Guillau...
2021-03-22 Rich KadelImprove error message for unassigned query provider
2021-03-22 Aman Arora2229 migration: Don't try resolve regions before writeback
2021-03-22 borsAuto merge of #83360 - Dylan-DPC:rollup-17xulpv, r...
2021-03-22 CamelidUpdate tests
2021-03-22 CamelidRemove redundant docs
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 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 #83339 - Aaron1011:deep-recollect, r...
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 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 CaioMove some tests to more reasonable directories - 5
2021-03-20 borsAuto merge of #83271 - SparrowLii:simd_neg, r=Amanieu
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 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
next