]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-02-12 Luqman Adencore: Rewrite last_os_error in Rust for unix and provid...
2013-02-12 Patrick Waltonlibrustc: Make monomorphic newtype structs work cross...
2013-02-12 Brian Andersonstd: Fix uv_tcp_t size on i686-apple-darwin
2013-02-12 Brian AndersonMerge remote-tracking branch 'thestinger/treemap'
2013-02-11 Brian AndersonAdd Mikko Perttunen to AUTHORS
2013-02-11 Brian AndersonFix license block
2013-02-11 Brian AndersonMerge remote-tracking branch 'cyndis/expansion-span'
2013-02-11 Brian AndersonMerge pull request #4873 from jld/rust-mode-wants-cl...
2013-02-11 Mikko PerttunenUpdate copyright years
2013-02-11 Mikko PerttunenAdd test for using line! in a macro
2013-02-11 Mikko PerttunenUse topmost span for macro expansion location. Fixes...
2013-02-11 Daniel Micaytreemap: cut down on swap_unwrap in remove
2013-02-11 Daniel Micayavoid explicit reborrow in heir_swap
2013-02-11 Daniel Micaytreemap: avoid swap_unwrap in insert
2013-02-11 Daniel Micaytreemap: use an &mut parameter for skew and split
2013-02-10 Jeff Olsonstd: fix libuv structs on macos
2013-02-10 Jeff Olsonbuild: add link flag for freebsd libuv build
2013-02-10 Jeff Olsonbuild: change libuv to point at joyent's repo and make...
2013-02-10 Jeff Olsonstd: strip sillyness from debug comment in iotask teardown
2013-02-10 Jeff Olsonbuild: ifdef for mingw/non-mingw builds
2013-02-10 Jeff Olsonbuild: point libuv at olsonjeffery/libuv, temporarily
2013-02-10 Jeff Olsonbuild: tweak rt.mk, as per graydon.. CFLAGS had to...
2013-02-10 Jeff Olsonrt/std: update of libuv API glue for libuv submodule...
2013-02-10 Jeff Olsonetc: rework of how libuv is integrated into the build
2013-02-10 Jed Davisrust-mode.el uses the 'cl macros, so it should actually...
2013-02-10 borsauto merge of #4866 : jld/rust/enum-unitlike, r=graydon
2013-02-10 Jed DavisOmit discriminant from nullary univariant enums.
2013-02-10 borsauto merge of #4861 : sethpink/rust/incoming, r=catamor...
2013-02-10 borsauto merge of #4827 : mcpherrinm/rust/master, r=catamor...
2013-02-09 borsauto merge of #4854 : thestinger/rust/oldmap, r=catamor...
2013-02-09 borsauto merge of #4853 : Thiez/rust/incoming, r=catamorphism
2013-02-09 borsauto merge of #4852 : Caseus/rust/issue-4836, r=brson
2013-02-09 borsauto merge of #4848 : nikomatsakis/rust/issue-4821...
2013-02-09 Seth PinkIssue #4830 fix
2013-02-09 Daniel Micaylibrustc/back/rpath.rs: oldmap -> LinearSet
2013-02-09 Daniel Micaylibsyntax/attr.rs: switch from oldmap to LinearSet
2013-02-09 Matthew McPherrinRemove trailing whitespace
2013-02-09 Daniel Micayoldmap: rm unneeded unsafe
2013-02-09 Daniel Micayoldmap: separate out the methods that need Copy
2013-02-09 Mark Vianrt: remove unused 'rust_compare_and_swap_ptr'. Closes...
2013-02-09 Daniel Micayoldmap: get rid of legacy _ref suffixes
2013-02-09 Matthijs HofstraAdded related FIXME for 3260
2013-02-08 Matthijs HofstraFix for issue 2174
2013-02-08 borsauto merge of #4847 : nikomatsakis/rust/region-syntax...
2013-02-08 Matthew McPherrinMerge branch 'master' of https://github.com/mozilla...
2013-02-08 borsauto merge of #4844 : jld/rust/const-index-fix, r=graydon
2013-02-08 borsauto merge of #4845 : osaut/rust/master, r=graydon
2013-02-08 Niko MatsakisFix subtle error in caching during kind computation...
2013-02-08 Niko MatsakisAdd and lex LIFETIME tokens
2013-02-08 Olivier SautTypo s/recusive/recursive/
2013-02-08 Jed DavisFix const array index limit calculation.
2013-02-08 Jed DavisLet llsize_of be a ConstantInt
2013-02-08 borsauto merge of #4843 : ILyoan/rust/i1531, r=catamorphism
2013-02-08 borsauto merge of #4839 : catamorphism/rust/rm-structural...
2013-02-08 Tim Chevaliercore: Remove structural records from the rest of core...
2013-02-08 borsauto merge of #4835 : thestinger/rust/iterator, r=graydon
2013-02-08 ILyoanFixed #1531
2013-02-08 Daniel Micayfix map tests
2013-02-08 borsauto merge of #4834 : veddan/rust/zflags, r=graydon
2013-02-08 Daniel Micayimplement BaseIter for LinearMap
2013-02-08 borsauto merge of #4745 : jld/rust/constenum-bis, r=graydon
2013-02-08 Daniel Micayimplement ReverseIter for SmallIntMap
2013-02-08 Daniel Micayimplement ReverseIter for TreeMap and TreeSet
2013-02-08 Daniel Micayadd a ReverseIter trait
2013-02-08 Daniel Micayimplement BaseIter for SmallIntMap
2013-02-08 Daniel Micaymake Option's map and map_default use a lifetime
2013-02-08 Daniel Micayimplement BaseIter for TreeMap
2013-02-08 Daniel Micayrm each method from the Map trait
2013-02-08 Jed DavisFix vector indexing in consts so it works with the...
2013-02-08 Jed DavisMake tuple-like structs containing enums work as constants.
2013-02-08 Jed DavisFix const enum type issues for structs.
2013-02-08 Jed DavisAdd a test for vstore, which already works
2013-02-08 Jed DavisFix pointer consts to work with enums
2013-02-08 Jed DavisMake vectors of enums work as constants
2013-02-08 Tim Chevaliercore: Remove transitional code
2013-02-08 Jed DavisAlso need to pad out "C-like" enum consts (paths as...
2013-02-08 Jed DavisPad out enum consts to the expected size; makes enums...
2013-02-08 Jed DavisFix const enums better: let them have the same alignmen...
2013-02-08 Daniel Micayadd a BaseIter implementation for PriorityQueue
2013-02-08 borsauto merge of #4833 : pcwalton/rust/demuting, r=pcwalton
2013-02-08 Patrick Waltonlibrustc: Lots of de-muting. rs=demuting
2013-02-07 Viktor DahlAdded a few missing 'pub's
2013-02-07 borsauto merge of #4803 : alexcrichton/rust/fix-unused...
2013-02-07 Viktor DahlMoved experimental compiler flags to -Z (#4740)
2013-02-07 borsauto merge of #4791 : jbclements/rust/demodeing-and...
2013-02-07 Brian AndersonMerge pull request #4619 from brson/exchange
2013-02-07 borsauto merge of #4832 : sanxiyn/rust/pretty-exact, r...
2013-02-07 borsauto merge of #4814 : brson/rust/check, r=nikomatsakis
2013-02-07 Seo SanghyeonChange pretty-exact to pp-exact
2013-02-07 borsauto merge of #4831 : bjz/rust/incoming, r=pcwalton
2013-02-07 Brendan ZabarauskasFix broken tests
2013-02-07 borsauto merge of #4810 : nikomatsakis/rust/owned-fn-noncop...
2013-02-07 Niko MatsakisMake ~fn non-copyable, make &fn copyable, split barefn...
2013-02-07 borsauto merge of #4823 : pcwalton/rust/enum-variant-discri...
2013-02-07 Brendan ZabarauskasMerge branch 'incoming' of https://github.com/mozilla...
2013-02-07 Brendan ZabarauskasAdd type parameter for epsilon value
2013-02-07 borsauto merge of #4822 : graydon/rust/doc-version-stamp...
2013-02-07 borsauto merge of #4817 : kud1ing/rust/patch-1, r=brson
2013-02-07 borsauto merge of #4816 : lifthrasiir/rust/float-literal...
2013-02-07 borsauto merge of #4815 : thestinger/rust/treemap, r=pcwalton
next