]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-12-28 Mara BosRollup merge of #80393 - ehuss:doc-git-link, r=jyn514
2020-12-28 Mara BosRollup merge of #80390 - ssomers:btree_cleanup_slices_2...
2020-12-28 Mara BosRollup merge of #80383 - RalfJung:wrapping-ptr-arithmet...
2020-12-28 borsAuto merge of #80439 - Dylan-DPC:rollup-rdxcvon, r...
2020-12-28 Dylan DPCRollup merge of #80434 - pietroalbini:tarball-temp...
2020-12-28 Dylan DPCRollup merge of #80411 - petrochenkov:nosymwith, r...
2020-12-28 Dylan DPCRollup merge of #80408 - bjorn3:sync_cg_clif-2020-12...
2020-12-28 Dylan DPCRollup merge of #80399 - jyn514:hir-id-cleanup, r=marme...
2020-12-28 Dylan DPCRollup merge of #80362 - jyn514:rustc-macros, r=ehuss
2020-12-28 Dylan DPCRollup merge of #80353 - ssomers:btree_test_split_off...
2020-12-28 Dylan DPCRollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC
2020-12-28 Dylan DPCRollup merge of #80331 - jyn514:docs, r=varkor
2020-12-28 Dylan DPCRollup merge of #80284 - ThePuzzlemaker:issue-80179...
2020-12-28 Dylan DPCRollup merge of #79815 - XAMPPRocky:relnotes-1.49.0...
2020-12-28 Dylan DPCRollup merge of #79662 - bjorn3:move_more_code_out_of_c...
2020-12-28 Pietro Albinibootstrap: put the component name in the tarball temp...
2020-12-28 borsAuto merge of #78454 - bugadani:cyclic, r=oli-obk
2020-12-28 borsAuto merge of #80397 - Mark-Simulacrum:fix-bare-tarball...
2020-12-28 borsAuto merge of #80422 - RalfJung:weak-no-unsized-raw...
2020-12-27 Ralf Jungde-stabilize unsized raw ptr methods for Weak
2020-12-27 borsAuto merge of #80181 - jyn514:intra-doc-primitives...
2020-12-27 borsAuto merge of #80315 - tmiasko:ignore-proc-macros,...
2020-12-27 Vadim Petrochenkovrustc_span: Remove `Symbol::with`
2020-12-27 borsAuto merge of #79134 - ohadravid:nzint-div, r=dtolnay
2020-12-27 David TolnayBump nonzero_div feature to Rust 1.51
2020-12-27 borsAuto merge of #79642 - ijackson:default-theme-stab...
2020-12-27 bjorn3Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484...
2020-12-27 borsAuto merge of #79135 - lcnr:the-paleogenesis-of-generic...
2020-12-27 borsAuto merge of #80400 - adlerd:hashclone, r=Mark-Simulacrum
2020-12-27 borsAuto merge of #80395 - ehuss:lint-docs-warn-missing...
2020-12-27 David AdlerUse the hashbrown::{HashMap,HashSet} `clone_from` impls.
2020-12-27 Joshua NelsonRemove FIXME in rustc_privacy
2020-12-26 borsAuto merge of #80396 - ehuss:fix-missing-deny, r=Mark...
2020-12-26 Mark RousskovUse package name for top-level directory in bare tarballs
2020-12-26 Eric HussFix missing deny-by-default.md file.
2020-12-26 Eric Husslint-docs: Warn on missing lint when documenting.
2020-12-26 Eric HussAdd links to the source for the rustc and rustdoc books.
2020-12-26 Stein SomersBTreeMap: rename the area access methods
2020-12-26 borsAuto merge of #79045 - oli-obk:dont_rely_on_alloc_happe...
2020-12-26 Bastian Kauschkeupdate tests
2020-12-26 Bastian Kauschkeupdate error codes
2020-12-26 Bastian Kauschkedelete no longer relevant tests
2020-12-26 Bastian Kauschkestabilize min_const_generics
2020-12-26 oliDIrect invocations of `AllocRef::alloc` cannot get...
2020-12-26 oliAdjust markdown text to be more like the rendered text
2020-12-26 Ralf Jungaddress review feedback
2020-12-26 Oli SchererUpdate library/core/src/alloc/mod.rs
2020-12-26 Oli SchererUpdate library/core/src/alloc/global.rs
2020-12-26 borsAuto merge of #79520 - ssomers:btree_cleanup_1, r=Mark...
2020-12-26 Ralf Jungclarify wrapping ptr arithmetic docs
2020-12-26 borsAuto merge of #80354 - ssomers:btree_test_compact,...
2020-12-26 borsAuto merge of #80316 - ehuss:rustdoc-index, r=Mark...
2020-12-26 borsAuto merge of #80209 - erikdesjardins:ptrcmp, r=Mark...
2020-12-26 borsRemove pointer comparison from slice equality
2020-12-26 borsAuto merge of #79022 - SpyrosRoum:stabilize-deque_range...
2020-12-26 borsAuto merge of #80246 - matthewjasper:projection-cycle...
2020-12-25 borsAuto merge of #80366 - Mark-Simulacrum:bump-version...
2020-12-25 borsAuto merge of #80235 - RalfJung:validate-promoteds...
2020-12-25 Mark RousskovBump version to 1.51
2020-12-25 borsAuto merge of #80296 - wesleywiser:revert_missing_fragm...
2020-12-25 bjorn3Rustfmt
2020-12-25 bjorn3Set rust-analyzer importMergeBehaviour option to last
2020-12-25 bjorn3Merge pull request #1120 from bjorn3/lazy_jit
2020-12-25 bjorn3Add documentation
2020-12-25 borsAuto merge of #80226 - ThePuzzlemaker:issue-80004-fix...
2020-12-25 bjorn3Implement lazy compilation in JIT mode
2020-12-25 bjorn3Move finalize CodegenCx timer out of codegen mono items...
2020-12-25 bjorn3Change the way JIT mode is selected
2020-12-25 bjorn3Use PIC in JIT mode too
2020-12-25 Stein SomersBTreeMap: declare exclusive access to arrays when copyi...
2020-12-25 borsAuto merge of #80187 - 0dvictor:nativelib, r=bjorn3
2020-12-25 borsAuto merge of #80364 - Dylan-DPC:rollup-0y96okz, r...
2020-12-25 Dylan DPCRollup merge of #80352 - ssomers:btree_test_diagnostics...
2020-12-25 Dylan DPCRollup merge of #80342 - pierwill:patch-1, r=lcnr
2020-12-25 Dylan DPCRollup merge of #80340 - jyn514:less-modules-attrs...
2020-12-25 Dylan DPCRollup merge of #80330 - eltociear:patch-2, r=lcnr
2020-12-25 Dylan DPCRollup merge of #80327 - PankajChaudhary5:PankajChaudha...
2020-12-25 Dylan DPCRollup merge of #80319 - jyn514:async-lifetimes, r...
2020-12-25 Dylan DPCRollup merge of #80280 - pierwill:x-readme, r=Mark...
2020-12-25 Dylan DPCRollup merge of #80274 - pierwill:lintlevelsource,...
2020-12-25 Dylan DPCRollup merge of #80160 - diondokter:move_async_fix...
2020-12-25 Dylan DPCRollup merge of #79999 - hencrice:yenlinc/79799, r...
2020-12-25 Dylan DPCRollup merge of #79213 - yoshuawuyts:stabilize-slice...
2020-12-25 borsAuto merge of #79762 - Swatinem:remap-doctest-coverage...
2020-12-25 Joshua NelsonDon't process `[]` and `()` in intra-doc links
2020-12-25 Joshua NelsonDocument rustc_macros on nightly-rustc
2020-12-24 borsAuto merge of #79347 - ssomers:btree_split_pointer_prov...
2020-12-24 ThePuzzlemakerrustdoc: Highlight edition-specific keywords correctly...
2020-12-24 borsAuto merge of #80322 - ehuss:update-cargo, r=ehuss
2020-12-24 Stein SomersBTreeMap: test full nodes a little more
2020-12-24 Stein SomersBTreeMap: test split_off (and append) more thoroughly
2020-12-24 borsAuto merge of #79742 - GuillaumeGomez:move-tooltips...
2020-12-24 Stein SomersBTreeMap: make test cases more explicit on failure
2020-12-24 Matthias Krügeruse matches!() macro in more places
2020-12-24 borsAuto merge of #80295 - GuillaumeGomez:beautify-rework...
2020-12-24 Stein SomersBTreeMap: avoid implicit use of node length in flight
2020-12-24 borsAuto merge of #77692 - PankajChaudhary5:issue-76630...
2020-12-24 borsAuto merge of #80249 - calebcartwright:update-rustfmt...
2020-12-24 borsAuto merge of #79589 - tgnottingham:shared_dep_graph...
2020-12-23 borsAuto merge of #79521 - ssomers:btree_cleanup_2, r=Mark...
next