about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-01-20Initial support for aarch64-linux-androidEunji Jeong-4/+66
2015-01-19Remove unsupported test features from libtest.Ahmed Charles-117/+6
2015-01-19Remove unsupported test features from compiletest.Ahmed Charles-34/+4
2015-01-19Remove ratchet-bench from configure.Ahmed Charles-1/+0
2015-01-20Fix up some ‘help’ messagesP1start-16/+16
2015-01-20Auto merge of #21304 - lifthrasiir:htmldocck, r=alexcrichtonbors-99/+389
2015-01-20Auto merge of #21287 - alexcrichton:issue-19872, r=huonwbors-5/+11
2015-01-20Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelixbors-13/+71
2015-01-19Auto merge of #21165 - alexcrichton:second-pass-type-id, r=aturonbors-108/+105
2015-01-20Remove onceness & bounds - they don't do anything.Ariel Ben-Yehuda-76/+7
2015-01-20Kill TraitStoreAriel Ben-Yehuda-566/+14
2015-01-19Updates of the fixGuillaumeGomez-43/+43
2015-01-19Auto merge of #19490 - oli-obk:json_non_string_key_maps, r=alexcrichtonbors-91/+201
2015-01-19impl Hash for arraysJorge Aparicio-0/+25
2015-01-19Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale...bors-26/+87
2015-01-19Fix `make check PLEASE_BENCH=1`Kevin Ballard-3/+1
2015-01-19Auto merge of #20082 - pczarn:btree-bounded-iter, r=Gankrobors-194/+605
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-70/+70
2015-01-19Fix flaky condvar testSteven Fackler-4/+5
2015-01-19Fixes #21033 with accompanying test.Tom Chittenden-26/+87
2015-01-19Implement range and range_mut for BTreePiotr Czarnecki-194/+605
2015-01-20Change the title of if statement in trpl book.Logan Chien-1/+1
2015-01-19Add test for #21328Adolfo Ochagavía-1/+13
2015-01-19Auto merge of #21269 - alexcrichton:issue-6936, r=pnkfelixbors-308/+341
2015-01-19impl Iterator for &mut Iterator and Box<Iterator>Jorge Aparicio-0/+63
2015-01-19Add a Drain iterator to VecMapAdolfo Ochagavía-6/+55
2015-01-19rt: Remove libtime wrappersklutzy-138/+0
2015-01-19ugly hack to convert BadHashMapKey error to general fmt::ErrorOliver 'ker' Schneider-5/+20
2015-01-19add unit test for non string/numeric map keysOliver 'ker' Schneider-1/+20
2015-01-19lower FnMut to FnOnce since json-hack is no longer requiredOliver 'ker' Schneider-7/+7
2015-01-19json-encoder: report error when hash map key is not string or numericOliver 'ker' Schneider-78/+154
2015-01-19Auto merge of #21282 - Aatch:init-memzero, r=alexcrichtonbors-5/+29
2015-01-19Impl Send for Timer on WindowsPeter Atashian-1/+7
2015-01-19Auto merge of #20874 - klutzy:windows-dynamic-lib, r=alexcrichtonbors-43/+105
2015-01-19Make VecMap::into_iter consume the VecMapAdolfo Ochagavía-4/+3
2015-01-19Fix HMODULEPeter Atashian-2/+3
2015-01-19Auto merge of #21099 - sanxiyn:opt-return-ty, r=alexcrichtonbors-85/+76
2015-01-19Ranges implement Clone where possibleDiggory Blake-4/+31
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-55/+65
2015-01-18libsyntax: 0u -> 0us, 0i -> 0isPaul Collier-156/+156
2015-01-18libsyntax: int types -> isizePaul Collier-40/+40
2015-01-18libsyntax: int => i32 in appropriate placesPaul Collier-48/+48
2015-01-18std: Stabilize TypeId and tweak BoxAnyAlex Crichton-108/+105
2015-01-18Fix typedef/module name conflicts in the compilerAlex Crichton-204/+180
2015-01-18rustc_resolve: Do not allow mods to shadow typesAlex Crichton-16/+73
2015-01-18rustc_resolve: De-indent by breaking out of matchAlex Crichton-101/+101
2015-01-18Make date of nightly in rustup match server TZEarl St Sauver-3/+8
2015-01-19Auto merge of #21267 - danslapman:master, r=alexcrichtonbors-4/+4
2015-01-19doc: typo fixTshepang Lekhonkhobe-1/+1
2015-01-18Use 'in' instead of 'find()' in tidy.pyKevin Yap-8/+8