]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-01-21 Steve KlabnikMove rustdoc.md into the book
2015-01-21 borsAuto merge of #21242 - richo:no-perl, r=brson
2015-01-21 borsAuto merge of #21227 - sellibitze:core-ops-for-referenc...
2015-01-21 borsAuto merge of #21395 - sfackler:fix-cvar-test, r=alexcr...
2015-01-21 borsAuto merge of #21065 - ColonelJ:master, r=brson
2015-01-20 borsAuto merge of #21439 - alexcrichton:rollup, r=alexcrichton
2015-01-20 Sebastian Gesemannadd stability text like suggested in discussion
2015-01-20 Alex CrichtonTest fixes and rebase conflicts
2015-01-20 borsAuto merge of #20919 - fay-jai:update, r=brson
2015-01-20 Barosl LEERollup merge of #20991 - mneumann:llvm-dragonfly-take2...
2015-01-20 Barosl LEERollup merge of #21179 - nodakai:reference-mod-to-self...
2015-01-20 Barosl LEERollup merge of #21427 - steveklabnik:generics_fix...
2015-01-20 Barosl LEERollup merge of #21424 - sanxiyn:coerce-mut, r=nikomatsakis
2015-01-20 Barosl LEERollup merge of #21404 - japaric:hash, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21399 - kballard:fix-PLEASE_BENCH...
2015-01-20 Barosl LEERollup merge of #21388 - aochagavia:collections, r...
2015-01-20 Barosl LEERollup merge of #21387 - retep998:hmodule, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21386 - Diggsey:issue-21384, r=alexcri...
2015-01-20 Barosl LEERollup merge of #21380 - tshepang:patch-3, r=steveklabnik
2015-01-20 Barosl LEERollup merge of #21123 - visualfc:master, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21377 - iKevinY:speedy-tidy, r=huonw
2015-01-20 Barosl LEERollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21369 - iKevinY:no-travis-notes, r...
2015-01-20 Barosl LEERollup merge of #21359 - WiSaGaN:bugfix/fix_marker...
2015-01-20 Barosl LEERollup merge of #21358 - glacjay:patch-2, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21357 - kimroen:patch-1, r=sanxiyn
2015-01-20 Barosl LEERollup merge of #21100 - tstorch:small_readability_upda...
2015-01-20 Barosl LEERollup merge of #21345 - glacjay:patch-1, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21339 - thorncp:api-docs-search, r...
2015-01-20 Barosl LEERollup merge of #21336 - rylev:better-nofile-error...
2015-01-20 Barosl LEERollup merge of #21331 - michaelsproul:sync-error-impls...
2015-01-20 Barosl LEERollup merge of #21048 - aroben:patch-1, r=steveklabnik
2015-01-20 Barosl LEERollup merge of #21326 - look:nano-syntax-highlighting...
2015-01-20 Barosl LEERollup merge of #21314 - fenhl:patch-1, r=steveklbanik
2015-01-20 Barosl LEERollup merge of #21312 - michaelsproul:remove-error...
2015-01-20 Barosl LEERollup merge of #21309 - thorncp:rustdoc-man-page,...
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 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 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 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 Adolfo OchagavíaAdd test for #21328
2015-01-19 borsAuto merge of #21269 - alexcrichton:issue-6936, r=pnkfelix
2015-01-19 Adolfo OchagavíaAdd a Drain iterator to VecMap
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 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 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 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 Kevin YapIgnore NOTEs when Travis runs `make tidy`
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 borsauto merge of #21276 : huonw/rust/trait-suggestion...
2015-01-18 Michael NeumannRedo Segmented stack support for DragonFly
2015-01-18 borsauto merge of #21288 : brson/rust/snaps, r=alexcrichton
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
next