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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
const-str-ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2018-09-06
Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.
Felix S. Klock II
-25
/
+0
2016-05-07
test: adjust for the move to MIR-based const checking.
Eduard Burtescu
-5
/
+0
2016-03-17
Add #[rustc_no_mir] to make tests pass with -Z orbit.
Eduard Burtescu
-0
/
+4
2015-11-18
allow indexing into constant arrays
Oliver Schneider
-0
/
+1
2015-06-13
Use `assert_eq!` instead of `assert!` in tests
petrochenkov
-2
/
+2
2015-04-08
Remove pretty-expanded from failing tests
Alex Crichton
-1
/
+0
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-0
/
+2
2015-01-05
More test fixes!
Alex Crichton
-2
/
+0
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-4
/
+0
2015-01-03
Remove deprecated functionality
Alex Crichton
-4
/
+4
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-2
/
+2
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-2
/
+2
2014-10-09
test: Convert statics to constants
Alex Crichton
-3
/
+3
2014-07-24
Deprecated `str::raw::from_buf_len`
Adolfo OchagavĂa
-3
/
+3
2014-07-24
Deprecated `str::raw::from_c_str`
Adolfo OchagavĂa
-1
/
+1
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
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 notation....
Patrick Walton
-1
/
+1
2013-03-07
test: Fix tests.
Patrick Walton
-6
/
+6
2013-03-07
Permit casting region pointers to unsafe ones.
Josh Matthews
-0
/
+22