]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-09-07 borsauto merge of #16999 : brson/rust/fannkuch, r=alexcrichton
2014-09-06 borsauto merge of #17012 : thestinger/rust/sized, r=nikomat...
2014-09-06 Daniel Micayfix sized deallocation for TypedArena<T>
2014-09-06 Daniel Micayfix sized deallocation for OwnedSlice
2014-09-06 Daniel Micayfix sized deallocation for Box<[T]>
2014-09-06 borsauto merge of #17011 : nodakai/rust/rustdoc-stronger...
2014-09-06 Daniel Micayfix sized deallocation for proc
2014-09-06 Daniel Micayfix a sized deallocation issue in the glue code
2014-09-06 borsauto merge of #17003 : nick29581/rust/impl, r=pcwalton
2014-09-06 borsauto merge of #17002 : tari/rust/std-mut-ref-slice...
2014-09-06 borsauto merge of #16997 : gamazeps/rust/master, r=huonw
2014-09-06 borsauto merge of #16907 : SimonSapin/rust/tempdir-result...
2014-09-06 borsauto merge of #16367 : epdtry/rust/parallel-codegen...
2014-09-06 borsauto merge of #17039 : vadimcn/rust/test_lots_of_files...
2014-09-06 Vadim ChugunovDisable test_lots_of_files on Windows
2014-09-05 Stuart Pernsteinerdon't use `ld -r` with `-C codegen-units=1`
2014-09-05 Brian AndersonOptimize Slice::reverse
2014-09-05 borsauto merge of #16628 : pczarn/rust/hashmap-opt, r=nikom...
2014-09-05 Stuart Pernsteineradd workaround for mingw `ld --force-exe-suffix` behavior
2014-09-05 Stuart Pernsteinerdon't leave unwanted temporary files with --emit=ir/asm
2014-09-05 Stuart Pernsteineruse target-specific linker args when combining compilat...
2014-09-05 Stuart Pernsteineradd tests for separate compilation
2014-09-05 Stuart Pernsteinermake separate compilation respect #[inline] attributes
2014-09-05 Stuart Pernsteinermake symbols internal when possible
2014-09-05 Stuart Pernsteineravoid duplicate translation of monomorphizations, drop...
2014-09-05 Stuart Pernsteinertranslate into multiple llvm contexts
2014-09-05 Stuart Pernsteinerreuse original symbols for inlined items
2014-09-05 Stuart Pernsteinerrun optimization and codegen on worker threads
2014-09-05 Stuart Pernsteinermove back::link::write into a separate file
2014-09-05 Stuart Pernsteinersplit CrateContext into shared and local pieces
2014-09-05 Stuart Pernsteinermake CrateContext fields private
2014-09-05 borsauto merge of #16775 : jbcrail/rust/fix-rational-docs...
2014-09-05 NODA, Kairustdoc/html: emphasize the crate part of the full...
2014-09-05 borsauto merge of #16843 : bkoropoff/rust/reader-writer...
2014-09-05 Nick CameronCheck concrete type in impls with no trait
2014-09-05 Brian AndersonUpdate fannkuchredux benchmark
2014-09-05 borsauto merge of #16990 : DiamondLovesYou/rust/level-deriv...
2014-09-05 Piotr CzarneckiWork around inability to link lifetime of ref bindings...
2014-09-05 Felix RaimundoUpdate language item from 'share' to 'sync' #16988
2014-09-04 Peter Marheinecollections/slice: Reexport mut_ref_slice in addition...
2014-09-04 Piotr Czarneckistd: Fix overflow of HashMap's capacity
2014-09-04 Piotr Czarneckistd: Refine and document HashMap's code
2014-09-04 borsauto merge of #16986 : bjz/rust/bitflags, r=alexcrichton
2014-09-04 Richard DiamondAuto-derive Clone for syntax::diagnostic::Level.
2014-09-04 borsauto merge of #16982 : jbcrail/rust/comment-and-string...
2014-09-04 Brendan ZabarauskasUse {} for bitflags! definition and invocations
2014-09-04 Brendan ZabarauskasAttach documentation to the bitflags! macro itself
2014-09-04 Brendan ZabarauskasTest attributes
2014-09-04 Brendan ZabarauskasAllow trailing commas in bitflags! macro
2014-09-04 borsauto merge of #16923 : wickerwaka/rust/crate-as-fixup...
2014-09-04 borsauto merge of #16885 : wickerwaka/rust/fmt-center,...
2014-09-04 wickerwakaCenter alignment for fmt
2014-09-04 borsauto merge of #16981 : kmcallister/rust/ctypes-warning...
2014-09-04 borsauto merge of #16976 : treeman/rust/issue-16943, r...
2014-09-04 borsauto merge of #16964 : nodakai/rust/libnative-superfluo...
2014-09-04 Jonas HietalaPrint file permissions with 4 digits.
2014-09-04 borsauto merge of #16883 : jakub-/rust/issue-16648, r=pcwalton
2014-09-04 borsauto merge of #16909 : carols10cents/rust/docs-links...
2014-09-04 Joseph CrailFix spelling errors and capitalization.
2014-09-04 borsauto merge of #16972 : ruud-v-a/rust/timespec-arithmeti...
2014-09-04 Keegan McAllisterUse a visitor to look for non-FFI-safe types
2014-09-04 Keegan McAllisterFix some non-FFI-safe types in externs
2014-09-04 borsauto merge of #16961 : huonw/rust/bitv-twiddle, r=alexc...
2014-09-03 borsauto merge of #16954 : nick29581/rust/dst-bug-deref...
2014-09-03 Jonas HietalaPrint file permissions in octal form.
2014-09-03 borsauto merge of #16953 : nick29581/rust/dst-bug-7, r...
2014-09-03 borsauto merge of #16932 : crabtw/rust/mips, r=alexcrichton
2014-09-03 Ruud van Asseldonklibtime: Fix adding negative duration to Timespec.
2014-09-03 borsauto merge of #16811 : nick29581/rust/dst-bug-2, r...
2014-09-03 borsauto merge of #16634 : apoelstra/rust/to-option-fix...
2014-09-03 borsauto merge of #16956 : nick29581/rust/unsized-test...
2014-09-03 NODA, Kailibnative/io/file_unix: remove superfluous retry().
2014-09-03 Huon Wilsonbitv: add larger tests, better benchmarks & remove...
2014-09-03 borsauto merge of #16940 : treeman/rust/fail-non-utf8,...
2014-09-03 borsauto merge of #16934 : nick29581/rust/dst-bug-6, r...
2014-09-03 Nick CameronEnable a test for correct treatment of Sized?
2014-09-03 Nick CameronHandle custom deref returning fat pointers
2014-09-03 Nick CameronFix ICE when casting `&[T]` to `*const [T]`
2014-09-03 borsauto merge of #16917 : nick29581/rust/cross-trait,...
2014-09-03 borsauto merge of #16892 : andrew-d/rust/andrew-fix-test...
2014-09-02 borsauto merge of #16850 : vks/rust/hash-num, r=alexcrichton
2014-09-02 borsauto merge of #16944 : alexcrichton/rust/ignore-gdb...
2014-09-02 Nick CameronRemove cross-borrowing for traits.
2014-09-02 Nick CameronSchedule cleanup for &* on fat owned pointers
2014-09-02 borsauto merge of #16916 : alexcrichton/rust/tcp-accept...
2014-09-02 Alex Crichtontest: Ignore failing gdb pretty tests
2014-09-02 Jonas HietalaPrevent failure when using fail! with invalid utf8.
2014-09-02 Piotr Czarneckistd: Split hashmap.rs into modules
2014-09-02 Piotr Czarneckistd: RawTable exposes a safe interface for HashMap
2014-09-02 Piotr Czarneckistd: branchless bucket distance for hashmap
2014-09-02 borsauto merge of #16925 : jbcrail/rust/doc-spelling-errors...
2014-09-02 borsauto merge of #16805 : nick29581/rust/dst-raw, r=nikoma...
2014-09-02 Nick CameronReviewer changes
2014-09-02 borsauto merge of #16924 : steveklabnik/rust/manual_pointer...
2014-09-02 Nick CameronFix ICE with static DST coercion
2014-09-02 Jyun-Yan YouFix MIPS target
2014-09-02 Andrew Dunhamignore-pretty the test
2014-09-02 Joseph Craildoc: Fix spelling errors.
2014-09-01 Nick CameronDST raw pointers - *-pointers are fat pointers
2014-09-01 borsauto merge of #16897 : japaric/rust/mut-slice-collectio...
next