]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-01-19 Jorge Aparicioremove unnecessary parentheses from range notation
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 borsAuto merge of #21099 - sanxiyn:opt-return-ty, r=alexcri...
2015-01-19 borsAuto merge of #21267 - danslapman:master, r=alexcrichton
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 klutzystd::dynamic_lib: Fix Windows error handling
2015-01-18 Seo SanghyeonMake output type in ast::FnDecl optional
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 borsauto merge of #21288 : brson/rust/snaps, r=alexcrichton
2015-01-18 borsauto merge of #21330 : JeffBelgum/rust/collections...
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
2015-01-18 Brian Andersonmk: Don't set RUSTC_BOOTSTRAP_KEY on -dev and -nightly...
2015-01-18 Brian Andersonmk: Revert hack to pull the bootstrap key from the...
2015-01-18 Eduard BurtescuRegister new snapshots.
2015-01-18 Jeff Belgumadd append to vec with tests
2015-01-17 borsauto merge of #21300 : steveklabnik/rust/rollup, r...
2015-01-17 Steve KlabnikFix more rollup problems
2015-01-17 Steve Klabnikfix rollup
2015-01-17 Alfie Johndocs: grammar fix
2015-01-17 Nick Howelldoc: Remove extra whitespace in the middle of lines...
2015-01-17 Alex Crichtonstd: Move the bitflags! macro to a gated crate
2015-01-17 Steve KlabnikBeef up Copy documentation
2015-01-17 Steve KlabnikAdd C -> Rust example to FFI chapter of the book.
2015-01-17 Steve KlabnikUpdate syntax of ignored test.
2015-01-17 Steve KlabnikFix up titles of TRPL chapters
2015-01-17 Volker MischeMake Index trait example clearer
2015-01-17 Ms2gerFix typo.
2015-01-17 Corey FarwellBump LICENSE copyright year
2015-01-17 Steve KlabnikIntpocalypse, book edition.
2015-01-17 Steve KlabnikEvaluate # fn in docs
2015-01-17 Steve KlabnikRemove segmented stack info from the FFI chapter of...
2015-01-17 Andrew BarchukReplace obsolete constructions in into examples
2015-01-17 Andrew BarchukRemove Thread::detach() call from intro example
2015-01-17 Andrew BarchukFix intro concurrency examples compilation warns
2015-01-17 Simonas KazlauskasRevert stability for Bitv and BitvSet
2015-01-17 Steve KlabnikAdd enum discriminats to the reference.
2015-01-17 Steve KlabnikAdd note about libc::exit's unsafety.
2015-01-17 borsauto merge of #21233 : huonw/rust/simd-size, r=Aatch
2015-01-17 borsauto merge of #21205 : alexcrichton/rust/issue-21202...
2015-01-17 borsauto merge of #21132 : sfackler/rust/wait_timeout,...
2015-01-17 Huon WilsonAddress nits in trait suggestions.
2015-01-17 Huon WilsonFeature gate SIMD in FFI, due to unknown ABIs.
2015-01-17 Huon WilsonAdd comprehensive test for no-ICE behaviour of SIMD...
2015-01-16 borsauto merge of #21008 : huonw/rust/trait-suggestions...
2015-01-16 Daniil SmirnovFixes `join_multicast` on Windows #20381
2015-01-16 borsauto merge of #21113 : alexcrichton/rust/plug-a-hole...
2015-01-16 Steven FacklerRewrite Condvar::wait_timeout and make it public
2015-01-16 Alex Crichtonrustc: Fix a leak in dependency= paths
2015-01-16 Alex Crichtonrustc_resolve: Correctly record privacy of methods
2015-01-16 Alex Crichtonrustc: Move the privacy pass to its own crate
2015-01-16 borsauto merge of #21162 : apasel422/rust/issue-16530,...
2015-01-16 borsauto merge of #20972 : FlaPer87/rust/oibit-send-and...
2015-01-16 Huon WilsonPrefer implemented traits in suggestions.
2015-01-16 Huon WilsonPut vector types in regs for arm & mips FFI.
2015-01-16 Huon WilsonSupport SSE with integer types in x86-64 FFI.
2015-01-16 Huon WilsonAdd `Type::int_width` for retrieving integer's bit...
2015-01-16 Huon WilsonSupport SSE types in extern {} better.
2015-01-16 Flavio Percocofix pretty test fallout
2015-01-16 Flavio PercocoDocs fallout
2015-01-16 Flavio Percocopopulate impls *before* clonning the impls vec
2015-01-16 Flavio Percocofix latest changes fallout
2015-01-16 Flavio Percocoaddressed comments
2015-01-16 Flavio PercocoAllow negative impls just for Send and Sync
2015-01-16 Flavio PercocoDon't use NoSend/NoSync in tests
2015-01-16 Flavio PercocoFix coherence for negative implementations
2015-01-16 Flavio Percocoadd a run-pass test that used to fail
2015-01-16 Flavio PercocoDon't use NoSend/NoSync in libstd
2015-01-16 Flavio PercocoDon't use NoSend/NoSync in liballoc
2015-01-16 Flavio PercocoRemove NoSend/NoSync
2015-01-16 Flavio PercocoCheck for negative impls for `Send` and `Sync`
2015-01-16 Flavio PercocoDon't assemble bound impls if candidate's ambiguous
2015-01-16 Flavio PercocoNegative impls are considered safe
2015-01-16 Flavio Percocopush_impls_of_trait is not needed, use map
2015-01-16 Flavio PercocoAdd test for missing default impl
2015-01-16 Flavio PercocoRecord negative trait_impls separatedly
2015-01-16 borsMerge pull request #21214 from sleepynate/spacing-in...
2015-01-16 borsMerge pull request #21211 from fenhl/patch-1
2015-01-16 borsMerge pull request #21181 from nick29581/save-fix
2015-01-16 borsauto merge of #21213 : alexcrichton/rust/rollup, r...
2015-01-16 Alex CrichtonTest fixes and rebase conflicts
2015-01-15 nathan dotzFix commented graphs in src/doc/trpl/ownership.md
2015-01-15 FenhlFix sync::condvar::Condvar::notify_one docs
2015-01-15 borsauto merge of #21052 : nick29581/rust/methods-ext,...
2015-01-15 Alex Crichtonrollup merge of #21206: steveklabnik/expressions
2015-01-15 Alex Crichtonrollup merge of #21199: dotdash/decode_lamba
2015-01-15 Alex Crichtonrollup merge of #21197: michaelwoerister/linestablesonl...
2015-01-15 Alex Crichtonrollup merge of #21191: Zoxc/lto
2015-01-15 Alex Crichtonrollup merge of #21190: FlaPer87/remove_duplicated_func
2015-01-15 Alex Crichtonrollup merge of #21172: brson/tuple
2015-01-15 Alex Crichtonrollup merge of #21170: Diggsey/issue-21058
2015-01-15 Alex Crichtonrollup merge of #21169: aidanhs/aphs-contributing-style...
next