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
/
libcore
/
str
Age
Commit message (
Expand
)
Author
Lines
2015-03-03
str: fix comments for FromStr for bool
Lai Jiangshan
-2
/
+13
2015-03-02
Enable recursion for visit_ty in lint visitor
Ivan Petkov
-0
/
+2
2015-02-27
Add some missing stability attributes on struct fields.
Huon Wilson
-0
/
+1
2015-02-20
Addressed PR comments
Marvin Löbel
-56
/
+197
2015-02-20
Fix tidy and rebase fallout
Marvin Löbel
-15
/
+27
2015-02-20
Added a Pattern impl that delegates to the dereference of a type.
Marvin Löbel
-22
/
+89
2015-02-20
Refactored code into Searcher traits with naive implementations
Marvin Löbel
-372
/
+451
2015-02-20
Made match_indices use the generic pattern API
Marvin Löbel
-29
/
+34
2015-02-20
Made str::MatchIndices a private implementantion detail
Marvin Löbel
-10
/
+24
2015-02-20
Added string pattern traits and basic implementantions
Marvin Löbel
-126
/
+282
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-15
Audit integer types in libunicode, libcore/(char, str) and libstd/ascii
Vadim Petrochenkov
-77
/
+79
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-3
/
+3
2015-02-06
Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton
Manish Goregaokar
-1
/
+0
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-4
/
+4
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-1
/
+0
2015-02-02
rollup merge of #21842: alexcrichton/issue-21839
Alex Crichton
-2
/
+2
2015-02-02
register snapshots
Jorge Aparicio
-10
/
+0
2015-02-01
std: Remove extra type params on iter adaptors
Alex Crichton
-2
/
+2
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-30
rollup merge of #21760: brson/snaps
Alex Crichton
-9
/
+0
2015-01-30
rollup merge of #21718: alexcrichton/stabilize-from-str
Alex Crichton
-14
/
+39
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-14
/
+39
2015-01-30
remove Copy impls from iterators
Jorge Aparicio
-3
/
+4
2015-01-29
Register snaps
Brian Anderson
-9
/
+0
2015-01-30
Rename FullRange to RangeFull
Nick Cameron
-0
/
+10
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-29
remove unused imports
Jorge Aparicio
-1
/
+0
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-28
Move return type an associated type of the `Fn*` traits. Mostly this involves...
Niko Matsakis
-0
/
+11
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-54
/
+72
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-44
/
+98
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-5
/
+5
2015-01-24
Add ffi::OsString and OsStr
Aaron Turon
-49
/
+67
2015-01-23
grandfathered -> rust1
Brian Anderson
-34
/
+34
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-1
/
+2
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-8
/
+8
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-8
/
+8
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-45
/
+52
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-41
/
+69
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-1
/
+27
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21157: steveklabnik/deprecation
Alex Crichton
-1
/
+1
2015-01-21
Improve quality of String#to_slice() deprecation message
Steve Klabnik
-1
/
+1
2015-01-21
Deprecate slicing methods in favor of notation
Aaron Turon
-41
/
+69
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+27
2015-01-21
Rollup merge of #21100 - tstorch:small_readability_update, r=alexcrichton
Barosl LEE
-12
/
+9
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-1
/
+1
2015-01-14
Small Readability Update
Tristan Storch
-12
/
+9
[prev]
[next]