]> git.lizzy.rs Git - rust.git/history - src/librustc/middle/check_static.rs
Replace all ~"" with "".to_owned()
[rust.git] / src / librustc / middle / check_static.rs
2014-04-19 Richo HealeyReplace all ~"" with "".to_owned()
2014-03-24 borsauto merge of #12998 : huonw/rust/log_syntax, r=alexcri...
2014-03-21 borsauto merge of #13024 : brson/rust/issue-12799, r=thestinger
2014-03-21 borsauto merge of #13029 : FlaPer87/rust/master, r=alexcrichton
2014-03-20 borsauto merge of #13023 : thestinger/rust/deep_clone,...
2014-03-20 borsauto merge of #13017 : alexcrichton/rust/issue-13010...
2014-03-20 borsauto merge of #13015 : tbu-/rust/pr_remove_immut, r...
2014-03-20 borsauto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis
2014-03-20 Flavio PercocoAllow static items that don't fulfill `Freeze`
2014-03-19 borsauto merge of #12879 : Aatch/rust/rustdoc-mod-privacy...
2014-03-17 borsauto merge of #12935 : lbonn/rust/nullenum, r=alexcrichton
2014-03-17 borsauto merge of #12742 : FlaPer87/rust/issue-11411-static...
2014-03-17 borsauto merge of #12957 : lkuper/rust/docsprint, r=alexcri...
2014-03-17 borsauto merge of #12951 : cadencemarseille/rust/issue...
2014-03-17 borsauto merge of #12735 : eddyb/rust/at-exodus-chapter...
2014-03-17 Eduard BurtescuDe-@ ty::ctxt usage.
2014-03-06 Flavio Percocorustc: Move mut slice check to `check_static`
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
2014-02-27 Flavio PercocoForbid certain types for static items