]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-09-03 The8472include in-place .zip() in test
2020-09-03 The8472remove unecessary feature flag
2020-09-03 The8472make tidy happy
2020-09-03 The8472support in-place iteration for most adapters
2020-09-03 The8472move free-standing method into trait impl
2020-09-03 The8472add in-place iteration for Zip
2020-09-03 The8472bench in-place zip
2020-09-03 The8472additional specializations tests
2020-09-03 The8472fix some in-place-collect edge-cases
2020-09-03 The8472remove redundant code
2020-09-03 The8472improve comments
2020-09-03 The8472specialize creating a Vec from a slice iterator where...
2020-09-03 The8472restore SpecFrom<T, TrustedLen<Item=T>> specialization...
2020-09-03 The8472use From specializations on extend if extended Vec...
2020-09-03 The8472exercise more of the in-place pipeline in the bench
2020-09-03 The8472bench in-place collect of droppables
2020-09-03 The8472cyclic in-place reuse bench
2020-09-03 The8472return the things under test so they get black_box...
2020-09-03 The8472add benches from bluss' gists
2020-09-03 The8472use memmove instead of generic in-place iteration for...
2020-09-03 The8472restore Vec::extend specialization for vec::IntoIter...
2020-09-03 The8472hide binary_heap::IntoIter internals behind impl Trait
2020-09-03 The8472remove example that relied on non-public trait
2020-09-03 The8472recover vectorization
2020-09-03 The8472update benches
2020-09-03 The8472simplify pointer arithmetic
2020-09-03 The8472fix doc link
2020-09-03 The8472use add instead of offset
2020-09-03 The8472implement drop handling
2020-09-03 The8472assert that SourceIter requirements have not been viola...
2020-09-03 The8472mark SourceIter as unsafe, document invariants
2020-09-03 The8472in-place collect for Vec. Box<[]> and BinaryHeap IntoIt...
2020-09-03 The8472bench
2020-09-03 The8472unrelated typo fix
2020-09-03 Aaron HillRespect `-Z proc-macro-backtrace` flag for panics insid...
2020-09-03 borsAuto merge of #76283 - RalfJung:miri, r=RalfJung
2020-09-03 Ivan ThamLink & primitive using relative link
2020-09-03 Joshua Nelsondisplay_for -> suggestion_for
2020-09-03 Joshua NelsonRemove disambiguators from link text
2020-09-03 Joshua NelsonRefactor RenderedLink into its own type
2020-09-03 Joshua NelsonRefactor `ItemLink` into its own struct
2020-09-03 Joshua NelsonRemove needless .to_owned() for link
2020-09-03 Aleksey KladovMove jointness censoring to proc_macro
2020-09-03 Dan Alonirustc_lint: avoid trimmed paths for ty_find_init_error
2020-09-03 Dan Alonispecialization_graph: avoid trimmed paths for OverlapError
2020-09-03 Ralf Jungupdate miri
2020-09-03 Rich KadelTools, tests, and experimenting with MIR-derived covera...
2020-09-03 Dan Alonirustc_driver: have TrimmedDefPaths::GoodPath only for...
2020-09-03 borsAuto merge of #76235 - jyn514:std-intra-links, r=polior...
2020-09-03 borsAuto merge of #75971 - Amjad50:libstd-deny-unsafe_op_in...
2020-09-03 Amjad AlsharafiApplied `#![deny(unsafe_op_in_unsafe_fn)]` in library...
2020-09-03 borsAuto merge of #76265 - Dylan-DPC:rollup-j3i509l, r...
2020-09-03 Dylan DPCRollup merge of #76261 - camelid:intra-doc-links-for...
2020-09-03 Dylan DPCRollup merge of #76255 - ehuss:update-books, r=ehuss
2020-09-03 Dylan DPCRollup merge of #76245 - tmiasko:inline-generators...
2020-09-03 Dylan DPCRollup merge of #76243 - ama0:patch-1, r=jonas-schievink
2020-09-03 Dylan DPCRollup merge of #76242 - RalfJung:read-fixme, r=Dylan-DPC
2020-09-03 Dylan DPCRollup merge of #76238 - denisvasilik:intra-doc-links...
2020-09-03 Dylan DPCRollup merge of #76204 - NoraCodes:nora/control_flow_en...
2020-09-03 Dylan DPCRollup merge of #76167 - mati865:mingw-self-contained...
2020-09-03 Dylan DPCRollup merge of #76164 - lzutao:slice-array, r=ehuss
2020-09-03 Dylan DPCRollup merge of #76142 - CDirkx:const-ip, r=ecstatic...
2020-09-03 Dylan DPCRollup merge of #76120 - LukasKalbertodt:add-as-slice...
2020-09-03 Dylan DPCRollup merge of #75150 - nanpuyue:deprecate_to_ipv6_com...
2020-09-02 CamelidAdd back missing link
2020-09-02 CamelidUse intra-doc links in `core::marker`
2020-09-02 borsAuto merge of #76233 - cuviper:unhasher, r=Mark-Simulacrum
2020-09-02 Joshua NelsonFix incorrect link in prelude
2020-09-02 Joshua NelsonRevert change to MaybeUninit until rustdoc bugs are...
2020-09-02 Joshua NelsonConvert many files to intra-doc links
2020-09-02 Mark RousskovAvoid spurious print outs during dryrun
2020-09-02 borsAuto merge of #76160 - scileo:format-recovery, r=petroc...
2020-09-02 Dan Alonipretty: trim paths of unique symbols
2020-09-02 Leonora TindallFormat ControlFlow changes with rustfmt
2020-09-02 Eric HussUpdate books
2020-09-02 borsAuto merge of #75960 - camelid:patch-6, r=jyn514
2020-09-02 Denis VasilikRevert link removal of Some(T)
2020-09-02 Denis VasilikRevert link removal of
2020-09-02 Tomasz MiąskoFold length constant in Rvalue::Repeat
2020-09-02 Denis VasilikRevert link removal
2020-09-02 Denis VasilikRevert module level documentation link
2020-09-02 Denis VasilikApply suggestions from review
2020-09-02 borsAuto merge of #76241 - RalfJung:flt2dec, r=Mark-Simulacrum
2020-09-02 南浦月add a note for Ipv4Addr::to_ipv6_compatible
2020-09-02 AntonSame typos in vec_deque
2020-09-02 SashaImprove recovery on malformed format call
2020-09-02 AntonFix typos in vec try_reserve(_exact) docs
2020-09-02 Ralf Jungflt2dec: properly handle uninitialized memory
2020-09-02 Ralf JungRead: adjust a FIXME reference
2020-09-02 Dan Alonirustc_{errors,session}: add `delay_good_path_bug`
2020-09-02 Dan AloniFix some unwanted uses of Debug formatting on user...
2020-09-02 borsAuto merge of #76216 - marmeladema:use-once-cell-from...
2020-09-02 Joshua NelsonUse intra-doc links for `MaybeUninit` in `boxed.rs`
2020-09-02 Joshua NelsonRemove explicit links to `true` and `false` in ip.rs
2020-09-02 borsAuto merge of #76170 - matklad:notrivia, r=petrochenkov
2020-09-02 CamelidImprove wording for const pointers
2020-09-02 borsAuto merge of #76231 - tmandry:rollup-ilvs9fq, r=tmandry
2020-09-02 Josh StoneAvoid rehashing Fingerprint as a map key
2020-09-02 Tyler MandryRollup merge of #76221 - camelid:cleanup-iter-for,...
2020-09-02 Tyler MandryRollup merge of #76218 - petrochenkov:shebang3, r=matklad
next