]> git.lizzy.rs Git - rust.git/history - src/ci
Fix doctest (typo).
[rust.git] / src / ci /
2018-03-26 borsAuto merge of #48346 - emilio:pgo, r=alexcrichton
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 borsAuto merge of #49212 - kyrias:strip-debug-no-debuginfo...
2018-03-25 borsAuto merge of #49315 - TheDan64:smaller_unsafe_block...
2018-03-25 borsAuto merge of #49284 - alexcrichton:use-our-own-cache...
2018-03-25 borsAuto merge of #49141 - gnzlbg:simd_select, r=alexcrichton
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
2018-03-24 kennytmRollup merge of #49121 - varkor:stabilise-from_utf8_err...
2018-03-24 kennytmRollup merge of #49120 - Zoxc:parallel-ci, r=alexcrichton
2018-03-24 kennytmRollup merge of #49089 - alexcrichton:fix-timings,...
2018-03-24 kennytmRollup merge of #49076 - bobdavelisafrank:filetype...
2018-03-24 kennytmRollup merge of #49046 - Zoxc:error-summary, r=michaelw...
2018-03-24 borsAuto merge of #49251 - nikomatsakis:issue-15872-elision...
2018-03-24 borsAuto merge of #48482 - davidtwco:issue-47184, r=nikomat...
2018-03-23 borsAuto merge of #49311 - SimonSapin:bootstrap-vs-rustflag...
2018-03-23 borsAuto merge of #49308 - alexcrichton:rollup, r=alexcrichton
2018-03-23 Alex CrichtonMerge branch '49001_epoch' of https://github.com/klnusb...
2018-03-23 Alex CrichtonMerge branch 'master' of https://github.com/Lymia/rust...
2018-03-23 Alex CrichtonRollup merge of #49295 - csmoe:nll_test_48238, r=alexcr...
2018-03-23 Alex CrichtonRollup merge of #49272 - semarie:cat-and-grep-gnu,...
2018-03-23 Alex CrichtonRollup merge of #49262 - oli-obk:fixed_size_array_len...
2018-03-23 Alex CrichtonRollup merge of #49169 - sanxiyn:doc-only, r=aturon
2018-03-23 Alex CrichtonRollup merge of #49160 - estebank:issue-47457-missing...
2018-03-23 Alex CrichtonRollup merge of #49102 - glandium:decimal, r=aturon
2018-03-23 Alex CrichtonRollup merge of #49030 - Zoxc:misc, r=michaelwoerister
2018-03-23 Alex CrichtonRollup merge of #49028 - QuietMisdreavus:the-dark-forbi...
2018-03-23 Alex CrichtonRollup merge of #48909 - RalfJung:type_alias_bounds...
2018-03-23 Alex CrichtonRollup merge of #48883 - alexcrichton:wasm-custom-secti...
2018-03-23 Alex CrichtonRollup merge of #48624 - bdrewery:freebsd-posix-spawn...
2018-03-23 Alex CrichtonRollup merge of #48265 - SimonSapin:nonzero, r=KodrAus
2018-03-23 Alex Crichtonci: Don't use Travis caches for docker images
2018-03-22 Alex Crichtonrustc: Add a `#[wasm_import_module]` attribute
2018-03-22 borsAuto merge of #49210 - oli-obk:pango_crash, r=eddyb
2018-03-22 borsAuto merge of #49264 - kennytm:rollup, r=kennytm
2018-03-22 kennytmRollup merge of #49038 - canndrew:replace-infallible...
2018-03-22 kennytmRollup merge of #49105 - SimonSapin:from_utf8_lossy_exa...
2018-03-22 kennytmRevert "Temporarily disable dist-ing RLS, Rustfmt and...
2018-03-22 kennytmRollup merge of #49244 - varkor:type_dependent_defs_Exp...
2018-03-22 kennytmRollup merge of #49242 - Mrowqa:typaram-attrs, r=petroc...
2018-03-22 kennytmRollup merge of #49234 - kennytm:revert-fix-dpl-788...
2018-03-22 kennytmRollup merge of #49231 - gnzlbg:fix_vec_fminmax, r...
2018-03-22 kennytmRollup merge of #49225 - QuietMisdreavus:all-the-featur...
2018-03-22 kennytmRollup merge of #49216 - bjorn3:patch-1, r=estebank
2018-03-22 kennytmRollup merge of #49211 - varkor:chalk-lowering-Implemen...
2018-03-22 kennytmRollup merge of #49209 - Zoxc:run-make-last, r=Mark...
2018-03-22 kennytmRollup merge of #49189 - GuillaumeGomez:fix-implied...
2018-03-22 kennytmRollup merge of #49188 - memoryleak47:macro_use_doctest...
2018-03-22 kennytmRollup merge of #49158 - varkor:compiletest-triples...
2018-03-22 kennytmRollup merge of #49140 - semarie:rustdoc-test-path...
2018-03-22 kennytmRollup merge of #49117 - nivkner:fixme_fixup3, r=estebank
2018-03-22 kennytmRollup merge of #49109 - SimonSapin:deprecate-asciiext...
2018-03-22 kennytmRollup merge of #49093 - Zoxc:speedup, r=aidanhs
2018-03-22 kennytmRollup merge of #49069 - wesleywiser:incr_soa, r=michae...
2018-03-22 kennytmRollup merge of #49029 - GuillaumeGomez:atomic-docs...
2018-03-22 kennytmRollup merge of #48939 - wesleywiser:incr_query_wf_chec...
2018-03-22 kennytmRollup merge of #48759 - QuietMisdreavus:simd-feature...
2018-03-22 kennytmRollup merge of #48596 - GuillaumeGomez:invalid-code...
2018-03-22 kennytmRollup merge of #48374 - Aaronepower:master, r=Mark...
2018-03-22 borsAuto merge of #49094 - alexcrichton:print-step-duration...
2018-03-22 borsAuto merge of #49041 - nikomatsakis:issue-46541-impl...
2018-03-22 borsAuto merge of #49246 - kennytm:download-gcc-stuff-from...
2018-03-22 kennytmTemporarily disable dist-ing RLS, Rustfmt and Clippy.
2018-03-21 kennytmHandle redirects correctly.
2018-03-21 kennytmDownload the GCC artifacts from the HTTP server instead...
2018-03-21 David WoodConfigure the dist-x86_64-linux builder to produce...
2018-03-20 Alex Crichtonci: Print out how long each step takes on CI
2018-03-20 kennytmRollup merge of #49176 - matthiaskrgr:config_example_rm...
2018-03-20 kennytmRollup merge of #49157 - estebank:const-into, r=oli-obk
2018-03-20 kennytmRollup merge of #49152 - GuillaumeGomez:rustdoc-event...
2018-03-19 kennytmRollup merge of #49139 - sfackler:bufreader-buffer...
2018-03-19 kennytmRollup merge of #49125 - NovemberZulu:master, r=alexcri...
2018-03-19 kennytmRollup merge of #49104 - csmoe:semicolon_error, r=petro...
2018-03-19 kennytmRollup merge of #49099 - glandium:master, r=sfackler
2018-03-19 kennytmRollup merge of #49092 - mark-i-m:deptrack_readme,...
2018-03-19 kennytmRollup merge of #49004 - wesleywiser:incr_specializatio...
2018-03-19 kennytmRollup merge of #48902 - csmoe:refactor_BorrowckErrors_...
2018-03-19 kennytmRollup merge of #48834 - ysiraichi:suggest-remove-ref...
2018-03-19 kennytmRollup merge of #48810 - Phlosioneer:32463-impl-integer...
2018-03-19 kennytmRollup merge of #46518 - partim:asref-borrow-doc, r...
2018-03-19 borsAuto merge of #49058 - withoutboats:pin, r=cramertj
2018-03-19 Bryan DreweryMerge branch 'update-beta-freebsd' into freebsd-posix...
2018-03-19 borsAuto merge of #49079 - oli-obk:cross_miri, r=michaelwoe...
2018-03-19 borsAuto merge of #49108 - SimonSapin:sip, r=TimNN
next