about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-15Rollup merge of #65353 - Xanewok:sa-empty-tables, r=nikomatsakisTyler Mandry-13/+31
2019-10-15Rollup merge of #65308 - GuillaumeGomez:long-err-explanation-E0574, r=matthew...Tyler Mandry-2/+62
2019-10-15Rollup merge of #65307 - Phosphorus15:master, r=varkorTyler Mandry-4/+43
2019-10-15Rollup merge of #65293 - tmandry:turbo-expander, r=matthewjasperTyler Mandry-4/+17
2019-10-15Rollup merge of #65265 - GuillaumeGomez:cleanup-librustc_mir-err-codes, r=Mar...Tyler Mandry-230/+275
2019-10-15Rollup merge of #65242 - estebank:contrain-trait-sugg, r=varkorTyler Mandry-43/+191
2019-10-15Rollup merge of #65235 - nikomatsakis:issue-65159-async-fn-return-ice, r=cram...Tyler Mandry-3/+31
2019-10-15Rollup merge of #64623 - matthewjasper:underscore-imports, r=petrochenkovTyler Mandry-154/+247
2019-10-15Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasperTyler Mandry-1/+81
2019-10-15Remove some mentions of gensymsMatthew Jasper-3/+2
2019-10-15Remove gensymsMatthew Jasper-88/+9
2019-10-15Don't use `gensym_if_underscore` to resolve `_` bindingsMatthew Jasper-63/+91
2019-10-15Avoid unused lifetime warning for lifetimes introduced when desugering async.Giles Cope-1/+81
2019-10-15Auto merge of #65433 - Centril:rollup-rzvry15, r=Centrilbors-612/+531
2019-10-15Fix suggestion to constrain trait for method to be foundEsteban Küber-43/+191
2019-10-15Slides path lifetime to the lifetime resolverphosphorus-4/+43
2019-10-15Remove unnecessary `use crate::sess::ParseSess;`.Mazdak Farrokhzad-1/+0
2019-10-15Rollup merge of #65428 - phansch:rename_db_var, r=CentrilMazdak Farrokhzad-40/+40
2019-10-15Rollup merge of #65426 - nnethercote:rm-custom-LocalInternedString-PartialEq-...Mazdak Farrokhzad-26/+2
2019-10-15Rollup merge of #65376 - Centril:syntax-extractions-1, r=petrochenkovMazdak Farrokhzad-389/+406
2019-10-15Auto merge of #65412 - RalfJung:miri, r=RalfJungbors-8/+8
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-42/+58
2019-10-15move parse_lit to expr.rsMazdak Farrokhzad-177/+170
2019-10-15syntax: extract sess.rs for ParseSessMazdak Farrokhzad-119/+132
2019-10-15move maybe_report_invalid_custom_discriminants to feature_gateMazdak Farrokhzad-55/+50
2019-10-15Test basic hygiene for `macro_rules` produced by transparent macrosVadim Petrochenkov-0/+74
2019-10-15Stabilize proc macros generating `macro_rules` itemsVadim Petrochenkov-157/+10
2019-10-15Refactor: Rename `db` locals to `diag`Philipp Hansch-40/+40
2019-10-15Remove custom `PartialEq` impls for `LocalInternedString`.Nicholas Nethercote-26/+2
2019-10-14Rollup merge of #65416 - spastorino:minor-sync-changes, r=Mark-SimulacrumTyler Mandry-27/+24
2019-10-14Rollup merge of #65415 - petrochenkov:rmtest, r=varkorTyler Mandry-16/+0
2019-10-14Rollup merge of #65410 - Centril:intersection-pat-recover, r=davidtwco,varkorTyler Mandry-1/+135
2019-10-14Rollup merge of #65398 - estebank:capitalization-only, r=varkorTyler Mandry-52/+115
2019-10-14Rollup merge of #65365 - skinny121:const-args-metadata, r=varkorTyler Mandry-26/+58
2019-10-14Rollup merge of #65340 - bjorn3:cg_ssa_refactor4, r=eddybTyler Mandry-178/+157
2019-10-14Rollup merge of #65332 - RalfJung:fmt, r=cramertjTyler Mandry-191/+175
2019-10-14Rollup merge of #65261 - nnethercote:rm-Option-from-TokenStream, r=petrochenkovTyler Mandry-154/+110
2019-10-14Rollup merge of #65260 - nnethercote:optimize-LexicalResolve-expansion, r=nik...Tyler Mandry-10/+16
2019-10-14Rollup merge of #65170 - petrochenkov:cload, r=eddybTyler Mandry-394/+309
2019-10-14Only expand types that contain projectionsTyler Mandry-1/+3
2019-10-14Add expanded type cache to OpaqueTypeExpanderTyler Mandry-3/+14
2019-10-14Tweak heuristics for less noiseEsteban Küber-10/+10
2019-10-14Use heuristics for capitalization warning in suggestionsEsteban Küber-24/+37
2019-10-14Rename serial_join and serial_scope to join and scopeSantiago Pastorino-25/+22
2019-10-14Move serial_scope and serial_join to parallel_compiler = falseSantiago Pastorino-23/+23
2019-10-14Minor comment tweaksSantiago Pastorino-2/+2
2019-10-14Remove an outdated test output fileVadim Petrochenkov-16/+0
2019-10-15Include const generic arguments in metadata.ben-26/+58
2019-10-14pprust: `p1@p2` -> `p1 @ p2`Mazdak Farrokhzad-5/+6
2019-10-14recover_intersection_pat: adjust wordingMazdak Farrokhzad-13/+13