summary refs log tree commit diff
path: root/src/librustc/middle/check_static.rs
AgeCommit message (Expand)AuthorLines
2014-10-02syntax: ast: remove TyBox and UnBox.Eduard Burtescu-4/+0
2014-09-14rustc: fix fallout from using ptr::P.Eduard Burtescu-2/+3
2014-09-12Track the visited AST's lifetime throughout Visitor.Eduard Burtescu-1/+1
2014-09-12Remove largely unused context from Visitor.Eduard Burtescu-25/+24
2014-09-10Implement tuple and tuple struct indexingP1start-1/+1
2014-09-08rustc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-4/+4
2014-08-26DST coercions and DST structsNick Cameron-6/+4
2014-07-12Convert a first batch of diagnostics to have error codesJakub Wieczorek-6/+6
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+1
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-3/+4
2014-05-28std: Remove format_strbuf!()Alex Crichton-2/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-5/+7
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-03-20Allow static items that don't fulfill `Freeze`Flavio Percoco-21/+4
2014-03-17auto merge of #12742 : FlaPer87/rust/issue-11411-static-mut-slice, r=nikomats...bors-0/+4
2014-03-17De-@ ty::ctxt usage.Eduard Burtescu-7/+6
2014-03-06rustc: Move mut slice check to `check_static`Flavio Percoco-0/+4
2014-02-27Immutable static items should be `Freeze` Fixes #12432Flavio Percoco-0/+21
2014-02-27Forbid certain types for static itemsFlavio Percoco-0/+138