]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-04-16 kennytmRollup merge of #49965 - nikic:fix-49622, r=rkruppe
2018-04-16 kennytmRollup merge of #49959 - cuviper:debuginfo-tools, r...
2018-04-16 kennytmRollup merge of #49931 - csmoe:end_span, r=estebank
2018-04-16 kennytmRollup merge of #49646 - glandium:uninitialized-box...
2018-04-16 kennytmRollup merge of #49606 - varkor:pipe-repair, r=alexcrichton
2018-04-16 kennytmRollup merge of #49555 - nox:inline-into-boxed, r=alexc...
2018-04-16 borsAuto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi
2018-04-16 borsAuto merge of #49433 - varkor:metadata-skip-mir-opt...
2018-04-16 borsAuto merge of #49963 - llogiq:stabilize-13226, r=kennytm
2018-04-16 borsAuto merge of #49956 - QuietMisdreavus:rustdoc-codegen...
2018-04-16 borsAuto merge of #49847 - sinkuu:save_analysis_implicit_ex...
2018-04-16 borsAuto merge of #49719 - mark-i-m:no_sep, r=petrochenkov
2018-04-15 borsAuto merge of #49947 - oli-obk:turing_complete_const_ev...
2018-04-15 Shotaro YamadaCheck generated save-analysis, instead of `bug!()`ing
2018-04-15 borsAuto merge of #49833 - oli-obk:incremental_miri_regress...
2018-04-15 Oliver SchneiderAdd a tracking issue for making the warning a lint
2018-04-15 borsAuto merge of #49885 - spastorino:fn_ref_unsound, r...
2018-04-15 Anthony RamineRemove #[inline(always)] on Vec::into_boxed_slice
2018-04-15 borsAuto merge of #49884 - alexcrichton:less-unwrap, r...
2018-04-15 borsAuto merge of #49881 - varkor:partialord-opt, r=Manishearth
2018-04-15 borsAuto merge of #48173 - GuillaumeGomez:error-codes-libsy...
2018-04-14 borsAuto merge of #49850 - alexcrichton:moreinline, r=sfackler
2018-04-14 Guillaume Gomezignore stage1 testing
2018-04-14 Guillaume GomezAdd tests and longer error explanation
2018-04-14 Guillaume GomezAdd error codes for libsyntax_ext
2018-04-14 Nikita PopovRemove warning about f64->f32 cast being potential UB
2018-04-14 Andre Bogusstabilize fetch_nand
2018-04-14 borsAuto merge of #49939 - kennytm:rollup, r=kennytm
2018-04-14 kennytmRollup merge of #49864 - QuietMisdreavus:doctest-target...
2018-04-14 kennytmRollup merge of #49871 - SimonSapin:int-bytes, r=sfackler
2018-04-14 kennytmRollup merge of #49958 - glandium:cleanup, r=SimonSapin
2018-04-14 Simon SapinAdd to_bytes and from_bytes to primitive integers
2018-04-14 borsAuto merge of #49289 - varkor:emit-metadata-without...
2018-04-14 Oliver SchneiderGet rid of redundant `HashSet`
2018-04-14 Oliver SchneiderReduce the number of calls to `cdata`
2018-04-14 Oliver SchneiderEncode items before encoding the list of AllocIds
2018-04-14 Oliver SchneiderUse `LazySeq` instead of `Vec`
2018-04-14 Oliver SchneiderStop referring to statics' AllocIds directly
2018-04-14 Oliver SchneiderDon't recurse into allocations, use a global table...
2018-04-14 Mike HommeyReplace remaining uses of deprecated Heap with Global
2018-04-14 Mike HommeyReplace remaining uses of deprecated std::heap with...
2018-04-14 kennytmRollup merge of #49922 - f-bro:zmiri, r=oli-obk
2018-04-14 kennytmRollup merge of #49916 - llogiq:doc-atomic-fetch-update...
2018-04-14 kennytmRollup merge of #49915 - llogiq:doc-shift-types, r...
2018-04-14 kennytmRollup merge of #49913 - varkor:RegionParameterDef...
2018-04-14 kennytmRollup merge of #49908 - chrisccoulson:fix-rustdoc...
2018-04-14 kennytmRollup merge of #49886 - varkor:generate-deriving-span...
2018-04-14 kennytmRollup merge of #49465 - ollie27:rustbuild_test_docs...
2018-04-14 kennytmRollup merge of #49876 - oli-obk:no_secret_clippy_on_st...
2018-04-14 kennytmRollup merge of #49866 - Mark-Simulacrum:pr-travis...
2018-04-14 kennytmRollup merge of #49852 - alexcrichton:fix-more-proc...
2018-04-14 kennytmRollup merge of #49951 - matklad:update-cargo, r=nrc
2018-04-14 borsAuto merge of #49396 - Zoxc:sync-on-disk-cache, r=micha...
2018-04-14 Josh StoneMake debuginfo-tools always default false
2018-04-14 Josh StoneAvoid specific claims about debuginfo size
2018-04-14 borsAuto merge of #49957 - nrc:update, r=simulacrum
2018-04-14 csmoefix error span
2018-04-14 Nick CameronUpdate Rustfmt
2018-04-14 borsAuto merge of #49326 - petrochenkov:nteq, r=eddyb
2018-04-13 Josh Stonerustbuild: allow building tools with debuginfo
2018-04-13 Mike HommeyCleanup liballoc use statements
2018-04-13 Vadim Petrochenkovmacros: Do not match on "complex" nonterminals requirin...
2018-04-13 borsAuto merge of #49585 - GuillaumeGomez:rename-to-compile...
2018-04-13 Guillaume GomezRename must-compile-successfully into compile-pass
2018-04-13 QuietMisdreavusadd -C to the rustdoc book
2018-04-13 QuietMisdreavusadd -C parameter to rustdoc
2018-04-13 Aleksey KladovUpdate RLS
2018-04-13 borsAuto merge of #49830 - sinkuu:fix_ice_47715, r=cramertj
2018-04-13 varkorUse InternedString rather than Name for RegionParameterDef
2018-04-13 Aleksey KladovUpdate Cargo
2018-04-13 Andre Bogus[doc] note the special type inference handling for...
2018-04-13 borsAuto merge of #49808 - spastorino:dump_cause_ice, r...
2018-04-13 Oliver SchneiderDon't abort const eval due to long running evals, just...
2018-04-13 Alex Crichtoncore: Remove panics from some `Layout` methods
2018-04-13 Alex Crichtoncore: Inline `From<AllocErr> for CollectionAllocErr`
2018-04-13 borsAuto merge of #49800 - ishitatsuyuki:intern-goal, r...
2018-04-13 borsAuto merge of #49669 - SimonSapin:global-alloc, r=alexc...
2018-04-13 Fabio BRemove -Z miri debugging option
2018-04-13 borsAuto merge of #49389 - fanzier:euclidean-division,...
2018-04-13 borsAuto merge of #49360 - topecongiro:run-rustfmt/build_he...
2018-04-13 borsAuto merge of #49718 - petrochenkov:fieldcmp, r=eddyb
2018-04-13 Shotaro YamadaMove `path_len` to ExternCrate
2018-04-12 borsAuto merge of #45298 - toidiu:ak-44493-infer-predicate...
2018-04-12 Fabian ZaiserAddress more nits.
2018-04-12 Simon SapinInitial docs for the GlobalAlloc trait
2018-04-12 Simon SapinRename alloc::Void to alloc::Opaque
2018-04-12 Simon SapinRemove conversions for allocated pointers
2018-04-12 Mike HommeyUse NonNull<Void> instead of *mut u8 in the Alloc trait
2018-04-12 Simon Sapinimpl GlobalAlloc for Global
2018-04-12 Simon SapinRestore Global.oom() functionality
2018-04-12 Simon SapinRemove `impl Alloc for &'a System`
2018-04-12 Simon SapinMove platform-specific OOM handling to functions
2018-04-12 Simon SapinConversions between Result<*mut u8, AllocErr>> and...
2018-04-12 Simon Sapinrealloc with a new size only, not a full new layout.
2018-04-12 Simon SapinReturn Result instead of Option in alloc::Layout constr...
2018-04-12 Simon SapinAdd FIXME comments for Void::null_mut usage
2018-04-12 Simon SapinRemove the now-unit-struct AllocErr field inside Collec...
2018-04-12 Simon SapinRemove the now-unit-struct AllocErr parameter of oom()
2018-04-12 Simon SapinUse the GlobalAlloc trait for #[global_allocator]
2018-04-12 Simon SapinImplement GlobalAlloc for System
next