]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-12-13 Mazdak FarrokhzadRollup merge of #67278 - Centril:67273, r=oli-obk
2019-12-13 Mazdak FarrokhzadRollup merge of #67274 - RalfJung:uninit, r=Centril
2019-12-13 Mazdak FarrokhzadRollup merge of #67256 - RalfJung:reduce-allocs, r...
2019-12-13 Mazdak FarrokhzadRollup merge of #67254 - RalfJung:vtable-ice, r=oli-obk
2019-12-13 Mazdak FarrokhzadRollup merge of #67235 - jonas-schievink:vecdeque-leak...
2019-12-13 Mazdak FarrokhzadRollup merge of #67026 - Nadrieril:improve-usefulness...
2019-12-13 Mazdak Farrokhzadcoerce_inner: use initial expected_ty
2019-12-13 Ralf Jungbe explicit that mem::uninitialized is the same as...
2019-12-13 borsAuto merge of #67077 - Aaron1011:build-llvm-in-binary...
2019-12-13 borsAuto merge of #66405 - nnethercote:tweak-ObligForest...
2019-12-13 borsAuto merge of #67271 - Centril:rollup-i71iqkv, r=Centril
2019-12-13 Mazdak FarrokhzadRollup merge of #67269 - Centril:recover-lt-deref-pat...
2019-12-13 Mazdak FarrokhzadRollup merge of #67251 - oli-obk:stability_sieve, r...
2019-12-13 Mazdak FarrokhzadRollup merge of #67250 - nnethercote:rm-DelimSpan-from...
2019-12-13 Mazdak FarrokhzadRollup merge of #67247 - JohnTitor:fix-sugg, r=estebank
2019-12-13 Mazdak FarrokhzadRollup merge of #67243 - jonas-schievink:linkedlist...
2019-12-13 Mazdak FarrokhzadRollup merge of #66341 - crgl:vec-deque-extend, r=Amanieu
2019-12-13 Mazdak Farrokhzadparser: recover on `&'lifetime mut $pat`.
2019-12-12 Nicholas NethercoteAvoid re-processing nodes in `find_cycles_from_node`.
2019-12-12 Nicholas NethercoteRemove an unnecessary local variable.
2019-12-12 Nicholas NethercoteRemove some `debug!` statements.
2019-12-12 Nicholas NethercoteMove functions around.
2019-12-12 Nicholas NethercoteRemove `NodeState::{Waiting,Done}`.
2019-12-12 borsAuto merge of #67172 - jethrogb:jb/bootstrap-linker...
2019-12-12 Aaron HillFix weird implicit dependency between rustllvm and...
2019-12-12 Ralf Jungavoid more intermediate allocations in validation errors
2019-12-12 Ralf Jungvalidation: avoid some intermediate allocations
2019-12-12 borsAuto merge of #66886 - mark-i-m:simplify-borrow_check...
2019-12-12 Ralf Jungdont ICE in case of invalid drop fn
2019-12-12 borsAuto merge of #67079 - nnethercote:optimize-shallow_res...
2019-12-12 Oliver SchererRequire `allow_internal_unstable` for stable min_const_...
2019-12-12 Nicholas NethercoteRemove the `DelimSpan` from `NamedMatch::MatchedSeq`.
2019-12-12 Mark Mansifix imports after rebase
2019-12-12 Mark Mansimore private
2019-12-12 Mark Mansifix imports
2019-12-12 Mark Mansitidy
2019-12-12 Mark Mansifix imports
2019-12-12 Mark Mansiget rid of nll submod
2019-12-12 Yuki OkushiDon't suggest wrong snippet in closure
2019-12-12 borsAuto merge of #67246 - JohnTitor:rollup-nfa7skn, r...
2019-12-12 Yuki OkushiRollup merge of #67239 - llogiq:tiny-list-iterative...
2019-12-12 Yuki OkushiRollup merge of #67238 - llogiq:moo-and-improved, r...
2019-12-12 Yuki OkushiRollup merge of #67237 - llogiq:improve-str, r=Dylan-DPC
2019-12-12 Yuki OkushiRollup merge of #67236 - petrochenkov:docerr2, r=matthe...
2019-12-12 Yuki OkushiRollup merge of #67230 - chansuke:remove-irrelevant...
2019-12-12 Yuki OkushiRollup merge of #67215 - nnethercote:fix-Zprint-type...
2019-12-12 Yuki OkushiRollup merge of #66983 - weiznich:bugfix/issue_66295...
2019-12-12 Yuki OkushiRollup merge of #62514 - stephaneyfx:box-ffi, r=nikomat...
2019-12-11 Jonas SchievinkAdd comment to `Dropper`
2019-12-11 Jonas SchievinkLinkedList: drop remaining items when drop panics
2019-12-11 borsAuto merge of #66650 - matthewjasper:nonuniform-array...
2019-12-11 Andre BogusMake TinyList::remove iterate instead of recurse
2019-12-11 Andre BogusSmall Cow improvements
2019-12-11 Andre BogusSome small readability improvements
2019-12-11 borsAuto merge of #65345 - davidtwco:issue-64130-async...
2019-12-11 Vadim Petrochenkovresolve: Always resolve visibilities on impl items
2019-12-11 Jonas SchievinkVecDeque: drop remaining items on destructor panic
2019-12-11 Nicholas Matsakiserase regions instead of using `builtin_deref`
2019-12-11 NadrierilRevert a diagnostic change in the case of integer ranges
2019-12-11 chansukeRemove irelevant comment on `register_dtor`
2019-12-11 Nicholas Matsakisclarify that `Box<T>` should only be used when defined...
2019-12-11 Aaron HillUpdate Cargo.lock
2019-12-11 Aaron HillAdd comment explaining original `maybe_install_llvm_dyl...
2019-12-11 Aaron HillRemove unused import
2019-12-11 Aaron HillFix missing libLLVM.so in stage0 sysroot.
2019-12-11 Aaron HillRemove `extern crate` declarations
2019-12-11 Aaron HillFix fallout from rebase
2019-12-11 Alex CrichtonFix a test in the bootstrap test suite
2019-12-11 Alex CrichtonFix some linking of LLVM's dynamic library
2019-12-11 Alex Crichtonrustc: Link LLVM directly into rustc again
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 Georg SemmlerApply review suggestions
2019-12-11 Mazdak FarrokhzadRollup merge of #66881 - krishna-veerareddy:issue-66780...
2019-12-11 Stephane RauxFix description based on review
2019-12-11 borsAuto merge of #67202 - JohnTitor:rollup-0xjm5pz, r...
2019-12-11 Nicholas NethercoteFix `-Z print-type-sizes`'s handling of zero-sized...
2019-12-11 borsAuto merge of #67198 - Xanewok:update-rls, r=nikomatsakis
2019-12-10 Nicholas NethercoteChange `PendingPredicateObligation::stalled_on`'s type.
2019-12-10 Nicholas NethercoteOptimize `shallow_resolve_changed`.
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
next