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
/
libstd
Age
Commit message (
Expand
)
Author
Lines
2014-12-15
Use wrapper structs for `HashSet`'s iterators.
Chase Southwood
-20
/
+59
2014-12-15
Use wrapper structs for `HashMap`'s iterators.
Chase Southwood
-38
/
+31
2014-12-15
auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakis
bors
-11
/
+121
2014-12-15
libstd: add a dummy field to `OsRng` to avoid out of module construction
Jorge Aparicio
-2
/
+5
2014-12-15
Remove internal uses of `marker::NoCopy`
Jorge Aparicio
-16
/
+5
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-5
/
+5
2014-12-15
rollup merge of #19787: akiss77/fix-i8-c_char
Brian Anderson
-1
/
+1
2014-12-15
rollup merge of #19710: steveklabnik/gh15449
Brian Anderson
-7
/
+7
2014-12-15
Standardize some usages of "which" in docstrings
Andrew Wagner
-11
/
+11
2014-12-14
Free stdin on exit
Steven Fackler
-0
/
+7
2014-12-14
Fix Markdown syntax in docs for OsRng
Martin Pool
-3
/
+6
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-46
/
+37
2014-12-14
std: Bind port early to make a test more reliable
Alex Crichton
-1
/
+2
2014-12-15
auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichton
bors
-10
/
+1
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-272
/
+284
2014-12-14
Rewrite threading infrastructure, introducing `Thunk` to represent
Niko Matsakis
-87
/
+115
2014-12-13
libstd: fix unit tests
Jorge Aparicio
-11
/
+13
2014-12-13
libstd: convert `Duration` binops to by value
Jorge Aparicio
-0
/
+64
2014-12-13
libstd: convert `BitFlags` binops to by value
Jorge Aparicio
-0
/
+44
2014-12-13
Get rid of all the remaining uses of `refN`/`valN`/`mutN`/`TupleN`
Jorge Aparicio
-2
/
+2
2014-12-13
libstd: use tuple indexing
Jorge Aparicio
-4
/
+4
2014-12-13
Windows dbghelp strips leading underscores from symbols, so let's accept "ZN....
Vadim Chugunov
-8
/
+25
2014-12-13
libstd: add missing imports
Jorge Aparicio
-0
/
+2
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-95
/
+171
2014-12-13
libstd: fix fallout
Jorge Aparicio
-0
/
+1
2014-12-13
libstd: fix fallout
Jorge Aparicio
-1
/
+1
2014-12-13
libstd: fix fallout
Jorge Aparicio
-3
/
+2
2014-12-13
libstd: fix fallout
Jorge Aparicio
-14
/
+22
2014-12-13
libstd: fix fallout
Jorge Aparicio
-16
/
+28
2014-12-13
Add `Copy` to bitflags-generated structures
Valerii Hiora
-10
/
+1
2014-12-13
auto merge of #19664 : tbu-/rust/pr_oibit2_fix, r=Gankro
bors
-29
/
+21
2014-12-12
libc::c_char is not necessarily i8
Akos Kiss
-1
/
+1
2014-12-11
Register new snapshots
Alex Crichton
-18
/
+16
2014-12-10
Fix inappropriate ## headings
Steve Klabnik
-7
/
+7
2014-12-09
Test fixes and rebase conflicts from the rollup
Alex Crichton
-3
/
+3
2014-12-09
Rollback accidental documentation changes
Tobias Bucher
-29
/
+21
2014-12-09
rollup merge of #19653: frewsxcv/rm-reexports
Alex Crichton
-1
/
+4
2014-12-09
rollup merge of #19620: retep998/memorymap
Alex Crichton
-39
/
+35
2014-12-09
rollup merge of #19614: steveklabnik/gh19599
Alex Crichton
-1
/
+1
2014-12-09
rollup merge of #19577: aidancully/master
Alex Crichton
-1
/
+17
2014-12-08
Remove Result and Option reexports
Corey Farwell
-1
/
+4
2014-12-09
Rename assert_eq arguments to left and right.
Niels Egberts
-6
/
+6
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-22
/
+125
2014-12-08
core: remove the dead function fmt::argumentstr.
Eduard Burtescu
-1
/
+1
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-218
/
+215
2014-12-07
Make MemoryMap use HANDLE on Windows.
Peter Atashian
-39
/
+35
2014-12-07
Fix syntax error on android tests
Jorge Aparicio
-2
/
+2
2014-12-07
remove usage of notrust from the docs
Steve Klabnik
-1
/
+1
2014-12-06
libstd: remove unnecessary `to_string()` calls
Jorge Aparicio
-96
/
+96
2014-12-06
libstd: remove unnecessary `as_mut_slice` calls
Jorge Aparicio
-1
/
+1
[prev]
[next]