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-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
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-3
/
+3
2015-01-08
Forbid trailing attributes in impl blocks
Steven Fackler
-3
/
+6
2015-01-07
use slicing sugar
Jorge Aparicio
-6
/
+6
2015-01-06
rollup merge of #20563: cmr/macro-input-future-proofing
Alex Crichton
-11
/
+10
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-1
/
+1
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
fallout
Nick Cameron
-7
/
+8
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-10
/
+10
2015-01-07
Impls using the new scheme for slicing
Nick Cameron
-9
/
+15
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-06
Fix fallout
Corey Richardson
-11
/
+10
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-4
/
+5
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-1
/
+1
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-2
/
+2
2015-01-05
rollup merge of #20565: alexcrichton/missing-stability
Alex Crichton
-3
/
+6
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-7
/
+23
2015-01-05
rollup merge of #20554: huonw/mut-pattern
Alex Crichton
-1
/
+1
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-4
/
+5
[prev]
[next]