]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-04-15 Fabian ZaiserImprove function name.
2018-04-15 Fabian ZaiserImplement Chalk lowering rule Normalize-From-Impl
2018-04-15 borsAuto merge of #49833 - oli-obk:incremental_miri_regress...
2018-04-15 borsAuto merge of #49885 - spastorino:fn_ref_unsound, r...
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 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 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 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 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 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-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 QuietMisdreavusadd test for using target features in doctests
2018-04-12 Andre Bogusimprove Atomic*::fetch_update docs
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 John Kåre AlsakerMake OnDiskCache thread-safer
2018-04-12 toidiuImplement inferring outlives requirements for reference...
2018-04-12 Mark SimulacrumAdd check builder for Windows to Travis
2018-04-12 borsAuto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister
2018-04-12 Chris CoulsonFix test failure in src/tools/rustdoc-themes when rust...
2018-04-12 borsAuto merge of #49551 - scottmcm:deprecate-offset_to...
2018-04-12 Seiichi UchidaRun rustfmt on build_helper
next