| Age | Commit message (Expand) | Author | Lines |
| 2014-03-11 | test: Relax a debuginfo test | Alex Crichton | -5/+5 |
| 2014-03-11 | auto merge of #12774 : alexcrichton/rust/proc-bounds, r=pcwalton | bors | -1/+62 |
| 2014-03-11 | syntax: Add support for trait bounds on procs | Alex Crichton | -1/+62 |
| 2014-03-12 | rand: deprecate `rng`. | Huon Wilson | -16/+28 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -64/+131 |
| 2014-03-12 | Remove the dependence of std::io::test on rand. | Huon Wilson | -4/+11 |
| 2014-03-12 | std: Move rand to librand. | Huon Wilson | -192/+154 |
| 2014-03-11 | auto merge of #12783 : adrientetar/rust/more-docs, r=alexcrichton | bors | -728/+37 |
| 2014-03-11 | auto merge of #12780 : zslayton/rust/json-nav, r=alexcrichton | bors | -0/+247 |
| 2014-03-11 | auto merge of #12556 : alexcrichton/rust/weak-linkage, r=brson | bors | -78/+243 |
| 2014-03-11 | doc: remove outdated tutorial entry, restore removed Makefile entries | Adrien Tétar | -6/+3 |
| 2014-03-11 | doc: auto-generate LaTeX includes | Adrien Tétar | -7/+0 |
| 2014-03-11 | Added convenience methods and accompanying tests to the Json class. | zslayton | -0/+247 |
| 2014-03-11 | rustc: Support various flavors of linkages | Alex Crichton | -78/+243 |
| 2014-03-11 | auto merge of #12765 : TeXitoi/rust/fix-shootout-reverse-complement, r=alexcr... | bors | -1/+3 |
| 2014-03-11 | fix a bug in shootout-reverse-complement, official tests should pass with it | Guillaume Pinot | -1/+3 |
| 2014-03-11 | auto merge of #12617 : sfackler/rust/item-modifier, r=alexcrichton | bors | -14/+101 |
| 2014-03-11 | Add an ItemModifier syntax extension type | Steven Fackler | -14/+101 |
| 2014-03-10 | auto merge of #12793 : brson/rust/installer, r=alexcrichton | bors | -0/+283 |
| 2014-03-10 | auto merge of #12766 : TeXitoi/rust/fix-shootout-spectralnorm, r=alexcrichton | bors | -11/+18 |
| 2014-03-10 | auto merge of #12652 : rcxdude/rust/hexfloatext, r=alexcrichton | bors | -0/+271 |
| 2014-03-10 | Implement hexadecimal floating point literals via a syntax extension | Douglas Young | -0/+271 |
| 2014-03-10 | auto merge of #12733 : edwardw/rust/rw-liveness, r=nikomatsakis | bors | -90/+119 |
| 2014-03-10 | syntax: fixed ICEs and incorrect line nums when reporting Spans at the end of... | Dmitry Promsky | -14/+58 |
| 2014-03-09 | install.sh: untabify | Brian Anderson | -20/+20 |
| 2014-03-09 | install.sh: Improve error handling | Brian Anderson | -0/+19 |
| 2014-03-09 | mk: dist-installer builds a binary installer | Brian Anderson | -0/+264 |
| 2014-03-09 | doc: CSS fixes | Adrien Tétar | -21/+32 |
| 2014-03-09 | borrowck: classify expressions as assignees, uses or both | Edward Wang | -90/+119 |
| 2014-03-09 | fix shootout-spectralnorm, broken since Arc cannot unwrap. | Guillaume Pinot | -11/+18 |
| 2014-03-09 | doc: remove node.js dependency | Adrien Tétar | -694/+2 |
| 2014-03-09 | docs: render rustdoc docs with rustdoc, hack around sundown code-fence | Huon Wilson | -39/+54 |
| 2014-03-09 | tutorial: hack a code snippet to make it compile. | Huon Wilson | -3/+4 |
| 2014-03-09 | mk: rewrite the documentation handling. | Huon Wilson | -236/+12 |
| 2014-03-09 | docs: adjust code blocks to pass with rustdoc. | Huon Wilson | -73/+92 |
| 2014-03-09 | rustdoc: adding some common feature gates when testing a markdown file. | Huon Wilson | -8/+21 |
| 2014-03-09 | rustdoc: hardcode each header as a link. | Huon Wilson | -14/+17 |
| 2014-03-09 | rustdoc: add table-of-contents recording & rendering, use it with plain | Huon Wilson | -12/+312 |
| 2014-03-09 | rustdoc: run on plain Markdown files. | Huon Wilson | -28/+292 |
| 2014-03-08 | auto merge of #12777 : sfackler/rust/no_run, r=alexcrichton | bors | -10/+23 |
| 2014-03-08 | auto merge of #12758 : rgawdzik/rust/master, r=alexcrichton | bors | -17/+28 |
| 2014-03-08 | Add an option to not run rustdoc blocks | Steven Fackler | -10/+23 |
| 2014-03-08 | auto merge of #12706 : pongad/rust/issue_12698, r=brson | bors | -367/+36 |
| 2014-03-08 | Refactored get_metadata_section to return a Result<T,~str>, added error messa... | Robert Gawdzik | -17/+28 |
| 2014-03-08 | auto merge of #12759 : lucab/rust/char-doc, r=alexcrichton | bors | -29/+60 |
| 2014-03-08 | Incorporated review feedback atop pcwalton's original patches. | Felix S. Klock II | -11/+9 |
| 2014-03-08 | librustdoc: Fix librustdoc for the `Vec<T>` change. | Patrick Walton | -4/+6 |
| 2014-03-08 | librustc: Fix up fallout from the automatic conversion. | Felix S. Klock II | -758/+1172 |
| 2014-03-08 | librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc. | Patrick Walton | -817/+811 |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -367/+36 |