]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-01-20 Barosl LEERollup merge of #21302 - gutworth:rm-find-equiv-test...
2015-01-20 Barosl LEERollup merge of #21294 - alfie:typo, r=steveklabnik
2015-01-20 Barosl LEERollup merge of #21355 - alfie:suffix, r=steveklabnik
2015-01-20 Barosl LEERollup merge of #21280 - timparenti:old-guide-stub...
2015-01-20 Barosl LEERollup merge of #20998 - estsauver:20984, r=steveklabnik
2015-01-20 Steve KlabnikSmall fix in TRPL 3.9
2015-01-20 borsAuto merge of #19353 - icorderi:docs/grammar, r=stevekl...
2015-01-20 Seo SanghyeonForbid coercing &T to &mut T
2015-01-20 borsAuto merge of #21364 - cmr:fix-ttseq-ice, r=alexcrichton
2015-01-20 Oliver Schneiderprettier Buffer::read_until
2015-01-20 Toby ScraceCorrect small typos in map.rs.
2015-01-20 Huon WilsonAvoid suggesting traits multiple times.
2015-01-20 James MillerUse assume to inform the optimiser about refcount invar...
2015-01-20 Eunji JeongInitial support for aarch64-linux-android
2015-01-20 Ahmed CharlesRemove unsupported test features from libtest.
2015-01-20 Ahmed CharlesRemove unsupported test features from compiletest.
2015-01-20 Ahmed CharlesRemove ratchet-bench from configure.
2015-01-20 P1startFix up some ‘help’ messages
2015-01-20 borsAuto merge of #21304 - lifthrasiir:htmldocck, r=alexcri...
2015-01-20 borsAuto merge of #21287 - alexcrichton:issue-19872, r...
2015-01-20 borsAuto merge of #21257 - alexcrichton:issue-20064, r...
2015-01-19 borsAuto merge of #21165 - alexcrichton:second-pass-type...
2015-01-19 Ariel Ben-YehudaRemove onceness & bounds - they don't do anything.
2015-01-19 Ariel Ben-YehudaKill TraitStore
2015-01-19 GuillaumeGomezUpdates of the fix
2015-01-19 borsAuto merge of #19490 - oli-obk:json_non_string_key_maps...
2015-01-19 Jorge Aparicioimpl Hash for arrays
2015-01-19 borsAuto merge of #21278 - thchittenden:issue-21033-struct...
2015-01-19 Kevin BallardFix `make check PLEASE_BENCH=1`
2015-01-19 borsAuto merge of #20082 - pczarn:btree-bounded-iter, r...
2015-01-19 Jorge Aparicioremove unnecessary parentheses from range notation
2015-01-19 Steven FacklerFix flaky condvar test
2015-01-19 Tom ChittendenFixes #21033 with accompanying test.
2015-01-19 Piotr CzarneckiImplement range and range_mut for BTree
2015-01-19 Logan ChienChange the title of if statement in trpl book.
2015-01-19 Adolfo OchagavíaAdd test for #21328
2015-01-19 borsAuto merge of #21269 - alexcrichton:issue-6936, r=pnkfelix
2015-01-19 Jorge Aparicioimpl Iterator for &mut Iterator and Box<Iterator>
2015-01-19 Adolfo OchagavíaAdd a Drain iterator to VecMap
2015-01-19 klutzyrt: Remove libtime wrappers
2015-01-19 Oliver 'ker... ugly hack to convert BadHashMapKey error to general...
2015-01-19 Oliver 'ker... add unit test for non string/numeric map keys
2015-01-19 Oliver 'ker... lower FnMut to FnOnce since json-hack is no longer...
2015-01-19 Oliver 'ker... json-encoder: report error when hash map key is not...
2015-01-19 borsAuto merge of #21282 - Aatch:init-memzero, r=alexcrichton
2015-01-19 Peter AtashianImpl Send for Timer on Windows
2015-01-19 borsAuto merge of #20874 - klutzy:windows-dynamic-lib,...
2015-01-19 Adolfo OchagavíaMake VecMap::into_iter consume the VecMap
2015-01-19 Peter AtashianFix HMODULE
2015-01-19 borsAuto merge of #21099 - sanxiyn:opt-return-ty, r=alexcri...
2015-01-19 Diggory BlakeRanges implement Clone where possible
2015-01-19 weReplace `0 as *const/mut T` with `ptr::null/null_mut()`
2015-01-19 Paul Collierlibsyntax: 0u -> 0us, 0i -> 0is
2015-01-19 Paul Collierlibsyntax: int types -> isize
2015-01-19 Paul Collierlibsyntax: int => i32 in appropriate places
2015-01-19 Alex Crichtonstd: Stabilize TypeId and tweak BoxAny
2015-01-19 Alex CrichtonFix typedef/module name conflicts in the compiler
2015-01-19 Alex Crichtonrustc_resolve: Do not allow mods to shadow types
2015-01-19 Alex Crichtonrustc_resolve: De-indent by breaking out of match
2015-01-19 Earl St SauverMake date of nightly in rustup match server TZ
2015-01-19 borsAuto merge of #21267 - danslapman:master, r=alexcrichton
2015-01-19 Tshepang Lekhonkhobedoc: typo fix
2015-01-18 Kevin YapUse 'in' instead of 'find()' in tidy.py
2015-01-18 James MillerReduce size of array in test case to 1MB
2015-01-18 James MillerAdd test to catch performance regressions
2015-01-18 James MillerUse `zero_mem` instead of a zerointializer for `init...
2015-01-18 Alex Crichtonrustdoc: Improve diagnostics on lockfile failures
2015-01-18 Adolfo OchagavíaAdd test for issue #21356
2015-01-18 Adolfo OchagavíaFix #21356
2015-01-18 Kevin YapIgnore NOTEs when Travis runs `make tidy`
2015-01-18 Steve KlabnikRemove associated_types gate from std::ops docs
2015-01-18 Corey Richardsonsyntax: allow bare sequences in lhs for follow checking
2015-01-18 klutzystd::dynamic_lib: Fix Windows error handling
2015-01-18 Wangshan LuFix std::marker.
2015-01-18 Seo SanghyeonMake output type in ast::FnDecl optional
2015-01-18 Jay Truefix formatting
2015-01-18 Alfie Johndocs: replacing more deprecated integer suffixes
2015-01-18 Kim RøenRemove redundant "Right now"
2015-01-18 Alfie Johndocs: replace deprecated integer suffixes from examples
2015-01-18 borsauto merge of #20901 : dgrunwald/rust/update-token...
2015-01-18 Eduard BurtescuImprove the vec![...] macro with UFCS.
2015-01-18 borsauto merge of #21276 : huonw/rust/trait-suggestion...
2015-01-18 Michael NeumannRedo Segmented stack support for DragonFly
2015-01-18 Tom Jakubowskirustdoc: Handle associated types on inlined impls
2015-01-18 Tom Jakubowskirustdoc: Add some re-exports
2015-01-18 Tom Jakubowskirustdoc: Accept string source in core::run_core
2015-01-18 Tom Jakubowskirustdoc: Separate associated types from methods
2015-01-18 Tom JakubowskiRemove some dead code from rustc::middle::ty
2015-01-18 Tom Jakubowskirustdoc: Add Show impls to more clean types
2015-01-18 borsauto merge of #21288 : brson/rust/snaps, r=alexcrichton
2015-01-18 Paul Collierlibsyntax: rename functions from uint to usize
2015-01-18 Kang Seonghoontests: Warn on the trailing backslash in the template.
2015-01-18 borsauto merge of #21330 : JeffBelgum/rust/collections...
2015-01-18 Jay Truefix an error about the static lifetime
2015-01-18 Brian AndersonAdd allow(unstable) to librustc_privacy
2015-01-18 Brian AndersonAdd allow(unstable) to more tests
2015-01-18 Brian AndersonAdd allow(unstable) to driver.rs
2015-01-18 Brian AndersonAdd allow(unstable) to tests that need it
2015-01-18 Brian Andersonconfigure: Use a more portable 'date' command to create...
2015-01-18 Brian AndersonSet allow(unstable) in crates that use unstable features
next