]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-07-23 borsAuto merge of #43406 - canndrew:never-impl-clone, r...
2017-07-23 borsAuto merge of #43387 - TimNN:rustllvm50, r=alexcrichton
2017-07-23 Luca BarbatoAdd support for the VSX and Altivec features on PowerPC
2017-07-22 borsAuto merge of #43382 - mmatyas:aarch64_ignore-stack...
2017-07-22 Tshepang Lekhonkhobedoc: provide an actual equivalent to filter_map
2017-07-22 Simon SapinRemove unnecessary unsafe in test/ui/print_type_sizes...
2017-07-22 Simon SapinDon’t create NonZero(0) in test/ui/print_type_sizes...
2017-07-22 Simon SapinFix unstable feature name for some impls for Unique<T>
2017-07-22 Simon SapinUse safe conversion instead of unsafe constructor in...
2017-07-22 Simon SapinUse checked NonZero constructor in MIR move path indices
2017-07-22 Simon SapinUse checked NonZero constructor in obligation forest...
2017-07-22 Simon SapinUse checked NonZero constructor instead of explicit...
2017-07-22 Simon SapinAdd conversions from references to NonZero pointers...
2017-07-22 Simon SapinAdd Box::into_unique
2017-07-22 Simon SapinImplement From<Unique<T>> for Shared<T>
2017-07-22 Simon SapinRename {NonZero,Shared,Unique}::new_checked to new
2017-07-22 Simon SapinRename {NonZero,Shared,Unique}::new to new_unchecked
2017-07-22 Simon SapinAdd `new_checked(…) -> Option<Self>` to NonZero, Unique...
2017-07-22 borsAuto merge of #43059 - Mark-Simulacrum:rustbuild-2...
2017-07-22 mandeepAdd generic example of std::ops::Sub in doc comments
2017-07-22 Mark SimulacrumMake distcheck work again.
2017-07-22 borsAuto merge of #43367 - alexcrichton:remove-inline-alway...
2017-07-22 Mark SimulacrumAdd make_run to distcheck.
2017-07-22 borsAuto merge of #43352 - estebank:macro-span-replacement...
2017-07-22 Mark SimulacrumFix StartupObject build
2017-07-22 borsAuto merge of #43344 - tlively:wasm-debug, r=alexcrichton
2017-07-22 Andrew CannAdd !: Clone impl
2017-07-22 borsAuto merge of #43343 - petrochenkov:methlife3, r=estebank
2017-07-22 borsAuto merge of #43323 - perryprog:master, r=estebank
2017-07-22 Nick CameronGate signatures on the config
2017-07-22 Nick CameronUse config::pub_only rather than a spearate api mode
2017-07-22 Nick CameronUse Config::full_docs to trim documentation
2017-07-22 Nick CameronUse a config file with save-analysis
2017-07-22 borsAuto merge of #42973 - zackmdavis:json_byte_position_to...
2017-07-22 Josh StoneCorrect the spelling of "homogeneous"
2017-07-21 Zack M. Davisrun-make test for JSON error byte start/end
2017-07-21 Zack M. Davismake JSON error byte position start at top of file
2017-07-21 Esteban KüberReview comments
2017-07-21 borsAuto merge of #43274 - bitshifter:union-align, r=petroc...
2017-07-21 Perry FraserMore tests
2017-07-21 Alex CrichtonRelax a codegen test to be compatible with LLVM 5.0
2017-07-21 borsAuto merge of #43319 - SimonSapin:cargoup, r=alexcrichton
2017-07-21 Alex CrichtonFix archive member names on 5.0
2017-07-21 Alex Crichtonupdate attributes API usage
2017-07-21 Tim Neumannrustllvm: split DebugLoc in UnpackOptimizationDiagnostic
2017-07-21 borsAuto merge of #43313 - pftbest:fix_asm, r=alexcrichton
2017-07-21 Tim Neumannrustllvm: update to SyncScope::ID
2017-07-21 Tim Neumannrustllvm: adjust usage of createNameSpace
2017-07-21 Tim Neumannrustllvm: adjust usage of createPointerType
2017-07-21 Tim Neumannrustllvm: use LLVMMetadataRef
2017-07-21 Tim Neumannrustllvm: define LLVM_VERSION_LT
2017-07-21 Oliver SchneiderAdjust new suggestions to the suggestion guidelines
2017-07-21 Segev Finerrustbuild: Fix the --build argument to bootstrap.py
2017-07-21 Simon SapinUpdate Cargo to ffab51954ec32d55631c37a8730bb24915fc090b
2017-07-21 Mátyás MustohaIgnore stack probe tests on AArch64
2017-07-21 Petr ZemekAdd a missing verb to the description of std::process...
2017-07-21 Joe RanweilerDocument use of `compiler_builtins` with `no_std` binaries
2017-07-21 Joe RanweilerTell `tidy` about `compiler_builtins_lib` feature
2017-07-21 borsAuto merge of #43318 - jhjourdan:jh/fix_weak_cound_MAX...
2017-07-21 Esteban KüberFix test
2017-07-21 Esteban KüberUse the macro structure spans instead of the invocation
2017-07-21 borsAuto merge of #43183 - michaelwoerister:internalize...
2017-07-20 Mark SimulacrumChange make_run signature to taking a RunConfig struct...
2017-07-20 borsAuto merge of #43368 - Aaronepower:patch-3, r=alexcrichton
2017-07-20 Mark SimulacrumAdd an optional condition to constrain defaults.
2017-07-20 Stjepan GlavinaClarify that sort_unstable is deterministic
2017-07-20 Mark SimulacrumRemove step.rs
2017-07-20 Mark SimulacrumRemove step.rs comments
2017-07-20 Mark SimulacrumCheck RLS tests
2017-07-20 Mark SimulacrumChange default documentation rules to correspond with...
2017-07-20 Mark SimulacrumDon't include lldb/gdb in default tests
2017-07-20 Michael Woeristertrans: Make the collector search const fn invocations.
2017-07-20 Alex Crichtonstd: Cut down #[inline] annotations where not necessary
2017-07-20 Aaron PowerUpdate release notes for 1.19.0
2017-07-20 Evan CameronRemove mut where possible
2017-07-20 Mark SimulacrumDon't run host-only tests when targeting another platform
2017-07-20 Mark SimulacrumFix a few issues found by comparing past/present
2017-07-20 Mark SimulacrumAllow iterating over step descriptions.
2017-07-20 Mark SimulacrumImplement available paths list.
2017-07-20 Mark SimulacrumUse a single line for serde annotations.
2017-07-20 Mark SimulacrumKrate -> Crate
2017-07-20 Mark SimulacrumRemove outdated code.
2017-07-20 Mark SimulacrumRemove TypeId from stack in Builder
2017-07-20 Aidan Hobson... Remove deserialize
2017-07-20 Mark SimulacrumResolve rebase errors
2017-07-20 Guillaume Gomezfail in case nothing to run was found
2017-07-20 Mark SimulacrumFix tidy
2017-07-20 Mark SimulacrumRemove outdated FIXME from cache
2017-07-20 Mark SimulacrumImplement keep-stage support
2017-07-20 Mark SimulacrumRequire should_run to be implemented.
2017-07-20 Mark SimulacrumMake the book default.
2017-07-20 Mark SimulacrumUtilize interning to allow Copy/Clone steps
2017-07-20 Mark SimulacrumRemove core_intrinsics feature gate
2017-07-20 Mark SimulacrumClean up install
2017-07-20 Mark SimulacrumCleanups and fixes throughout
2017-07-20 Mark SimulacrumFix more incorrectly transitioned code
2017-07-20 Mark SimulacrumFix a few errors introduced during rebase.
2017-07-20 Mark SimulacrumCherry pick changes from ce3abc5801f94292be9bc5fbe00b52...
2017-07-20 Mark SimulacrumUpdate to toml 0.4
2017-07-20 Mark SimulacrumMigrate to serde_json entirely
next