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
Age
Commit message (
Expand
)
Author
Lines
2015-02-05
Make the lifetime anchor immutable on std::mem::copy_mut_lifetime
Mikhail Zabaluev
-3
/
+4
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-05
Replace usage of slice::from_raw_buf with slice::from_raw_parts
Mikhail Zabaluev
-4
/
+52
2015-02-04
Fix for misspelled comments.
Joseph Crail
-1
/
+1
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-8
/
+8
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-4
/
+0
2015-02-03
rollup merge of #21907: alexcrichton/iter-by-ref
Alex Crichton
-42
/
+19
2015-02-03
rollup merge of #21897: dotdash/rposition
Alex Crichton
-3
/
+4
2015-02-03
rollup merge of #21870: alexcrichton/missing-stability
Alex Crichton
-0
/
+4
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-1
/
+1
2015-02-03
std: Remove `iter::ByRef` and generalize impls
Alex Crichton
-42
/
+19
2015-02-03
Optimize rposition
Björn Steinbrink
-3
/
+4
2015-02-02
std: Add some missing stability attributes
Alex Crichton
-0
/
+4
2015-02-02
Test fixes and rebase conflicts
Alex Crichton
-5
/
+5
2015-02-02
rollup merge of #21854: alexcrichton/try-borrow
Alex Crichton
-14
/
+51
2015-02-02
rollup merge of #21842: alexcrichton/issue-21839
Alex Crichton
-244
/
+110
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-124
/
+11
2015-02-02
rollup merge of #21794: alexcrichton/stabilize-atomic-usize
Alex Crichton
-0
/
+20
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-7
/
+6
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-02-02
register snapshots
Jorge Aparicio
-112
/
+0
2015-02-02
Documenting libcore/char.rs
Steve Klabnik
-20
/
+174
2015-02-01
std: Deprecate RefCell::{try_borrow, try_borrow_mut}
Alex Crichton
-14
/
+51
2015-02-01
std: Remove extra type params on iter adaptors
Alex Crichton
-244
/
+110
2015-02-01
Auto merge of #21806 - edwardw:new-range-impl, r=alexcrichton
bors
-69
/
+47
2015-02-01
Make sure type inference with `a..b` as good as `range(a,b)`
Edward Wang
-69
/
+47
2015-01-31
remove Copy impls from remaining iterators
Jorge Aparicio
-2
/
+3
2015-01-30
std: Stabilize Atomic{Isize,Usize} methods
Alex Crichton
-0
/
+20
2015-01-30
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-0
/
+3
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-13
/
+13
2015-01-30
rollup merge of #21713: alexcrichton/second-pass-fmt
Alex Crichton
-196
/
+242
2015-01-30
rollup merge of #21760: brson/snaps
Alex Crichton
-62
/
+0
2015-01-30
rollup merge of #21718: alexcrichton/stabilize-from-str
Alex Crichton
-67
/
+164
2015-01-30
rollup merge of #21706: reem/missing-zeroable-impl-for-unique
Alex Crichton
-0
/
+2
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-196
/
+242
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-67
/
+164
2015-01-30
fixes after rebase
Jorge Aparicio
-1
/
+0
2015-01-30
remove Copy impls from iterators
Jorge Aparicio
-11
/
+8
2015-01-30
fix fallout
Jorge Aparicio
-11
/
+15
2015-01-30
core: add the `IntoIterator` trait
Jorge Aparicio
-0
/
+51
2015-01-30
Auto merge of #21604 - nikomatsakis:closure-move-indiv-vars, r=eddyb
bors
-0
/
+3
2015-01-30
Use `#[rustc_paren_sugar]` as a more extensible way of deciding when
Niko Matsakis
-0
/
+3
2015-01-29
Register snaps
Brian Anderson
-62
/
+0
2015-01-30
Change from core::ops::RangeFull to std::ops
Nick Cameron
-3
/
+3
2015-01-30
Rename FullRange to RangeFull
Nick Cameron
-14
/
+55
2015-01-30
Remove FullRange from the prelude etc.
Nick Cameron
-0
/
+6
2015-01-30
Use absolute path to FullRange, rather than assuming it is in the prelude
Nick Cameron
-0
/
+1
2015-01-29
Auto merge of #21677 - japaric:no-range, r=alexcrichton
bors
-52
/
+35
[prev]
[next]