| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-07-24 | Deprecated `str::raw::from_buf_len` | Adolfo Ochagavía | -3/+3 | |
| Replaced by `string::raw::from_buf_len` [breaking-change] | ||||
| 2014-07-24 | Deprecated `str::raw::from_c_str` | Adolfo Ochagavía | -1/+1 | |
| Use `string::raw::from_buf` instead [breaking-change] | ||||
| 2014-06-29 | c_str: replace .with_ref with .as_ptr throughout the codebase. | Huon Wilson | -1/+1 | |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -3/+3 | |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -3/+3 | |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -3/+3 | |
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -2/+2 | |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -2/+2 | |
| This function had type &[u8] -> ~str, i.e. it allocates a string internally, even though the non-allocating version that take &[u8] -> &str and ~[u8] -> ~str are all that is necessary in most circumstances. | ||||
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -2/+2 | |
| 2013-08-04 | std: merge str::raw::from_buf and str::raw::from_c_str | Erick Tryzelaar | -9/+14 | |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 | |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -3/+3 | |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -5/+5 | |
| 2013-03-27 | testsuite: more `pub fn main` | Tim Chevalier | -1/+1 | |
| 2013-03-26 | librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax | Patrick Walton | -2/+2 | |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -3/+3 | |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime ↵ | Patrick Walton | -1/+1 | |
| notation. rs=delifetiming | ||||
| 2013-03-07 | test: Fix tests. | Patrick Walton | -6/+6 | |
| 2013-03-07 | Permit casting region pointers to unsafe ones. | Josh Matthews | -0/+22 | |
