| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+1 | |
| 2013-08-14 | Methodyfied the string ascii extionsion functions | Marvin Löbel | -1/+1 | |
| Added into_owned() method for vectors Added DoubleEnded Iterator impl to Option Renamed nil.rs to unit.rs | ||||
| 2013-08-12 | Reorganise Select traits to not expose internal runtime types. Close #5160. ↵ | Ben Blum | -0/+1 | |
| Pending #8215. | ||||
| 2013-08-09 | auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt | bors | -0/+1 | |
| This PR fixes #7235 and #3371, which removes trailing nulls from `str` types. Instead, it replaces the creation of c strings with a new type, `std::c_str::CString`, which wraps a malloced byte array, and respects: * No interior nulls * Ends with a trailing null | ||||
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -2/+0 | |
| 2013-08-08 | Merge remote-tracking branch 'remotes/origin/master' into ↵ | Erick Tryzelaar | -0/+3 | |
| remove-str-trailing-nulls | ||||
| 2013-08-07 | Add initial support for a new formatting syntax | Alex Crichton | -0/+3 | |
| The new macro is available under the name ifmt! (only an intermediate name) | ||||
| 2013-08-06 | Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into ↵ | Erick Tryzelaar | -2/+0 | |
| remove-str-trailing-nulls | ||||
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -0/+1 | |
| 2013-08-03 | std: Remove gc and stackwalk | Brian Anderson | -2/+0 | |
| These are both obsoleted by the forthcoming new GC. | ||||
| 2013-07-27 | Remove unnecessary #[path = "***/mod.rs"] lines. | OGINO Masanori | -3/+0 | |
| Fixes #7922. Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com> | ||||
| 2013-07-22 | std: add #[cfg(test)] reference to extra so we can benchmark libstd. | Graydon Hoare | -0/+3 | |
| 2013-07-19 | std: Remove old magic core mod | Brian Anderson | -10/+0 | |
| 2013-07-14 | Make TLS keys actually take up space | Alex Crichton | -0/+1 | |
| If the TLS key is 0-sized, then the linux linker is apparently smart enough to put everything at the same pointer. OSX on the other hand, will reserve some space for all of them. To get around this, the TLS key now actuall consumes space to ensure that it gets a unique pointer | ||||
| 2013-07-08 | Bump version numbers to 0.8-pre | Brian Anderson | -1/+1 | |
| 2013-06-30 | Bump version from 0.7-pre to 0.7 | Brian Anderson | -1/+1 | |
| 2013-06-25 | Rename all files with the 'rc' extension | Alex Crichton | -0/+230 | |
