| Age | Commit message (Expand) | Author | Lines |
| 2017-10-16 | Auto merge of #45297 - matthewjasper:associated-item-namespaces, r=petrochenkov | bors | -0/+51 |
| 2017-10-16 | Auto merge of #45283 - alexcrichton:used-mut-nodes, r=arielb1 | bors | -14/+14 |
| 2017-10-16 | Auto merge of #45191 - petrochenkov:yesar, r=Mark-Simulacrum | bors | -13/+20 |
| 2017-10-15 | rustbuild: Support specifying archiver and linker explicitly | Vadim Petrochenkov | -13/+20 |
| 2017-10-15 | rustc: Fix some ThinLTO internalization | Alex Crichton | -0/+34 |
| 2017-10-15 | Auto merge of #45123 - goffrie:fix-method-unit-call, r=oli-obk | bors | -13/+93 |
| 2017-10-15 | Check namespaces when resolving associated items in typeck | matthewjasper | -0/+51 |
| 2017-10-15 | Auto merge of #45200 - mikhail-m1:match-with-false-edges, r=nikomatsakis | bors | -0/+25 |
| 2017-10-14 | rustc: Remove `used_mut_nodes` from `TyCtxt` | Alex Crichton | -14/+14 |
| 2017-10-14 | Auto merge of #45175 - petrochenkov:dyn, r=nikomatsakis | bors | -2/+74 |
| 2017-10-14 | Auto merge of #45162 - chrisvittal:mir-testing, r=nikomatsakis | bors | -73/+304 |
| 2017-10-14 | Implement `dyn Trait` syntax | Vadim Petrochenkov | -2/+74 |
| 2017-10-14 | Auto merge of #45104 - vitiral:incr_auto_assert2, r=michaelwoerister | bors | -446/+392 |
| 2017-10-13 | Pass the full span for method calls | Geoffry Song | -13/+93 |
| 2017-10-13 | Auto merge of #45069 - sinkuu:tuple_arg, r=nikomatsakis | bors | -9/+37 |
| 2017-10-13 | fix review comments | Garrett Berg | -31/+34 |
| 2017-10-13 | Rollup merge of #45221 - estebank:issue-41790, r=nikomatsakis | kennytm | -0/+30 |
| 2017-10-13 | Rollup merge of #45189 - alexcrichton:thinlto-allocators, r=michaelwoerister | kennytm | -41/+19 |
| 2017-10-13 | Rollup merge of #45178 - Badel2:comma-after-struct, r=petrochenkov | kennytm | -0/+45 |
| 2017-10-13 | Rollup merge of #45173 - laumann:suggest-misspelled-labels, r=petrochenkov | kennytm | -0/+46 |
| 2017-10-13 | Rollup merge of #45133 - GuillaumeGomez:usize-index-msg, r=dtolnay | kennytm | -0/+15 |
| 2017-10-13 | Rollup merge of #45122 - jean-lourenco:master, r=nikomatsakis | kennytm | -1/+6 |
| 2017-10-13 | Auto merge of #45031 - alexcrichton:nounwind, r=arielb1 | bors | -1/+40 |
| 2017-10-12 | incr comp: rustc_clean/dirty auto assert | Garrett Berg | -436/+379 |
| 2017-10-13 | Auto merge of #45025 - pnkfelix:mir-borrowck-moves-of-supporting-prefixes-inv... | bors | -5/+137 |
| 2017-10-13 | Reword | sinkuu | -6/+6 |
| 2017-10-13 | Rollup merge of #45190 - petrochenkov:shorten, r=alexcrichton | kennytm | -9/+9 |
| 2017-10-13 | Rollup merge of #44989 - QuietMisdreavus:what-is-your-quest, r=GuillaumeGomez | kennytm | -0/+13 |
| 2017-10-12 | rustc: Handle `#[linkage]` anywhere in a crate | Alex Crichton | -41/+19 |
| 2017-10-12 | Auto merge of #44985 - zilbuz:issue-44974, r=pnkfelix | bors | -9/+339 |
| 2017-10-11 | Point at immutable outer variable | Esteban Küber | -0/+30 |
| 2017-10-11 | Added `revisions: ast mir` template to tests that this PR sync'ed ast+mir bor... | Felix S. Klock II | -5/+28 |
| 2017-10-11 | Test case illustrating some variants of the issue pointed out by ariel. | Felix S. Klock II | -0/+60 |
| 2017-10-11 | Test against accesses to uninitialized fields. | Felix S. Klock II | -0/+49 |
| 2017-10-11 | rustc: Add LLVM `nounwind` with `-C panic=abort` | Alex Crichton | -1/+40 |
| 2017-10-11 | Auto merge of #44888 - tirr-c:binder-hr-region, r=arielb1 | bors | -39/+191 |
| 2017-10-11 | MIR-borrowck: add false edges to match arms | Your Name | -0/+25 |
| 2017-10-10 | output compiler message updated | Jean Lourenço | -1/+6 |
| 2017-10-11 | Add error for comma after base struct field | Badel2 | -0/+45 |
| 2017-10-10 | Rollup merge of #45148 - gaurikholkar:master, r=nikomatsakis | Steve Klabnik | -0/+160 |
| 2017-10-10 | Rollup merge of #45071 - tromey:use-gdb-lazy-string, r=michaelwoerister | Steve Klabnik | -0/+4 |
| 2017-10-11 | Shorten some test names | Vadim Petrochenkov | -9/+9 |
| 2017-10-10 | Add suggestions for misspelled labels | Thomas Jespersen | -0/+46 |
| 2017-10-10 | Rollup merge of #45146 - petrochenkov:lessrec, r=estebank | kennytm | -2/+58 |
| 2017-10-10 | Rollup merge of #45135 - michaelwoerister:move-incr-comp-with-macro-export, r... | kennytm | -2/+1 |
| 2017-10-10 | Rollup merge of #45108 - phil-opp:patch-2, r=japaric | kennytm | -2/+2 |
| 2017-10-10 | Rollup merge of #45089 - rkruppe:master, r=bluss | kennytm | -1/+1 |
| 2017-10-10 | Rename test Linux target to avoid conflict with built-in target | Philipp Oppermann | -1/+1 |
| 2017-10-10 | Reword | sinkuu | -8/+8 |
| 2017-10-09 | Update README and tests for new infrastructure | Christopher Vittal | -73/+304 |