about summary refs log tree commit diff
path: root/src/test/run-pass/istr.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-53/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2017-06-13Merge crate `collections` into `alloc`Murarth-2/+0
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-4/+4
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-2/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+4
2014-05-27std: Rename strbuf operations to stringRicho Healey-8/+8
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-10/+10
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-23/+10
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-14/+14
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-7/+9
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-3/+3
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-3/+3
2013-09-30rpass: Remove usage of fmt!Alex Crichton-3/+3
2013-08-17Fix warnings it testsErick Tryzelaar-8/+8
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-3/+3
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-4/+4
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-10/+10
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-13/+13
2013-03-15Clonify some of run-passBen Striegel-2/+2
2013-03-11Remove uses of logBrian Anderson-3/+3
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-13/+13
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-05test: More run-pass test fixesPatrick Walton-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-25/+25
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-3/+3
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-3/+3
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-3/+3
2011-09-02Reformat. Issue #855Brian Anderson-37/+30
2011-08-22Teach rustc to append istrs. Issue #855Brian Anderson-0/+19
2011-08-22Teach rustc to add istrs. Issue #855Brian Anderson-2/+23
2011-08-22Encode the istr shape correctly. Issue #855Brian Anderson-0/+6
2011-08-22Create correct drop glue for istrs. Issue #855Brian Anderson-0/+6
2011-08-22Translate istr literals. Issue #855Brian Anderson-0/+17