about summary refs log tree commit diff
path: root/src/test/run-pass/const-str-ptr.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-25/+0
2016-05-07test: adjust for the move to MIR-based const checking.Eduard Burtescu-5/+0
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-0/+4
2015-11-18allow indexing into constant arraysOliver Schneider-0/+1
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-2/+2
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-05More test fixes!Alex Crichton-2/+0
2015-01-05std: Redesign c_str and c_vecAlex Crichton-4/+0
2015-01-03Remove deprecated functionalityAlex Crichton-4/+4
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-2/+2
2014-11-17Fix fallout from coercion removalNick Cameron-2/+2
2014-10-09test: Convert statics to constantsAlex Crichton-3/+3
2014-07-24Deprecated `str::raw::from_buf_len`Adolfo OchagavĂ­a-3/+3
2014-07-24Deprecated `str::raw::from_c_str`Adolfo OchagavĂ­a-1/+1
2014-06-29c_str: replace .with_ref with .as_ptr throughout the codebase.Huon Wilson-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-3/+3
2014-05-27std: Remove String's to_ownedRicho Healey-3/+3
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-3/+3
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-2/+2
2013-12-04std::str: remove from_utf8.Huon Wilson-2/+2
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-2/+2
2013-08-04std: merge str::raw::from_buf and str::raw::from_c_strErick Tryzelaar-9/+14
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-3/+3
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-5/+5
2013-03-27testsuite: more `pub fn main`Tim Chevalier-1/+1
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-2/+2
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-3/+3
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-07test: Fix tests.Patrick Walton-6/+6
2013-03-07Permit casting region pointers to unsafe ones.Josh Matthews-0/+22