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
/
libsyntax
/
ext
/
bytes.rs
Age
Commit message (
Expand
)
Author
Lines
2013-09-16
Limit spans in bytes!() error messages to the argument in question
Kevin Ballard
-10
/
+10
2013-09-04
stop treating char as an integer type
Daniel Micay
-2
/
+4
2013-09-03
Modernized a few more types in syntax::ast
Marvin Löbel
-1
/
+1
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-2
/
+2
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-2
/
+2
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-2
/
+2
2013-07-30
Added str::char_offset_iter() and str::rev_char_offset_iter()
Marvin Löbel
-1
/
+1
2013-07-24
Disallow non-comma-delimited arguments to fmt! and bytes!
Birunthan Mohanathas
-1
/
+1
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+1
2013-06-14
add IteratorUtil to the prelude
Daniel Micay
-1
/
+0
2013-06-09
std: replace the str::each* fns/methods with byte iterators
Huon Wilson
-1
/
+2
2013-05-22
syntax/ext: convert all AstBuilder methods to a uniform syntax.
Huon Wilson
-5
/
+5
2013-05-22
syntax/ext: migrate build.rs functions to AstBuilder methods.
Huon Wilson
-6
/
+6
2013-05-22
syntax/ext: modernise ext_ctxt to be CamelCase and use new.
Huon Wilson
-1
/
+1
2013-05-18
Made bytes!() accept a list of string, integer or char literals
Marvin Löbel
-5
/
+50
2013-05-16
Implement bytes! syntax extension
Sangeun Kim
-0
/
+28