]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Jeremy FitzhardingeMake -Zemit-artifact-notifications also emit the artifa...
2019-05-21 Matthew JasperRemove unused parameter in borrowck error reporting
2019-05-21 Matthew JasperMove conflict error reporting to its own module
2019-05-21 Matthew JasperDont show variables from desugarings in borrowck errors
2019-05-21 Matthew JasperFix match ergonomics suggestion
2019-05-21 Mazdak FarrokhzadComment style fixes
2019-05-21 Matthew JasperAdd a test for match scopes
2019-05-21 Matthew JasperSchedule storage-dead of temporaries sooner
2019-05-21 Matthew JasperEmit fake borrows for all tests
2019-05-21 Matthew JasperRemove MIR borrowck hack for old match scopes
2019-05-21 Matthew JasperGive match arms a drop/region scope
2019-05-21 Matthew JasperHandle the visibility/lint scope distinction better
2019-05-21 Matthew JasperRespect lint attributes on match arms
2019-05-21 Matthew JasperGive match arms an HirId and a Span
2019-05-21 Matthew JasperRemove unused parameter from in(_opt)?_scope
2019-05-21 Jethro BeekmanAdd FAQ for NLL migration
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 MaulingMonkeyAddress CDB review feedback
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 MaulingMonkeyFix CDB support tidy check line length failures.
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-20 MaulingMonkeyAdd basic CDB support to debuginfo compiletest s, to...
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...
next