]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-08-27 borsauto merge of #8757 : vadimcn/rust/debug-info-tests...
2013-08-27 borsauto merge of #8700 : alexcrichton/rust/better-llvm...
2013-08-27 Alex CrichtonRewrite pass management with LLVM
2013-08-27 borsauto merge of #8747 : pnkfelix/rust/fsk-issue6887-fix...
2013-08-27 borsauto merge of #8739 : fhahn/rust/ticket_2275, r=brson
2013-08-27 borsauto merge of #8438 : cmr/rust/default, r=thestinger
2013-08-26 Corey RichardsonFix deriving-zero test
2013-08-26 Corey RichardsonAdd a Default trait.
2013-08-26 borsauto merge of #8712 : catamorphism/rust/rustpkg-issue...
2013-08-26 Tim Chevalierrustpkg: Test that different copies of the same package...
2013-08-26 borsauto merge of #8766 : brson/rust/vecfromfn, r=alexcrichton
2013-08-26 Brian Andersonstd: Make vec::from_fn failure-safe
2013-08-26 borsauto merge of #8488 : klutzy/rust/mingw-w64, r=brson
2013-08-26 borsauto merge of #8764 : blake2-ppc/rust/doc-condition...
2013-08-26 blake2-ppcdoc: Link condition and error-handling tutorial from...
2013-08-26 borsauto merge of #8758 : pnkfelix/rust/fsk-more-oldvisit...
2013-08-26 Florian HahnAdd script and tests for using keywords as identifiers
2013-08-26 borsauto merge of #8749 : gifnksm/rust/bigint-cfg, r=pnkfelix
2013-08-26 klutzySupport Win64 context switching
2013-08-26 klutzyrt: Support SEH/SJLJ personality routine
2013-08-26 klutzyrt: Make valgrind Win64-compatible
2013-08-26 klutzystd: Add Win64 support
2013-08-26 klutzystd: Bind write() on Win64
2013-08-26 klutzystd: Add Win64 types
2013-08-26 klutzySet main_name "WinMain" on Win64
2013-08-26 klutzyrt: Add {get,record}_sp_limit on Win64
2013-08-26 klutzyrt: Remove leading underscore on Win64
2013-08-26 borsauto merge of #8737 : blake2-ppc/rust/std-str-rsplit...
2013-08-26 blake2-ppcstd::str: Tune CharSplitIterator after benchmarks
2013-08-26 Felix S. Klock IIPlacate `make tidy`.
2013-08-26 gifnksmbigint: fix wrong benchmark fn name
2013-08-26 borsauto merge of #8744 : jld/rust/discr64, r=nikomatsakis
2013-08-26 Felix S. Klock IIPort typeck/check/vtable.rs from oldvisit to <V:Visitor...
2013-08-26 blake2-ppcstd::str: bench tests for .split_iter()
2013-08-26 Felix S. Klock IIPort middle/stack_check.rs from oldvisit to <V:Visitor...
2013-08-26 Felix S. Klock IIPort middle/moves.rs from oldvisit to <V:Visitor> trait...
2013-08-26 Felix S. Klock IIRemove occurrences of `oldvisit` text to improve greppi...
2013-08-26 Felix S. Klock IIPort creader.rs from oldvisit to <V:Visitor> trait...
2013-08-26 Vadim ChugunovUn-disabled debug info tests on Windows.
2013-08-26 Vadim ChugunovSince we assume that GDB output is UTF-8, make sure...
2013-08-26 borsauto merge of #8750 : kballard/rust/str-opt-variant...
2013-08-26 borsauto merge of #8751 : brson/rust/metadata-revert, r...
2013-08-26 Brian AndersonRevert "auto merge of #8745 : brson/rust/metadata,...
2013-08-26 Kevin BallardAdd _opt variants to str byte-conversion functions
2013-08-26 Felix S. Klock IIextend file regexp to match files with embedded spaces.
2013-08-25 borsauto merge of #8745 : brson/rust/metadata, r=cmr
2013-08-25 borsauto merge of #8723 : anasazi/rust/temporary-unkillable...
2013-08-25 gifnksmbigint: Add benchmarks
2013-08-25 gifnksmbigint: un-ignore test_shr
2013-08-25 gifnksmbigint: inlining small functions
2013-08-25 gifnksmbigint: remove unnecessary method implements
2013-08-25 gifnksmbigint: cfg(target_arch = ...) => cfg(target_word_size...
2013-08-25 Felix S. Klock IIrevisions to emacs compilation regexp, more readable...
2013-08-25 Felix S. Klock IIcompilation error regexp specific to rustc.
2013-08-25 borsauto merge of #8710 : pnkfelix/rust/fsk-issue5516-codep...
2013-08-25 Felix S. Klock IIchar_len is more succinct than count_chars.
2013-08-25 blake2-ppcstd::str: Double-ended CharSplitIterator
2013-08-25 borsauto merge of #8736 : luqmana/rust/hf, r=yichoi
2013-08-25 Brian AndersonDon't ever compress metadata
2013-08-25 borsauto merge of #8701 : brson/rust/issue-8698, r=thestinger
2013-08-25 Jed DavisAdd a test case for the preceding changes.
2013-08-25 Jed DavisDon't truncate discriminants to host uint for C_uint...
2013-08-25 Jed DavisMake enum discriminants u64 instead of the host uint.
2013-08-25 borsauto merge of #8637 : alexcrichton/rust/ifmt-less-hax...
2013-08-25 borsauto merge of #8607 : sfackler/rust/extensions, r=brson
2013-08-25 Alex CrichtonIntroduce alternate forms of logging
2013-08-24 borsauto merge of #8740 : brson/rust/rt-opt, r=thestinger
2013-08-24 Daniel MicayMerge pull request #8733 from sfackler/str-to-bytes
2013-08-24 Brian Andersonstd::rt: Enforce sanity a while longer
2013-08-24 Brian Andersonstd: Make vec::push_all_move call reserve_at_least
2013-08-24 Brian Andersonstd::rt: Remove an unnecessary allocation from the...
2013-08-24 Brian Andersonstd: Convert the runtime TLS key to a Rust global to...
2013-08-24 Brian Andersonstd::rt: Remove metrics for perf
2013-08-24 Brian Andersonstd::rt: Reduce MessageQueue contention
2013-08-24 Brian Andersonstd::rt: Reduce SleeperList contention
2013-08-24 Brian Andersonstd::rt: Remove extra boxes from MessageQueue and Sleep...
2013-08-24 Brian Andersonstd::rt: Optimize TLS use in change_task_context
2013-08-24 Brian Andersonstd: More TLS micro-optimization
2013-08-24 Steven FacklerAdd OwnedStr::into_bytes
2013-08-24 Alex CrichtonSettle on the format/write/print family of names
2013-08-24 Alex CrichtonImplement a wrapper macro around fprintf -- ifmtf
2013-08-24 Alex CrichtonRemove ifmt hax and implement fprintf
2013-08-24 Daniel MicayMerge pull request #8738 from mukilan/master
2013-08-24 Luqman Adenlibrustc: Always use session target triple.
2013-08-24 Mukilan ThiagarajanForce line ending of '.in' files in jemalloc to LF
2013-08-24 borsauto merge of #8732 : kballard/rust/str-truncate, r...
2013-08-24 Luqman Adenrustllvm: Specify hard floats for gnueabihf.
2013-08-24 borsauto merge of #8725 : bblum/rust/docs, r=graydon
2013-08-24 borsauto merge of #8679 : singingboyo/rust/json-to-impl...
2013-08-24 Felix S. Klock IIAdded note that there is still more to do on 5516.
2013-08-24 borsauto merge of #8722 : graydon/rust/2013-08-23-test...
2013-08-24 borsauto merge of #8719 : msullivan/rust/cleanup, r=catamor...
2013-08-24 Brian AndersonDon't copy metadata after loading
2013-08-24 Kevin BallardAdd new function str.truncate()
2013-08-24 Brian Andersonstd: Convert some assert!s to rtassert!
2013-08-24 Brian AndersonDefine cfg(rtopt) when optimizing. Turn off runtime...
2013-08-24 Brian Andersonstd: Reduce TLS access
2013-08-24 borsauto merge of #8716 : andrew-d/rust/andrew-fix-warnings...
2013-08-24 Brian AndersonAllow metadata to be not compressed
2013-08-24 borsauto merge of #8705 : brson/rust/lesscxx, r=graydon
next