]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #48035 - technicalguy:Early-exit-empty-hashmap-38880, r=arthurprs
[rust.git] / src /
2018-02-14 kennytmRollup merge of #48035 - technicalguy:Early-exit-empty...
2018-02-14 kennytmRollup merge of #48195 - paoloteti:compiler-builtins...
2018-02-14 kennytmRollup merge of #48186 - Mark-Simulacrum:release-notes...
2018-02-14 kennytmRollup merge of #48181 - michaelwoerister:fix-incr...
2018-02-14 kennytmRollup merge of #48167 - Mark-Simulacrum:remove-allocat...
2018-02-14 kennytmRollup merge of #48165 - alexcrichton:update-read2...
2018-02-14 kennytmRollup merge of #48163 - alexcrichton:persistent-linker...
2018-02-14 kennytmRollup merge of #48162 - michaelwoerister:stabler-svh...
2018-02-14 kennytmRollup merge of #48156 - Centril:feature/iterator_repea...
2018-02-14 kennytmRollup merge of #48154 - estebank:issue-31481, r=nikoma...
2018-02-14 kennytmRollup merge of #48151 - echochamber:update_range_examp...
2018-02-14 kennytmRollup merge of #48133 - matthiaskrgr:endianess_to_endi...
2018-02-14 kennytmRollup merge of #48130 - ollie27:stab, r=Mark-Simulacrum
2018-02-14 kennytmRollup merge of #48126 - newpavlov:patch-1, r=alexcrichton
2018-02-14 kennytmRollup merge of #48114 - kennytm:xcode9, r=alexcrichton
2018-02-14 kennytmRollup merge of #48087 - scottmcm:range_is_empty, r...
2018-02-14 kennytmRollup merge of #48065 - Xaeroxe:patch-1, r=alexcrichton
2018-02-14 kennytmRollup merge of #48033 - GuillaumeGomez:better-char...
2018-02-14 kennytmRollup merge of #48005 - panicbit:env_unimpl_send_sync...
2018-02-14 kennytmRollup merge of #47846 - roblabla:bugfix-ocaml, r=kennytm
2018-02-14 kennytmRollup merge of #47806 - PramodBisht:feature/47801...
2018-02-14 kennytmRollup merge of #47784 - alexcrichton:less-dsymutil...
2018-02-13 Paolo TetiUpdate compiler-builtins to latest master.
2018-02-13 Shaun Steenkamp38880 remove unnecessary self.table.size check
2018-02-13 Shaun Steenkamp38880 fix incorrect negation
2018-02-13 Shaun Steenkamp38880 hashmap check size=0, not just capacity=0
2018-02-13 Shaun Steenkamp38880 restore original entry(key) method
2018-02-13 Jacob KieselSwitch to retain calling drain_filter.
2018-02-13 Michael Woeristerincr.comp.: Run cache directory garbage collection...
2018-02-13 Michael WoeristerHandle path prefix mapping in a more stable way when...
2018-02-13 Mazdak Farrokhzadcore::iter::repeat_with: fix missing word, see @Pazzaz...
2018-02-13 borsAuto merge of #47804 - retep007:recursive-requirements...
2018-02-12 Mazdak Farrokhzadcore::iter::repeat_with: tracking issue is #48169
2018-02-12 Mark SimulacrumRemove allocation from width of character function.
2018-02-12 Alex CrichtonUpdate compiletest's `read2` function
2018-02-12 Alex Crichtonrustc: Persist LLVM's `Linker` in Fat LTO
2018-02-12 Mazdak Farrokhzadcore::iter::repeat_with: document DoubleEndedIterator...
2018-02-12 Alex Crichtonrustc: Add the ability to not run dsymutil
2018-02-12 Shaun Steenkamp38880 fixup add missing mut
2018-02-12 Shaun Steenkamp38880 remove redundant extra function
2018-02-12 borsAuto merge of #47843 - estebank:teach, r=nikomatsakis
2018-02-12 Mazdak Farrokhzadcore::iter::repeat_with: fix doc tests
2018-02-12 Mazdak Farrokhzadcore::iter::repeat_with: fix tests some more
2018-02-12 Mazdak Farrokhzadcore::iter::repeat_with: fix tests
2018-02-12 Mazdak Farrokhzadcore::iter::repeat_with: derive Copy, Clone, Debug
2018-02-12 Mazdak Farrokhzadcore::iter::repeat_with: general fixes
2018-02-12 Mazdak Farrokhzadadd core::iter::repeat_with
2018-02-12 borsAuto merge of #48144 - kennytm:reduce-musl-test-size...
2018-02-12 Esteban KüberContinue parsing function after finding `...` arg
2018-02-12 Jason ScheinUpdate ops range example to avoid confusion between...
2018-02-11 Mark SimulacrumDelete executables if the test ran successfully.
2018-02-11 kennytmcompiletest: Delete the executable immediately after...
2018-02-11 borsAuto merge of #47752 - mark-i-m:at-most-once-rep, r...
2018-02-11 borsAuto merge of #47614 - dotdash:x86_64_sysv_ffi, r=eddyb
2018-02-11 Artyom PavlovDangling pointer fix
2018-02-11 borsAuto merge of #47657 - algesten:save-analysis-impls...
2018-02-11 borsAuto merge of #48092 - eddyb:discriminate-the-void...
2018-02-11 Scott McMurrayAdd the emptiness condition to the docs; add a PartialO...
2018-02-11 Артём Павлов [Arty... fixed errors
2018-02-10 Matthias Krügertypo: correct endianess to endianness (this also change...
2018-02-10 borsAuto merge of #47286 - Aaronepower:master, r=Mark-Simul...
2018-02-10 Артём Павлов [Arty... iterator instead loop
2018-02-10 Артём Павлов [Arty... added conversion from Rust feature to LLVM feature
2018-02-10 Oliver MiddletonCorrect a few stability attributes
2018-02-10 roblablaAdd comment about the problem, and use provided path...
2018-02-10 borsAuto merge of #48113 - kennytm:rollup, r=kennytm
2018-02-10 kennytmRollup merge of #47547 - varkor:infinite-iterators...
2018-02-10 Artyom Pavlovtypo fix
2018-02-10 kennytmRollup merge of #48124 - alexcrichton:clean-up-debuggin...
2018-02-10 kennytmRollup merge of #48120 - matthiaskrgr:typos_src_1,...
2018-02-10 kennytmRollup merge of #48085 - alexcrichton:update-dlmalloc...
2018-02-10 Artyom PavlovWhitelist pclmul x86 feature flag
2018-02-10 Alex CrichtonExplain unusual debugging code in librustc
2018-02-10 Alex CrichtonUpdate the dlmalloc submodule
2018-02-10 Guillaume GomezShow better warning for trying to cast non-u8 scalar...
2018-02-10 Matthias Krügerfix typos in src/{bootstrap,ci,etc,lib{backtrace,core...
2018-02-10 kennytmRollup merge of #48100 - Mark-Simulacrum:fetch-nand...
2018-02-10 kennytmRollup merge of #48107 - matthiaskrgr:typo__substract_t...
2018-02-10 kennytmRollup merge of #48101 - Mark-Simulacrum:new-books...
2018-02-10 kennytmRollup merge of #48098 - alexcrichton:fix-i686-dist...
2018-02-10 kennytmRollup merge of #48086 - Zoxc:gen-fix, r=nikomatsakis
2018-02-10 kennytmRollup merge of #48080 - GuillaumeGomez:mobile-docs...
2018-02-10 kennytmRollup merge of #48078 - alexcrichton:fix-required...
2018-02-10 kennytmRollup merge of #48064 - Manishearth:intra-doc-bail...
2018-02-10 kennytmRollup merge of #48059 - alexcrichton:sccachebs, r...
2018-02-10 kennytmRollup merge of #48058 - cuviper:binaryen-gcc8, r=alexc...
2018-02-10 kennytmRollup merge of #48051 - ollie27:rustdoc_fn_unit_return...
2018-02-10 kennytmRollup merge of #48047 - etaoins:fix-ice-for-mismatched...
2018-02-10 kennytmRollup merge of #48015 - o01eg:disableable-installation...
2018-02-10 kennytmRollup merge of #47854 - varkor:create-out-dir, r=pnkfelix
2018-02-10 kennytmRollup merge of #47835 - Mark-Simulacrum:remove-data...
2018-02-10 kennytmRollup merge of #47790 - tinaun:patch-1, r=sfackler
2018-02-10 borsAuto merge of #47828 - alexcrichton:llvm-6, r=nikomatsakis
2018-02-10 Martin AlgestenEmit data::Impl in save-analysis
2018-02-10 Scott McMurrayrange_is_empty tracking issue is #48111
2018-02-10 Scott McMurrayUse is_empty in range iteration exhaustion tests
2018-02-10 Alex Crichtonrustc: Upgrade to LLVM 6
2018-02-09 Matthias Krügerfix typo: substract -> subtract.
2018-02-09 Mark SimulacrumAdd fetch_nand.
2018-02-09 Eduard-Mihai Burtescurustc_mir: insert a dummy access to places being matche...
next