| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+1 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -3/+4 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -2/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -2/+2 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -5/+7 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -1/+1 |
| 2014-03-20 | Allow static items that don't fulfill `Freeze` | Flavio Percoco | -21/+4 |
| 2014-03-17 | auto merge of #12742 : FlaPer87/rust/issue-11411-static-mut-slice, r=nikomats... | bors | -0/+4 |
| 2014-03-17 | De-@ ty::ctxt usage. | Eduard Burtescu | -7/+6 |
| 2014-03-06 | rustc: Move mut slice check to `check_static` | Flavio Percoco | -0/+4 |
| 2014-02-27 | Immutable static items should be `Freeze` Fixes #12432 | Flavio Percoco | -0/+21 |
| 2014-02-27 | Forbid certain types for static items | Flavio Percoco | -0/+138 |
