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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libunicode
Age
Commit message (
Expand
)
Author
Lines
2015-03-31
Stabilize std::num
Aaron Turon
-1
/
+0
2015-03-26
Register new snapshots
Alex Crichton
-424
/
+0
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-10
/
+20
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+4
2015-03-19
Update docs for ToUppercase/ToLowercase structs
Matt Brubeck
-2
/
+4
2015-03-18
libunicode: Partially inline the fast paths in character class checking.
Patrick Walton
-0
/
+432
2015-03-18
Register new snapshots
Alex Crichton
-416
/
+1
2015-03-17
std: Tweak some unstable features of `str`
Alex Crichton
-1
/
+6
2015-03-17
Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn
Manish Goregaokar
-1
/
+1
2015-03-16
impl char
Jorge Aparicio
-0
/
+374
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-1
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-03-10
std: Stabilize more of the `char` module
Alex Crichton
-102
/
+225
2015-03-06
Rollup merge of #23056 - awlnx:master, r=nrc
Manish Goregaokar
-0
/
+2
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-03-05
Rollup merge of #22994 - eddyb:unsuffix-ints-good, r=alexcrichton
Manish Goregaokar
-1
/
+1
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-03-03
unicode: Properly parse ranges in UnicodeData.txt
Florian Zeitz
-273
/
+264
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-284
/
+283
2015-02-20
Addressed PR comments
Marvin Löbel
-1
/
+1
2015-02-17
Register new snapshots
Alex Crichton
-13
/
+0
2015-02-15
Fix rollup (remove slicing_syntax)
Manish Goregaokar
-1
/
+0
2015-02-15
Rollup merge of #22339 - petrochenkov:int, r=huonw
Manish Goregaokar
-35
/
+34
2015-02-15
Audit integer types in libunicode, libcore/(char, str) and libstd/ascii
Vadim Petrochenkov
-35
/
+34
2015-02-14
Auto merge of #22114 - alexcrichton:issue-22084, r=steveklabnik
bors
-0
/
+1
2015-02-12
Fixed a tiny typo in the documentation of std::char.
Mátyás Mustoha
-1
/
+1
2015-02-09
std: Display primitive documentation for char
Alex Crichton
-0
/
+1
2015-02-07
Feature-gate #![no_std]
Keegan McAllister
-0
/
+1
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-0
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-2
/
+2
2015-02-03
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
bors
-1
/
+1
2015-02-02
More deprecating of i/u suffixes
Alfie John
-1
/
+1
2015-02-02
rollup merge of #21842: alexcrichton/issue-21839
Alex Crichton
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-02-01
std: Remove extra type params on iter adaptors
Alex Crichton
-1
/
+1
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-30
remove Copy impls from iterators
Jorge Aparicio
-2
/
+2
2015-01-30
fix fallout
Jorge Aparicio
-0
/
+3
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-28
Merge remote-tracking branch 'origin/master' into rollup
Manish Goregaokar
-46
/
+65
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-7
/
+3
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-4
/
+4
2015-01-23
grandfathered -> rust1
Brian Anderson
-26
/
+26
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-20
/
+20
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-19
/
+19
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-45
/
+63
2015-01-21
Fallout from stabilization.
Aaron Turon
-4
/
+4
[next]