| Age | Commit message (Expand) | Author | Lines |
| 2014-03-12 | Added a test that checks that unary structs can be mutably borrowed. | Dmitry Promsky | -0/+25 |
| 2014-03-12 | docs: add two unlisted libraries to the index page. | Huon Wilson | -0/+2 |
| 2014-03-12 | rustdoc: whitelist the headers that get a § on hover. | Huon Wilson | -13/+10 |
| 2014-03-12 | Closes #12829. Names changed for consistency, find_path optimized, method imp... | zslayton | -35/+24 |
| 2014-03-12 | Emacs: always jump the cursor if needed on indent | Micah Chalmer | -9/+50 |
| 2014-03-12 | Remove remaining nolink usages.(fixes #12810) | lpy | -44/+1 |
| 2014-03-12 | Use generic impls for `Hash` | Erick Tryzelaar | -28/+38 |
| 2014-03-12 | doc: discuss try! in std::io | Peter Marheine | -0/+34 |
| 2014-03-12 | green: Fix a scheduler assertion on yielding | Alex Crichton | -0/+14 |
| 2014-03-12 | std: Relax an assertion in oneshot selection | Alex Crichton | -7/+64 |
| 2014-03-12 | Suggest explicit lifetime parameter on some errors | Kiet Tran | -6/+743 |
| 2014-03-12 | Update last_span in replace_token | Nick Cameron | -0/+1 |
| 2014-03-12 | Vec: remove the drop flag to make it no larger than (*T, uint, uint). | Eduard Burtescu | -0/+50 |
| 2014-03-12 | Add shift and remove methods for Vec | Kiet Tran | -0/+29 |
| 2014-03-12 | auto merge of #12797 : pczarn/rust/str_safety, r=huonw | bors | -60/+85 |
| 2014-03-12 | auto merge of #12816 : michaelwoerister/rust/limited-debuginfo, r=alexcrichton | bors | -28/+38 |
| 2014-03-12 | auto merge of #12807 : pnkfelix/rust/fsk-issue5121-fns-with-early-lifetime-pa... | bors | -313/+702 |
| 2014-03-12 | Add proper support for early/late distinction for lifetime bindings. | Felix S. Klock II | -200/+566 |
| 2014-03-12 | Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. | Felix S. Klock II | -71/+72 |
| 2014-03-12 | Introduce Scope<'a> shorthand for &'a ScopeChain<'a>. | Felix S. Klock II | -11/+13 |
| 2014-03-12 | alpha-rename .ident to .name in Lifetime, including in rustdoc. | Felix S. Klock II | -29/+29 |
| 2014-03-11 | test: Relax a debuginfo test | Alex Crichton | -5/+5 |
| 2014-03-12 | Alpha-rename `.ident` fields of type `Name` to `.name`. | Felix S. Klock II | -14/+14 |
| 2014-03-12 | Port partition method from ~[T] to Vec<T>, for use early-late lifetime code. | Felix S. Klock II | -0/+20 |
| 2014-03-11 | Bundle libbacktrace with the compiler | Alex Crichton | -0/+38720 |
| 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 | debuginfo: Improve commandline option handling for debuginfo (fixes #12811) | Michael Woerister | -28/+38 |
| 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 | fs: units tests for mkdir_recusive and rmdir_recursive | Laurent Bonnans | -0/+26 |
| 2014-03-10 | fs: use an iterative algorithm for 'rmdir_recursive' | Laurent Bonnans | -8/+41 |