| Age | Commit message (Expand) | Author | Lines |
| 2018-07-22 | Auto merge of #52368 - GuillaumeGomez:intra_doc_link_resolution_failure-docum... | bors | -0/+39 |
| 2018-07-22 | Auto merge of #52359 - matthewjasper:combine-move-error-reporting, r=pnkfelix | bors | -35/+36 |
| 2018-07-22 | Auto merge of #52394 - estebank:println, r=oli-obk | bors | -78/+201 |
| 2018-07-21 | Only run the test on x86_64 | Scott McMurray | -0/+1 |
| 2018-07-21 | Do not suggest using `to_owned()` on `&str += &str` | Esteban Küber | -11/+2 |
| 2018-07-21 | Don't use SIMD in mem::swap for types smaller than the block size | Scott McMurray | -0/+26 |
| 2018-07-21 | Fix tidy by adding new feature gate test | Esteban Küber | -0/+24 |
| 2018-07-21 | fix logic bug | Esteban Küber | -0/+0 |
| 2018-07-22 | Add "self" intra-link support | Guillaume Gomez | -0/+39 |
| 2018-07-21 | Auto merge of #52115 - Dylan-DPC:feature/nll-liveness-regions, r=nikomatsakis | bors | -244/+0 |
| 2018-07-21 | don't spawn processes on wasm | Oliver Schneider | -0/+2 |
| 2018-07-21 | Suggest space separated format str literal | Esteban Küber | -2/+2 |
| 2018-07-21 | Attach deprecation lint `proc_macro_derive_resolution_fallback` to a specific... | Vadim Petrochenkov | -0/+16 |
| 2018-07-21 | Auto merge of #51959 - tmandry:make-implied-outlives-query, r=nikomatsakis | bors | -4/+106 |
| 2018-07-21 | update tests | Matthew Jasper | -11/+28 |
| 2018-07-21 | Add specific message when moving from upvars in a non-FnOnce closure | Matthew Jasper | -24/+8 |
| 2018-07-21 | do not overwrite child def-id in place but rather remove/insert | Niko Matsakis | -0/+42 |
| 2018-07-21 | Auto merge of #52405 - matthewjasper:mutability-errors, r=pnkfelix | bors | -88/+1128 |
| 2018-07-21 | delete tests | dylan_DPC | -110/+0 |
| 2018-07-21 | we now get 2 extra mismatched type errors | Niko Matsakis | -4/+69 |
| 2018-07-21 | add regression test for #52078 | Niko Matsakis | -0/+37 |
| 2018-07-21 | Auto merge of #52555 - petrochenkov:mresfact, r=alexcrichton | bors | -0/+93 |
| 2018-07-21 | Auto merge of #52535 - alexcrichton:update-stdsimd, r=Mark-Simulacrum | bors | -1/+0 |
| 2018-07-21 | remove unwanted tests and a reference to it in comments | dylan_DPC | -134/+0 |
| 2018-07-20 | Update stdsimd to undo an accidental stabilization | Alex Crichton | -1/+0 |
| 2018-07-21 | Auto merge of #52536 - alexcrichton:attr-spans, r=nikomatsakis | bors | -0/+88 |
| 2018-07-20 | fix grep test looking for newline | Esteban Küber | -1/+1 |
| 2018-07-21 | Rollup merge of #52539 - alexcrichton:two-attrs, r=petrochenkov | kennytm | -0/+46 |
| 2018-07-21 | Rollup merge of #52527 - ljedrz:cleanup_13973, r=oli-obk | kennytm | -10/+0 |
| 2018-07-21 | Rollup merge of #52526 - ljedrz:cleanup_18800, r=alexcrichton | kennytm | -1/+0 |
| 2018-07-20 | Update tests for new NLL mutability errors | Matthew Jasper | -88/+1128 |
| 2018-07-20 | Add trailing newline | Oliver Schneider | -1/+1 |
| 2018-07-20 | Add test | Oliver Schneider | -0/+35 |
| 2018-07-20 | Fix new test | Esteban Küber | -2/+2 |
| 2018-07-20 | Reword when `_` couldn't be inferred | Esteban Küber | -14/+14 |
| 2018-07-20 | add failure-status to rustdoc doctest ui test | QuietMisdreavus | -9/+10 |
| 2018-07-20 | normalize test output so it can be run from repo root | QuietMisdreavus | -10/+14 |
| 2018-07-20 | update stdout file with test path normalization | QuietMisdreavus | -10/+10 |
| 2018-07-20 | report doctest compile failures correctly | QuietMisdreavus | -3/+19 |
| 2018-07-20 | add ui test for failing doctest | QuietMisdreavus | -0/+40 |
| 2018-07-20 | Properly scope label resolution | Oliver Schneider | -0/+91 |
| 2018-07-20 | Auto merge of #52498 - oli-obk:const_prop, r=nikomatsakis | bors | -1/+27 |
| 2018-07-20 | For some reason, on my linux box, using `-Zverbose` here is causing a linker ... | Felix S. Klock II | -1/+1 |
| 2018-07-20 | Regression test for issue. | Felix S. Klock II | -0/+88 |
| 2018-07-20 | resolve: Fully prohibit shadowing of in-scope names by globs in macro paths | Vadim Petrochenkov | -0/+93 |
| 2018-07-20 | Auto merge of #52467 - alexcrichton:lints-and-macros, r=Manishearth | bors | -0/+79 |
| 2018-07-20 | Remove duplicate E0396 tests | ljedrz | -10/+0 |
| 2018-07-20 | Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddyb | bors | -46/+27 |
| 2018-07-19 | Rebase and fix text changed by master | Esteban Küber | -1/+5 |
| 2018-07-19 | Use correct spans for format string errors | Esteban Küber | -8/+82 |