| Age | Commit message (Expand) | Author | Lines |
| 2018-07-22 | Auto merge of #52250 - nnethercote:no-SparseBitMatrix, r=nikomatsakis | bors | -212/+37 |
| 2018-07-21 | fix tidy ~ again | Esteban Küber | -13/+0 |
| 2018-07-21 | Don't use the new `eprintln` for stage0 and stage1 | Esteban Küber | -2/+2 |
| 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 | -2/+2 |
| 2018-07-21 | Auto merge of #51485 - estebank:dehighlight-secondary-msgs, r=GuillaumeGomez | bors | -4/+11 |
| 2018-07-21 | Remove dependency on `libsyntax` | Esteban Küber | -23/+13 |
| 2018-07-21 | Change `eprintln!()` | Esteban Küber | -2/+9 |
| 2018-07-21 | Gate `format_args_nll` behind feature flag | Esteban Küber | -1/+21 |
| 2018-07-22 | Add "self" intra-link support | Guillaume Gomez | -4/+102 |
| 2018-07-21 | Run the error index tool against the sysroot libdir | Mark Rousskov | -2/+2 |
| 2018-07-21 | Auto merge of #52115 - Dylan-DPC:feature/nll-liveness-regions, r=nikomatsakis | bors | -357/+302 |
| 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 | -3/+3 |
| 2018-07-21 | Attach deprecation lint `proc_macro_derive_resolution_fallback` to a specific... | Vadim Petrochenkov | -17/+49 |
| 2018-07-21 | Auto merge of #51959 - tmandry:make-implied-outlives-query, r=nikomatsakis | bors | -235/+503 |
| 2018-07-21 | update tests | Matthew Jasper | -11/+28 |
| 2018-07-21 | Fix #52416 - ice for move errors in unsafe blocks | Matthew Jasper | -8/+8 |
| 2018-07-21 | Add specific message when moving from upvars in a non-FnOnce closure | Matthew Jasper | -30/+44 |
| 2018-07-21 | Use MirBorrowckCtxt while reporting move errors | Matthew Jasper | -39/+21 |
| 2018-07-21 | do not overwrite child def-id in place but rather remove/insert | Niko Matsakis | -22/+121 |
| 2018-07-21 | Auto merge of #52405 - matthewjasper:mutability-errors, r=pnkfelix | bors | -351/+1822 |
| 2018-07-21 | Add missing backtick | csmoe | -1/+1 |
| 2018-07-21 | delete tests | dylan_DPC | -110/+0 |
| 2018-07-21 | Sequence-field should have plural name | Oliver Schneider | -4/+4 |
| 2018-07-21 | Treat no_std(target) == None case correctly. | Hideki Sekine | -1/+1 |
| 2018-07-21 | we now get 2 extra mismatched type errors | Niko Matsakis | -4/+69 |
| 2018-07-21 | use proper body-id and span when solving obligations | Niko Matsakis | -2/+2 |
| 2018-07-21 | add regression test for #52078 | Niko Matsakis | -0/+37 |
| 2018-07-21 | skip no-op obligations and add a little debug output | Niko Matsakis | -11/+17 |
| 2018-07-21 | Convert implied_outlives_bounds to a query | Tyler Mandry | -221/+381 |
| 2018-07-21 | Auto merge of #52562 - Manishearth:clippyup, r=RalfJung | bors | -19/+31 |
| 2018-07-21 | add docs | dylan_DPC | -2/+21 |
| 2018-07-21 | Don't invent new magic keywords | Oliver Schneider | -9/+9 |
| 2018-07-21 | Auto merge of #52555 - petrochenkov:mresfact, r=alexcrichton | bors | -164/+246 |
| 2018-07-21 | Typo | Felix Rabe | -1/+1 |
| 2018-07-21 | Auto merge of #52552 - eddyb:proc-macro-prep, r=alexcrichton | bors | -570/+465 |
| 2018-07-21 | Auto merge of #52535 - alexcrichton:update-stdsimd, r=Mark-Simulacrum | bors | -8/+0 |
| 2018-07-21 | remove unwanted tests and a reference to it in comments | dylan_DPC | -139/+3 |
| 2018-07-20 | Update stdsimd to undo an accidental stabilization | Alex Crichton | -8/+0 |
| 2018-07-21 | Auto merge of #52536 - alexcrichton:attr-spans, r=nikomatsakis | bors | -5/+132 |
| 2018-07-21 | Auto merge of #52438 - ljedrz:rustc_vec_capacity, r=eddyb | bors | -59/+49 |
| 2018-07-21 | Avoid using `#[macro_export]` for documenting builtin macros | Vadim Petrochenkov | -58/+43 |
| 2018-07-20 | Auto merge of #52574 - kennytm:rollup, r=kennytm | bors | -61/+73 |
| 2018-07-20 | fix grep test looking for newline | Esteban Küber | -1/+1 |
| 2018-07-20 | Clippy opts out of in_external_macro | Oliver Schneider | -6/+5 |
| 2018-07-20 | Allow individual lints to opt into being reported in external macros | Oliver Schneider | -4/+16 |
| 2018-07-21 | Rollup merge of #52573 - oli-obk:cleanups, r=RalfJung | kennytm | -19/+8 |
| 2018-07-21 | Rollup merge of #52540 - alexcrichton:tweak-script, r=kennytm | kennytm | -1/+1 |
| 2018-07-21 | Rollup merge of #52539 - alexcrichton:two-attrs, r=petrochenkov | kennytm | -0/+63 |