]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/nullable-pointer-iotareduction.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / run-pass / nullable-pointer-iotareduction.rs
2014-03-21 Patrick Waltontest: Make manual changes to deal with the fallout...
2014-03-21 Patrick Waltontest: Automatically remove all `~[T]` from tests.
2014-03-02 borsMerge pull request #12308 from kballard/vim-nested...
2014-02-27 borsauto merge of #12486 : MicahChalmer/rust/emacs-fixes...
2014-02-26 borsauto merge of #12490 : zslayton/rust/doc-fix-12386...
2014-02-26 borsauto merge of #12547 : jagtalon/rust/jag/rust/tutorial...
2014-02-26 borsauto merge of #12505 : alexcrichton/rust/fix-stack...
2014-02-26 borsauto merge of #12548 : alexcrichton/rust/up-llvm, r...
2014-02-26 borsauto merge of #12539 : gmjosack/rust/master, r=alexcrichton
2014-02-25 borsauto merge of #12493 : eddyb/rust/saner-overloads,...
2014-02-25 borsauto merge of #12457 : alexcrichton/rust/fix-some-tests...
2014-02-25 Alex Crichtontest: Clean out the test suite a bit
2014-02-20 borsauto merge of #12161 : aepsil0n/rust/docs/for-loop...
2014-02-12 borsauto merge of #12185 : nikomatsakis/rust/issue-12033...
2014-02-12 borsauto merge of #12184 : JeremyLetang/rust/rustpkg-link...
2014-02-11 borsauto merge of #12183 : SimonSapin/rust/patch-4, r=alexc...
2014-02-11 borsauto merge of #12171 : chromatic/rust/fix_crate_tutoria...
2014-02-11 borsauto merge of #12110 : fhahn/rust/issue-11363-change...
2014-02-11 Florian HahnChange `xfail` directives in compiletests to `ignore...
2014-02-10 borsauto merge of #12095 : FlaPer87/rust/issue-11709, r...
2014-02-09 borsauto merge of #12114 : brson/rust/faqs, r=cmr
2014-02-08 borsauto merge of #12090 : bjz/rust/unimplemented, r=cmr
2014-02-08 borsauto merge of #12096 : brson/rust/morestack-addr, r...
2014-02-08 borsauto merge of #12099 : alexcrichton/rust/rpath-tests...
2014-02-08 borsauto merge of #12094 : adridu59/rust/licensing, r=brson
2014-02-07 borsauto merge of #12029 : zkamsler/rust/merge-sort-allocat...
2014-02-07 borsauto merge of #12073 : alexcrichton/rust/doc-examples...
2014-02-07 borsauto merge of #12055 : dguenther/rust/tidy_test, r...
2014-02-07 Derek GuentherAdded tests to make tidy
2014-02-04 borsauto merge of #11230 : csherratt/rust/cow, r=alexcrichton
2014-02-04 borsauto merge of #11951 : dmanescu/rust/reserve-rename...
2014-02-04 borsauto merge of #11717 : DiamondLovesYou/rust/master...
2014-02-02 borsauto merge of #11975 : jfager/rust/r8498, r=alexcrichton
2014-02-02 borsauto merge of #11959 : omasanori/rust/update-zsh, r...
2014-02-01 borsauto merge of #11974 : huonw/rust/no-at-vec, r=pcwalton
2014-02-01 Huon WilsonUpdate/delete tests using @[].
2014-02-01 Patrick Waltontest: Remove `@str` from the test suite
2013-12-05 borsauto merge of #10562 : ongardie/rust/master, r=brson
2013-12-05 borsauto merge of #10211 : ktt3ja/rust/add-lrucache, r...
2013-11-29 borsauto merge of #10709 : alexcrichton/rust/snapshot,...
2013-11-29 Alex CrichtonRegister new snapshots
2013-07-26 borsauto merge of #7820 : pnkfelix/rust/fill-in-some-missin...
2013-07-21 borsauto merge of #7923 : alexcrichton/rust/add-tests,...
2013-07-20 borsauto merge of #7855 : brson/rust/rt-overcommit, r=pcwalton
2013-07-19 borsauto merge of #7863 : catamorphism/rust/issue-5883...
2013-07-19 borsauto merge of #7859 : kmcallister/rust/rt-diag-messages...
2013-07-19 borsauto merge of #7856 : brson/rust/no-thread-per-core...
2013-07-19 borsauto merge of #7854 : brson/rust/rt-test-threads, r...
2013-07-18 borsauto merge of #7847 : alexcrichton/rust/verbose-submodu...
2013-07-18 borsauto merge of #7846 : alexcrichton/rust/static-mut...
2013-07-18 borsauto merge of #7845 : gifnksm/rust/tutorial-remove...
2013-07-18 borsauto merge of #7842 : thestinger/rust/closure, r=huonw
2013-07-18 borsauto merge of #7840 : alexcrichton/rust/better-test...
2013-07-18 borsauto merge of #7747 : chris-morgan/rust/vim-compiler...
2013-07-18 borsauto merge of #7849 : nikomatsakis/rust/issue-7444...
2013-07-18 borsauto merge of #7851 : dotdash/rust/intrinsics, r=pcwalton
2013-07-17 Patrick Waltonlibrustc: Remove all uses of "copy".
2013-07-17 Patrick Waltonlibrustc: Add a lint mode for unnecessary `copy` and...
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-05-30 borsauto merge of #6825 : caitp/rust/issue-6824, r=Aatch
2013-05-30 Brian AndersonMerge remote-tracking branch 'brson/io' into incoming
2013-05-28 borsauto merge of #6783 : hoelzro/rust/master, r=bstrie
2013-05-27 borsauto merge of #6688 : graydon/rust/issue-3396-mystery...
2013-05-24 borsauto merge of #6680 : ben0x539/rust/slashslashslash...
2013-05-24 borsauto merge of #6706 : brson/rust/glue, r=catamorphism
2013-05-23 Patrick Waltontest: Update tests to use the new syntax.
2013-05-18 borsauto merge of #6249 : crabtw/rust/arm, r=brson
2013-05-17 borsauto merge of #6442 : sstewartgallus/rust/incoming...
2013-05-16 borsauto merge of #6536 : kud1ing/rust/patch-1, r=brson
2013-05-16 borsauto merge of #6473 : nikomatsakis/rust/issue-5967...
2013-05-15 borsauto merge of #6493 : brson/rust/tls, r=thestinger
2013-05-15 borsauto merge of #6486 : recrack/rust/gitignore, r=catamor...
2013-05-15 borsauto merge of #6475 : sonwow/rust/tutorials, r=brson
2013-05-14 Brian AndersonMerge remote-tracking branch 'brson/io-upstream' into...
2013-05-14 borsauto merge of #6471 : gifnksm/rust/reform-rational...
2013-05-14 borsauto merge of #6468 : gifnksm/rust/rposition-immutable...
2013-05-14 borsauto merge of #6357 : dotdash/rust/fixfmt, r=bstrie
2013-05-14 Marvin LöbelFix cosmetics for fail!() calls
2013-05-14 Björn SteinbrinkUse static string with fail!() and remove fail!(fmt!())
2013-05-08 borsauto merge of #6119 : brson/rust/main, r=brson
2013-05-07 borsauto merge of #6228 : brson/rust/run-destroy, r=brson
2013-05-07 borsauto merge of #6226 : alexcrichton/rust/issue-6199...
2013-05-06 borsauto merge of #6150 : yichoi/rust/arm-test-pull, r...
2013-05-05 Niko MatsakisMerge remote-tracking branch 'mozilla/incoming' into...
2013-05-05 borsauto merge of #6208 : sanxiyn/rust/accurate-span, r...
2013-05-05 borsauto merge of #6235 : pnkfelix/rust/issue-3326-play...
2013-05-05 borsauto merge of #6234 : yichoi/rust/glob-dummy-pull,...
2013-05-04 borsauto merge of #6230 : thestinger/rust/whitespace, r...
2013-05-04 Daniel Micayadd gitattributes and fix whitespace issues
2013-04-27 borsauto merge of #6066 : djui/rust/patch-1, r=graydon
2013-04-24 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-04-23 borsauto merge of #6026 : isanbard/rust/ca73fbf72615575f106...
2013-04-23 borsauto merge of #6007 : pcwalton/rust/use-mod, r=brson
2013-04-23 borsauto merge of #5996 : sanxiyn/rust/target-feature,...
2013-04-22 borsauto merge of #5980 : Kimundi/rust/ascii-encoding,...
2013-04-22 borsauto merge of #5966 : alexcrichton/rust/issue-3083...
2013-04-22 borsauto merge of #5971 : pcwalton/rust/is-absolute, r...
2013-04-22 borsauto merge of #6001 : jld/rust/enum-nullable, r=pcwalton
2013-04-22 Jed DavisAdd some tests for nullable-pointer enums