]> git.lizzy.rs Git - rust.git/history - src
rt: Fix alignment in debug_opaque
[rust.git] / src /
2013-02-13 Luqman Adenrt: Fix alignment in debug_opaque
2013-02-13 Luqman Adenrt: take into account alignment for debug_opaque. Close...
2013-02-13 Luqman Adenrt: get rid of rust_fn and replace with fn_env_pair...
2013-02-13 borsauto merge of #4892 : pcwalton/rust/xc-newtype-structs...
2013-02-13 Patrick Waltonlibrustc: Make monomorphic newtype structs work cross...
2013-02-13 borsauto merge of #4900 : luqmana/rust/core_os_errors,...
2013-02-13 borsauto merge of #4914 : nikomatsakis/rust/issue-4856...
2013-02-13 Niko MatsakisAdjust borrow checker algorithm to address #4856 unsoun...
2013-02-13 borsauto merge of #4896 : pcwalton/rust/move-speedup, r...
2013-02-13 borsauto merge of #4881 : bjz/rust/incoming, r=catamorphism
2013-02-13 Patrick Waltonlibrustc: Speed up moves a lot. r=nmatsakis
2013-02-12 borsauto merge of #4880 : erickt/rust/hashmap-cleanup,...
2013-02-12 borsauto merge of #4858 : z0w0/rust/rm_weak_task_count...
2013-02-12 borsauto merge of #4876 : brson/rust/debuginfo, r=brson
2013-02-12 borsauto merge of #4874 : thestinger/rust/option, r=catamor...
2013-02-12 borsauto merge of #4867 : z0w0/rust/pruneprelude, r=catamor...
2013-02-12 Graydon HoareRevert "librustc: Make monomorphic newtype structs...
2013-02-12 Luqman Adenrt: remove last_os_error from rustrt.def.in
2013-02-12 Luqman AdenLong lines.
2013-02-12 Luqman Adenrt: remove last_os_error and adjust tests.
2013-02-12 Luqman Adencore: Rewrite last_os_error in Rust for windows as...
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 Zack Corrcore: Fix dec/inc_kernel_live_count mixup
2013-02-12 Brian AndersonMerge remote-tracking branch 'thestinger/treemap'
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 Zack Corrcore: Fix files that needed GenericChan/Port from prelude
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-11 Brendan ZabarauskasAdd NumCast trait for generic numeric type casts
2013-02-10 Erick Tryzelaarcore: add LinearMap::find_or_insert{,_with}
2013-02-10 Erick Tryzelaarcore: rename hashmap test functions
2013-02-10 Erick Tryzelaarlibcore: LinearMap doesn't need to pass around the...
2013-02-10 Jeff Olsonstd: fix libuv structs on macos
2013-02-10 Daniel Micaymake Option's iter method use a lifetime
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: point libuv at olsonjeffery/libuv, temporarily
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 Zack Corrcore: Remove GenericChan/Port from prelude. Closes...
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 Brian LeibigAdd debug info tests
2013-02-09 Seth PinkIssue #4830 fix
2013-02-09 Zack CorrRename dec/inc_weak_task_count to inc/dec_live_count...
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 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
next