about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-07-19Use correct spans for format string errorsEsteban Küber-21/+123
2018-07-19rework printlnEsteban Küber-9/+63
2018-07-19Fix hir tree testEsteban Küber-1/+1
2018-07-19Same change as `println` for `eprintln`Esteban Küber-2/+1
2018-07-19review comments: modify note wording and change `println`Esteban Küber-14/+34
2018-07-19Improve suggestion for missing fmt str in printlnEsteban Küber-102/+122
2018-07-20Speed up `SparseBitMatrix`.Nicholas Nethercote-212/+37
2018-07-20always get number of live variables from the mapNiko Matsakis-7/+7
2018-07-20proc_macro: avoid exposing internal details in formatting impls.Eduard-Mihai Burtescu-7/+37
2018-07-20proc_macro: move some implementation details to a rustc module.Eduard-Mihai Burtescu-264/+305
2018-07-20Auto merge of #52349 - RalfJung:once, r=alexcrichtonbors-2/+10
2018-07-20proc_macro: don't expose compiler-internal FileName in public API.Eduard-Mihai Burtescu-16/+7
2018-07-20proc_macro: clean up the implementation of quasi-quoting.Eduard-Mihai Burtescu-185/+101
2018-07-20proc_macro: don't try to reflect literals in quasi-quoting.Eduard-Mihai Burtescu-95/+16
2018-07-20proc_macro: don't use DiagnosticBuilder for building up Diagnostics.Eduard-Mihai Burtescu-26/+22
2018-07-19Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakisbors-146/+2028
2018-07-19Cursor: update docs to clarify Cursor only works with in-memory buffersTommi Komulainen-8/+9
2018-07-19Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavusbors-10/+81
2018-07-20tidy fixesdylan_DPC-4/+9
2018-07-19left out one field during mergedylan_DPC-0/+1
2018-07-19convert LocalWithRegion to Localdylan_DPC-10/+13
2018-07-19mir/mod.rs / visit.rs reverted back to using Localdylan_DPC-23/+23
2018-07-19add LocalWithRegion NllLivenessMapdylan_DPC-36/+76
2018-07-19make liveness generic over set of local variablesNiko Matsakis-102/+170
2018-07-19generic shuffle continuesdylan_DPC-10/+10
2018-07-19use LiveVariableMap as trait bounddylan_DPC-25/+26
2018-07-19add trait structs and other changes from V to localdylan_DPC-56/+84
2018-07-19add generic parameterdylan_DPC-63/+71
2018-07-19Generate a page for existential typesOliver Schneider-4/+37
2018-07-19Updated FRU terminology.David Wood-1/+1
2018-07-19Fix docker/run.sh script when run locallyAlex Crichton-1/+1
2018-07-19rustc: Fix two custom attributes with custom deriveAlex Crichton-0/+63
2018-07-19Remove obsolete flags in the i586_musl Dockerfileljedrz-3/+1
2018-07-19proc_macro: Preserve spans of attributes on functionsAlex Crichton-5/+132
2018-07-19Auto merge of #52197 - euclio:exit-code, r=oli-obkbors-25/+110
2018-07-19Auto merge of #52515 - Manishearth:clippyup, r=kennytmbors-8/+5
2018-07-19Enable run-pass/sepcomp-lib-lto.rs on Androidljedrz-1/+0
2018-07-19fix safety-related comment in slice::rotateRalf Jung-1/+1
2018-07-18Fix links in rustdoc book.Eric Huss-2/+2
2018-07-18Update clippyManish Goregaokar-8/+5
2018-07-19Auto merge of #52429 - alexcrichton:update-cargo, r=Mark-Simulacrumbors-171/+185
2018-07-19Auto merge of #52486 - kennytm:rollup, r=kennytmbors-42/+153
2018-07-18Update Cargo submoduleAlex Crichton-171/+185
2018-07-18Auto merge of #52431 - semarie:compiler-builtins, r=alexcrichtonbors-0/+0
2018-07-19Rollup merge of #52510 - QuietMisdreavus:redirects-are-cool, r=nrckennytm-1/+0
2018-07-19Rollup merge of #52418 - estebank:desugaring-type, r=nikomatsakiskennytm-3/+57
2018-07-18remove FIXME about macro redirectsQuietMisdreavus-1/+0
2018-07-18Document that Unique::empty() and NonNull::dangling() aren't sentinel valuesJosh Triplett-0/+10
2018-07-18Updated wording and placement of non-exhaustive notice so it is collapsed by ...David Wood-18/+37
2018-07-18rustc: Work around an upstream wasm ThinLTO bugAlex Crichton-1/+95