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
/
libunicode
/
tables.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
Merge `UnicodeChar` and `CharExt`.
Huon Wilson
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-18
/
+18
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-5
/
+5
2014-12-13
libunicode: use tuple indexing
Jorge Aparicio
-3
/
+2
2014-12-11
Register new snapshots
Alex Crichton
-6779
/
+7488
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+3
2014-12-05
Utilize fewer reexports
Corey Farwell
-7
/
+9
2014-11-26
Test fixes and rebase conflicts
Alex Crichton
-8
/
+8
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+1
2014-11-06
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-11-06
rollup merge of #18705 : fabricedesre/patch-1
Alex Crichton
-1
/
+1
2014-11-06
Fix a couple of build warnings
Fabrice Desré
-1
/
+1
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-6
/
+6
2014-11-04
libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in
Patrick Walton
-4151
/
+4164
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-13
Include the Unicode version used to generate `src/libunicode/tables.rs`.
Simon Sapin
-0
/
+4
2014-10-09
unicode: Make statics legal
Alex Crichton
-102
/
+103
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-1
/
+1
2014-08-13
core: Add binary_search and binary_search_elem methods to slices.
Brian Anderson
-16
/
+20
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-5
/
+5
2014-07-28
collections, unicode: Add support for NFC and NFKC
Florian Zeitz
-0
/
+304
2014-07-14
add Graphemes iterator; tidy unicode exports
kwantam
-12
/
+873
2014-07-07
Add libunicode; move unicode functions from core
kwantam
-0
/
+6445