summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-22Document invariants of `mk_trait_obligation_with_new_self_ty`Dylan MacKenzie-0/+4
2020-05-22Ensure that `new_self_ty` has no escaping bound varsDylan MacKenzie-0/+2
2020-05-22Bless other example of #71394Dylan MacKenzie-1/+0
2020-05-22Add regression test for #71394Dylan MacKenzie-0/+16
2020-05-22Preserve substitutions when trying to prove trait obligationDylan MacKenzie-33/+35
2020-05-22Switch to non-doc commentDylan MacKenzie-5/+5
2020-05-22Use `OnceCell` for predecessor cacheDylan MacKenzie-14/+10
2020-05-22Use `OnceCell` instead of `Once`Dylan MacKenzie-102/+115
2020-05-22Replace `rustc_data_structures::sync::Once` with `OnceCell`Dylan MacKenzie-129/+6
2020-05-22Rollup merge of #72461 - GuillaumeGomez:cleanup-e0600, r=Dylan-DPCDylan DPC-1/+1
2020-05-22Rollup merge of #72459 - yoshuawuyts:into-future, r=nikomatsakisDylan DPC-1/+47
2020-05-22Rollup merge of #72453 - dtolnay:open, r=Mark-SimulacrumDylan DPC-3/+73
2020-05-22Rollup merge of #72395 - Elinvynia:highfive, r=Mark-SimulacrumDylan DPC-1/+16
2020-05-22Rollup merge of #72375 - GuillaumeGomez:cleanup-e0599, r=Dylan-DPCDylan DPC-0/+15
2020-05-22Rollup merge of #71289 - xliiv:70802-intra-self, r=GuillaumeGomezDylan DPC-4/+138
2020-05-22Fix rebase falloutAaron Hill-3/+4
2020-05-22Add test for macro_rules! invoking a proc-macro with capture groupsAaron Hill-0/+30
2020-05-22Recursively expand nonterminalsAaron Hill-16/+95
2020-05-22Move functions to librustc_parseAaron Hill-179/+123
2020-05-22Revert MSYS2 CI workaroundMateusz MikuĊ‚a-13/+1
2020-05-22Document `collect_bounding_regions`Matthew Jasper-0/+11
2020-05-22Update testsMatthew Jasper-883/+462
2020-05-22Remove dead ScopeTree codeMatthew Jasper-374/+57
2020-05-22Remove unused error reporting codeMatthew Jasper-536/+0
2020-05-22Remove ReScopeMatthew Jasper-455/+27
2020-05-22Report error from opener in bootstrapDavid Tolnay-4/+4
2020-05-22Remove the parts of regionck referencing ReScopeMatthew Jasper-492/+17
2020-05-22Improve the error when an opaque type captures ReEmtptyMatthew Jasper-2/+15
2020-05-22Check for upper bound universe errors more carefullyMatthew Jasper-18/+26
2020-05-22Implement `Sync` for `process::Command on unix and vxworksLeSeulArtichaut-7/+11
2020-05-22Stabilize str_strip featureLzu Tao-7/+2
2020-05-22Allow rust-highfive to label issues it creates.Elinvynia-1/+16
2020-05-22Rollup merge of #72435 - petrochenkov:cratetypesopt, r=Mark-SimulacrumRalf Jung-47/+12
2020-05-22Rollup merge of #72399 - Lucretiel:ipv4-display-fast, r=kennytmRalf Jung-9/+16
2020-05-22Rollup merge of #72376 - wesleywiser:record_cgu_name, r=Mark-SimulacrumRalf Jung-1/+1
2020-05-22Rollup merge of #72345 - GuillaumeGomez:cleanup-e0593, r=Dylan-DPCRalf Jung-0/+11
2020-05-22Rollup merge of #72235 - GuillaumeGomez:cleanup-E0590, r=Dylan-DPCRalf Jung-3/+7
2020-05-22Rollup merge of #72123 - jsgf:stabilize-arg0, r=sfacklerRalf Jung-6/+2
2020-05-22Rollup merge of #71829 - kper:issue71136, r=matthewjasperRalf Jung-6/+40
2020-05-22Allow using `Self::` in docTymoteusz Jankowski-4/+138
2020-05-22Clean up E0590 explanationGuillaume Gomez-3/+7
2020-05-22Clean up E0600 explanationGuillaume Gomez-1/+1
2020-05-22Auto merge of #72460 - RalfJung:rollup-28fs06y, r=RalfJungbors-54/+252
2020-05-22Rollup merge of #72325 - alexcrichton:ignore-linker-plugin-lto, r=nnethercoteRalf Jung-1/+15
2020-05-22Rollup merge of #72306 - Aaron1011:feature/turbo-spacing, r=petrochenkovRalf Jung-4/+113
2020-05-22Rollup merge of #72161 - nbdd0121:master, r=cuviperRalf Jung-24/+57
2020-05-22Rollup merge of #71610 - divergentdave:InvalidUndefBytes-range, r=RalfJungRalf Jung-25/+67
2020-05-22Add core::future::IntoFutureYoshua Wuyts-1/+47
2020-05-22Using `!span.from_expansion()` instead of snippetsKevin Per-25/+1
2020-05-22bless issue-72442csmoe-1/+16