]> git.lizzy.rs Git - rust.git/history - library
Rollup merge of #79858 - sasurau4:doc/update-unstable-book-const-fn, r=oli-obk
[rust.git] / library /
2020-12-03 Edd BarrettMake the kernel_copy tests more robust/concurrent.
2020-12-03 borsAuto merge of #79586 - jyn514:crate-name, r=davidtwco
2020-12-03 borsAuto merge of #79594 - vn-ki:const-eval-intrinsic,...
2020-12-03 borsAuto merge of #79533 - sasurau4:feature/add-long-explan...
2020-12-03 borsAuto merge of #79637 - spastorino:revert-trait-inherita...
2020-12-02 borsAuto merge of #79539 - aDotInTheVoid:json-mvp, r=jyn514
2020-12-02 The8472fix copy specialization not updating Take wrappers
2020-12-02 The8472update test to check Take limits after copying
2020-12-02 borsAuto merge of #79364 - nico-abram:unstable-or-pat-sugge...
2020-12-02 Albin HedmanUndo fn -> const fn for all intrinsics but assert_inhabited
2020-12-02 Albin HedmanAdded tests for assume_init
2020-12-02 borsAuto merge of #69864 - LinkTed:master, r=Amanieu
2020-12-02 Martin PoolAdd a doctest example of str::split on a slice of chars
2020-12-02 Albin HedmanResolved some of the comments
2020-12-02 borsAuto merge of #79547 - erikdesjardins:byval, r=nagisa
2020-12-02 Ralf Jungbreak formatting so rustfmt is happy
2020-12-02 Ralf Jungdisable a ptr equality test on Miri
2020-12-02 borsAuto merge of #79606 - ThePuzzlemaker:issue-79458-fix...
2020-12-02 borsAuto merge of #79235 - ortem:fix-btreemap-gdb-pretty...
2020-12-02 Albin HedmanEven more const
2020-12-02 Albin HedmanMake some of MaybeUninit's methods const
2020-12-02 borsAuto merge of #78864 - Mark-Simulacrum:warn-on-forbids...
2020-12-01 borsAuto merge of #79614 - GuillaumeGomez:rollup-15usd7e...
2020-12-01 Alexis BourgetUse more std:: instead of core:: in docs for consistenc...
2020-12-01 Guillaume GomezRollup merge of #79600 - nicokoch:kernel_copy_unixstrea...
2020-12-01 Guillaume GomezRollup merge of #79509 - GuillaumeGomez:improve-attr...
2020-12-01 Guillaume GomezRollup merge of #79508 - jryans:check-dsymutil-result...
2020-12-01 borsAuto merge of #78684 - devsnek:inline-asm-wasm, r=Amanieu
2020-12-01 Jethro BeekmanFix SGX CI
2020-12-01 borsAuto merge of #74967 - Aaron1011:feature/incr-def-path...
2020-12-01 Vishnunarayan K Ireview comments
2020-12-01 Nicolas KochLeverage kernel copy for UnixStream
2020-12-01 Nicolas KochAdd benchmark for File to UnixStream copy
2020-12-01 borsAuto merge of #79596 - m-ou-se:rollup-hujx3c7, r=m...
2020-12-01 Mara BosRollup merge of #79583 - ehuss:update-books, r=ehuss
2020-12-01 Mara BosRollup merge of #79573 - he32:master, r=jonas-schievink
2020-12-01 Mara BosRollup merge of #79568 - RalfJung:miri, r=RalfJung
2020-12-01 Mara BosRollup merge of #79548 - CraftSpider:76998, r=jyn514
2020-12-01 Mara BosRollup merge of #79527 - jyn514:intra-doc-tests, r...
2020-12-01 Mara BosRollup merge of #79525 - jyn514:feature-gate-normalize...
2020-12-01 Mara BosRollup merge of #79522 - ehuss:lint-check-validate...
2020-12-01 Mara BosRollup merge of #79444 - sasurau4:test/move-const-ip...
2020-12-01 Mara BosRollup merge of #79227 - sasurau4:test/move-cell-test...
2020-12-01 Mara BosRollup merge of #79184 - nanguye2496:nanguye2496/fix_sl...
2020-12-01 Mara BosRollup merge of #79038 - CDirkx:move-ui-tests, r=dtolnay
2020-12-01 Vishnunarayan K Iadd const_allocate intrisic
2020-12-01 borsAuto merge of #78876 - GuillaumeGomez:better-setting...
2020-12-01 borsAuto merge of #78725 - sexxi-goose:fix-78720, r=nikomat...
2020-12-01 borsAuto merge of #78142 - operutka:armv5te-unknown-linux...
2020-12-01 borsAuto merge of #77875 - poliorcetics:more-intra-doc...
2020-11-30 Alexis BourgetFix several broken links in doc that used the wrong...
2020-11-30 Alexis BourgetBack to #method for links on char
2020-11-30 Alexis Bourgetptr links
2020-11-30 Alexis BourgetUse core::primitive module instead of prim@
2020-11-30 Alexis BourgetUse Self:: in links
2020-11-30 Alexis BourgetIntra doc links for iterator adapters
2020-11-30 Alexis BourgetIntra doc links for f32/f64
2020-11-30 Alexis BourgetIntra doc links for the pointer primitive
2020-11-30 Alexis BourgetIntra doc links for str/mod.rs
2020-11-30 Alexis BourgetIntra doc links for the char primitive
2020-11-30 Alexis BourgetIntra doc links for cell.rs
2020-11-30 borsAuto merge of #76467 - jyn514:intra-link-self, r=Manish...
2020-11-30 Christiaan DirkxMake ui test that are run-pass and do not test the...
2020-11-30 borsAuto merge of #79329 - camelid:int-lit-suffix-error...
2020-11-29 borsAuto merge of #78122 - fusion-engineering-forks:fmt...
2020-11-29 borsAuto merge of #79209 - spastorino:trait-inheritance...
2020-11-29 borsAuto merge of #79523 - Nadrieril:fix-usize-ranges,...
2020-11-29 borsAuto merge of #79482 - faern:bump-dependencies-invalidl...
2020-11-29 borsAuto merge of #78380 - bstrie:rm-old-num-const-from...
2020-11-29 oliCast pointers to usize before passing them to atomic...
2020-11-29 borsAuto merge of #77616 - jyn514:no-normalize, r=lcnr
2020-11-29 borsAuto merge of #78863 - KodrAus:feat/simd-array, r=oli-obk
2020-11-29 borsAuto merge of #79455 - CraftSpider:master, r=jyn514
2020-11-29 bstrieUpdate tests to remove old numeric constants
2020-11-29 borsAuto merge of #75752 - jakoschiko:test-suite-time,...
2020-11-29 borsAuto merge of #79529 - Dylan-DPC:rollup-6k20msr, r...
2020-11-29 Dylan DPCRollup merge of #79528 - nooberfsh:fix_doc, r=Mark...
2020-11-29 Dylan DPCRollup merge of #79516 - jyn514:cleanup-trait-solver...
2020-11-29 Dylan DPCRollup merge of #79514 - Julian-Wollersberger:order...
2020-11-29 Dylan DPCRollup merge of #79505 - matklad:cleanup, r=jonas-schievink
2020-11-29 Dylan DPCRollup merge of #79484 - sreehax:master, r=Mark-Simulacrum
2020-11-29 Dylan DPCRollup merge of #79464 - GuillaumeGomez:doc-keyword...
2020-11-29 Dylan DPCRollup merge of #79443 - GuillaumeGomez:improve-rustdoc...
2020-11-29 Dylan DPCRollup merge of #79395 - Havvy:test-move-if, r=Mark...
2020-11-29 Dylan DPCRollup merge of #79363 - ssomers:btree_cleanup_comments...
2020-11-29 Dylan DPCRollup merge of #79340 - GuillaumeGomez:rename-stabilit...
2020-11-29 Dylan DPCRollup merge of #79327 - TimDiekmann:static-alloc-pin...
2020-11-28 borsAuto merge of #79511 - cjgillot:fitem-2, r=lcnr
2020-11-28 oliRemove now-unnecessary `miri_static_root` invocation
2020-11-28 oliDirectly use raw pointers in `AtomicPtr` store/load
2020-11-28 borsAuto merge of #79507 - jonas-schievink:rollup-e5yeayh...
2020-11-28 Jonas SchievinkRollup merge of #79486 - camelid:E0591-code-cleanup...
2020-11-28 Jonas SchievinkRollup merge of #79478 - lukaslueg:peek_mut_docs, r...
2020-11-28 Jonas SchievinkRollup merge of #79476 - bjorn3:sync_cg_clif-2020-11...
2020-11-28 Jonas SchievinkRollup merge of #79474 - jyn514:query-mode, r=Aaron1011
2020-11-28 Jonas SchievinkRollup merge of #79460 - bugadani:simplify, r=jonas...
2020-11-28 Jonas SchievinkRollup merge of #79383 - abdnh:patch-1, r=shepmaster
2020-11-28 Jonas SchievinkRollup merge of #79344 - JRF63:fix_install_script_win...
2020-11-28 Jonas SchievinkRollup merge of #79234 - ortem:fix-hashmap-pretty-print...
2020-11-28 Jonas SchievinkRollup merge of #78853 - calebcartwright:fix-const...
next