summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-11-24auto merge of #10475 : astrieanna/rust/issue8763, r=alexcrichtonbors-5/+33
2013-11-24Fix issue #8763Leah Hanson-5/+33
2013-11-24auto merge of #10634 : LeoTestard/rust/rc-eq, r=cmrbors-0/+55
2013-11-24Implement cmp traits for Rc<T> and add a ptr_eq method.Léo Testard-0/+55
2013-11-24Use -O1 for non-GNU linkersCorey Richardson-2/+3
2013-11-24std::rt: Fix crate_map on Win64klutzy-1/+6
2013-11-24std::rt: Fix record_stack_bounds on win64klutzy-2/+2
2013-11-24std: Fix transmute error on win64klutzy-1/+1
2013-11-24std::libc: Simplify win32/win64 type definitionsklutzy-164/+30
2013-11-24std::libc: Remove TCHAR typesklutzy-20/+17
2013-11-24auto merge of #10625 : huonw/rust/json-errors, r=alexcrichtonbors-25/+126
2013-11-23auto merge of #10620 : cmr/rust/linker_opts, r=thestingerbors-0/+13
2013-11-23auto merge of #10578 : luqmana/rust/mingw64, r=alexcrichtonbors-10/+15
2013-11-23auto merge of #10514 : sfackler/rust/mut, r=cmrbors-360/+437
2013-11-24extra: improve the errors for the JSON Decoder.Huon Wilson-25/+126
2013-11-23Move mutable::Mut to cell::RefCellSteven Fackler-350/+335
2013-11-23Use linker optimizations on LinuxCorey Richardson-0/+13
2013-11-22auto merge of #10611 : cmr/rust/ascii_flesh, r=pcwaltonbors-0/+68
2013-11-23Add ctype-likes to AsciiCorey Richardson-0/+68
2013-11-22Remove sjlj stuff from rust_upcall and don't pass -Werror to libuv.Luqman Aden-11/+0
2013-11-22Add Rc::from_mutSteven Fackler-0/+17
2013-11-22More Mut testsSteven Fackler-0/+47
2013-11-22Strip down Cell functionalitySteven Fackler-84/+24
2013-11-22Change Mut::map to Mut::withSteven Fackler-19/+19
2013-11-22Make MutRef more consistent with &mutSteven Fackler-9/+9
2013-11-22Cell -> Mut switch in commSteven Fackler-20/+24
2013-11-22Move Rc tests away from CellSteven Fackler-7/+7
2013-11-22Remove RcMutSteven Fackler-247/+14
2013-11-22Introduce Mut<T> to libstdSteven Fackler-0/+317
2013-11-22Fix up mingw64 target.Luqman Aden-10/+26
2013-11-22auto merge of #10605 : huonw/rust/ascii-ident-gate, r=pcwaltonbors-3/+110
2013-11-23Put non-ascii identifiers behind a feature gate.Huon Wilson-0/+65
2013-11-22auto merge of #10612 : pnkfelix/rust/remove-cut-and-pasted-rt-fixme, r=pcwaltonbors-1/+0
2013-11-22auto merge of #10583 : alexcrichton/rust/privacy-reexport, r=pcwaltonbors-395/+450
2013-11-22Move more of the exportation burden into privacyAlex Crichton-395/+450
2013-11-22The original fixme #2699 was removed back in PR #6053.Felix S. Klock II-1/+0
2013-11-22auto merge of #10610 : thestinger/rust/breakpoint, r=pnkfelixbors-1/+12
2013-11-22add a breakpoint intrinsic for debuggingDaniel Micay-1/+12
2013-11-22auto merge of #10608 : thestinger/rust/managed, r=huonwbors-5/+3
2013-11-22auto merge of #10606 : huonw/rust/lint-unsafe-in-macro, r=thestingerbors-0/+9
2013-11-22syntax: add a visit_ident method to the Visitor.Huon Wilson-3/+45
2013-11-22mention `Gc` in the managed box feature gateDaniel Micay-5/+3
2013-11-22auto merge of #10582 : g3xzh/rust/master, r=cmrbors-2/+70
2013-11-22Add more benchmark tests to vec.rsg3xzh-2/+70
2013-11-22test: test that the `unsafe_block` lint picks up `unsafe` blocks inHuon Wilson-0/+9
2013-11-21auto merge of #10588 : huonw/rust/un@mutilate-task_rng, r=alexcrichtonbors-30/+61
2013-11-22std::rand: move TaskRng off @mut.Huon Wilson-30/+61
2013-11-21auto merge of #10599 : thestinger/rust/unsafe, r=cmrbors-2/+40
2013-11-21add lint for `unsafe` blocksDaniel Micay-2/+40
2013-11-21auto merge of #10598 : alexcrichton/rust/rustdoc, r=thestingerbors-8/+9