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
Age
Commit message (
Expand
)
Author
Lines
2015-01-20
Remove onceness & bounds - they don't do anything.
Ariel Ben-Yehuda
-76
/
+7
2015-01-20
Kill TraitStore
Ariel Ben-Yehuda
-566
/
+14
2015-01-19
Updates of the fix
GuillaumeGomez
-43
/
+43
2015-01-19
Auto merge of #19490 - oli-obk:json_non_string_key_maps, r=alexcrichton
bors
-91
/
+201
2015-01-19
impl Hash for arrays
Jorge Aparicio
-0
/
+25
2015-01-19
Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale...
bors
-26
/
+87
2015-01-19
Auto merge of #20082 - pczarn:btree-bounded-iter, r=Gankro
bors
-194
/
+605
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-70
/
+70
2015-01-19
Fix flaky condvar test
Steven Fackler
-4
/
+5
2015-01-19
Fixes #21033 with accompanying test.
Tom Chittenden
-26
/
+87
2015-01-19
Implement range and range_mut for BTree
Piotr Czarnecki
-194
/
+605
2015-01-20
Change the title of if statement in trpl book.
Logan Chien
-1
/
+1
2015-01-19
Add test for #21328
Adolfo Ochagavía
-1
/
+13
2015-01-19
Auto merge of #21269 - alexcrichton:issue-6936, r=pnkfelix
bors
-308
/
+341
2015-01-19
impl Iterator for &mut Iterator and Box<Iterator>
Jorge Aparicio
-0
/
+63
2015-01-19
Add a Drain iterator to VecMap
Adolfo Ochagavía
-6
/
+55
2015-01-19
rt: Remove libtime wrappers
klutzy
-138
/
+0
2015-01-19
ugly hack to convert BadHashMapKey error to general fmt::Error
Oliver 'ker' Schneider
-5
/
+20
2015-01-19
add unit test for non string/numeric map keys
Oliver 'ker' Schneider
-1
/
+20
2015-01-19
lower FnMut to FnOnce since json-hack is no longer required
Oliver 'ker' Schneider
-7
/
+7
2015-01-19
json-encoder: report error when hash map key is not string or numeric
Oliver 'ker' Schneider
-78
/
+154
2015-01-19
Auto merge of #21282 - Aatch:init-memzero, r=alexcrichton
bors
-5
/
+29
2015-01-19
Impl Send for Timer on Windows
Peter Atashian
-1
/
+7
2015-01-19
Auto merge of #20874 - klutzy:windows-dynamic-lib, r=alexcrichton
bors
-43
/
+105
2015-01-19
Make VecMap::into_iter consume the VecMap
Adolfo Ochagavía
-4
/
+3
2015-01-19
Fix HMODULE
Peter Atashian
-2
/
+3
2015-01-19
Auto merge of #21099 - sanxiyn:opt-return-ty, r=alexcrichton
bors
-85
/
+76
2015-01-19
Ranges implement Clone where possible
Diggory Blake
-4
/
+31
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-55
/
+65
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-156
/
+156
2015-01-18
libsyntax: int types -> isize
Paul Collier
-40
/
+40
2015-01-18
libsyntax: int => i32 in appropriate places
Paul Collier
-48
/
+48
2015-01-18
std: Stabilize TypeId and tweak BoxAny
Alex Crichton
-108
/
+105
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-204
/
+180
2015-01-18
rustc_resolve: Do not allow mods to shadow types
Alex Crichton
-16
/
+73
2015-01-18
rustc_resolve: De-indent by breaking out of match
Alex Crichton
-101
/
+101
2015-01-18
Make date of nightly in rustup match server TZ
Earl St Sauver
-3
/
+8
2015-01-19
Auto merge of #21267 - danslapman:master, r=alexcrichton
bors
-4
/
+4
2015-01-19
doc: typo fix
Tshepang Lekhonkhobe
-1
/
+1
2015-01-18
Use 'in' instead of 'find()' in tidy.py
Kevin Yap
-8
/
+8
2015-01-19
Reduce size of array in test case to 1MB
James Miller
-1
/
+1
2015-01-19
Add test to catch performance regressions
James Miller
-1
/
+26
2015-01-19
Use `zero_mem` instead of a zerointializer for `init` intrinsic
James Miller
-5
/
+4
2015-01-18
rustdoc: Improve diagnostics on lockfile failures
Alex Crichton
-5
/
+11
2015-01-18
Add test for issue #21356
Adolfo Ochagavía
-0
/
+14
2015-01-18
Fix #21356
Adolfo Ochagavía
-14
/
+15
2015-01-18
Ignore NOTEs when Travis runs `make tidy`
Kevin Yap
-2
/
+2
2015-01-18
Remove associated_types gate from std::ops docs
Steve Klabnik
-30
/
+0
2015-01-18
syntax: allow bare sequences in lhs for follow checking
Corey Richardson
-10
/
+30
2015-01-19
std::dynamic_lib: Fix Windows error handling
klutzy
-43
/
+105
[prev]
[next]