about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-10-17Inline and remove `iterate_until_fixed_point()`.Nicholas Nethercote-39/+28
2019-10-16Auto merge of #63756 - Zoxc:sharded-dep-graph-1, r=nikomatsakisbors-60/+72
2019-10-17Use a `BitSet` in `LexicalResolver::iterate_until_fixed_point()`.Nicholas Nethercote-5/+18
2019-10-16Deduplicate code for formatting `RangeEnd`Esteban Küber-0/+9
2019-10-16Move overlapping patterns to its own lintEsteban Küber-0/+7
2019-10-16Check if there are any delayed_span_bugs and abort incremental compilation in...Quentin Boyer-0/+3
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-13/+14
2019-10-16Make use of the return value of `HashSet::insert`Shotaro Yamada-2/+1
2019-10-15Rollup merge of #65444 - spastorino:as-ref-for-list, r=Mark-SimulacrumTyler Mandry-0/+7
2019-10-15Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddybTyler Mandry-0/+3
2019-10-15Rollup merge of #65307 - Phosphorus15:master, r=varkorTyler Mandry-4/+8
2019-10-15Rollup merge of #65293 - tmandry:turbo-expander, r=matthewjasperTyler Mandry-4/+17
2019-10-15Rollup merge of #64623 - matthewjasper:underscore-imports, r=petrochenkovTyler Mandry-1/+1
2019-10-15Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasperTyler Mandry-1/+7
2019-10-15Fix comparison after rebaseEsteban Küber-1/+1
2019-10-15Do not suggest restriction on spans originating in macrosEsteban Küber-14/+17
2019-10-15review commentsEsteban Küber-59/+51
2019-10-15Remove trailing whitespaceEsteban Küber-1/+1
2019-10-15Remove useless `help`Esteban Küber-10/+1
2019-10-15Deduplicate some code and apply review commentsEsteban Küber-102/+93
2019-10-15Suggest associated bound restrictions in `impl`sEsteban Küber-0/+24
2019-10-15Handle missing projection restrictionEsteban Küber-9/+40
2019-10-15Consider trait aliasesEsteban Küber-0/+3
2019-10-15Handle `Self` restriction neededEsteban Küber-0/+28
2019-10-15Handle more cases involving `impl` and `trait`Esteban Küber-67/+80
2019-10-15Handle more casesEsteban Küber-1/+10
2019-10-15Use structured suggestion for restricting boundsEsteban Küber-2/+95
2019-10-15Remove some mentions of gensymsMatthew Jasper-1/+1
2019-10-15Implement AsRef<[T]> for List<T>Santiago Pastorino-0/+7
2019-10-15Avoid unused lifetime warning for lifetimes introduced when desugering async.Giles Cope-1/+7
2019-10-15Slides path lifetime to the lifetime resolverphosphorus-4/+8
2019-10-15Rollup merge of #65376 - Centril:syntax-extractions-1, r=petrochenkovMazdak Farrokhzad-7/+8
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-7/+8
2019-10-15Stabilize proc macros generating `macro_rules` itemsVadim Petrochenkov-1/+1
2019-10-14Rollup merge of #65398 - estebank:capitalization-only, r=varkorTyler Mandry-1/+2
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-4/+14
2019-10-14Only expand types that contain projectionsTyler Mandry-1/+3
2019-10-14Add expanded type cache to OpaqueTypeExpanderTyler Mandry-3/+14
2019-10-14Use more fine grained locks for the dep graphJohn Kåre Alsaker-60/+72
2019-10-14Auto merge of #64987 - oli-obk:code_reuse_prevents_bugs, r=eddybbors-9/+7
2019-10-14rustc_metadata: Remove resolutions for extern crate items from `CStore`Vadim Petrochenkov-4/+8
2019-10-14rustc_metadata: Use `CrateSource` where appropriateVadim Petrochenkov-0/+6
2019-10-14Auto merge of #65399 - Centril:rollup-6lzj0w5, r=Centrilbors-190/+331
2019-10-14Rollup merge of #65392 - Centril:nt-to-tt, r=Mark-SimulacrumMazdak Farrokhzad-2/+12
2019-10-14Rollup merge of #65379 - Centril:refactor-bso_and_cc, r=petrochenkovMazdak Farrokhzad-183/+296
2019-10-14Rollup merge of #65363 - Centril:less-pprust, r=Mark-SimulacrumMazdak Farrokhzad-1/+2
2019-10-14Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,CentrilMazdak Farrokhzad-3/+3
2019-10-14Rollup merge of #65215 - JohnTitor:long-explanation-e0697, r=GuillaumeGomezMazdak Farrokhzad-1/+18
2019-10-13Bring attention to suggestions when the only difference is capitalizationEsteban Küber-1/+2