| Age | Commit message (Expand) | Author | Lines |
| 2014-11-25 | Add tests for issue 19244 | Adolfo Ochagavía | -0/+58 |
| 2014-11-25 | Allow constant struct fields and tuple indexing | Adolfo Ochagavía | -0/+28 |
| 2014-11-24 | auto merge of #19223 : reem/rust/any-typeid-unstable, r=aturon | bors | -1/+1 |
| 2014-11-24 | auto merge of #19192 : nodakai/rust/generalize-strvector, r=alexcrichton | bors | -36/+75 |
| 2014-11-23 | auto merge of #19246 : frewsxcv/rust/json-cleanup, r=jakub- | bors | -71/+63 |
| 2014-11-23 | auto merge of #19242 : jakub-/rust/roll-up, r=jakub- | bors | -550/+578 |
| 2014-11-23 | Fixes to the roll-up | Jakub Bukaj | -2/+4 |
| 2014-11-23 | rollup merge of #19239: jauhien/fix-libdir | Jakub Bukaj | -10/+14 |
| 2014-11-23 | rollup merge of #19234: P1start/rustdoc-misc | Jakub Bukaj | -63/+45 |
| 2014-11-23 | rollup merge of #19232: nicholasbishop/bishop_fix_result_typo | Jakub Bukaj | -1/+1 |
| 2014-11-23 | rollup merge of #19230: nick29581/dxr-values | Jakub Bukaj | -26/+43 |
| 2014-11-23 | rollup merge of #19225: reem/any-unnecessary-transmute-copy | Jakub Bukaj | -10/+6 |
| 2014-11-23 | rollup merge of #19215: aochagavia/pretty | Jakub Bukaj | -21/+36 |
| 2014-11-23 | rollup merge of #19211: aochagavia/tuple-index | Jakub Bukaj | -269/+148 |
| 2014-11-23 | rollup merge of #19210: petrochenkov/master | Jakub Bukaj | -2/+2 |
| 2014-11-23 | rollup merge of #19205: jashank/docs-fix | Jakub Bukaj | -1/+1 |
| 2014-11-23 | rollup merge of #19204: mcpherrinm/master | Jakub Bukaj | -53/+53 |
| 2014-11-23 | rollup merge of #19198: alexcrichton/snapshots | Jakub Bukaj | -9/+10 |
| 2014-11-23 | rollup merge of #19194: aturon/stab-ascii | Jakub Bukaj | -31/+79 |
| 2014-11-23 | rollup merge of #19193: scialex/rc-counts | Jakub Bukaj | -4/+100 |
| 2014-11-23 | rollup merge of #19184: Gekkio/fix-binary-format-char | Jakub Bukaj | -1/+1 |
| 2014-11-23 | rollup merge of #19166: richo/lldb-cleanups | Jakub Bukaj | -36/+27 |
| 2014-11-23 | rollup merge of #19161: jmesmon/mk-fixes | Jakub Bukaj | -12/+9 |
| 2014-11-23 | Clean up some logic/formatting in JSON module | Corey Farwell | -71/+63 |
| 2014-11-23 | auto merge of #19150 : Manishearth/rust/find-doc, r=Gankro | bors | -1/+3 |
| 2014-11-23 | fix for PR#16552 implementation on windows: CFG_LIBDIR should be always set i... | Jauhien Piatlicki | -10/+14 |
| 2014-11-23 | auto merge of #18140 : JelteF/rust-1/guide-fix, r=cmr | bors | -2/+2 |
| 2014-11-23 | Fix the reason for calling a file lib.rs | Jelte Fennema | -2/+2 |
| 2014-11-23 | libcollection: generalize StrVector to AsSlice<Str>. | NODA, Kai | -36/+75 |
| 2014-11-23 | Add test | Adolfo Ochagavía | -0/+16 |
| 2014-11-23 | auto merge of #19158 : jakub-/rust/issue-14091, r=alexcrichton | bors | -33/+84 |
| 2014-11-23 | Remove type parameters from ExprField and ExprTupField | Adolfo Ochagavía | -254/+125 |
| 2014-11-23 | libsyntax: Forbid type parameters in tuple indices | Adolfo Ochagavía | -16/+8 |
| 2014-11-23 | auto merge of #19157 : aturon/rust/cow-doc, r=alexcrichton | bors | -10/+36 |
| 2014-11-23 | auto merge of #18856 : ruud-v-a/rust/fatptrs, r=cmr | bors | -62/+56 |
| 2014-11-23 | auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon | bors | -208/+304 |
| 2014-11-23 | Change how rustdoc shows constants and statics to be more similar to other items | P1start | -57/+35 |
| 2014-11-23 | Make rustdoc display `extern crate` statements correctly | P1start | -6/+8 |
| 2014-11-23 | Highlight trait methods in rustdoc’s search results | P1start | -0/+2 |
| 2014-11-22 | Fix typo in Result documentation | Nicholas Bishop | -1/+1 |
| 2014-11-23 | auto merge of #19146 : gereeter/rust/reference-borrow, r=aturon | bors | -2/+10 |
| 2014-11-23 | save-analysis: add values for types | Nick Cameron | -13/+22 |
| 2014-11-23 | save-analysis: emit a type for enum variants | Nick Cameron | -13/+21 |
| 2014-11-23 | auto merge of #19137 : tbu-/rust/pr_refcell_unsafety, r=huonw | bors | -0/+3 |
| 2014-11-22 | Any: use plain transmute instead of transmute_copy for downcasting. | Jonathan Reem | -10/+6 |
| 2014-11-22 | Mark Any::get_type_id as experimental | Jonathan Reem | -1/+1 |
| 2014-11-22 | auto merge of #19136 : alfie/rust/master, r=steveklabnik | bors | -1/+6 |
| 2014-11-22 | Add test | Adolfo Ochagavía | -0/+20 |
| 2014-11-22 | auto merge of #19134 : sinistersnare/rust/patch-2, r=alexcrichton | bors | -1/+0 |
| 2014-11-22 | std: Align `raw` modules with unsafe conventions | Alex Crichton | -208/+304 |