| Age | Commit message (Expand) | Author | Lines |
| 2016-08-11 | Clarify type declaration language | Stephan Hügel | -1/+1 |
| 2016-08-11 | Auto merge of #35403 - scottcarr:lvalue_refactor, r=nikomatsakis | bors | -134/+129 |
| 2016-08-11 | Auto merge of #34866 - cynicaldevil:panic-counter, r=alexcrichton | bors | -23/+40 |
| 2016-08-10 | Auto merge of #34845 - bitshifter:issue-30961, r=alexcrichton | bors | -20/+153 |
| 2016-08-10 | Auto merge of #35489 - sanxiyn:target-list, r=alexcrichton | bors | -1/+1 |
| 2016-08-10 | Auto merge of #35525 - jonathandturner:rollup, r=jonathandturner | bors | -56/+133 |
| 2016-08-10 | no op commit for travis | Scott A Carr | -2/+1 |
| 2016-08-10 | Added an update_panic_count function to handle access to PANIC_COUNT | Nikhil Shagrithaya | -23/+28 |
| 2016-08-10 | Added a shim around rust_panic to update panic counter | Nikhil Shagrithaya | -1/+11 |
| 2016-08-10 | Refactored code to access TLS only in case of panic | Nikhil Shagrithaya | -9/+11 |
| 2016-08-10 | Improved checking of target's llvm_config | Cameron Hart | -2/+12 |
| 2016-08-10 | Auto merge of #35405 - futile:tests_warn_timeout, r=brson | bors | -1/+58 |
| 2016-08-09 | Auto merge of #35079 - nikomatsakis:incr-comp-ich-32753, r=mw | bors | -483/+815 |
| 2016-08-09 | pacify the merciless tidy | Niko Matsakis | -3/+6 |
| 2016-08-09 | incorporate resolve results into hashing | Niko Matsakis | -14/+250 |
| 2016-08-09 | promote svh calculation into its own directory | Niko Matsakis | -450/+459 |
| 2016-08-09 | remove field that need not be public | Niko Matsakis | -1/+1 |
| 2016-08-09 | stop hashing nested items, and add a test | Niko Matsakis | -20/+52 |
| 2016-08-09 | make it possible to test if HIR is dirty | Niko Matsakis | -16/+68 |
| 2016-08-09 | Auto merge of #35401 - jonathandturner:enable_json_and_new_errors, r=jonathan... | bors | -599/+31 |
| 2016-08-09 | Update cargo SHA to latest cargo | Jonathan Turner | -1/+1 |
| 2016-08-09 | Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw | bors | -579/+1117 |
| 2016-08-09 | fix license | Niko Matsakis | -0/+10 |
| 2016-08-09 | make tidy | Scott A Carr | -3/+3 |
| 2016-08-09 | Update E0087.rs | Jonathan Turner | -1/+1 |
| 2016-08-09 | pacify the mercilous tidy | Niko Matsakis | -5/+4 |
| 2016-08-09 | Auto merge of #35426 - frewsxcv:os-sys-env-args-phantoms, r=alexcrichton | bors | -6/+7 |
| 2016-08-09 | address comments from mw | Niko Matsakis | -5/+29 |
| 2016-08-09 | use preds to serialize just what we need | Niko Matsakis | -215/+178 |
| 2016-08-09 | generalize BitMatrix to be NxM and not just NxN | Niko Matsakis | -17/+69 |
| 2016-08-09 | add a `deterministic_hash` method to `DefPath` | Niko Matsakis | -1/+14 |
| 2016-08-09 | add a `-Z incremental-info` flag | Niko Matsakis | -1/+3 |
| 2016-08-09 | replace Name with InternedString in DefPathData | Niko Matsakis | -57/+57 |
| 2016-08-09 | make DepNode PartialOrd | Niko Matsakis | -2/+3 |
| 2016-08-09 | isolate predecessor computation | Niko Matsakis | -18/+121 |
| 2016-08-09 | Auto merge of #35425 - apasel422:refcell, r=alexcrichton | bors | -9/+132 |
| 2016-08-08 | Auto merge of #34762 - creativcoder:slice-ext, r=alexcrichton | bors | -12/+41 |
| 2016-08-08 | Implement `RefCell::{try_borrow, try_borrow_mut}` | Andrew Paseltiner | -9/+132 |
| 2016-08-08 | fixup tests for new def'n of InlinedItem | Niko Matsakis | -3/+7 |
| 2016-08-08 | track MIR through the dep-graph | Niko Matsakis | -56/+127 |
| 2016-08-08 | rename KrateInfo to CrateInfo | Niko Matsakis | -4/+4 |
| 2016-08-08 | Auto merge of #35064 - pthariensflame:feature/cow_str_from_iter, r=alexcrichton | bors | -0/+21 |
| 2016-08-08 | refactor other type methods | Scott A Carr | -105/+99 |
| 2016-08-08 | Rollup merge of #35524 - garekkream:update-E0162-new-error-format, r=jonathan... | Jonathan Turner | -1/+5 |
| 2016-08-08 | Rollup merge of #35507 - hank-der-hafenarbeiter:master, r=jonathandturner | Jonathan Turner | -4/+9 |
| 2016-08-08 | Rollup merge of #35504 - razielgn:updated-e0026-to-new-format, r=jonathandturner | Jonathan Turner | -5/+13 |
| 2016-08-08 | Rollup merge of #35484 - KiChjang:e0205-bonus, r=GuillaumeGomez | Jonathan Turner | -9/+14 |
| 2016-08-08 | Rollup merge of #35477 - GuillaumeGomez:fix_E0132, r=jonathandturner | Jonathan Turner | -2/+3 |
| 2016-08-08 | Rollup merge of #35475 - shyaamsundhar:patch-1, r=jonathandturner | Jonathan Turner | -4/+6 |
| 2016-08-08 | Rollup merge of #35470 - munyari:e0214, r=jonathandturner | Jonathan Turner | -3/+8 |