| Age | Commit message (Expand) | Author | Lines |
| 2016-03-22 | Auto merge of #32156 - pnkfelix:borrowck-on-mir-move-analysis, r=nikomatsakis | bors | -135/+2013 |
| 2016-03-22 | Add rustbuild dependency from `rustc_borrowck` upon `rustc_mir` crate. | Felix S. Klock II | -0/+2 |
| 2016-03-22 | Auto merge of #32341 - frewsxcv:compiletest-enum, r=nikomatsakis | bors | -14/+57 |
| 2016-03-22 | Auto merge of #32264 - GuillaumeGomez:lang_item, r=nikomatsakis | bors | -0/+22 |
| 2016-03-22 | Auto merge of #32388 - semarie:snapshot-openbsd, r=alexcrichton | bors | -0/+1 |
| 2016-03-21 | Auto merge of #32253 - durka:derive-31886, r=alexcrichton | bors | -1/+21 |
| 2016-03-21 | Auto merge of #32402 - steveklabnik:rollup, r=steveklabnik | bors | -10/+55 |
| 2016-03-21 | Refactor 'kind' extraction to use `str::split_whitespace`. | Corey Farwell | -6/+5 |
| 2016-03-21 | Auto merge of #32062 - Marwes:unification_table_for_eq_relations, r=nikomatsakis | bors | -42/+183 |
| 2016-03-21 | Improve time complexity of equality relations | Markus Westerlind | -42/+183 |
| 2016-03-21 | Auto merge of #32393 - dotdash:32389, r=eddyb | bors | -0/+21 |
| 2016-03-21 | assigning a (MIR) box into an lvalue allocates heap storage that will | Felix S. Klock II | -1/+5 |
| 2016-03-21 | remove uses of `RefCell` from move data builder. | Felix S. Klock II | -37/+26 |
| 2016-03-21 | Make `fn move_path_for` take `&mut self` instead of `&self`. This is a | Felix S. Klock II | -36/+37 |
| 2016-03-21 | dont create MovePathIndex's for individual statics. | Felix S. Klock II | -29/+63 |
| 2016-03-21 | Switch newtype Index wrappers to use NonZero instead of INVALID constants. | Felix S. Klock II | -78/+88 |
| 2016-03-21 | factor the wrapped Index newtype definitions into a macro. | Felix S. Klock II | -28/+22 |
| 2016-03-21 | Add `fn clear_bit` method on BitSlice trait for setting a bit to zero. | Felix S. Klock II | -82/+111 |
| 2016-03-21 | scaffolding for borrowck on MIR. | Felix S. Klock II | -30/+1776 |
| 2016-03-21 | Expose attached attributes to `FnKind` abstraction so that I can look at them... | Felix S. Klock II | -57/+84 |
| 2016-03-21 | Switch libgraphviz from type params to associated types for Node/Edge. | Felix S. Klock II | -48/+90 |
| 2016-03-21 | Rollup merge of #32397 - tclfs:patch-7, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2016-03-21 | Rollup merge of #32376 - cyplo:cyplo_fix_E0368_documentation, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-03-21 | Rollup merge of #32373 - tclfs:patch-5, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-03-21 | Rollup merge of #32340 - Digipom:master, r=steveklabnik | Steve Klabnik | -0/+10 |
| 2016-03-21 | Rollup merge of #32339 - tclfs:patch-4, r=apasel422 | Steve Klabnik | -4/+4 |
| 2016-03-21 | Rollup merge of #32322 - GuillaumeGomez:cmp_doc, r=steveklabnik | Steve Klabnik | -0/+35 |
| 2016-03-21 | docs: Make some changes in texts | Tang Chenglong | -3/+3 |
| 2016-03-21 | Fix tupling of fn args for rust-call ABI functions | Björn Steinbrink | -0/+21 |
| 2016-03-21 | Auto merge of #32369 - frewsxcv:librustc-driver-lib, r=alexcrichton | bors | -41/+36 |
| 2016-03-21 | Auto merge of #32054 - seanmonstar:impl-debug-core, r=alexcrichton | bors | -34/+319 |
| 2016-03-21 | register openbsd snapshot | Sébastien Marie | -0/+1 |
| 2016-03-20 | Auto merge of #32302 - sfackler:unix-socket, r=alexcrichton | bors | -55/+1141 |
| 2016-03-20 | Add unix socket support to the standard library | Steven Fackler | -55/+1141 |
| 2016-03-20 | Auto merge of #32344 - aturon:issue-32324, r=eddyb | bors | -2/+35 |
| 2016-03-20 | Auto merge of #32345 - eddyb:snap-to-orbit, r=alexcrichton | bors | -54/+48 |
| 2016-03-20 | Update snapshots to 2016-03-18 (235d774). | Eduard Burtescu | -54/+48 |
| 2016-03-20 | Fix mis-uses of projection mode | Aaron Turon | -2/+35 |
| 2016-03-20 | Auto merge of #32010 - devonhollowood:non-c-like-enum-repr, r=Aatch | bors | -6/+46 |
| 2016-03-20 | Documentation fix for E0368 | Cyryl Płotnicki-Chudyk | -2/+2 |
| 2016-03-20 | libcore: add Debug implementations to most missing types | Sean McArthur | -34/+319 |
| 2016-03-20 | The `data-layout` field is no longer required, but the `os` field is | Philipp Oppermann | -2/+2 |
| 2016-03-20 | Utilize `if..let` over single `match` branch. | Corey Farwell | -33/+28 |
| 2016-03-20 | Remove double-negative conditionals. | Corey Farwell | -6/+6 |
| 2016-03-20 | docs: Correct an improper description | Tang Chenglong | -1/+1 |
| 2016-03-20 | Auto merge of #32367 - tiehuis:tiehuis-E0412-help, r=nagisa | bors | -4/+4 |
| 2016-03-19 | Auto merge of #32361 - japaric:no-llvm-assertions-on-arm, r=alexcrichton | bors | -1/+6 |
| 2016-03-20 | Update tests which reference E0421 | tiehuis | -3/+3 |
| 2016-03-19 | Auto merge of #32358 - Manishearth:pr-32053, r=Manishearth | bors | -50/+104 |
| 2016-03-20 | Replace unneeded owned `Vec` usage with `slice`. | Corey Farwell | -3/+3 |