]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-05-22 Mazdak FarrokhzadRollup merge of #60300 - mjbshaw:ffi_types, r=rkruppe
2019-05-22 Michael BradshawAllow null-pointer-optimized enums in FFI if their...
2019-05-22 borsAuto merge of #59445 - alexreg:ban-multi-trait-objects...
2019-05-22 borsAuto merge of #60840 - tmandry:preserve-scope-in-genera...
2019-05-22 borsAuto merge of #61027 - Centril:rollup-oewauf1, r=Centril
2019-05-22 Mazdak FarrokhzadRollup merge of #61006 - RalfJung:maybe-uninit, r=Centril
2019-05-22 Mazdak FarrokhzadRollup merge of #61003 - nnethercote:rm-InternedString...
2019-05-22 Mazdak FarrokhzadRollup merge of #60998 - RalfJung:static_assert, r...
2019-05-22 Mazdak FarrokhzadRollup merge of #60995 - topecongiro:parser-from-stream...
2019-05-22 Mazdak FarrokhzadRollup merge of #60991 - spastorino:local-decls-push...
2019-05-22 Mazdak FarrokhzadRollup merge of #60982 - estebank:fix-60976, r=petrochenkov
2019-05-22 Mazdak FarrokhzadRollup merge of #60973 - nnethercote:fix-file_metadata...
2019-05-22 Mazdak FarrokhzadRollup merge of #60963 - blkerby:boxed_docs, r=alexcrichton
2019-05-22 Mazdak FarrokhzadRollup merge of #60581 - hellow554:fix_60580, r=alexcri...
2019-05-22 Mazdak FarrokhzadRollup merge of #59742 - Zoxc:edition-cleanup, r=petroc...
2019-05-21 borsAuto merge of #61007 - michaelwoerister:limited-debugin...
2019-05-21 John Kåre AlsakerSpecify the edition for the rustdoc thread-pool
2019-05-21 John Kåre AlsakerMove `edition` outside the hygiene lock and avoid acces...
2019-05-21 Ralf Jungupdate doc comment
2019-05-21 topecongiroFix tidy: remove a trailing whitespace
2019-05-21 topecongiroAdd doc comment
2019-05-21 Michael Woeristerdebuginfo: Revert to old/more verbose behavior for...
2019-05-21 Ralf Jungadjust deprecation date of mem::uninitialized
2019-05-21 Nicholas NethercoteRemove impls for `InternedString`/string equality.
2019-05-21 Ralf Jungstatic_assert: make use of anonymous constants
2019-05-21 borsAuto merge of #60903 - nnethercote:mv-gensyms-from...
2019-05-21 topecongiroAdd stream_to_parser_with_base_dir
2019-05-21 borsAuto merge of #60950 - taiki-e:arbitrary_self_types...
2019-05-21 Brent KerbyCreate and reference Memory Layout section of boxed...
2019-05-21 borsAuto merge of #60985 - cr1901:msp430-fix, r=alexcrichton
2019-05-20 Santiago PastorinoLocalDecl push returns Local len
2019-05-20 borsAuto merge of #60986 - Centril:rollup-nhpgrfb, r=Centril
2019-05-20 Mazdak FarrokhzadRollup merge of #60983 - petrhosek:libunwind-no-excepti...
2019-05-20 Mazdak FarrokhzadRollup merge of #60972 - RalfJung:volatile, r=alexcrichton
2019-05-20 Mazdak FarrokhzadRollup merge of #60959 - petrochenkov:sassert, r=estebank
2019-05-20 Mazdak FarrokhzadRollup merge of #60952 - dtolnay:heap, r=Amanieu
2019-05-20 Mazdak FarrokhzadRollup merge of #60942 - bjorn3:metadata_loader_refacto...
2019-05-20 Mazdak FarrokhzadRollup merge of #60915 - michaelwoerister:hashstablestu...
2019-05-20 Mazdak FarrokhzadRollup merge of #60823 - oli-obk:used_unused_no_mangle...
2019-05-20 Mazdak FarrokhzadRollup merge of #60511 - taiki-e:libstd-intra-doc,...
2019-05-20 Mazdak FarrokhzadRollup merge of #60487 - GuillaumeGomez:fix-search...
2019-05-20 Mazdak FarrokhzadRollup merge of #60453 - tbu-:pr_getrandom_enoperm...
2019-05-20 Mazdak FarrokhzadRollup merge of #60383 - GuillaumeGomez:fix-position...
2019-05-20 William D.... Fix MSP430 AsmPrinter and assembler syntax mismatch.
2019-05-20 Petr HosekSet -funwind-tables and -fno-exceptions unconditionally...
2019-05-20 Esteban KüberDo not fail on child without DefId
2019-05-20 Alexander RegueiroFixed nits raised in review.
2019-05-20 Alexander RegueiroReinstated shallow disallowing of maybe bounds in trait...
2019-05-20 Alexander RegueiroAddressed more points raised in review.
2019-05-20 Alexander RegueiroAddressed more points raised in review.
2019-05-20 Alexander RegueiroAddressed points raised in review.
2019-05-20 Alexander RegueiroUpdate tests.
2019-05-20 Alexander RegueiroFixed detection of multiple non-auto traits.
2019-05-20 Alexander RegueiroFactored out part of `conv_object_ty_poly_trait_ref...
2019-05-20 Alexander RegueiroAddressed review points.
2019-05-20 Alexander RegueiroUpdate tests.
2019-05-20 Alexander RegueiroBan multi-trait objects via trait aliases.
2019-05-20 Alexander RegueiroAccumulation of various drive-by cosmetic changes.
2019-05-20 borsAuto merge of #60445 - RalfJung:maybe-uninit, r=Centril
2019-05-20 Brent KerbyRemove trailing whitespaces to satisfy tidy
2019-05-20 Brent KerbyUpdate boxed::Box docs on memory layout
2019-05-20 Nicholas NethercoteAvoid symbol interning in `file_metadata`.
2019-05-20 Ralf Jungupdate miri
2019-05-20 Peter ToddDocument layout guarantee of MaybeUninit
2019-05-20 Ralf Jungelliminate mem::uninitialize from docs in libcore
2019-05-20 Ralf Jungadd out-pointer example
2019-05-20 Ralf Jungapply feedback
2019-05-20 Ralf Jungstabilize core parts of MaybeUninit and deprecate mem...
2019-05-20 Michael WoeristerDocument requirements for HashStable implementations...
2019-05-20 borsAuto merge of #60921 - cuviper:remove-mpsc_select,...
2019-05-20 Ralf Jungremove confusing remarks about mixed volatile and non...
2019-05-20 Nicholas NethercoteRemove `Symbol::gensym()`.
2019-05-20 Nicholas NethercoteEliminate `Symbol::gensymed`.
2019-05-20 Nicholas NethercoteMove `is_gensymed` from `Symbol` to `Ident`.
2019-05-20 borsAuto merge of #60815 - nnethercote:use-Symbol-more...
2019-05-20 borsAuto merge of #60969 - Centril:rollup-3j71mqj, r=Centril
2019-05-19 Nicholas NethercoteIntroduce `LocalInternedString::intern`.
2019-05-19 Nicholas NethercoteIntroduce `InternedString::intern`.
2019-05-19 Nicholas NethercoteAvoid `as_str()` in `ParamTy::is_self`.
2019-05-19 Mazdak FarrokhzadRollup merge of #60962 - VeryTastyTomato:patch-1, r...
2019-05-19 Mazdak FarrokhzadRollup merge of #60960 - matthewjasper:remove-lowering...
2019-05-19 Mazdak FarrokhzadRollup merge of #60908 - GuillaumeGomez:errors, r=oli-obk
2019-05-19 Mazdak FarrokhzadRollup merge of #60895 - chandde:master, r=alexcrichton
2019-05-19 Mazdak FarrokhzadRollup merge of #60745 - wesleywiser:const_prop_into_te...
2019-05-19 Mazdak FarrokhzadRollup merge of #60590 - petertodd:2018-test-union...
2019-05-19 borsAuto merge of #60272 - Jakst:patch-1, r=Manishearth
2019-05-19 Wesley Wiser[const-prop] Don't const-prop into terminators unless...
2019-05-19 Wesley Wiser[const-prop] Remove catch all match and add FIXME
2019-05-19 Wesley Wiser[const-prop] Support propagating into SwitchInt's ...
2019-05-19 Wesley Wiser[const-prop] Support propagating into Assert's `cond...
2019-05-19 borsAuto merge of #60065 - QuietMisdreavus:async-move-docte...
2019-05-19 VeryTastyTomatoFix data types indication
2019-05-19 Taiki EndoMove run-pass/self/* to ui/self
2019-05-19 Matthew JasperStop using gensyms in HIR lowering
2019-05-19 borsAuto merge of #60946 - Xanewok:update-rls, r=oli-obk
2019-05-19 Vadim PetrochenkovImprove type size assertions
2019-05-19 borsAuto merge of #60937 - RalfJung:miri, r=oli-obk
2019-05-19 borsAuto merge of #60760 - GuillaumeGomez:generic-display...
2019-05-19 Taiki EndoMove arbitrary_self_types's tests into ui/self
2019-05-19 David TolnayDocument BinaryHeap time complexity
next