| Age | Commit message (Expand) | Author | Lines |
| 2016-04-24 | syntax: Get rid of token::IdentStyle | Vadim Petrochenkov | -183/+111 |
| 2016-04-24 | syntax: Don't rely on token::IdentStyle in the parser | Vadim Petrochenkov | -135/+55 |
| 2016-04-23 | Auto merge of #33153 - mitaa:rdoc-dejavu, r=alexcrichton | bors | -27/+87 |
| 2016-04-23 | Auto merge of #33124 - sfackler:kill-ipv6-only, r=alexcrichton | bors | -64/+0 |
| 2016-04-23 | Auto merge of #33117 - tamird:remove-outdated-workaround, r=sanxiyn | bors | -3/+0 |
| 2016-04-23 | Auto merge of #33092 - alexcrichton:rustbuild-docs, r=brson | bors | -84/+140 |
| 2016-04-23 | Auto merge of #33084 - alexcrichton:osx-python-sanity, r=michaelwoerister | bors | -7/+24 |
| 2016-04-22 | Auto merge of #33020 - nikomatsakis:compiletest-json, r=alexcrichton | bors | -483/+645 |
| 2016-04-22 | Auto merge of #32466 - jooert:btree_append, r=apasel422 | bors | -30/+420 |
| 2016-04-22 | Only record the same impl once | mitaa | -27/+87 |
| 2016-04-22 | Fix filepath check for macro backtrace | Jonathan Turner | -1/+1 |
| 2016-04-22 | Merge remote-tracking branch 'rust-lang/master' into compiletest-json | Jonathan Turner | -5520/+5955 |
| 2016-04-22 | Auto merge of #33089 - nrc:hir-name-res, r=eddyb | bors | -438/+765 |
| 2016-04-22 | Implement `append` for b-trees. | Johannes Oertel | -30/+420 |
| 2016-04-21 | Fix for filepath for cfail tests in windows | Jonathan Turner | -1/+4 |
| 2016-04-21 | Auto merge of #33079 - bluss:split-iter, r=alexcrichton | bors | -5012/+5113 |
| 2016-04-21 | Auto merge of #33074 - mitaa:rdoc-irlst, r=alexcrichton | bors | -41/+42 |
| 2016-04-21 | fix `transmute-from-fn-item-types-lint` | Niko Matsakis | -5/+5 |
| 2016-04-21 | add serialize as a dep for compiletest | Niko Matsakis | -0/+13 |
| 2016-04-21 | fix broken test revealed by compiletest | Niko Matsakis | -1/+3 |
| 2016-04-21 | move json.rs file | Niko Matsakis | -0/+0 |
| 2016-04-21 | pacify the merciless acrichto (somewhat) | Niko Matsakis | -15/+22 |
| 2016-04-21 | improve tidy to give you file that failed | Niko Matsakis | -4/+9 |
| 2016-04-21 | port compiletest to use JSON output | Niko Matsakis | -473/+605 |
| 2016-04-20 | Remove IPV6_V6ONLY functionality | Steven Fackler | -64/+0 |
| 2016-04-20 | Auto merge of #33030 - nagisa:mir-unrequire-end-block, r=nikomatsakis | bors | -29/+35 |
| 2016-04-20 | Auto merge of #33011 - alexcrichton:pkg-everything, r=brson | bors | -1/+8 |
| 2016-04-20 | librustc: remove outdated workaround | Tamir Duberstein | -3/+0 |
| 2016-04-20 | Auto merge of #32968 - alexcrichton:update-suport, r=brson | bors | -26/+29 |
| 2016-04-20 | Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichton | bors | -116/+198 |
| 2016-04-20 | Auto merge of #32939 - eddyb:layout, r=nikomatsakis | bors | -393/+1698 |
| 2016-04-20 | Auto merge of #32951 - LukasKalbertodt:collection_contains_rfc1552, r=brson | bors | -0/+49 |
| 2016-04-20 | Auto merge of #32942 - alexcrichton:bootstrap-from-previous, r=brson | bors | -2952/+173 |
| 2016-04-20 | Check that the feature strings are well-formed | Andrea Canciani | -0/+1 |
| 2016-04-20 | Make the feature whitelists constants | Andrea Canciani | -25/+25 |
| 2016-04-19 | Auto merge of #32903 - alexcrichton:fix-rpath, r=brson | bors | -18/+55 |
| 2016-04-19 | Auto merge of #31253 - ranma42:improve-unicode-iter-offset, r=brson | bors | -20/+32 |
| 2016-04-20 | rebasing | Nick Cameron | -4/+4 |
| 2016-04-20 | debugging, misc fixes | Nick Cameron | -162/+260 |
| 2016-04-20 | HIR visitor for DefCollector | Nick Cameron | -14/+175 |
| 2016-04-20 | refactoring | Nick Cameron | -141/+111 |
| 2016-04-20 | def_collector and crate reader operate on AST instead of HIR | Nick Cameron | -151/+113 |
| 2016-04-20 | Separate def collection and hir map making even further | Nick Cameron | -43/+33 |
| 2016-04-20 | Move DefCollector to its own module. | Nick Cameron | -248/+267 |
| 2016-04-20 | Split up NodeCollector so that defs are collected separately from nodes for t... | Nick Cameron | -135/+263 |
| 2016-04-20 | Trivial refactoring | Nick Cameron | -16/+15 |
| 2016-04-19 | Add test for `target_feature` | Andrea Canciani | -0/+18 |
| 2016-04-20 | Generate block containing return lazily instead | Simonas Kazlauskas | -28/+33 |
| 2016-04-19 | mk: Bootstrap from stable instead of snapshots | Alex Crichton | -2952/+173 |
| 2016-04-19 | mk: Force system python for LLDB tests on OSX | Alex Crichton | -7/+23 |