]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-03-27 Josh StoneEnable target_feature on any LLVM 6+
2018-03-27 borsAuto merge of #49202 - csmoe:trait_engine, r=nikomatsakis
2018-03-27 borsAuto merge of #49305 - SimonSapin:fallible, r=sfackler
2018-03-27 Simon SapinRemove TryFrom impls that might become conditionally...
2018-03-27 borsAuto merge of #49279 - varkor:generated-closure-return...
2018-03-27 borsAuto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichton
2018-03-26 Simon SapinAdd TryFrom and TryInto to the prelude
2018-03-26 Simon SapinStabilize the TryFrom and TryInto traits
2018-03-26 Simon SapinDon’t use `type Error = !` for target-dependant TryFrom...
2018-03-26 Simon SapinTryFrom for integers: use From instead for truely-infal...
2018-03-26 borsAuto merge of #49053 - alexcrichton:fail-if-build-cargo...
2018-03-26 Alex Crichtonrustbuild: Fail the build if we build Cargo twice
2018-03-26 borsAuto merge of #49101 - mark-i-m:stabilize_i128, r=nagisa
2018-03-26 borsAuto merge of #49379 - TimNN:rollup, r=TimNN
2018-03-26 Mark Mansifix last two tidy
2018-03-26 Mark Mansidid i get it right now?
2018-03-26 Mark MansiUpdate to master of libcompiler_builtins
2018-03-26 Mark MansiRemove library feature test
2018-03-26 Mark MansiFix e0658 ui test
2018-03-26 Mark Mansiupdate test
2018-03-26 Mark MansiFix a few more unstables that I missed
2018-03-26 Mark MansiFix a few more
2018-03-26 Mark MansiFix missed i128 feature gates
2018-03-26 Mark Mansiremove unneeded import
2018-03-26 Mark MansiRename unstable book correctly
2018-03-26 Mark MansiRename unstable-book chapter
2018-03-26 Mark MansiStabilize i128 feature too
2018-03-26 Mark MansiUpdate nightly book
2018-03-26 Mark MansiStabilize i128_type
2018-03-26 Tim NeumannRollup merge of #49353 - chisophugis:patch-1, r=Mark...
2018-03-26 Tim NeumannRollup merge of #49346 - Diggsey:hashmap-get-pair,...
2018-03-26 Tim NeumannRollup merge of #49187 - alexcrichton:no-cross-docs...
2018-03-26 Tim NeumannRollup merge of #49170 - steveklabnik:gh49127, r=nagisa
2018-03-26 Tim NeumannRollup merge of #49103 - glandium:uninitialized, r...
2018-03-26 Tim NeumannRollup merge of #48932 - Phlosioneer:43601-document...
2018-03-26 Tim NeumannRollup merge of #48693 - vorner:doc-name-resolution...
2018-03-26 borsAuto merge of #48346 - emilio:pgo, r=alexcrichton
2018-03-26 borsAuto merge of #49255 - cramertj:stable-impl-trait,...
2018-03-26 Taylor CramerStabilize conservative_impl_trait
2018-03-26 gnzlbgfix tests
2018-03-26 gnzlbgset min-llvm-version 6.0, ignore-emscripten
2018-03-26 gnzlbgproperly handle the case when LLVM does not have min...
2018-03-26 gnzlbgrequire llvm 6
2018-03-26 gnzlbgadd tests
2018-03-26 gnzlbgimplement minmax intrinsics
2018-03-26 Alex Crichtonrustbuild: Disable docs on cross-compiled builds
2018-03-26 Taylor CramerStabilize universal_impl_trait
2018-03-26 borsAuto merge of #49351 - pthariensflame:patch-1, r=oli-obk
2018-03-26 borsAuto merge of #49341 - alexcrichton:more-balance, r...
2018-03-26 borsAuto merge of #49297 - scottmcm:offset-from, r=dtolnay
2018-03-25 Diggory BlakeImplement get_key_value for HashMap, BTreeMap
2018-03-25 borsAuto merge of #49212 - kyrias:strip-debug-no-debuginfo...
2018-03-25 Emilio Cobos... pgo: Blindly try to fix Windows build.
2018-03-25 Steve Klabnikupdate wording as per feedback
2018-03-25 Alexander Ronald... Modify tests
2018-03-25 Alexander Ronald... Minor formatting consistency fix.
2018-03-25 Sean SilvaFix confusing doc for `scan`
2018-03-25 borsAuto merge of #49315 - TheDan64:smaller_unsafe_block...
2018-03-25 PhlosioneerAdd backticks
2018-03-25 Scott McMurrayFix doctest mutability copy-pasta
2018-03-25 Scott McMurrayDocumentation and naming improvements
2018-03-25 borsAuto merge of #49284 - alexcrichton:use-our-own-cache...
2018-03-25 Scott McMurrayPolyfill LLVMBuildExactUDiv
2018-03-25 Emilio Cobos... pgo: Move the tests to run-make-fulldeps, and make...
2018-03-25 Emilio Cobos... Move linker code to the Linker trait instead.
2018-03-25 Emilio Cobos... try to fix the build on older LLVM versions.
2018-03-25 Emilio Cobos... librustc_trans: Mark some profiler symbols as exported...
2018-03-25 Emilio Cobos... librustc_trans: Turn PGO diagnostics into warnings.
2018-03-25 Emilio Cobos... librustc_trans: Gate the preinliner with another -Z...
2018-03-25 Emilio Cobos... librustc: Convert -C pgo-gen and -C pgo-use into -Z...
2018-03-25 Emilio Cobos... librustc_trans: disable profiling pre-inlining.
2018-03-25 Emilio Cobos... librustc_llvm: Show PGO diagnostics properly.
2018-03-25 Emilio Cobos... profiler_builtins: Add missing ProfilingNameVar file...
2018-03-25 Emilio Cobos... Test that pgo-gen works properly.
2018-03-25 Emilio Cobos... rustc_trans: Fix PGO generation linking on Linux by...
2018-03-25 Emilio Cobos... rustc_trans: disable probestack when using pgo-gen.
2018-03-25 Emilio Cobos... rustc_llvm: rustc_trans: Thread the PGO config down...
2018-03-25 Emilio Cobos... rustc_metadata: Load the profiler runtime if we're...
2018-03-25 Emilio Cobos... session: Add two tracked, exclusive codegen options...
2018-03-25 Emilio Cobos... profiler-builtins: define COMPILER_RT_HAS_UNAME on...
2018-03-25 borsAuto merge of #49141 - gnzlbg:simd_select, r=alexcrichton
2018-03-24 Johannes LöthbergAdd flag for telling the linker to strip debuginfo...
2018-03-24 Alex Crichtonappveyor: Move run-pass-fulldeps to extra builders
2018-03-24 borsAuto merge of #49337 - kennytm:rollup, r=kennytm
2018-03-24 kennytmRollup merge of #49299 - SimonSapin:ubiquity, r=nikomat...
2018-03-24 kennytmRollup merge of #49318 - steveklabnik:update-books...
2018-03-24 kennytmRollup merge of #49314 - Mark-Simulacrum:remove-getopts...
2018-03-24 kennytmRollup merge of #49312 - GuillaumeGomez:fix-ie11-search...
2018-03-24 kennytmRollup merge of #49290 - cuviper:unextended-dist-rustfm...
2018-03-24 kennytmRollup merge of #49274 - oli-obk:slow_miri, r=michaelwo...
2018-03-24 kennytmRollup merge of #49273 - michaelwoerister:fix-extern...
2018-03-24 kennytmRollup merge of #49268 - ordovicia:dotdot-pattern-diag...
2018-03-24 kennytmRollup merge of #49254 - Tacklebox:atan2_doc, r=QuietMi...
2018-03-24 kennytmRollup merge of #49235 - topecongiro:run-rustfmt/libtes...
2018-03-24 kennytmRollup merge of #49229 - Centril:doc/format_args_displa...
2018-03-24 kennytmRollup merge of #49203 - Eijebong:lets-cleanup-dependen...
2018-03-24 kennytmRollup merge of #49194 - Zoxc:unsafe-generator, r=cramertj
2018-03-24 kennytmRollup merge of #49193 - davidtwco:issue-29893, r=alexc...
2018-03-24 kennytmRollup merge of #49162 - tmandry:stabilize-termination...
2018-03-24 kennytmRollup merge of #49122 - scottmcm:z-align-attr, r=cramertj
next