]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-01-24 NadrierilAdd tests
2021-01-17 borsAuto merge of #81058 - Smittyvb:wasm-num-tests, r=Mark...
2021-01-17 borsAuto merge of #81083 - ssomers:btree_drainy_refactor_1...
2021-01-17 borsAuto merge of #78818 - scottmcm:as_rchunks, r=KodrAus
2021-01-17 borsAuto merge of #80942 - c410-f3r:tests-tests-tests,...
2021-01-16 borsAuto merge of #81093 - calebcartwright:update-rustfmt...
2021-01-16 Scott McMurrayTry ignore-debug in the codegen test
2021-01-16 CaioMove some tests to more reasonable directories - 2
2021-01-16 borsAuto merge of #81089 - m-ou-se:rollup-z7iac6i, r=m...
2021-01-16 Caleb Cartwrightbump rustfmt to v1.4.32
2021-01-16 Mara BosRollup merge of #81081 - bugadani:double-partialeq...
2021-01-16 Mara BosRollup merge of #81069 - ogoffart:rc_new_cyclic_doc...
2021-01-16 Mara BosRollup merge of #81065 - osa1:cranelift_semicolon_warni...
2021-01-16 Mara BosRollup merge of #81060 - nagisa:nagisa/regression-50041...
2021-01-16 Mara BosRollup merge of #81040 - osa1:fix_80992, r=jyn514
2021-01-16 Mara BosRollup merge of #81021 - CraftSpider:rustdoc-remove...
2021-01-16 Mara BosRollup merge of #80971 - camelid:feature-gate-testsuite...
2021-01-16 Mara BosRollup merge of #80968 - KodrAus:stabilize/poll_map...
2021-01-16 Mara BosRollup merge of #80941 - JohnTitor:ref-mut-pat-in-loops...
2021-01-16 Mara BosRollup merge of #80902 - JohnTitor:issue-76281, r=Mark...
2021-01-16 Mara BosRollup merge of #80901 - jyn514:better-colors, r=Mark...
2021-01-16 Mara BosRollup merge of #80764 - CAD97:weak-unsized-as-ptr...
2021-01-16 Mara BosRollup merge of #80681 - ChrisJefferson:logic-error...
2021-01-16 Mara BosRollup merge of #80670 - the8472:fix-zip-trusted-random...
2021-01-16 Mara BosRollup merge of #80614 - 1000teslas:issue-78938-fix...
2021-01-16 Mara BosRollup merge of #80144 - rust-lang:frewsxcv-patch-3...
2021-01-16 Mara BosRollup merge of #78455 - udoprog:refcell-opt-map, r...
2021-01-16 borsAuto merge of #80290 - RalfJung:less-intrinsic-write...
2021-01-16 Dániel BugaAdd test for #34792
2021-01-16 Stein SomersBTreeMap: expose new_internal function and sanitize...
2021-01-16 borsAuto merge of #81077 - bugadani:shrink, r=Mark-Simulacrum
2021-01-16 Dániel BugaRemove unnecessary manual shrink_to_fit calls
2021-01-16 borsAuto merge of #77435 - hanmertens:binary_heap_append...
2021-01-16 Chris JeffersonClarify what the effects of a 'logic error' are
2021-01-16 Olivier GoffartAdd sample code for Rc::new_cyclic
2021-01-16 borsAuto merge of #80873 - ssomers:btree_cleanup_slices_4...
2021-01-16 Yuki OkushiAdd a regression test for #76281
2021-01-16 Scott McMurrayRename as_chunks_mut_unchecked -> as_chunks_unchecked_mut
2021-01-16 Scott McMurrayAdd `as_rchunks` (and friends) to slices
2021-01-16 Ömer Sinan... codegen_cranelift: Fix redundant semicolon warn
2021-01-16 Ömer Sinan... Add a test
2021-01-16 Ömer Sinan... doctest: Reset errors before dropping the parse session
2021-01-16 borsAuto merge of #77885 - erikdesjardins:probeasm, r=cuviper
2021-01-16 Ashley Mannixadd tracking issue to cell_filter_map
2021-01-16 borsAuto merge of #81057 - GuillaumeGomez:rollup-yl2kqst...
2021-01-15 Simonas KazlauskasAdd a regression test for #50041
2021-01-15 Guillaume GomezRollup merge of #81054 - LingMan:rem_as_ref, r=jyn514
2021-01-15 Guillaume GomezRollup merge of #81049 - tmiasko:layout-cost, r=oli-obk
2021-01-15 Guillaume GomezRollup merge of #81033 - jyn514:nested-variant, r=Craft...
2021-01-15 Guillaume GomezRollup merge of #81030 - ehuss:update-mdbook, r=Mark...
2021-01-15 Guillaume GomezRollup merge of #80515 - GuillaumeGomez:js-for-loop...
2021-01-15 Guillaume GomezRollup merge of #77693 - bugadani:issue-59352, r=oli-obk
2021-01-15 SmittyRe-enable all num tests on WASM
2021-01-15 Guillaume GomezUse Array.some instead of onEach to have better performance
2021-01-15 Guillaume GomezImprove JS performance by storing length before compari...
2021-01-15 borsAuto merge of #80602 - tgnottingham:cratemetadata_you_a...
2021-01-15 Han MertensChange rebuild heuristic in BinaryHeap::append
2021-01-15 LingManDrop a few unneeded borrows
2021-01-15 Joshua NelsonRename VariantKind -> Variant
2021-01-15 Joshua NelsonRemove useless `clean::Variant` struct
2021-01-15 borsAuto merge of #81043 - hyd-dev:update-miri, r=RalfJung
2021-01-15 Rune TynanAdd warning to compare.py about error messages
2021-01-15 Rune TynanFix JSON test
2021-01-15 Rune TynanAddress nit
2021-01-15 Rune TynanRemove doctree::Import
2021-01-15 Dániel BugaAdd test for #59352
2021-01-15 John-John TedroUse Result and rename to filter_map
2021-01-15 1000teslasUpdate compiler/rustc_mir/src/borrow_check/diagnostics...
2021-01-15 hyd-devUpdate Miri
2021-01-15 borsAuto merge of #80974 - ehuss:update-cargo, r=ehuss
2021-01-15 John-John TedroIntroduce {Ref, RefMut}::try_map for optional projections
2021-01-15 borsAuto merge of #80625 - jyn514:python-what-python, r...
2021-01-15 borsAuto merge of #81035 - JohnTitor:rollup-9m03awf, r...
2021-01-15 Yuki OkushiRollup merge of #81023 - CraftSpider:rustdoc-remove...
2021-01-15 Yuki OkushiRollup merge of #81008 - tmiasko:generator-layout-err...
2021-01-15 Yuki OkushiRollup merge of #80944 - LingMan:map_or, r=nagisa
2021-01-15 Yuki OkushiRollup merge of #80834 - bugadani:vecdeque, r=oli-obk
2021-01-15 Yuki OkushiRollup merge of #80254 - Aaron1011:rustdoc-auto-param...
2021-01-15 1000teslasSimplify E0373 async code example
2021-01-15 borsAuto merge of #80993 - Aaron1011:collect-set-tokens...
2021-01-15 Erik DesjardinsUse probe-stack=inline-asm in LLVM 11+
2021-01-15 borsAuto merge of #81027 - Xanewok:update-rls, r=calebcartw...
2021-01-15 Joshua NelsonChoose the version of python at runtime (portable version)
2021-01-15 Eric HussUpdate mdbook
2021-01-15 Igor Matuszewski...and update Cargo.lock again
2021-01-15 Igor MatuszewskiRemove local patch in Cargo.toml for rls-* crates
2021-01-15 Igor MatuszewskiUpdate RLS and Rustfmt
2021-01-15 Tomasz Miąskoinline: Round word-size cost estimates up
2021-01-14 Rune TynanRemove doctree::Variant
2021-01-14 borsAuto merge of #81018 - m-ou-se:rollup-7202dc7, r=m...
2021-01-14 Dániel BugaRemove unreachable panics from VecDeque
2021-01-14 LingManUse Option::map_or instead of `.map(..).unwrap_or(..)`
2021-01-14 Mara BosRollup merge of #80991 - calebsander:fix/fmt-link,...
2021-01-14 Mara BosRollup merge of #80990 - cuviper:unused-debug-context...
2021-01-14 Mara BosRollup merge of #80985 - ijackson:slice-strip-fix,...
2021-01-14 Mara BosRollup merge of #80981 - bjorn3:bjorn3-patch-1, r=jonas...
2021-01-14 Mara BosRollup merge of #80980 - trevarj:patch-1, r=nagisa
2021-01-14 Mara BosRollup merge of #80973 - ehuss:update-books, r=ehuss
2021-01-14 Mara BosRollup merge of #80972 - KodrAus:deprecate/remove_item...
2021-01-14 Mara BosRollup merge of #80969 - camelid:monomorph-ice-msg...
next