]> git.lizzy.rs Git - rust.git/history - .travis.yml
incr.comp.: Allow for recovering from missing on-disk cache entries.
[rust.git] / .travis.yml
2017-12-01 borsAuto merge of #46211 - snipsco:master, r=pnkfelix
2017-12-01 borsAuto merge of #45997 - estebank:pub-ident, r=nikomatsakis
2017-12-01 borsAuto merge of #46370 - michaelwoerister:rm-metadata...
2017-11-30 borsAuto merge of #46299 - michaelwoerister:incr-comp-krims...
2017-11-30 borsAuto merge of #46226 - arielb1:special-region-obligatio...
2017-11-30 borsAuto merge of #46041 - zilbuz:issue-44837, r=arielb1
2017-11-30 borsAuto merge of #46366 - kennytm:revert-46360, r=kennytm
2017-11-29 borsAuto merge of #46144 - nrc:rls-update, r=alexcrichton
2017-11-29 kennytmRevert "Auto merge of #46360 - kennytm:workaround-travi...
2017-11-29 borsAuto merge of #46362 - kennytm:rollup, r=kennytm
2017-11-29 kennytmRollup merge of #46356 - daboross:patch-2, r=sfackler
2017-11-29 kennytmRollup merge of #46354 - Mark-Simulacrum:alt-try, r...
2017-11-29 kennytmRollup merge of #46330 - SimonSapin:patch-6, r=kennytm
2017-11-29 kennytmRollup merge of #46323 - ia0:fix_mpsc_error_conv, r...
2017-11-29 kennytmRollup merge of #46322 - gnzlbg:mmx, r=alexcrichton
2017-11-29 kennytmRollup merge of #46293 - ollie27:atomic_bool_from,...
2017-11-29 kennytmRollup merge of #46287 - SimonSapin:stable-constness...
2017-11-29 kennytmRollup merge of #46219 - rust-lang:frewsxcv-issue-45636...
2017-11-29 kennytmRollup merge of #46077 - LukasKalbertodt:stabilize...
2017-11-29 kennytmRollup merge of #45969 - ia0:mpsc_recv_deadline, r...
2017-11-29 borsAuto merge of #46360 - kennytm:workaround-travis-8821...
2017-11-29 kennytmDisable all macOS dist images to workaround travis...
2017-11-29 Mark SimulacrumDeploy builds both with asserts enabled and asserts...
2017-11-28 borsAuto merge of #46207 - kennytm:kill-grep, r=alexcrichton
2017-11-28 borsAuto merge of #46094 - dtolnay:is_null, r=alexcrichton
2017-11-28 borsAuto merge of #46291 - alexcrichton:wasm-tests, r=kennytm
2017-11-28 Alex Crichtonci: Start running wasm32 tests on Travis
2017-11-28 Simon SapinUpdate comment on alternate builds in .travis.yml
2017-11-27 kennytmRollup merge of #45506 - ia0:mpsc_recv_error_from,...
2017-11-26 kennytmRollup merge of #46259 - bjorn3:display_lang_item,...
2017-11-25 borsAuto merge of #46081 - GuillaumeGomez:fix-path-search...
2017-11-24 borsAuto merge of #46012 - Gankro:float-conv-transmute...
2017-11-24 borsAuto merge of #45946 - estebank:crate-conflict-diag...
2017-11-24 borsAuto merge of #45942 - Menschenkindlein:master, r=estebank
2017-11-23 Guillaume GomezRollup merge of #46220 - rust-lang:frewsxcv-issue-44929...
2017-11-23 Guillaume GomezRollup merge of #46218 - rust-lang:frewsxcv-rename...
2017-11-23 borsAuto merge of #45881 - Centril:box-leak, r=alexcrichton
2017-11-23 borsAuto merge of #46024 - estebank:no-variant, r=petrochenkov
2017-11-23 borsAuto merge of #45721 - nikomatsakis:hir-tree, r=arielb1
2017-11-22 borsAuto merge of #45198 - oli-obk:fmt_args, r=sfackler
2017-11-21 borsAuto merge of #45879 - nikomatsakis:nll-kill-cyclic...
2017-11-21 kennytmRollup merge of #46050 - sunfishcode:read_to_end, r...
2017-11-21 kennytmRollup merge of #46031 - Keruspe:cargofmt, r=Mark-Simul...
2017-11-21 kennytmRollup merge of #45987 - gaurikholkar:let-expr, r=micha...
2017-11-21 borsAuto merge of #45701 - cramertj:impl-trait-this-time...
2017-11-21 borsAuto merge of #45039 - QuietMisdreavus:doc-spotlight...
2017-11-20 kennytmRollup merge of #46119 - ritiek:master, r=arielb1
2017-11-20 kennytmRollup merge of #46082 - Enet4:mutex_from, r=sfackler
2017-11-20 borsAuto merge of #45998 - ollie27:doc_book_css, r=steveklabnik
2017-11-20 borsAuto merge of #45905 - alexcrichton:add-wasm-target...
2017-11-20 borsAuto merge of #45819 - Havvy:cell, r=aturon
2017-11-20 borsAuto merge of #46068 - wesleywiser:incr_duplicate_read_...
2017-11-19 borsAuto merge of #45225 - eddyb:trans-abi, r=arielb1
2017-11-19 borsAuto merge of #45454 - Aaronepower:master, r=alexcrichton
2017-11-19 borsAuto merge of #46074 - scottmcm:unspecialize-nth, r...
2017-11-19 borsAuto merge of #46064 - Keruspe:master, r=sfackler
2017-11-19 borsAuto merge of #46048 - cramertj:update-libc-2, r=alexcr...
2017-11-18 borsAuto merge of #46039 - oli-obk:test_suggestions, r...
2017-11-18 borsAuto merge of #46032 - KiChjang:ignore-borrowck-statics...
2017-11-18 borsAuto merge of #46009 - kennytm:fix-38878-again, r=alexc...
2017-11-18 Guillaume GomezRollup merge of #45767 - QuietMisdreavus:who-docs-the...
2017-11-18 borsAuto merge of #45899 - eddyb:meta-race, r=alexcrichton
2017-11-17 borsAuto merge of #46004 - michaelwoerister:cached-mir...
2017-11-17 borsAuto merge of #45595 - scottmcm:iter-try-fold, r=dtolnay
2017-11-17 borsAuto merge of #45991 - gnzlbg:fix_i586, r=alexcrichton
2017-11-16 borsAuto merge of #45528 - alexcrichton:avx512, r=arielb1
2017-11-16 Guillaume GomezRollup merge of #46005 - GuillaumeGomez:short-unstable...
2017-11-16 Guillaume GomezRollup merge of #45951 - CrockAgile:master, r=michaelwo...
2017-11-16 borsAuto merge of #45920 - sunfishcode:trap-on-unreachable...
2017-11-15 kennytmTravis/macOS: Improve crash log collection accuracy.
2017-11-15 borsAuto merge of #45944 - eddyb:provide, r=nikomatsakis
2017-11-15 borsAuto merge of #45922 - vramana:fix-45702, r=nikomatsakis
2017-11-14 Guillaume GomezRollup merge of #45970 - GuillaumeGomez:from-str-docs...
2017-11-14 Guillaume GomezRollup merge of #45967 - matthewjasper:array-move-types...
2017-11-14 Guillaume GomezRollup merge of #45961 - dereckson:unix-agnosticity...
2017-11-14 Guillaume GomezRollup merge of #45950 - fitzgen:update-unary-and-binar...
2017-11-14 Guillaume GomezRollup merge of #45941 - gaurikholkar:master, r=nikomat...
2017-11-14 Guillaume GomezRollup merge of #45815 - QuietMisdreavus:happy-little...
2017-11-14 borsAuto merge of #45896 - malbarbo:use-libc-const, r=alexc...
2017-11-14 borsAuto merge of #45915 - michaelwoerister:removed-nodes...
2017-11-14 borsAuto merge of #45909 - sinkuu:issue-45885, r=arielb1
2017-11-13 borsAuto merge of #45903 - nrc:rustfmt-dist, r=alexcrichton
2017-11-13 borsAuto merge of #45890 - arielb1:self-first, r=eddyb
2017-11-13 borsAuto merge of #45824 - dotdash:stack_pop, r=alexcrichton
2017-11-13 borsAuto merge of #45810 - SimonSapin:ac-dc, r=aturon
2017-11-13 kennytmRollup merge of #45917 - ollie27:compiletest_stamp...
2017-11-13 kennytmRollup merge of #45893 - redox-os:futex_timeout, r...
2017-11-13 kennytmRollup merge of #45892 - redox-os:is_absolute_fix,...
2017-11-13 kennytmRollup merge of #45828 - pornel:printoption, r=nrc
2017-11-12 borsAuto merge of #45623 - mneumann:dragonfly-ci, r=alexcri...
2017-11-12 borsAuto merge of #45908 - alexcrichton:disable-thinlto...
2017-11-12 borsAuto merge of #45902 - nrc:component-update, r=alexcrichton
2017-11-12 borsAuto merge of #45900 - rkruppe:u128-to-f32-saturation...
2017-11-12 borsAuto merge of #45870 - mikeyhew:arbitrary_self_types...
2017-11-12 borsAuto merge of #45864 - nikomatsakis:issue-30046-infer...
2017-11-12 borsAuto merge of #45848 - nrc:rls-bugs-4, r=eddyb
2017-11-11 Simon SapinMake the try branch use alternate builds.
2017-11-11 borsAuto merge of #45333 - alkis:master, r=bluss
2017-11-11 Guillaume GomezRollup merge of #45877 - mikhail-m1:mir-borrowck-act...
2017-11-11 Guillaume GomezRollup merge of #45812 - GuillaumeGomez:links-and-searc...
next