| Age | Commit message (Expand) | Author | Lines |
| 2013-11-24 | auto merge of #10475 : astrieanna/rust/issue8763, r=alexcrichton | bors | -5/+33 |
| 2013-11-24 | Fix issue #8763 | Leah Hanson | -5/+33 |
| 2013-11-24 | auto merge of #10634 : LeoTestard/rust/rc-eq, r=cmr | bors | -0/+55 |
| 2013-11-24 | Implement cmp traits for Rc<T> and add a ptr_eq method. | Léo Testard | -0/+55 |
| 2013-11-24 | Use -O1 for non-GNU linkers | Corey Richardson | -2/+3 |
| 2013-11-24 | std::rt: Fix crate_map on Win64 | klutzy | -1/+6 |
| 2013-11-24 | std::rt: Fix record_stack_bounds on win64 | klutzy | -2/+2 |
| 2013-11-24 | std: Fix transmute error on win64 | klutzy | -1/+1 |
| 2013-11-24 | std::libc: Simplify win32/win64 type definitions | klutzy | -164/+30 |
| 2013-11-24 | std::libc: Remove TCHAR types | klutzy | -20/+17 |
| 2013-11-24 | auto merge of #10625 : huonw/rust/json-errors, r=alexcrichton | bors | -25/+126 |
| 2013-11-23 | auto merge of #10620 : cmr/rust/linker_opts, r=thestinger | bors | -0/+13 |
| 2013-11-23 | auto merge of #10578 : luqmana/rust/mingw64, r=alexcrichton | bors | -10/+15 |
| 2013-11-23 | auto merge of #10514 : sfackler/rust/mut, r=cmr | bors | -360/+437 |
| 2013-11-24 | extra: improve the errors for the JSON Decoder. | Huon Wilson | -25/+126 |
| 2013-11-23 | Move mutable::Mut to cell::RefCell | Steven Fackler | -350/+335 |
| 2013-11-23 | Use linker optimizations on Linux | Corey Richardson | -0/+13 |
| 2013-11-22 | auto merge of #10611 : cmr/rust/ascii_flesh, r=pcwalton | bors | -0/+68 |
| 2013-11-23 | Add ctype-likes to Ascii | Corey Richardson | -0/+68 |
| 2013-11-22 | Remove sjlj stuff from rust_upcall and don't pass -Werror to libuv. | Luqman Aden | -11/+0 |
| 2013-11-22 | Add Rc::from_mut | Steven Fackler | -0/+17 |
| 2013-11-22 | More Mut tests | Steven Fackler | -0/+47 |
| 2013-11-22 | Strip down Cell functionality | Steven Fackler | -84/+24 |
| 2013-11-22 | Change Mut::map to Mut::with | Steven Fackler | -19/+19 |
| 2013-11-22 | Make MutRef more consistent with &mut | Steven Fackler | -9/+9 |
| 2013-11-22 | Cell -> Mut switch in comm | Steven Fackler | -20/+24 |
| 2013-11-22 | Move Rc tests away from Cell | Steven Fackler | -7/+7 |
| 2013-11-22 | Remove RcMut | Steven Fackler | -247/+14 |
| 2013-11-22 | Introduce Mut<T> to libstd | Steven Fackler | -0/+317 |
| 2013-11-22 | Fix up mingw64 target. | Luqman Aden | -10/+26 |
| 2013-11-22 | auto merge of #10605 : huonw/rust/ascii-ident-gate, r=pcwalton | bors | -3/+110 |
| 2013-11-23 | Put non-ascii identifiers behind a feature gate. | Huon Wilson | -0/+65 |
| 2013-11-22 | auto merge of #10612 : pnkfelix/rust/remove-cut-and-pasted-rt-fixme, r=pcwalton | bors | -1/+0 |
| 2013-11-22 | auto merge of #10583 : alexcrichton/rust/privacy-reexport, r=pcwalton | bors | -395/+450 |
| 2013-11-22 | Move more of the exportation burden into privacy | Alex Crichton | -395/+450 |
| 2013-11-22 | The original fixme #2699 was removed back in PR #6053. | Felix S. Klock II | -1/+0 |
| 2013-11-22 | auto merge of #10610 : thestinger/rust/breakpoint, r=pnkfelix | bors | -1/+12 |
| 2013-11-22 | add a breakpoint intrinsic for debugging | Daniel Micay | -1/+12 |
| 2013-11-22 | auto merge of #10608 : thestinger/rust/managed, r=huonw | bors | -5/+3 |
| 2013-11-22 | auto merge of #10606 : huonw/rust/lint-unsafe-in-macro, r=thestinger | bors | -0/+9 |
| 2013-11-22 | syntax: add a visit_ident method to the Visitor. | Huon Wilson | -3/+45 |
| 2013-11-22 | mention `Gc` in the managed box feature gate | Daniel Micay | -5/+3 |
| 2013-11-22 | auto merge of #10582 : g3xzh/rust/master, r=cmr | bors | -2/+70 |
| 2013-11-22 | Add more benchmark tests to vec.rs | g3xzh | -2/+70 |
| 2013-11-22 | test: test that the `unsafe_block` lint picks up `unsafe` blocks in | Huon Wilson | -0/+9 |
| 2013-11-21 | auto merge of #10588 : huonw/rust/un@mutilate-task_rng, r=alexcrichton | bors | -30/+61 |
| 2013-11-22 | std::rand: move TaskRng off @mut. | Huon Wilson | -30/+61 |
| 2013-11-21 | auto merge of #10599 : thestinger/rust/unsafe, r=cmr | bors | -2/+40 |
| 2013-11-21 | add lint for `unsafe` blocks | Daniel Micay | -2/+40 |
| 2013-11-21 | auto merge of #10598 : alexcrichton/rust/rustdoc, r=thestinger | bors | -8/+9 |