]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-07-27 Luqman Adenlibrustc: Stop trying to make invalid slice with vec...
2013-07-27 borsauto merge of #8001 : crnobog/rust/xfail-win32-7999...
2013-07-27 borsauto merge of #8050 : msullivan/rust/cleanup, r=graydon
2013-07-27 Michael SullivanRegister snapshots.
2013-07-27 borsauto merge of #7986 : alexcrichton/rust/raw-repr, r...
2013-07-27 borsauto merge of #7979 : crnobog/rust/auxfiles-path-window...
2013-07-26 Michael SullivanEliminate unused variable warnings.
2013-07-26 Michael SullivanImprove the camel case warning a bit.
2013-07-26 borsauto merge of #7820 : pnkfelix/rust/fill-in-some-missin...
2013-07-26 Alex CrichtonConsolidate raw representations of rust values
2013-07-26 borsauto merge of #8041 : dotdash/rust/const_if_else, r...
2013-07-26 borsauto merge of #8039 : Xazax-hun/rust/master, r=brson
2013-07-26 borsauto merge of #8037 : graydon/rust/issue-6416, r=cmr
2013-07-26 borsauto merge of #8031 : graydon/rust/emacs-mode-rewrite...
2013-07-26 borsauto merge of #7924 : alexcrichton/rust/opt-lang-xcrate...
2013-07-26 Alex CrichtonAllow linking against crates with #[no_std]
2013-07-25 borsauto merge of #8030 : thestinger/rust/iterator, r=huonw
2013-07-25 borsauto merge of #8029 : emillon/rust/issue-6804, r=cmr
2013-07-25 Björn SteinbrinkGenerate branchless code when "if" can be evaluated...
2013-07-25 Etienne MillonNaN patterns: indicate that is_NaN is a method
2013-07-25 borsauto merge of #8027 : nikomatsakis/rust/issue-4846...
2013-07-25 borsauto merge of #8026 : poiru/rust/issue-8024, r=alexcrichton
2013-07-25 Björn SteinbrinkMake omission of impossible if-else branches work with...
2013-07-25 borsauto merge of #8015 : msullivan/rust/default-methods...
2013-07-25 Björn SteinbrinkAdd a function to check whether a ValueRef is a constant
2013-07-25 Gábor HorváthAdded some more atomic operations.
2013-07-25 Graydon Hoaresyntax: Fix #6416 by aborting on errors after test...
2013-07-25 borsauto merge of #8020 : pnkfelix/rust/fsk-issue7898-dont...
2013-07-25 Alex CrichtonConvert uses of transmute which don't need it
2013-07-25 borsauto merge of #8000 : kemurphy/rust/enum-intvar, r...
2013-07-25 Kevin MurphyMove/delete old tests that change behavior
2013-07-25 Kevin MurphyAdd test for uint and negative literals as discriminants
2013-07-25 Kevin MurphyAllow uint discriminants and store them as such
2013-07-25 Michael SullivanFix vtable resolution for self to search supertraits...
2013-07-25 borsauto merge of #7931 : blake2-ppc/rust/chain-mut-ref...
2013-07-25 Graydon Hoarerewrite rust-mode to use font-lock-mode and emacs built...
2013-07-24 borsauto merge of #8006 : emillon/rust/issue-6060, r=pcwalton
2013-07-24 Daniel Micayimprove container/iterator tutorial
2013-07-24 Daniel Micayrm default method lint
2013-07-24 Daniel Micayrm unused upcall_exchange_free
2013-07-24 Etienne MillonGeneralize NaN pattern detection using walk_pat
2013-07-24 Etienne MillonCheck for comparisons to NaN in patterns
2013-07-24 Niko MatsakisGeneralize the `ty::substs` struct so that it can represent
2013-07-24 borsauto merge of #7996 : erickt/rust/cleanup-strs, r=erickt
2013-07-24 Birunthan MohanathasImplement std::num::Zero for bool
2013-07-24 Erick Tryzelaarstd: str.as_bytes_with_null_consume() => str.to_bytes_w...
2013-07-24 borsauto merge of #7997 : omasanori/rust/cleanup, r=cmr
2013-07-24 borsauto merge of #7982 : thestinger/rust/iterator, r=thest...
2013-07-24 blake2-ppcrc: Use ~T for allocation
2013-07-24 Daniel Micayfix compilation on macos/windows
2013-07-24 Stepan KoltsovToStr for HashMap does not need value to implement...
2013-07-24 Brian Andersonrustc: Remove some dead code from method resolution
2013-07-24 Björn SteinbrinkFix a crash when transmuting non-immediate to immediate...
2013-07-24 Daniel Micayfix fmt! usage
2013-07-24 Birunthan MohanathasDisallow non-comma-delimited arguments to fmt! and...
2013-07-24 Brian Andersonstd:rt: args module is not used by win/mac. #7951
2013-07-24 Birunthan MohanathasChange 'print(fmt!(...))' to printf!/printfln! in src...
2013-07-24 Birunthan MohanathasChange 'print(fmt!(...))' to printf!/printfln! in src...
2013-07-24 Daniel Micaydocument random-access iterators
2013-07-24 Daniel Micayexpand on double-ended iterators in the tutorial
2013-07-24 Daniel Micayadd a RandomAccessIterator trait
2013-07-24 borsauto merge of #7993 : Xazax-hun/rust/master, r=bblum
2013-07-24 borsauto merge of #7992 : huonw/rust/un-xfail, r=z0w0
2013-07-24 crnobogxfail tests that are currently failing on windows,...
2013-07-24 Felix S. Klock IITests select when to use --cfg debug, regardless of...
2013-07-24 borsauto merge of #7987 : alexcrichton/rust/tests-for-close...
2013-07-24 borsauto merge of #7980 : graydon/rust/misc-benchmarks...
2013-07-24 borsauto merge of #7958 : kemurphy/rust/link-section, r...
2013-07-24 borsauto merge of #7885 : graydon/rust/workcache-fixes...
2013-07-24 Michael SullivanChange each_bound_trait_and_supertraits to take a vec...
2013-07-24 Michael SullivanFix the issue-3979 tests and add a new test.
2013-07-24 Michael SullivanMajor rework of how calls to self and super methods...
2013-07-24 Michael SullivanProperly track and export information about vtables...
2013-07-24 Michael SullivanHave vtable resolution check for supertrait bounds...
2013-07-24 Michael SullivanFix some impls such that all supertraits are actually...
2013-07-24 Michael SullivanImprove vtable resolution.
2013-07-24 Michael SullivanRefactor a bunch of lookup_vtable to reduce rightward...
2013-07-24 Michael SullivanAdd a to_owned_vec method to IteratorUtil.
2013-07-24 Michael SullivanFix a default method polymorphism bug.
2013-07-24 Michael SullivanGet rid of an unused variable warning.
2013-07-23 Erick Tryzelaarstd: make str::append move self
2013-07-23 Erick Tryzelaarrustc: remove unused variables
2013-07-23 Erick Tryzelaarclean up warnings
2013-07-23 Erick Tryzelaarstd: inline str::with_capacity and vec::with_capacity
2013-07-23 Erick Tryzelaarstd: simplify str::as_imm_buf and vec::as_{imm,mut...
2013-07-23 Erick Tryzelaarstr: move as_mut_buf into OwnedStr, and make it `self`
2013-07-23 Erick Tryzelaarstd: remove a malloc from os::fill_charp_buf
2013-07-23 Erick Tryzelaarstd: remove str::to_owned and str::raw::slice_bytes_owned
2013-07-23 Erick Tryzelaarstd: rename str.as_buf to as_imm_buf, add str.as_mut_buf
2013-07-23 Erick Tryzelaarstd and extra: use as_c_str instead of as_buf in a...
2013-07-23 Erick Tryzelaarstd: add test for str::as_c_str
2013-07-23 Erick Tryzelaarstd: move StrUtil::as_c_str into StrSlice
2013-07-23 Erick Tryzelaarstd: move str::as_buf into StrSlice
2013-07-23 Erick Tryzelaarstd: remove os::as_c_charp
2013-07-23 Erick Tryzelaarstd: rename str.as_bytes_with_null_consume to str.to_by...
2013-07-23 Graydon Hoarestd: wrap "long" utf8 lines.
2013-07-23 Graydon Hoareextra: rebase fallout.
2013-07-23 borsauto merge of #7964 : pnkfelix/rust/fsk-issue3994-readm...
2013-07-23 Graydon Hoareextra: give up trying to make more fields of context...
2013-07-23 Graydon Hoareextra: switch json from hashmaps to treemaps
next