| Age | Commit message (Expand) | Author | Lines |
| 2014-06-18 | Fix comment formatting | Brendan Zabarauskas | -40/+36 |
| 2014-06-18 | Use ByteOrder methods instead of free-standing functions | Brendan Zabarauskas | -56/+44 |
| 2014-06-18 | Add a ByteOrder trait for abstracting over endian conversions | Brendan Zabarauskas | -167/+263 |
| 2014-06-18 | Add commands :RustEmitIr and :RustEmitAsm | Kevin Ballard | -0/+62 |
| 2014-06-18 | Write documentation for the Rust vim plugin | Kevin Ballard | -25/+131 |
| 2014-06-18 | Rename :Run and :Expand to :RustRun and :RustExpand | Kevin Ballard | -17/+17 |
| 2014-06-18 | vim: Add :Run and :Expand commands | Kevin Ballard | -37/+265 |
| 2014-06-18 | auto merge of #14854 : jakub-/rust/issue-10991, r=pcwalton | bors | -57/+29 |
| 2014-06-18 | auto merge of #14879 : Ryman/rust/resolve_super_hint_cut, r=alexcrichton | bors | -195/+250 |
| 2014-06-18 | auto merge of #14873 : pnkfelix/rust/fsk-dataflow-revisions, r=nikomatsakis | bors | -646/+984 |
| 2014-06-18 | Adapt test case to match current set of emitted warnings. (or lack | Felix S. Klock II | -1/+1 |
| 2014-06-18 | Regression tests for flowgraph construction bug on ExprWhile. | Felix S. Klock II | -1/+444 |
| 2014-06-18 | some extra test cases to cover in the borrow checker. | Felix S. Klock II | -0/+108 |
| 2014-06-18 | fix typo in borrowck doc. | Felix S. Klock II | -1/+1 |
| 2014-06-18 | Ensure dataflow of a proc never looks at blocks from closed-over context. | Felix S. Klock II | -42/+82 |
| 2014-06-18 | middle::cfg code cleanup. | Felix S. Klock II | -7/+0 |
| 2014-06-18 | Revise dataflow to do a cfg-driven walk. | Felix S. Klock II | -608/+340 |
| 2014-06-18 | NodeIndex should derive `Show`. | Felix S. Klock II | -1/+1 |
| 2014-06-18 | Bug fixes for flowgraph construction. | Felix S. Klock II | -8/+30 |
| 2014-06-18 | auto merge of #14984 : thestinger/rust/libc, r=alexcrichton | bors | -17/+16 |
| 2014-06-18 | auto merge of #14990 : tomjakubowski/rust/emacs-fix-attribute-highlight, r=pn... | bors | -30/+91 |
| 2014-06-18 | auto merge of #15000 : alexcrichton/rust/fix-rustdoc-tests, r=huonw | bors | -7/+15 |
| 2014-06-18 | auto merge of #14994 : nick29581/rust/comments, r=bstrie | bors | -285/+400 |
| 2014-06-18 | std: Remove dual export of `Show` | Alex Crichton | -1/+1 |
| 2014-06-18 | rustdoc: Don't inject `extern crate std`. | Alex Crichton | -1/+3 |
| 2014-06-18 | rustdoc: Fix testing indented code blocks | Alex Crichton | -5/+11 |
| 2014-06-18 | fix signatures of mmap-related functions from libc | Daniel Micay | -17/+16 |
| 2014-06-18 | auto merge of #14992 : nathantypanski/rust/collect-docs, r=huonw | bors | -14/+22 |
| 2014-06-17 | change ~[] -> Vec for collect() | Nathan Typanski | -14/+22 |
| 2014-06-18 | Wrap debuginfo.rs at 80 columns. | Nick Cameron | -285/+400 |
| 2014-06-18 | auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichton | bors | -108/+469 |
| 2014-06-18 | rustc: reduce redundant resolve errors. | Kevin Butler | -188/+181 |
| 2014-06-18 | auto merge of #14869 : nick29581/rust/tstore, r=nmatsakis | bors | -364/+451 |
| 2014-06-17 | emacs: Remove outdated references to ~ in tests | Tom Jakubowski | -3/+3 |
| 2014-06-17 | emacs: Add shebang to test script | Tom Jakubowski | -0/+1 |
| 2014-06-17 | emacs: Don't overwrite font lock for attributes | Tom Jakubowski | -27/+87 |
| 2014-06-18 | Fix expected error message in a test. | Simon Sapin | -1/+1 |
| 2014-06-17 | auto merge of #14956 : nathantypanski/rust/master, r=alexcrichton | bors | -15/+0 |
| 2014-06-18 | Remove TraitStore from ty_trait | Nick Cameron | -364/+451 |
| 2014-06-18 | Fix some violations of stronger guarantees for mutable borrows. | Simon Sapin | -9/+17 |
| 2014-06-17 | Refactor backslash-escape parsing to share similar code. | Simon Sapin | -151/+69 |
| 2014-06-17 | Document the byte, byte string, and raw byte string literals. | Simon Sapin | -6/+65 |
| 2014-06-17 | Add br##"xx"## raw byte string literals. | Simon Sapin | -5/+102 |
| 2014-06-17 | Add a b"xx" byte string literal of type &'static [u8]. | Simon Sapin | -71/+186 |
| 2014-06-17 | Add a b'x' byte literal of type u8. | Simon Sapin | -5/+169 |
| 2014-06-17 | rustc: Add self/super hint for extern crate resolve errors. | Kevin Butler | -30/+92 |
| 2014-06-17 | auto merge of #14977 : pcwalton/rust/address-insignificant-reform, r=brson | bors | -38/+55 |
| 2014-06-17 | auto merge of #14976 : luqmana/rust/focwtc, r=pcwalton | bors | -1/+52 |
| 2014-06-17 | librustc: Make addresses of immutable statics insignificant unless | Patrick Walton | -38/+55 |
| 2014-06-17 | librustc: Check regions for overloaded calls. | Luqman Aden | -1/+52 |