about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-04-03Rollup merge of #59514 - tmandry:remove-adt-def-from-projection-elem, r=eddybMazdak Farrokhzad-290/+277
2019-04-03Rollup merge of #59186 - ssomers:btreeset_intersection_revisited_again, r=Kod...Mazdak Farrokhzad-122/+351
2019-04-03Rollup merge of #55448 - Mokosha:SortAtIndex, r=blussMazdak Farrokhzad-0/+355
2019-04-02Link to sync_allChris Gregory-1/+2
2019-04-03Tweak `Span` encoding.Nicholas Nethercote-3/+3
2019-04-03Shrink `mir::Statement`.Nicholas Nethercote-47/+48
2019-04-02Auto merge of #59638 - alexcrichton:less-assertions, r=pietroalbinibors-0/+9
2019-04-03Improve wordingYuki OKUSHI-18/+18
2019-04-02Remove adt_def from PlaceTy and make it a structTyler Mandry-196/+157
2019-04-02Replace adt_def with name in mir::ProjectionElem::DowncastTyler Mandry-98/+124
2019-04-02ci: Disable llvm/debug assertions on x86_64-mingwAlex Crichton-0/+9
2019-04-02Update ui tests to latest masterOliver Scherer-18/+18
2019-04-02Auto merge of #59636 - Centril:rollup, r=Centrilbors-65/+377
2019-04-02Rollup merge of #59529 - DevQps:improve-rem-docs, r=cuviperMazdak Farrokhzad-0/+15
2019-04-02Rollup merge of #59446 - Aaron1011:fix/debuginfo-overflow, r=oli-obkMazdak Farrokhzad-17/+134
2019-04-02Rollup merge of #59341 - o01eg:use-custom-libdir, r=Mark-SimulacrumMazdak Farrokhzad-11/+36
2019-04-02Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexregMazdak Farrokhzad-37/+192
2019-04-02Do not render coloful json in rustdocOliver Scherer-2/+2
2019-04-02Rename `colorful-json` to `json-rendered` and make it a selection instead of ...Oliver Scherer-123/+164
2019-04-02Update more unit test to new APIOliver Scherer-0/+2
2019-04-02Fix forgotten capitalizationOliver Scherer-5/+5
2019-04-02Adjust tests to new enum variant fieldsOliver Scherer-20/+25
2019-04-02Don't dump diagnostics json if not absolutely necessaryOliver Scherer-5/+8
2019-04-02Remove workaround code for a closed issueOliver Scherer-40/+0
2019-04-02Update rustdocOliver Scherer-4/+6
2019-04-02Emit ansi color codes in the `rendered` field of json diagnosticsOliver Scherer-80/+123
2019-04-02Auto merge of #59632 - Centril:rollup, r=Centrilbors-673/+982
2019-04-02Rollup merge of #59613 - jethrogb:jb/waitqueue-wait-unwind, r=alexcrichtonMazdak Farrokhzad-48/+61
2019-04-02Rollup merge of #59607 - kenta7777:renames-EvalErrorKind-to-InterpError, r=ol...Mazdak Farrokhzad-73/+73
2019-04-02Rollup merge of #59585 - rust-lang:shallow-borrow-fixes, r=pnkfelixMazdak Farrokhzad-9/+8
2019-04-02Rollup merge of #59533 - Zoxc:arena-slices, r=michaelwoeristerMazdak Farrokhzad-16/+141
2019-04-02Rollup merge of #59452 - GuillaumeGomez:speedup-rustdoc, r=QuietMisdreavusMazdak Farrokhzad-42/+51
2019-04-02Rollup merge of #59444 - cuviper:steps_between, r=scottmcmMazdak Farrokhzad-51/+71
2019-04-02Rollup merge of #59286 - cramertj:async-fn-ret-ty, r=varkorMazdak Farrokhzad-336/+553
2019-04-02Rollup merge of #59262 - timvermeulen:iterator_cmp_dedup, r=scottmcmMazdak Farrokhzad-98/+24
2019-04-02Update RELEASES.mdXAMPPRocky-10/+6
2019-04-01Document using `sync_all`Chris Gregory-4/+3
2019-04-01Refactor async fn return type loweringTaylor Cramer-336/+553
2019-04-01SGX target: Use linker option to avoid code CGU assignment kludgeJethro Beekman-41/+53
2019-04-02Ensure that exact matches come first in rustdoc searchGuillaume Gomez-3/+83
2019-04-01Improved the example with numbers that can be exactly represented as floats a...Christian-2/+3
2019-04-01Add ensure_capacity and rename min to lenJohn Kåre Alsaker-15/+26
2019-04-01wasi: Implement `error_string` to get readable errorsAlex Crichton-2/+15
2019-04-01Use set_lenJohn Kåre Alsaker-2/+2
2019-04-01Support allocating iterators with arenasJohn Kåre Alsaker-16/+130
2019-04-01SGX target: convert a bunch of panics to abortsJethro Beekman-48/+61
2019-04-01Use normal newtype_index macro for MIR dataflowMatthew Jasper-76/+30
2019-04-01Auto merge of #59606 - Centril:rollup, r=Centrilbors-44/+110
2019-04-01resolve all in scope trait aliases, then elaborate their boundsSean McArthur-45/+166
2019-04-01Fix typoAaron Hill-1/+1