]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/nolink-with-link-args.rs
ci: Start running wasm32 tests on Travis
[rust.git] / src / test / compile-fail / nolink-with-link-args.rs
2017-11-28 Alex Crichtonci: Start running wasm32 tests on Travis
2015-07-14 Alexis Beingessnermove everything into the Rust tree
2014-05-05 borsauto merge of #13271 : stepancheg/rust/align, r=pcwalton
2014-05-04 borsauto merge of #13391 : smesseim/rust/apache-copyright...
2014-04-20 borsauto merge of #13410 : alexcrichton/rust/issue-12278...
2014-04-17 borsauto merge of #13485 : adrientetar/rust/newrustdoc...
2014-04-16 borsauto merge of #13465 : alexcrichton/rust/fix-comm-dox...
2014-04-16 borsauto merge of #13432 : ruediger/rust/rustmode, r=nikoma...
2014-04-16 borsauto merge of #13418 : ktt3ja/rust/move-out-of, r=brson
2014-04-16 borsauto merge of #13390 : alexcrichton/rust/run-some-destr...
2014-04-16 borsauto merge of #13498 : johnsoft/rust/fix-transmute...
2014-04-16 borsauto merge of #13511 : Meyermagic/rust/enum_typeid...
2014-04-15 borsauto merge of #13489 : JustAPerson/rust/crate-file...
2014-04-15 borsauto merge of #13416 : brson/rust/30min, r=alexcrichton
2014-04-14 borsauto merge of #13496 : alexcrichton/rust/issue-13495...
2014-04-14 borsauto merge of #13493 : Manishearth/rust/newattr-everywh...
2014-04-14 Manish GoregaokarUse new attribute syntax in python files in src/etc...
2014-03-17 borsauto merge of #12742 : FlaPer87/rust/issue-11411-static...
2014-03-14 borsauto merge of #12888 : aochagavia/rust/Fix-comment...
2014-03-14 borsauto merge of #12871 : aochagavia/rust/Optimize-while_s...
2014-03-14 borsauto merge of #12855 : alexcrichton/rust/shutdown,...
2014-03-14 borsauto merge of #12798 : pczarn/rust/inline-asm, r=alexcr...
2014-03-13 borsauto merge of #12573 : lbonn/rust/unrecurs, r=alexcrichton
2014-03-13 borsauto merge of #12238 : ktt3ja/rust/lifetime-error-msg...
2014-03-13 borsauto merge of #12852 : itdaniher/rust/master, r=alexcri...
2014-03-13 borsauto merge of #12849 : nick29581/rust/doubles, r=alexcr...
2014-03-13 borsauto merge of #12845 : eddyb/rust/vec-no-drop-flag...
2014-03-13 borsauto merge of #12602 : alexcrichton/rust/backtrace...
2014-03-13 borsauto merge of #12823 : alexcrichton/rust/issue-12666...
2014-03-13 borsauto merge of #12756 : pongad/rust/remove_owned_str_pat...
2014-03-13 borsauto merge of #12081 : cgaebel/rust/robinhood-hashing...
2014-03-12 borsauto merge of #12848 : alexcrichton/rust/rollup, r...
2014-03-12 lpyRemove remaining nolink usages.(fixes #12810)
2013-12-11 borsauto merge of #10787 : nikomatsakis/rust/issue-9629...
2013-12-06 borsauto merge of #10721 : osa1/rust/intermediatestr, r...
2013-12-06 borsauto merge of #10506 : nikomatsakis/rust/issue-10391...
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-12-05 borsauto merge of #10799 : TeXitoi/rust/shootout-reverse...
2013-12-04 borsauto merge of #10792 : kballard/rust/parse_sugary_call_...
2013-12-04 borsauto merge of #10788 : alexcrichton/rust/fixes, r=pcwalton
2013-12-04 borsauto merge of #10776 : alexcrichton/rust/issue-9725...
2013-12-04 borsauto merge of #10785 : alexcrichton/rust/omg-i-hate...
2013-12-04 borsauto merge of #10752 : dhodder/rust/master, r=pcwalton
2013-12-03 borsauto merge of #10747 : alexcrichton/rust/snapshots...
2013-12-03 Alex CrichtonRegister new snapshots
2013-03-08 borsauto merge of #5278 : brson/rust/logplusplus, r=brson
2013-03-08 borsauto merge of #5260 : pcwalton/rust/assert, r=pcwalton
2013-03-08 Patrick Waltonlibrustc: Remove "extern mod { ... }" from librustc...
2013-01-30 Patrick Waltontest: De-export aux, bench, compile-fail, and run-fail...
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
2012-09-27 Brian AndersonMerge pull request #3526 from Dretch/viewmethod
2012-09-22 Graydon HoareInstall new pub/priv/export rules as defaults, old...
2012-07-03 Graydon HoareSwitch 'native' to 'extern' (or 'foreign' in some descr...
2011-12-17 Brian AndersonMerge pull request #1320 from elly/cargo
2011-12-17 Graydon HoareMerge pull request #1319 from elly/cargo
2011-12-16 Graham Fawcettallow #[link_args] with #[nolink]. For now, fail if...