]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-08-19 phosphorusMerge pull request #1 from rust-lang/master
2019-08-19 borsAuto merge of #63463 - matthewjasper:ty_param_cleanup...
2019-08-18 borsAuto merge of #63045 - Rosto75:master, r=jonas-schievink
2019-08-18 Matthew JasperPre intern the `Self` parameter type
2019-08-18 borsAuto merge of #63659 - gilescope:async-in-closure,...
2019-08-18 borsAuto merge of #63635 - oli-obk:default-slice-dangles...
2019-08-18 Giles CopeBetter error message for break in async blocks.
2019-08-18 borsAuto merge of #63269 - Aaron1011:feature/proc-macro...
2019-08-18 borsAuto merge of #62948 - matklad:failable-file-loading...
2019-08-18 borsAuto merge of #61708 - dlrobertson:or-patterns-0, r...
2019-08-17 borsAuto merge of #63671 - Centril:rollup-zufavt5, r=Centril
2019-08-17 Mazdak FarrokhzadRollup merge of #63669 - Dante-Broggi:patch-1, r=jonas...
2019-08-17 Mazdak FarrokhzadRollup merge of #63667 - petrochenkov:deriveholders...
2019-08-17 Mazdak FarrokhzadRollup merge of #63657 - RalfJung:invalid_value, r...
2019-08-17 Mazdak FarrokhzadRollup merge of #63487 - sd234678:remove-meaningless...
2019-08-17 Mazdak FarrokhzadRollup merge of #62451 - SimonSapin:new_uninit, r=RalfJung
2019-08-17 Ralf Jungtest in a way that works even with musl
2019-08-17 Simon SapinDoc nit
2019-08-17 Dante-Broggifix typos
2019-08-17 Vadim Petrochenkovresolve/expand: Rename some things for clarity
2019-08-17 borsAuto merge of #63658 - RalfJung:miri-op, r=oli-obk
2019-08-17 Vadim Petrochenkovresolve: Properly integrate derives and `macro_rules...
2019-08-17 Aaron HillSerialize additional data for procedural macros
2019-08-17 Dan Robertsoninitial implementation of or-pattern parsing
2019-08-17 varkorInitial implementation of or patterns
2019-08-17 Simon SapinRename private helper method allocate_for_unsized to...
2019-08-17 Ralf Jungless &
2019-08-17 Simon SapinDoc nits
2019-08-17 borsAuto merge of #63462 - matthewjasper:hygienic-builtin...
2019-08-17 Ralf Jungdrift leftward
2019-08-17 Ralf Jungfix tests
2019-08-17 Ralf JungFull stop
2019-08-17 Ralf Junguse ImmTy::from_uint in a few more spots
2019-08-17 Ralf Jungmake both unary_op and binary_op fully typed, including...
2019-08-17 Ralf JungAdd ImmTy::from_uint
2019-08-17 Ralf Junginvalid_value: also detect transmute-from-0 (seen in...
2019-08-17 Ralf Jungmulti-variant enums are tricky
2019-08-17 Ralf Junginvalid_value: warn for types with custom valid range
2019-08-17 Ralf Jungwarn about uninit bools and chars
2019-08-17 Ralf Junginvalid_value: factor finding dangerous inits into...
2019-08-17 Oliver SchererAdd tests
2019-08-17 Oliver SchererCast only where necessary
2019-08-17 borsAuto merge of #63655 - Centril:rollup-ty1ot40, r=Centril
2019-08-17 Mazdak FarrokhzadRollup merge of #63621 - jgalenson:dndebug, r=alexcrichton
2019-08-17 Mazdak FarrokhzadRollup merge of #63559 - eddyb:v0-mangling-off-by-1...
2019-08-17 Mazdak FarrokhzadRollup merge of #63505 - jgalenson:sysroot-hash, r...
2019-08-17 Mazdak FarrokhzadRollup merge of #62737 - timvermeulen:cycle_try_fold...
2019-08-17 Matthew JasperRemove unused `SyntaxContext` serialization impls
2019-08-17 Matthew JasperRemove SyntaxContext from {ast, hir}::{GlobalAsm, Inlin...
2019-08-17 Matthew JasperMove type parameter shadowing errors to resolve
2019-08-17 Matthew JasperRemove gensyms from built-in derives
2019-08-17 Matthew JasperMake fmt-internal functions private
2019-08-17 Matthew JasperMake built-in derives opaque macros
2019-08-17 Matthew JasperStop emulating cross-crate hygiene with gensyms
2019-08-17 borsAuto merge of #63491 - Xanewok:update-rls, r=Mark-Simul...
2019-08-17 borsAuto merge of #63648 - Centril:rollup-2kpdrj1, r=Centril
2019-08-17 Mazdak FarrokhzadRollup merge of #63642 - eddyb:wrap-it-up, r=rkruppe...
2019-08-17 Mazdak FarrokhzadRollup merge of #63641 - DieracDelta:master, r=eddyb
2019-08-17 Mazdak FarrokhzadRollup merge of #63558 - jgalenson:move-remap, r=alexcr...
2019-08-17 Mazdak FarrokhzadRollup merge of #63548 - eddyb:unicode-demangling,...
2019-08-17 Mazdak FarrokhzadRollup merge of #63545 - Centril:gate-yield-preexp...
2019-08-17 Mazdak FarrokhzadRollup merge of #63149 - petrochenkov:lazypop2, r=eddyb
2019-08-16 borsAuto merge of #63640 - Centril:rollup-yeb8o66, r=Centril
2019-08-16 Vadim PetrochenkovFix rebase
2019-08-16 Vadim Petrochenkovresolve: Move some code around
2019-08-16 Vadim Petrochenkovresolve: Populate external traits lazily as well
2019-08-16 Vadim Petrochenkovresolve: Populate external modules in more automatic...
2019-08-16 Mazdak FarrokhzadSimplify pre-expansion gating in general.
2019-08-16 Mazdak FarrokhzadFeature gate 'yield ?' pre-expansion.
2019-08-16 Eduard-Mihai... rustbuild: work around the stdarch cfg(bootstrap) bug.
2019-08-16 Eduard-Mihai... Rename overflowing_{add,sub,mul} intrinsics to wrapping...
2019-08-16 Justin Restivoadd git keyword to submodule option
2019-08-16 Mazdak FarrokhzadRollup merge of #63636 - pietroalbini:ci-mingw, r=alexc...
2019-08-16 Mazdak FarrokhzadRollup merge of #63634 - pietroalbini:cpu-stats-name...
2019-08-16 Mazdak FarrokhzadRollup merge of #63632 - vext01:vext01-comment-fixes...
2019-08-16 Mazdak FarrokhzadRollup merge of #63613 - petrochenkov:stdhyg, r=alexcri...
2019-08-16 Mazdak FarrokhzadRollup merge of #63604 - Wind-River:master, r=alexcrichton
2019-08-16 Mazdak FarrokhzadRollup merge of #63595 - semarie:openbsd-sparc64, r...
2019-08-16 Mazdak FarrokhzadRollup merge of #63525 - matklad:centraliza-file-loadin...
2019-08-16 Mazdak FarrokhzadRollup merge of #63495 - eddyb:mir-constant-ty, r=oli-obk
2019-08-16 Mazdak FarrokhzadRollup merge of #61780 - SimonSapin:container-error...
2019-08-16 Mazdak FarrokhzadRollup merge of #60492 - acrrd:issues/54054_chain,...
2019-08-16 Simon SapinAdd the Layout of the failed allocation to TryReserveEr...
2019-08-16 Simon SapinUpdate hashbrown to 0.5.0
2019-08-16 Simon SapinRename CollectionAllocError to TryReserveError
2019-08-16 Simon SapinRelax the safety condition for get_mut_unchecked
2019-08-16 Simon SapinReuse more internal Rc and Arc methods
2019-08-16 Simon SapinAdd a comment on the usage of Layout::new::<RcBox<...
2019-08-16 Simon SapinAdd tracking issue numbers
2019-08-16 Simon SapinUse ManuallyDrop instead of mem::forget
2019-08-16 Simon SapinUse `alloc::Global` in `Box::new_uninit`
2019-08-16 Simon SapinFix intra-rustdoc links
2019-08-16 Simon SapinMove constructors of boxed/rc’ed slices to matching...
2019-08-16 Simon SapinAdd new_uninit_slice and assume_init on Box, Rc, and...
2019-08-16 Simon SapinAdd new_uninit and assume_init on Box, Rc, and Arc
2019-08-16 Simon SapinAdd Rc::get_mut_unchecked, Arc::get_mut_unchecked
2019-08-16 Pietro Albinici: move linkcheck from mingw-2 to mingw-1
2019-08-16 borsAuto merge of #63470 - Mark-Simulacrum:rustc-depdep...
2019-08-16 Oliver SchererDo not generate allocations for zero sized allocations
2019-08-16 Pietro Albinici: properly set the job name in CPU stats
next