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
/
libstd
/
unicode.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-8
/
+8
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-131
/
+131
2013-03-22
libstd: Remove all uses of `pure` from libstd. rs=depure
Patrick Walton
-6
/
+6
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-8
/
+8
2013-03-07
libstd: Remove `extern mod { ... }` from libstd. rs=deexterning
Patrick Walton
-10
/
+13
2013-01-10
librustc: Make all external functions unsafe. r=tjc
Patrick Walton
-7
/
+7
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-09-28
De-mode std::unicode. Part of #3583.
Graydon Hoare
-146
/
+143
2012-09-28
std: Eliminate deprecated patterns
Brian Anderson
-1
/
+0
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+3
2012-09-01
Confirm demode of unicode.rs
Kevin Cantu
-1
/
+3
2012-08-01
Convert ret to return
Brian Anderson
-6
/
+6
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-05-03
Write unicode::icu::UCHAR_INVALID_CODE as -1, removing a FIXME
Tim Chevalier
-3
/
+1
2012-01-17
libstd: Move std tests into libstd
Brian Anderson
-0
/
+27
2011-12-22
std::unicode: add functions, unit test
Lenny222
-0
/
+43
2011-12-16
std: declared fns as pure where sensible
Stefan Plantikow
-3
/
+3
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+166