index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustrt
/
c_str.rs
Age
Commit message (
Expand
)
Author
Lines
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-15
/
+15
2014-09-18
Doc says to avoid mixing allocator instead of forbiding it
gamazeps
-5
/
+6
2014-09-18
Document that CStrings live in the libc heap
gamazeps
-7
/
+8
2014-09-18
Document that CStrings live in the libc heap
Felix Raimundo
-4
/
+11
2014-09-09
Remove some test warnings.
Jonas Hietala
-1
/
+1
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-1
/
+1
2014-08-16
librustc: Forbid external crates, imports, and/or items from being
Patrick Walton
-2
/
+3
2014-07-24
Add a null pointer check to CString::new
Adolfo Ochagavía
-109
/
+14
2014-07-24
Implement Show for CString
Adolfo Ochagavía
-0
/
+7
2014-07-17
Rename functions in the CloneableVector trait
Adolfo Ochagavía
-2
/
+2
2014-07-10
io::process::Command: add fine-grained env builder
Aaron Turon
-0
/
+17
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-4
/
+4
2014-07-03
Fix spelling errors.
Joseph Crail
-1
/
+1
2014-06-29
c_str: move `.unwrap` & document it more clearly.
Huon Wilson
-11
/
+16
2014-06-29
c_str: replace .with_ref with .as_ptr throughout the codebase.
Huon Wilson
-69
/
+70
2014-06-29
c_str: add `.as_ptr` & `.as_mut_ptr` to replace `.with_[mut_]ref`.
Huon Wilson
-0
/
+69
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-23
/
+24
2014-06-24
Add more description to c_str::unwrap().
Steve Klabnik
-1
/
+4
2014-06-18
Deprecate the bytes!() macro.
Simon Sapin
-11
/
+11
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-06-06
libs: Fix miscellaneous fallout of librustrt
Alex Crichton
-1
/
+7
2014-06-06
std: Extract librustrt out of libstd
Alex Crichton
-0
/
+809