]> git.lizzy.rs Git - rust.git/history - src/libstd/unstable/intrinsics.rs
Register new snapshots
[rust.git] / src / libstd / unstable / intrinsics.rs
2013-12-03 Alex CrichtonRegister new snapshots
2013-11-30 borsauto merge of #10528 : alexcrichton/rust/static-linking...
2013-11-30 borsauto merge of #10737 : huonw/rust/with-cap, r=alexcrichton
2013-11-30 borsauto merge of #10727 : erickt/rust/json, r=huonw
2013-11-30 borsauto merge of #10735 : alexcrichton/rust/issue-10734...
2013-11-30 borsauto merge of #10722 : cmr/rust/type_id_opaque, r=alexc...
2013-11-30 Corey RichardsonWrap the return value of the type_id intrinsic in an...
2013-11-29 borsauto merge of #10709 : alexcrichton/rust/snapshot,...
2013-11-29 Alex CrichtonRegister new snapshots
2013-11-25 borsauto merge of #10603 : alexcrichton/rust/no-linked...
2013-11-24 borsauto merge of #10475 : astrieanna/rust/issue8763, r...
2013-11-24 borsauto merge of #10620 : cmr/rust/linker_opts, r=thestinger
2013-11-23 borsauto merge of #10611 : cmr/rust/ascii_flesh, r=pcwalton
2013-11-22 borsauto merge of #10605 : huonw/rust/ascii-ident-gate...
2013-11-22 borsauto merge of #10612 : pnkfelix/rust/remove-cut-and...
2013-11-22 borsauto merge of #10583 : alexcrichton/rust/privacy-reexpo...
2013-11-22 borsauto merge of #10610 : thestinger/rust/breakpoint,...
2013-11-22 Daniel Micayadd a breakpoint intrinsic for debugging
2013-11-18 borsauto merge of #10363 : astrieanna/rust/fix-x86stdcall...
2013-11-16 borsauto merge of #10420 : sanxiyn/rust/path, r=cmr
2013-11-14 borsauto merge of #9788 : geoffhill/rust/bare-fn-cast,...
2013-11-13 borsauto merge of #10277 : dcrewi/rust/missing-doc-and...
2013-11-12 borsauto merge of #10427 : alexcrichton/rust/no-xray, r...
2013-11-12 borsauto merge of #10198 : alexcrichton/rust/darwin-quiet...
2013-11-12 borsauto merge of #10425 : astrieanna/rust/rm-issue-912...
2013-11-12 borsauto merge of #10424 : alexcrichton/rust/optimize-buffe...
2013-11-12 borsauto merge of #10422 : alexcrichton/rust/explicit-crate...
2013-11-11 borsauto merge of #10419 : brson/rust/conditiondocs, r...
2013-11-11 borsauto merge of #10403 : poiru/rust/issue-2675, r=alexcri...
2013-11-11 borsauto merge of #10407 : alexcrichton/rust/no-fixed-stack...
2013-11-11 Alex CrichtonRemove #[fixed_stack_segment] and #[rust_stack]
2013-11-10 borsauto merge of #10226 : nibrahim/rust/docepub, r=alexcri...
2013-11-08 borsauto merge of #10346 : klutzy/rust/mingw64-32-fix,...
2013-11-08 borsauto merge of #10303 : niftynif/rust/master, r=catamorphism
2013-11-08 borsauto merge of #10281 : klutzy/rust/rt-timezone, r=alexc...
2013-11-08 borsauto merge of #10243 : mattcarberry/rust/master, r...
2013-11-07 borsauto merge of #10335 : ksh8281/rust/update_for_ndk_r9b...
2013-11-07 borsauto merge of #10336 : ksh8281/rust/fix_rpass_core...
2013-11-07 borsauto merge of #10322 : thestinger/rust/no_freeze, r...
2013-11-07 borsauto merge of #10328 : alexcrichton/rust/snapshots...
2013-11-07 Alex CrichtonRegister new snapshots
2013-11-06 borsauto merge of #10227 : kud1ing/rust/ios, r=alexcrichton
2013-11-06 borsauto merge of #10289 : nikomatsakis/rust/issue-10157...
2013-11-05 Niko MatsakisRename misleading contains_managed to owns_managed
2013-11-05 borsauto merge of #10285 : sfackler/rust/weird-derivings...
2013-11-05 borsauto merge of #10282 : sfackler/rust/rustpkg-test-cfg...
2013-11-05 borsauto merge of #10270 : alexcrichton/rust/no-super-buffe...
2013-11-05 borsauto merge of #10064 : luqmana/rust/vvv, r=nikomatsakis
2013-11-05 Luqman Adenlibsyntax/librustc: Allow calling variadic foreign...
2013-11-05 borsauto merge of #10182 : alexcrichton/rust/typeid-intrins...
2013-11-04 borsauto merge of #10179 : alexcrichton/rust/rt-improvement...
2013-11-04 borsauto merge of #10260 : alexcrichton/rust/fix-temp-name...
2013-11-04 borsauto merge of #10254 : sfackler/rust/rustpkg-test-failu...
2013-11-04 borsauto merge of #10251 : thestinger/rust/ptr, r=alexcritchton
2013-11-04 Daniel Micaysimplify memcpy/memmove/memset intrinsics
2013-11-03 borsauto merge of #10219 : alexcrichton/rust/drop-invoke...
2013-11-03 borsauto merge of #10242 : thestinger/rust/inline_dtor...
2013-11-03 borsauto merge of #10199 : alexcrichton/rust/no-propagate...
2013-11-02 borsauto merge of #10165 : dcrewi/rust/missing-doc-on-priva...
2013-11-02 borsauto merge of #10217 : alexcrichton/rust/less-reachable...
2013-11-02 borsauto merge of #10233 : sfackler/rust/private-module...
2013-11-02 borsauto merge of #10230 : alexcrichton/rust/snapshots...
2013-11-01 Alex CrichtonRegister new snapshots
2013-11-01 Alex CrichtonAdd a type_id intrinsic
2013-11-01 borsauto merge of #10203 : kud1ing/rust/ios, r=alexcrichton
2013-10-31 borsauto merge of #10167 : briantdawn/rust/master, r=cmr
2013-10-31 borsauto merge of #10189 : alexcrichton/rust/inner-statics...
2013-10-31 borsauto merge of #10166 : brson/rust/meta, r=alexcrichton
2013-10-31 borsauto merge of #10164 : brson/rust/configure, r=brson
2013-10-31 borsauto merge of #10120 : Kimundi/rust/remove_sys, r=alexc...
2013-10-30 borsauto merge of #10123 : klutzy/rust/fix-7507, r=alexcrichton
2013-10-30 borsauto merge of #10168 : reedlepee123/rust/priv_fields...
2013-10-30 borsauto merge of #9613 : jld/rust/enum-discrim-size.r0...
2013-10-29 Jed DavisAdjust reflection for the possibility of discriminants...
2013-10-28 borsauto merge of #10095 : huonw/rust/master, r=cmr
2013-10-23 borsauto merge of #10032 : thestinger/rust/snapshot, r...
2013-10-23 Daniel Micayregister snapshots
2013-10-23 Ziad HatahetMerge remote-tracking branch 'upstream/master'
2013-10-23 borsauto merge of #9810 : huonw/rust/rand3, r=alexcrichton
2013-10-23 borsauto merge of #10027 : catamorphism/rust/testcases...
2013-10-23 borsauto merge of #10021 : alexcrichton/rust/asm-now-analyz...
2013-10-23 borsauto merge of #10015 : huonw/rust/minor-fixes, r=alexcr...
2013-10-23 borsauto merge of #10020 : mletterle/rust/documentation...
2013-10-22 borsauto merge of #9969 : reedlepee123/rust/priv_fields...
2013-10-22 reedlepeeRemoved Unnecessary comments and white spaces #4386
2013-10-22 reedlepeeMaking fields in std and extra : private #4386
2013-10-22 borsauto merge of #10002 : catamorphism/rust/bug-report...
2013-10-22 borsauto merge of #10003 : alexcrichton/rust/issue-fixes...
2013-10-22 borsauto merge of #9992 : astrieanna/rust/rm_rusti, r=alexc...
2013-10-22 borsauto merge of #9982 : danluu/rust/local_delc_xfail...
2013-10-22 borsauto merge of #9960 : adridu59/rust/patch-doc-limited...
2013-10-21 borsauto merge of #9937 : brson/rust/log_str, r=alexcrichton
2013-10-21 borsauto merge of #9936 : madjar/rust/master, r=alexcrichton
2013-10-21 borsauto merge of #10000 : cmr/rust/snapshot, r=alexcrichton
2013-10-21 borsauto merge of #9997 : thestinger/rust/float, r=thestinger
2013-10-21 Corey RichardsonRegister snapshots
2013-10-21 Daniel Micayfix the new floating point intrinsics
2013-10-21 borsauto merge of #9736 : catamorphism/rust/rustpkg-issue...
2013-10-21 borsauto merge of #9986 : thestinger/rust/float, r=cmr
2013-10-21 Daniel Micayexpose new floating point intrinsics
next