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
/
byte-literals.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-67
/
+0
2019-07-27
tests: Add missing run-pass annotations
Vadim Petrochenkov
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-9
/
+0
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-1
/
+1
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-1
/
+1
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-1
/
+0
2015-03-18
Fix byte string literal patterns in match
Vadim Petrochenkov
-7
/
+6
2015-03-18
Fixed-size byte string literals (RFC 339)
Vadim Petrochenkov
-7
/
+15
2015-02-18
Update suffixes en masse in tests using `perl -p -i -e`
Niko Matsakis
-3
/
+3
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-3
/
+3
2014-09-30
librustc: Forbid `..` in range patterns.
Patrick Walton
-1
/
+1
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-8
/
+14
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-0
/
+2
2014-07-05
Fix #15453
Jakub Wieczorek
-0
/
+7
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-2
/
+0
2014-06-17
Add br##"xx"## raw byte string literals.
Simon Sapin
-1
/
+7
2014-06-17
Add a b"xx" byte string literal of type &'static [u8].
Simon Sapin
-0
/
+12
2014-06-17
Add a b'x' byte literal of type u8.
Simon Sapin
-0
/
+38