| Age | Commit message (Expand) | Author | Lines |
| 2018-07-08 | Auto merge of #52106 - PramodBisht:issue/52049, r=oli-obk | bors | -0/+44 |
| 2018-07-08 | Auto merge of #51955 - zackmdavis:item_semi, r=oli-obk | bors | -0/+2 |
| 2018-07-08 | Auto merge of #51590 - bjorn3:codegen_llvm_extract, r=alexcrichton | bors | -5/+4 |
| 2018-07-07 | Auto merge of #52109 - michaelwoerister:ir-objs, r=alexcrichton | bors | -23/+19 |
| 2018-07-07 | Added UI testcases for #52049 | Pramod Bisht | -0/+44 |
| 2018-07-07 | Fix test | bjorn3 | -5/+4 |
| 2018-07-06 | Rollup merge of #52083 - spastorino:dont-run-ast-borrowck-on-mir-mode, r=niko... | Mark Rousskov | -16/+16 |
| 2018-07-06 | Rollup merge of #52067 - csmoe:issue-51167, r=nikomatsakis | Mark Rousskov | -44/+43 |
| 2018-07-06 | Rollup merge of #52058 - davidtwco:issue-51345, r=nikomatsakis | Mark Rousskov | -0/+35 |
| 2018-07-06 | Rollup merge of #51901 - rust-lang:weak-unboxing, r=alexcrichton | Mark Rousskov | -0/+15 |
| 2018-07-07 | Add a test for Weak::new() not crashing for uninhabited types | Simon Sapin | -0/+15 |
| 2018-07-06 | Auto merge of #52021 - nikomatsakis:nll-region-errors, r=estebank | bors | -121/+193 |
| 2018-07-06 | Auto merge of #52018 - flip1995:rfc2103, r=oli-obk | bors | -0/+127 |
| 2018-07-06 | Auto merge of #52010 - toidiu:ak-crossCrateOutlives, r=nikomatsakis | bors | -0/+32 |
| 2018-07-06 | Auto merge of #51894 - mikhail-m1:8636, r=nikomatsakis | bors | -0/+289 |
| 2018-07-06 | When doing linker-plugin based LTO, write LLVM bitcode obj-files | Michael Woerister | -23/+19 |
| 2018-07-06 | Auto merge of #51953 - japaric:atomic-load-store, r=alexcrichton | bors | -5/+5 |
| 2018-07-06 | Auto merge of #52088 - kennytm:rollup, r=kennytm | bors | -16/+16 |
| 2018-07-06 | Rollup merge of #52093 - alexcrichton:update-issue, r=kennytm | kennytm | -1/+1 |
| 2018-07-06 | Rollup merge of #52073 - xfix:patch-7, r=oli-obk | kennytm | -0/+13 |
| 2018-07-05 | rustc: Update tracking issue for wasm_import_module | Alex Crichton | -1/+1 |
| 2018-07-05 | update run-pass test | Jorge Aparicio | -5/+5 |
| 2018-07-06 | Rollup merge of #52016 - oli-obk:dedup_static_errors, r=estebank | kennytm | -15/+2 |
| 2018-07-06 | Auto merge of #51861 - GuillaumeGomez:prevent-some-markdown-short-doc, r=Quie... | bors | -0/+35 |
| 2018-07-05 | Do not run AST borrowck when -Zborrowck=mir | Santiago Pastorino | -12/+12 |
| 2018-07-05 | fix for issue #8636 | Mikhail Modin | -0/+289 |
| 2018-07-05 | Add a punch card to weird expressions test | Konrad Borowski | -0/+13 |
| 2018-07-05 | Auto merge of #51967 - varkor:const-body-break-continue, r=estebank | bors | -17/+112 |
| 2018-07-05 | update test | csmoe | -44/+43 |
| 2018-07-05 | Auto merge of #51938 - zackmdavis:and_the_case_of_the_leaking_desugar, r=este... | bors | -0/+65 |
| 2018-07-04 | Remove rustc_mir_borrowck attribute and use rustc_mir instead | Santiago Pastorino | -4/+4 |
| 2018-07-05 | Auto merge of #51964 - matthewjasper:unused-mut-mir-generation, r=nikomatsakis | bors | -19/+146 |
| 2018-07-04 | Ensure that borrows wind up unactivated. | David Wood | -0/+18 |
| 2018-07-04 | Correctly handle an activation from dead code. | David Wood | -0/+17 |
| 2018-07-04 | Auto merge of #51611 - QuietMisdreavus:slippery-macros, r=ollie27 | bors | -2/+85 |
| 2018-07-04 | Improving span of unknown lint tool error message | flip1995 | -2/+26 |
| 2018-07-04 | Tests for tool_lints | flip1995 | -0/+103 |
| 2018-07-04 | Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=sca... | bors | -6/+22 |
| 2018-07-04 | write code to extract region names and emit new style message | Niko Matsakis | -121/+193 |
| 2018-07-03 | Auto merge of #51926 - matthewjasper:Initialization-span, r=nikomatsakis | bors | -11/+10 |
| 2018-07-03 | Fix various nll unused mut errors | Matthew Jasper | -19/+146 |
| 2018-07-03 | Auto merge of #51450 - estebank:inner-fn-test, r=@pnkfelix | bors | -0/+45 |
| 2018-07-03 | test for renaming re-exported macros | QuietMisdreavus | -0/+6 |
| 2018-07-03 | implement fix for cross crate inferrence and fix test | toidiu | -15/+10 |
| 2018-07-03 | Auto merge of #52014 - pietroalbini:rollup, r=pietroalbini | bors | -0/+74 |
| 2018-07-03 | Deduplicate error reports for statics | Oliver Schneider | -15/+2 |
| 2018-07-03 | Rollup merge of #51978 - estebank:issue-48364, r=oli-obk | Pietro Albini | -0/+28 |
| 2018-07-03 | Rollup merge of #51958 - euclio:attr-refactor, r=petrochenkov | Pietro Albini | -0/+46 |
| 2018-07-03 | Auto merge of #51889 - spastorino:make-causal-tracking-lazy, r=nikomatsakis | bors | -49/+14 |
| 2018-07-02 | test to capture that cross crate outlives requirements are not inferred | toidiu | -0/+37 |