| Age | Commit message (Expand) | Author | Lines |
| 2014-08-19 | A few minor documentation fixes | P1start | -864/+868 |
| 2014-08-19 | auto merge of #16345 : EduardoBautista/rust/fix-error-message-in-guide, r=ste... | bors | -2/+2 |
| 2014-08-19 | auto merge of #16580 : steveklabnik/rust/gh1498, r=pcwalton | bors | -11/+0 |
| 2014-08-18 | auto merge of #16579 : steveklabnik/rust/gh9099, r=pcwalton | bors | -1/+1 |
| 2014-08-18 | auto merge of #16578 : steveklabnik/rust/gh16239, r=pcwalton | bors | -1/+6 |
| 2014-08-18 | Explain EOF behavior in File.eof(). | Steve Klabnik | -1/+6 |
| 2014-08-18 | auto merge of #16575 : pcwalton/rust/import-foo-as-bar, r=aturon | bors | -136/+140 |
| 2014-08-18 | Remove innapropriate string mutability section. | Steve Klabnik | -11/+0 |
| 2014-08-18 | Improve text of Option.unwrap() | Steve Klabnik | -1/+1 |
| 2014-08-18 | auto merge of #16576 : steveklabnik/rust/static_analysis_gate, r=pcwalton | bors | -4/+3 |
| 2014-08-18 | Remove 'static analysis' | Steve Klabnik | -4/+3 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -136/+140 |
| 2014-08-18 | snapshots: Register new snapshots. | Patrick Walton | -34/+8 |
| 2014-08-18 | auto merge of #16568 : jakub-/rust/needstest, r=pcwalton | bors | -0/+90 |
| 2014-08-18 | auto merge of #16556 : pczarn/rust/wbr, r=alexcrichton | bors | -3/+3 |
| 2014-08-18 | auto merge of #16450 : klutzy/rust/win-fixme-cleanup, r=alexcrichton | bors | -18/+1 |
| 2014-08-18 | Remove workaround of #13793/#10872 | klutzy | -8/+0 |
| 2014-08-18 | regex: Enable test on Windows | klutzy | -10/+1 |
| 2014-08-18 | auto merge of #16567 : jakub-/rust/issue-16149, r=pcwalton | bors | -47/+90 |
| 2014-08-18 | auto merge of #16566 : thestinger/rust/aslr, r=pcwalton | bors | -0/+3 |
| 2014-08-18 | auto merge of #16559 : Gankro/rust/bitv, r=pcwalton | bors | -3/+114 |
| 2014-08-18 | Add missing tests for fixed issues | Jakub Wieczorek | -0/+90 |
| 2014-08-17 | auto merge of #16565 : kaseyc/rust/documentation_fixes, r=pcwalton | bors | -15/+20 |
| 2014-08-17 | Correct internal BitvSet 0-padding, fixes #16542 | Alexis Beingessner | -3/+114 |
| 2014-08-18 | Forbid extern statics from appearing in patterns | Jakub Wieczorek | -47/+90 |
| 2014-08-17 | mark Windows binaries as compatible with ASLR | Daniel Micay | -0/+3 |
| 2014-08-17 | auto merge of #16554 : jakub-/rust/struct-pat-fields-ty-err, r=pcwalton | bors | -13/+43 |
| 2014-08-17 | Changed the sample command in the Rustdoc readme to use --output instead of t... | Kasey Carrothers | -15/+20 |
| 2014-08-17 | Fix type checking of struct fields in patterns of type ty_err | Jakub Wieczorek | -13/+43 |
| 2014-08-17 | auto merge of #16558 : Gankro/rust/hashbig, r=pcwalton | bors | -1/+55 |
| 2014-08-17 | rustdoc: Fix and improve line break hints with the <wbr> tag | Piotr Czarnecki | -3/+3 |
| 2014-08-17 | auto merge of #16550 : kaseyc/rust/fix_documentation_error, r=alexcrichton | bors | -1/+1 |
| 2014-08-17 | Make BigUint and BigInt Hash, fixes #16551 | Alexis Beingessner | -1/+55 |
| 2014-08-17 | auto merge of #16547 : huonw/rust/new-kw, r=pcwalton | bors | -3/+9 |
| 2014-08-17 | auto merge of #16543 : huonw/rust/deprecated-btree, r=alexcrichton | bors | -0/+7 |
| 2014-08-17 | auto merge of #16537 : jakub-/rust/use-mod-manual, r=alexcrichton | bors | -1/+12 |
| 2014-08-17 | auto merge of #16432 : pcwalton/rust/kindck-traits, r=nikomatsakis | bors | -43/+622 |
| 2014-08-17 | librustc: Allow trait bounds on structures and enumerations, and check | Patrick Walton | -43/+622 |
| 2014-08-17 | auto merge of #16535 : michaelsproul/rust/vim-traits, r=pcwalton | bors | -8/+8 |
| 2014-08-17 | auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichton | bors | -42/+47 |
| 2014-08-16 | Fix an error in a code sample in bitv.rs | Kasey Carrothers | -1/+1 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -433/+579 |
| 2014-08-17 | Add new keywords (particularly `where` & `virtual`) to editor modes. | Huon Wilson | -3/+9 |
| 2014-08-17 | collections: deprecate BTree. | Huon Wilson | -0/+7 |
| 2014-08-16 | auto merge of #16531 : alexcrichton/rust/snapshots, r=luqmana | bors | -8/+8 |
| 2014-08-16 | Add `use a::b::{c, mod};` to the manual | Jakub Wieczorek | -1/+12 |
| 2014-08-16 | Optimized IR generation for UTF-8 and UTF-16 encoding | Marvin Löbel | -42/+47 |
| 2014-08-16 | auto merge of #16505 : dotdash/rust/extern_realpath, r=alexcrichton | bors | -3/+67 |
| 2014-08-16 | auto merge of #16534 : thestinger/rust/dep, r=huonw | bors | -0/+3 |
| 2014-08-16 | auto merge of #16527 : kballard/rust/vim_fold, r=chris | bors | -11/+14 |