]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Jacob KieselSwitch to retain calling drain_filter.
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 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 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 kennytmUpgrade the Travis CI macOS images for testing from...
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 Артём Павлов... 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 Артём Павлов... iterator instead loop
2018-02-10 Артём Павлов... added conversion from Rust feature to LLVM feature
2018-02-10 Aaron PowerUpdate release notes for 1.24.0
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... rustc_mir: insert a dummy access to places being matche...
2018-02-09 Mark SimulacrumUpdate books for next release
2018-02-09 Alex Crichtonci: Actually bootstrap on i686 dist
2018-02-09 borsAuto merge of #47802 - bobtwinkles:loop_false_edge...
2018-02-09 Scott McMurrayFix tidy
2018-02-09 John Kåre AlsakerFix visitation order of calls so that it matches execut...
2018-02-09 Scott McMurrayAdd Range[Inclusive]::is_empty
2018-02-09 borsAuto merge of #47761 - GuillaumeGomez:test-themes,...
2018-02-09 Mark MansiFix the test
2018-02-09 Mark MansiUpdate feature gate test
2018-02-09 borsAuto merge of #47489 - pnkfelix:limit-2pb-issue-46747...
2018-02-09 Mark MansiUse the right tracking issue
2018-02-09 Alex Crichtonrustbuild: Pass `ccache` to build scripts
2018-02-08 Guillaume GomezHide theme button under menu in mobile mode and fix...
2018-02-08 Alex CrichtonDisallow function pointers to #[rustc_args_required_const]
next