about summary refs log tree commit diff
path: root/src/test/run-pass/byte-literals.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-67/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+1
2018-12-25Remove licensesMark Rousskov-9/+0
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-1/+1
2016-10-31Changed most vec! invocations to use square bracesiirelu-1/+1
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-1/+0
2015-03-18Fix byte string literal patterns in matchVadim Petrochenkov-7/+6
2015-03-18Fixed-size byte string literals (RFC 339)Vadim Petrochenkov-7/+15
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-3/+3
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-1/+1
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-8/+14
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-07-05Fix #15453Jakub Wieczorek-0/+7
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+0
2014-06-17Add br##"xx"## raw byte string literals.Simon Sapin-1/+7
2014-06-17Add a b"xx" byte string literal of type &'static [u8].Simon Sapin-0/+12
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-0/+38