]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 #49957 - nrc:update, r=simulacrum
2018-04-14 Nick CameronUpdate Rustfmt
2018-04-14 borsAuto merge of #49326 - petrochenkov:nteq, r=eddyb
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 Aleksey KladovUpdate RLS
2018-04-13 borsAuto merge of #49830 - sinkuu:fix_ice_47715, r=cramertj
2018-04-13 Aleksey KladovUpdate Cargo
2018-04-13 borsAuto merge of #49808 - spastorino:dump_cause_ice, r...
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 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-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
2018-04-12 Simon SapinMake AllocErr a zero-size unit struct
2018-04-12 Alex CrichtonUpdate to most recent version of dlmalloc
2018-04-12 Simon SapinSeparate alloc::heap::Alloc trait for stage0 #[global_a...
2018-04-12 Simon SapinActually deprecate the Heap type
2018-04-12 Simon SapinRename the Heap type to Global
2018-04-12 Simon SapinActually deprecate heap modules.
2018-04-12 Simon SapinRename `heap` modules in the core, alloc, and std crate...
2018-04-12 Simon SapinImport the `alloc` crate as `alloc_crate` in std
2018-04-12 Simon SapinAdd a GlobalAlloc trait
2018-04-12 Simon SapinAdd a core::heap::Void extern type.
2018-04-12 Simon SapinInline docs for the heap module’s reexports
2018-04-12 Vadim PetrochenkovAdd some new tests + Fix failing tests
2018-04-12 Vadim PetrochenkovMove hygiene tests to UI
2018-04-12 Vadim PetrochenkovAvoid comparing fields by name when possible
2018-04-12 Vadim PetrochenkovAST/HIR: Merge field access expressions for named and...
2018-04-12 toidiuImplement inferring outlives requirements for reference...
2018-04-12 borsAuto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister
2018-04-12 borsAuto merge of #49551 - scottmcm:deprecate-offset_to...
2018-04-12 Seiichi UchidaRun rustfmt on build_helper
2018-04-12 borsAuto merge of #49371 - scottmcm:catch-wrapping, r=nikom...
2018-04-12 Tatsuyuki Ishitraits: Implement interning for Goal and Clause
2018-04-12 borsAuto merge of #48528 - bitshifter:repr_packed, r=eddyb
2018-04-12 borsAuto merge of #49698 - SimonSapin:unicode-for-everyone...
2018-04-11 Simon SapinMark the rest of the `unicode` feature flag as perma...
2018-04-11 Simon SapinDedicated tracking issue for UnicodeVersion and UNICODE...
2018-04-11 Simon SapinMove core::char::printable to core::unicode::printable
2018-04-11 Simon SapinMerge unstable Utf16Encoder into EncodeUtf16
2018-04-11 Simon SapinMerge core::unicode::str into core::str
2018-04-11 Simon SapinRemove the CharExt trait, now that libcore has inherent...
2018-04-11 Simon SapinMove the rest of core::unicode::char to core::unicode
2018-04-11 Simon SapinMove char conversions into a separate private module.
2018-04-11 Simon SapinMove char decoding iterators into a separate private...
2018-04-11 Simon SapinReexport from core::unicode::char in core::char rather...
2018-04-11 Simon SapinMove the core::char module to its own directory
2018-04-11 Simon SapinDeprecate the std_unicode crate
2018-04-11 Simon SapinMove contents of libstd_unicode into libcore
2018-04-11 Simon SapinMove Utf8Lossy decoder to libcore
2018-04-11 Simon SapinMove char::REPLACEMENT_CHARACTER to libcore
2018-04-11 borsAuto merge of #49875 - kennytm:rollup, r=kennytm
2018-04-11 kennytmRollup merge of #48270 - leodasvacas:refactor-casts...
2018-04-11 kennytmRollup merge of #49730 - sinkuu:fix_ice_49556, r=cramertj
2018-04-11 kennytmRollup merge of #49734 - alexcrichton:generalize-token...
2018-04-11 kennytmRollup merge of #49849 - alecmocatta:master, r=alexcrichton
2018-04-11 kennytmRollup merge of #49857 - Amanieu:aarch64_fp, r=alexcrichton
2018-04-11 kennytmRollup merge of #49863 - memoryleak47:andorid, r=oli-obk
2018-04-11 kennytmRollup merge of #49856 - varkor:no_mangle-statics-unlin...
2018-04-11 borsAuto merge of #49872 - oli-obk:clippy, r=Manishearth
2018-04-11 borsAuto merge of #49861 - pnkfelix:compare-mode-nll-follow...
2018-04-11 Cameron HartImplementation of `#[repr(packed(n))]` RFC 1399.
2018-04-11 kennytmRollup merge of #49809 - Mark-Simulacrum:no-color-for...
2018-04-11 kennytmRollup merge of #49795 - nox:niche-with-uninhabited...
2018-04-11 kennytmRollup merge of #49781 - Robbepop:master, r=nikomatsakis
2018-04-11 kennytmRollup merge of #49665 - draganmladjenovic:mips_tests...
2018-04-11 kennytmRollup merge of #49614 - zackmdavis:the_phantom_menace...
2018-04-11 kennytmRollup merge of #49575 - tmccombs:option-filter-stabili...
2018-04-11 kennytmRollup merge of #49525 - varkor:sort_by_cached_key...
2018-04-11 Oliver SchneiderUpdate clippy and rls
2018-04-11 borsAuto merge of #49681 - tmccombs:take-set-limit-stable...
2018-04-11 borsAuto merge of #49715 - Mark-Simulacrum:deny-warnings...
2018-04-11 Scott McMurrayTweak span for ok-wrapping in no-tail block
2018-04-11 Scott McMurrayFix the unstable book to account for ok-wrapping
2018-04-11 Scott McMurrayAdd a UI test that the span for the catch type error...
2018-04-11 Scott McMurrayAdd ok-wrapping to catch blocks, per RFC
2018-04-11 Mark SimulacrumAllow incorrectly reported unused attribute warning
2018-04-11 borsAuto merge of #49695 - michaelwoerister:unhygienic...
next