| Age | Commit message (Expand) | Author | Lines |
| 2018-07-19 | Use correct spans for format string errors | Esteban Küber | -21/+123 |
| 2018-07-19 | rework println | Esteban Küber | -9/+63 |
| 2018-07-19 | Fix hir tree test | Esteban Küber | -1/+1 |
| 2018-07-19 | Same change as `println` for `eprintln` | Esteban Küber | -2/+1 |
| 2018-07-19 | review comments: modify note wording and change `println` | Esteban Küber | -14/+34 |
| 2018-07-19 | Improve suggestion for missing fmt str in println | Esteban Küber | -102/+122 |
| 2018-07-20 | Speed up `SparseBitMatrix`. | Nicholas Nethercote | -212/+37 |
| 2018-07-20 | always get number of live variables from the map | Niko Matsakis | -7/+7 |
| 2018-07-20 | proc_macro: avoid exposing internal details in formatting impls. | Eduard-Mihai Burtescu | -7/+37 |
| 2018-07-20 | proc_macro: move some implementation details to a rustc module. | Eduard-Mihai Burtescu | -264/+305 |
| 2018-07-20 | Auto merge of #52349 - RalfJung:once, r=alexcrichton | bors | -2/+10 |
| 2018-07-20 | proc_macro: don't expose compiler-internal FileName in public API. | Eduard-Mihai Burtescu | -16/+7 |
| 2018-07-20 | proc_macro: clean up the implementation of quasi-quoting. | Eduard-Mihai Burtescu | -185/+101 |
| 2018-07-20 | proc_macro: don't try to reflect literals in quasi-quoting. | Eduard-Mihai Burtescu | -95/+16 |
| 2018-07-20 | proc_macro: don't use DiagnosticBuilder for building up Diagnostics. | Eduard-Mihai Burtescu | -26/+22 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -146/+2028 |
| 2018-07-19 | Cursor: update docs to clarify Cursor only works with in-memory buffers | Tommi Komulainen | -8/+9 |
| 2018-07-19 | Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavus | bors | -10/+81 |
| 2018-07-20 | tidy fixes | dylan_DPC | -4/+9 |
| 2018-07-19 | left out one field during merge | dylan_DPC | -0/+1 |
| 2018-07-19 | convert LocalWithRegion to Local | dylan_DPC | -10/+13 |
| 2018-07-19 | mir/mod.rs / visit.rs reverted back to using Local | dylan_DPC | -23/+23 |
| 2018-07-19 | add LocalWithRegion NllLivenessMap | dylan_DPC | -36/+76 |
| 2018-07-19 | make liveness generic over set of local variables | Niko Matsakis | -102/+170 |
| 2018-07-19 | generic shuffle continues | dylan_DPC | -10/+10 |
| 2018-07-19 | use LiveVariableMap as trait bound | dylan_DPC | -25/+26 |
| 2018-07-19 | add trait structs and other changes from V to local | dylan_DPC | -56/+84 |
| 2018-07-19 | add generic parameter | dylan_DPC | -63/+71 |
| 2018-07-19 | Generate a page for existential types | Oliver Schneider | -4/+37 |
| 2018-07-19 | Updated FRU terminology. | David Wood | -1/+1 |
| 2018-07-19 | Fix docker/run.sh script when run locally | Alex Crichton | -1/+1 |
| 2018-07-19 | rustc: Fix two custom attributes with custom derive | Alex Crichton | -0/+63 |
| 2018-07-19 | Remove obsolete flags in the i586_musl Dockerfile | ljedrz | -3/+1 |
| 2018-07-19 | proc_macro: Preserve spans of attributes on functions | Alex Crichton | -5/+132 |
| 2018-07-19 | Auto merge of #52197 - euclio:exit-code, r=oli-obk | bors | -25/+110 |
| 2018-07-19 | Auto merge of #52515 - Manishearth:clippyup, r=kennytm | bors | -8/+5 |
| 2018-07-19 | Enable run-pass/sepcomp-lib-lto.rs on Android | ljedrz | -1/+0 |
| 2018-07-19 | fix safety-related comment in slice::rotate | Ralf Jung | -1/+1 |
| 2018-07-18 | Fix links in rustdoc book. | Eric Huss | -2/+2 |
| 2018-07-18 | Update clippy | Manish Goregaokar | -8/+5 |
| 2018-07-19 | Auto merge of #52429 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -171/+185 |
| 2018-07-19 | Auto merge of #52486 - kennytm:rollup, r=kennytm | bors | -42/+153 |
| 2018-07-18 | Update Cargo submodule | Alex Crichton | -171/+185 |
| 2018-07-18 | Auto merge of #52431 - semarie:compiler-builtins, r=alexcrichton | bors | -0/+0 |
| 2018-07-19 | Rollup merge of #52510 - QuietMisdreavus:redirects-are-cool, r=nrc | kennytm | -1/+0 |
| 2018-07-19 | Rollup merge of #52418 - estebank:desugaring-type, r=nikomatsakis | kennytm | -3/+57 |
| 2018-07-18 | remove FIXME about macro redirects | QuietMisdreavus | -1/+0 |
| 2018-07-18 | Document that Unique::empty() and NonNull::dangling() aren't sentinel values | Josh Triplett | -0/+10 |
| 2018-07-18 | Updated wording and placement of non-exhaustive notice so it is collapsed by ... | David Wood | -18/+37 |
| 2018-07-18 | rustc: Work around an upstream wasm ThinLTO bug | Alex Crichton | -1/+95 |