]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/static-mut-not-constant.rs
auto merge of #13967 : richo/rust/features/ICE-fails, r=alexcrichton
[rust.git] / src / test / compile-fail / static-mut-not-constant.rs
2014-05-07 borsauto merge of #13967 : richo/rust/features/ICE-fails...
2014-05-07 borsauto merge of #13958 : pcwalton/rust/detilde, r=pcwalton
2014-05-07 Patrick Waltonlibrustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from...
2014-03-02 borsMerge pull request #12308 from kballard/vim-nested...
2014-03-01 borsauto merge of #12641 : sfackler/rust/issue-11552, r...
2014-03-01 borsauto merge of #12632 : fhahn/rust/issue-12507-rustdoc...
2014-02-28 borsauto merge of #12616 : alexcrichton/rust/size, r=huonw
2014-02-28 borsauto merge of #12544 : erickt/rust/hash, r=acrichto
2014-02-28 borsauto merge of #12348 : brunoabinader/rust/libcollection...
2014-02-28 borsauto merge of #11979 : FlaPer87/rust/static, r=nikomatsakis
2014-02-27 Flavio PercocoImmutable static items should be `Freeze` Fixes #12432
2013-12-05 borsauto merge of #10211 : ktt3ja/rust/add-lrucache, r...
2013-11-24 borsauto merge of #10475 : astrieanna/rust/issue8763, r...
2013-11-18 borsauto merge of #10508 : chris-morgan/rust/tags-improveme...
2013-11-18 borsauto merge of #10443 : alexcrichton/rust/meaninless...
2013-11-18 borsauto merge of #10526 : itdaniher/rust/master, r=pcwalton
2013-11-18 borsauto merge of #10363 : astrieanna/rust/fix-x86stdcall...
2013-11-18 borsauto merge of #10511 : cmr/rust/addtests, r=huonw
2013-11-17 Corey RichardsonBetter error message when using vectors in statics
2013-07-08 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-07-06 borsauto merge of #7194 : jensnockert/rust/endian, r=cmr
2013-07-03 Brian AndersonMerge remote-tracking branch 'mozilla/master'
2013-06-30 borsauto merge of #7374 : Jeaye/rust/func_highlight, r=cmr
2013-06-29 borsauto merge of #7244 : bblum/rust/once, r=nikomatsakis
2013-06-26 borsauto merge of #7356 : msullivan/rust/default-methods...
2013-06-26 borsauto merge of #7345 : blake2-ppc/rust/iterator-flat...
2013-06-26 borsauto merge of #7255 : michaelwoerister/rust/debuginfo...
2013-06-26 borsauto merge of #7216 : kballard/rust/task_rng, r=brson
2013-06-26 Brian AndersonMerge remote-tracking branch 'mozilla/master' into...
2013-06-25 borsauto merge of #7325 : artagnon/rust/resolve-module...
2013-06-25 borsauto merge of #7317 : Aatch/rust/no-drop-flag, r=thestinger
2013-06-25 borsauto merge of #7254 : Blei/rust/intrinsic-overhaul...
2013-06-25 borsauto merge of #7291 : alexcrichton/rust/static-mut...
2013-06-24 Alex CrichtonAdd 'static mut' items to the language