]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-12-11 Andre BogusMake TinyList::remove iterate instead of recurse
2019-12-11 borsAuto merge of #66821 - eddyb:global-trait-caching,...
2019-12-11 borsAuto merge of #67220 - Centril:rollup-n3u9wd5, r=Centril
2019-12-11 Mazdak FarrokhzadRollup merge of #67205 - JohnTitor:fix-sh, r=pietroalbini
2019-12-11 Mazdak FarrokhzadRollup merge of #67174 - kraai:remove-checked_add,...
2019-12-11 Mazdak FarrokhzadRollup merge of #67164 - matthewjasper:never-remove...
2019-12-11 Mazdak FarrokhzadRollup merge of #67074 - ehuss:extern-options, r=petroc...
2019-12-11 Mazdak FarrokhzadRollup merge of #67015 - osa1:issue66971, r=wesleywiser
2019-12-11 Mazdak FarrokhzadRollup merge of #66881 - krishna-veerareddy:issue-66780...
2019-12-11 borsAuto merge of #67202 - JohnTitor:rollup-0xjm5pz, r...
2019-12-11 borsAuto merge of #67198 - Xanewok:update-rls, r=nikomatsakis
2019-12-10 Krishna Sai... Add better documentation for unsafe block
2019-12-10 Yuki OkushiMake it executable
2019-12-10 Yuki OkushiRollup merge of #67193 - lqd:measureme_polonius, r...
2019-12-10 Yuki OkushiRollup merge of #67181 - TheSamsa:update-hashmap-doc...
2019-12-10 Yuki OkushiRollup merge of #67180 - NieDzejkob:vec-doc-copied...
2019-12-10 Yuki OkushiRollup merge of #67178 - GuillaumeGomez:move-non-clean...
2019-12-10 Yuki OkushiRollup merge of #67168 - ryanswilson59:master, r=Dylan-DPC
2019-12-10 Yuki OkushiRollup merge of #67154 - kraai:alloc-typos, r=Dylan-DPC
2019-12-10 Yuki OkushiRollup merge of #67152 - GuillaumeGomez:sort-auto-impls...
2019-12-10 Yuki OkushiRollup merge of #67134 - oli-obk:const_prop_zst, r...
2019-12-10 Yuki OkushiRollup merge of #66377 - XAMPPRocky:relnotes-1.40.0...
2019-12-10 Igor MatuszewskiUpdate RLS and Rustfmt
2019-12-10 borsAuto merge of #66681 - Mark-Simulacrum:toolstate-into...
2019-12-10 Mark RousskovMove CI to new builtin check-toolstate
2019-12-10 Mark RousskovAdd toolstate checking into bootstrap
2019-12-10 Remy Rakicadd polonius activities to -Z self-profile
2019-12-10 Remy Rakiccleanup polonius liveness fact generation: refactor...
2019-12-10 Remy Rakiccleanup polonius liveness fact generation: fix debug...
2019-12-10 Remy Rakiccleanup polonius liveness fact generation: mir visitor
2019-12-10 Remy Rakiccleanup polonius liveness fact generation
2019-12-10 borsAuto merge of #66277 - peter-wilkins:impl-from-wider...
2019-12-10 Guillaume GomezRemove tidy comment
2019-12-10 borsAuto merge of #67039 - xfix:manually-implement-pin...
2019-12-10 borsAuto merge of #67184 - tmandry:rollup-mzqxtck, r=tmandry
2019-12-09 Tyler MandryRollup merge of #67169 - lzutao:inline_osstr, r=nagisa
2019-12-09 Tyler MandryRollup merge of #67155 - kraai:move-instead-of-binding...
2019-12-09 Tyler MandryRollup merge of #67149 - JohnTitor:fix-ice-1, r=Dylan-DPC
2019-12-09 Tyler MandryRollup merge of #67145 - RalfJung:miri-step, r=oli-obk
2019-12-09 Tyler MandryRollup merge of #67138 - kraai:simplify-Layout-extend_p...
2019-12-09 Tyler MandryRollup merge of #67125 - hashedone:master, r=petrochenkov
2019-12-09 Tyler MandryRollup merge of #67119 - RalfJung:miri-test-libstd...
2019-12-09 Tyler MandryRollup merge of #67115 - Centril:simplify-check-decl...
2019-12-09 Tyler MandryRollup merge of #67113 - Centril:enum-vis-pretty-fix...
2019-12-09 Tyler MandryRollup merge of #67106 - petrochenkov:docerr, r=matthew...
2019-12-09 Tyler MandryRollup merge of #66892 - dtolnay:fmt5, r=KodrAus
2019-12-09 Matthew JasperEnsure that unevaluated constants of type `!` are prese...
2019-12-09 Bartłomiej... Added ExactSizeIterator bound to return types
2019-12-09 borsAuto merge of #67110 - tmandry:bump-compiler-builtins...
2019-12-09 Vadim Petrochenkovresolve: Make visibility resolution more speculative
2019-12-09 Vadim Petrochenkovresolve: Cleanup some field processing code
2019-12-09 Vadim Petrochenkovresolve: Resolve visibilities on fields with non-builti...
2019-12-09 Christoph SchmidlerUpdate HashMap documentation hint of the used 'quadrati...
2019-12-09 Jakub Kądziołkadoc: Use .copied() instead of .cloned() in Vec example
2019-12-09 Christoph SchmidlerMerge branch 'master' of github.com:rust-lang/rust
2019-12-09 Guillaume GomezRemove useless comment
2019-12-09 Guillaume GomezMove RegionTarget and RegionDeps where they into clean...
2019-12-09 Guillaume GomezRemove unused imports
2019-12-09 Guillaume GomezFix usage of variants in clean/utils
2019-12-09 Guillaume GomezMake utils module public
2019-12-09 Guillaume GomezFix missing imports
2019-12-09 Guillaume GomezRemove functions from clean/mod.rs
2019-12-09 Guillaume GomezMove clean functions to another file
2019-12-09 Eric Husscompiletest: add aux-crate directive
2019-12-09 Eric HussAdd options to --extern flag.
2019-12-09 Christoph SchmidlerMerge branch 'master' of github.com:rust-lang/rust
2019-12-09 Matthew KraaiRemove `checked_add` in `Layout::repeat`
2019-12-09 borsAuto merge of #67096 - mark-i-m:fix-rustc-guide-2,...
2019-12-09 Oliver SchererShow const_err lint in addition to the hard error
2019-12-09 Dylan DPCUpdate E0478.md
2019-12-09 borsAuto merge of #67016 - lqd:placeholder_loans, r=matthew...
2019-12-09 Lzu Taoinline some common methods on OsStr
2019-12-09 Yuki OkushiDo not ICE on closure
2019-12-09 Christoph SchmidlerMerge branch 'master' of github.com:rust-lang/rust
2019-12-09 Christoph SchmidlerMerge branch 'master' of github.com:TheSamsa/rust
2019-12-09 borsAuto merge of #67004 - estebank:issue-66958, r=eddyb
2019-12-09 ryancorrected comment to reflect that 'SnowWhite lives...
2019-12-09 borsAuto merge of #67003 - cjgillot:corrida, r=Mark-Simulacrum
2019-12-08 Petermove from non zero impls to `libcore/convert/num.rs`
2019-12-08 borsAuto merge of #66984 - GuillaumeGomez:move-clean-types...
2019-12-08 borsAuto merge of #66981 - michaelwoerister:measureme-0...
2019-12-08 borsAuto merge of #66730 - hermitcore:master, r=alexcrichton
2019-12-08 Matthew KraaiMove `Layout`s instead of binding by reference
2019-12-08 Guillaume GomezSort auto trait and blanket implementations display
2019-12-08 Matthew KraaiChange "attributes" to "attribute" in `Alloc`'s docs
2019-12-08 Matthew KraaiChange "`alloc`/`realloc`" to "`realloc/dealloc`"
2019-12-08 Matthew KraaiAdd "this" to `GlobalAlloc::alloc`'s docs
2019-12-08 Matthew KraaiChange "though" to "through" in `Alloc`'s docs
2019-12-08 Matthew KraaiChange "result" to "resulting" in `Layout::extend`...
2019-12-08 borsAuto merge of #67147 - RalfJung:miri, r=RalfJung
2019-12-08 Ralf Jungupdate Miri
2019-12-08 Ralf Jungfix miri step debug printing
2019-12-08 borsAuto merge of #67140 - Centril:rollup-h7rbw7y, r=Centril
2019-12-08 Mazdak FarrokhzadRollup merge of #67129 - remexre:patch-1, r=Dylan-DPC
2019-12-08 Mazdak FarrokhzadRollup merge of #67114 - Centril:foreign-item-alias...
2019-12-08 Mazdak FarrokhzadRollup merge of #67101 - rust-lang:ostrich, r=Mark...
2019-12-08 Mazdak FarrokhzadRollup merge of #66991 - Nashenas88:body_cache_cleanup...
2019-12-08 Mazdak FarrokhzadRollup merge of #66325 - BartMassey:master, r=joshtriplett
2019-12-08 Matthew KraaiSimplify `Layout::extend_packed`
2019-12-08 Oliver SchererEnsure that we get a hard error on generic ZST constant...
next