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
Age
Commit message (
Expand
)
Author
Lines
2015-02-03
Auto merge of #21745 - chris-morgan:add-missing-unstable-attributes, r=huonw
bors
-0
/
+38
2015-02-02
Test fixes and rebase conflicts
Alex Crichton
-6
/
+12
2015-02-02
rollup merge of #21842: alexcrichton/issue-21839
Alex Crichton
-19
/
+9
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-90
/
+117
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex Crichton
-679
/
+1998
2015-02-02
rollup merge of #21754: semarie/openbsd-rebased
Alex Crichton
-66
/
+206
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-6
/
+5
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-5
/
+5
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-5
/
+5
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-38
/
+38
2015-02-02
impl IntoIterator for HashSet
Jorge Aparicio
-1
/
+27
2015-02-02
impl IntoIterator for HashMap
Jorge Aparicio
-1
/
+37
2015-02-02
register snapshots
Jorge Aparicio
-37
/
+3
2015-02-01
std: Remove extra type params on iter adaptors
Alex Crichton
-19
/
+9
2015-02-01
std: Add a new `env` module
Alex Crichton
-678
/
+1998
2015-02-01
Auto merge of #21811 - tbu-:pr_more_isize, r=alexcrichton
bors
-6
/
+6
2015-02-01
openbsd: rebase to master
Sébastien Marie
-3
/
+6
2015-02-01
openbsd: remove specific block and cleanup linkage
Sébastien Marie
-12
/
+0
2015-02-01
openbsd: incoporate remarks
Sébastien Marie
-39
/
+26
2015-02-01
openbsd support
Sébastien Marie
-37
/
+199
2015-02-01
Auto merge of #21788 - carllerche:master, r=alexcrichton
bors
-1
/
+56
2015-01-31
make Send/Sync impl of RawTable manual
Alexis
-12
/
+14
2015-01-31
Kill more `isize`s
Tobias Bucher
-6
/
+6
2015-01-30
Implement Thread::park_timeout
Carl Lerche
-1
/
+56
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-25
/
+23
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-208
/
+208
2015-01-30
rollup merge of #21713: alexcrichton/second-pass-fmt
Alex Crichton
-10
/
+10
2015-01-30
rollup merge of #21736: sfackler/bufread-capacity-fix
Alex Crichton
-1
/
+1
2015-01-30
rollup merge of #21733: mneumann/fix-io-rename-df
Alex Crichton
-1
/
+1
2015-01-30
rollup merge of #21718: alexcrichton/stabilize-from-str
Alex Crichton
-65
/
+93
2015-01-30
rollup merge of #21704: FlaPer87/macro-reexport
Alex Crichton
-1
/
+1
2015-01-30
rollup merge of #21678: vojtechkral/threads-native-names
Alex Crichton
-2
/
+52
2015-01-30
rollup merge of #21495: richo/unexported-unmangled-lint
Alex Crichton
-0
/
+5
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-10
/
+10
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-65
/
+93
2015-01-30
fixes after rebase
Jorge Aparicio
-1
/
+0
2015-01-30
s/while let/for/g now that #21245 has been fixed
Jorge Aparicio
-16
/
+5
2015-01-30
smoke out remaining bugs
Jorge Aparicio
-7
/
+2
2015-01-30
fix tests
Jorge Aparicio
-0
/
+5
2015-01-30
fix fallout
Jorge Aparicio
-8
/
+24
2015-01-30
lint: Add test for no_mangle
Richo Healey
-7
/
+3
2015-01-29
rt: allow unexported functions
Richo Healey
-0
/
+9
2015-01-30
Add a few missing stability markers.
Chris Morgan
-0
/
+38
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-208
/
+208
2015-01-30
Change from core::ops::RangeFull to std::ops
Nick Cameron
-1
/
+0
2015-01-30
Rename FullRange to RangeFull
Nick Cameron
-1
/
+25
2015-01-29
Auto merge of #21677 - japaric:no-range, r=alexcrichton
bors
-191
/
+191
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-33
/
+33
2015-01-29
remove unused imports
Jorge Aparicio
-1
/
+1
2015-01-29
fix inference fallout
Jorge Aparicio
-6
/
+6
[next]