| Age | Commit message (Expand) | Author | Lines |
| 2016-11-22 | Add a method for setting permissions directly on an open file. | Steven Allen | -0/+85 |
| 2016-11-22 | Add missing examples for Ipv6Addr | Guillaume Gomez | -0/+129 |
| 2016-11-22 | rustc_metadata: don't break the version check when CrateRoot changes. | Eduard-Mihai Burtescu | -18/+31 |
| 2016-11-22 | utf8 validation: Cleanup code by renaming index variable | Ulrik Sverdrup | -15/+15 |
| 2016-11-22 | utf8 validation: Cleanup code in the ascii fast path | Ulrik Sverdrup | -6/+4 |
| 2016-11-22 | Auto merge of #37843 - nikomatsakis:issue-33685-hard-error, r=eddyb | bors | -1/+1 |
| 2016-11-22 | Auto merge of #37834 - bluss:peek-none, r=BurntSushi | bors | -23/+109 |
| 2016-11-22 | Use FxHashSet instead of HashMap | Andrew Cann | -11/+9 |
| 2016-11-22 | Make is_uninhabited respect privacy | Andrew Cann | -14/+21 |
| 2016-11-22 | Revert libcore changes, redefine Void instead | Andrew Cann | -6/+6 |
| 2016-11-22 | Recursive types are always non-empty | Andrew Cann | -1/+1 |
| 2016-11-22 | Expand is_uninhabited for references | Andrew Cann | -7/+8 |
| 2016-11-22 | Fix previous commit | Andrew Cann | -1/+1 |
| 2016-11-22 | Expand `is_uninhabited` to recurse into datatypes | Andrew Cann | -7/+53 |
| 2016-11-22 | Expand is_uninhabited for ! and tuples | Andrew Cann | -5/+3 |
| 2016-11-21 | Implement the `loop_break_value` feature. | Geoffry Song | -216/+641 |
| 2016-11-21 | Auto merge of #37602 - jseyfried:directory_ownership, r=nikomatsakis | bors | -88/+199 |
| 2016-11-22 | Start warning cycle. | Jeffrey Seyfried | -13/+92 |
| 2016-11-22 | Fix fallout in tests. | Jeffrey Seyfried | -0/+1 |
| 2016-11-22 | Add a regression test and organize tests. | Jeffrey Seyfried | -3/+19 |
| 2016-11-22 | Clean up directory ownership semantics. | Jeffrey Seyfried | -79/+94 |
| 2016-11-21 | Auto merge of #37642 - nnethercote:no-HirVec-of-P, r=michaelwoerister | bors | -183/+183 |
| 2016-11-22 | Use SmallVec for TypeWalker's stack. | Nicholas Nethercote | -9/+27 |
| 2016-11-21 | utf8 validation: Compute block end upfront | Ulrik Sverdrup | -15/+16 |
| 2016-11-21 | Add some internal docs links for Args/ArgsOs | John Downey | -5/+13 |
| 2016-11-22 | Change HirVec<P<T>> to HirVec<T> in Expr. | Nicholas Nethercote | -183/+183 |
| 2016-11-21 | Add regression test for issue 23699. | Joe Neeman | -0/+23 |
| 2016-11-21 | Auto merge of #37677 - jsen-:master, r=alexcrichton | bors | -8/+26 |
| 2016-11-21 | add regression test for #36168 | Niko Matsakis | -0/+119 |
| 2016-11-21 | Auto merge of #37912 - sanxiyn:llvm-compat, r=eddyb | bors | -27/+15 |
| 2016-11-21 | Auto merge of #37824 - jseyfried:symbols, r=eddyb | bors | -1829/+1519 |
| 2016-11-21 | Add missing examples for SocketAddrV4 | Guillaume Gomez | -0/+46 |
| 2016-11-21 | Fix fallout in `rustdoc` and tests. | Jeffrey Seyfried | -130/+120 |
| 2016-11-21 | Restore compatibility with LLVM 3.7 and 3.8 | Seo Sanghyeon | -27/+15 |
| 2016-11-21 | Auto merge of #37127 - jseyfried:stabilize_RFC_1560, r=nrc | bors | -599/+50 |
| 2016-11-21 | Fix fallout in tests. | Jeffrey Seyfried | -528/+23 |
| 2016-11-21 | Cleanup. | Jeffrey Seyfried | -60/+22 |
| 2016-11-21 | Stabilize RFC 1560. | Jeffrey Seyfried | -12/+6 |
| 2016-11-21 | Fix incremental compilation hashing. | Jeffrey Seyfried | -16/+20 |
| 2016-11-21 | Remove `Rc` from the interner. | Jeffrey Seyfried | -51/+36 |
| 2016-11-21 | Cleanup `InternedString`. | Jeffrey Seyfried | -128/+63 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -453/+399 |
| 2016-11-21 | Update compiler-rt to fix MIPS64 infinite recursion | Wang Xuerui | -0/+0 |
| 2016-11-21 | Auto merge of #37895 - jseyfried:fix_proc_macro_deps, r=nrc | bors | -0/+45 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -806/+752 |
| 2016-11-20 | Auto merge of #37888 - bluss:chars-count, r=alexcrichton | bors | -0/+17 |
| 2016-11-20 | support creation of anonymous pipe on WinXP/2K3 | jsen- | -8/+26 |
| 2016-11-20 | Auto merge of #37862 - shepmaster:llvm-4.0-always-set-eh-personality, r=eddyb | bors | -0/+3 |
| 2016-11-21 | Tests | Nick Cameron | -2/+153 |
| 2016-11-21 | Read in rmeta crates | Nick Cameron | -50/+93 |