| Age | Commit message (Expand) | Author | Lines |
| 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 | Update scalar pairs per review comments | Josh Stone | -0/+14 |
| 2018-07-05 | Do not run AST borrowck when -Zborrowck=mir | Santiago Pastorino | -12/+12 |
| 2018-07-05 | Store scalar pair bools as i8 in memory | Josh Stone | -1/+41 |
| 2018-07-05 | Fix rustdoc run failures by shutting down definitely some lints | Guillaume Gomez | -0/+24 |
| 2018-07-05 | merge wellformed(wc)s | csmoe | -13/+7 |
| 2018-07-05 | update test | csmoe | -0/+16 |
| 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 | Shorten error message and add link to test | Dylan MacKenzie | -4/+4 |
| 2018-07-04 | Explain reason behind error span | Dylan MacKenzie | -1/+1 |
| 2018-07-04 | Add a UI test for #50637 | Dylan MacKenzie | -0/+66 |
| 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 | Suggestion for print | csmoe | -1/+1 |
| 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 |
| 2018-07-02 | Auto merge of #51944 - MajorBreakfast:generic-future-obj, r=cramertj | bors | -4/+6 |
| 2018-07-02 | Remove early error abort | varkor | -2/+10 |
| 2018-07-02 | Fix ICEs with match/return expressions inside array lengths | varkor | -0/+38 |
| 2018-07-02 | Clean up error messages regarding break/continue inside consts | varkor | -22/+7 |
| 2018-07-02 | Fix another return-const ICE | varkor | -9/+14 |
| 2018-07-02 | Fix an ICE using break and continue as array lengths | varkor | -2/+50 |
| 2018-07-02 | Fix a bug with return in anonymous consts | varkor | -1/+12 |
| 2018-07-02 | Auto merge of #51896 - nikomatsakis:nll-liveness-dirty-list, r=Zoxc | bors | -5/+7 |
| 2018-07-02 | introduce `predicates_defined_on` for traits | Niko Matsakis | -2/+2 |