about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-16move diagnostics.rs into parser/Mazdak Farrokhzad-6/+7
2019-10-16syntax: extract parse_cfg_attrMazdak Farrokhzad-21/+22
2019-10-16syntax: extract parse_derive_pathsMazdak Farrokhzad-19/+20
2019-10-16move parse::attr -> parse::parser::attrMazdak Farrokhzad-1/+1
2019-10-16Fix read/write links hopefully!Tim Hutt-2/+4
2019-10-16Avoid unnecessary arena allocations in `expand_pattern()`.Nicholas Nethercote-4/+6
2019-10-16Don't recommend ONCE_INIT in std::sync::Onceboyned//Kampfkarren-3/+2
2019-10-15Use subgraphs to render multiple MIR bodiesDylan MacKenzie-4/+20
2019-10-15Use `DefId` to create globally unique basic block labelsDylan MacKenzie-8/+20
2019-10-16Auto merge of #65450 - Manishearth:clippyup, r=Manishearthbors-11/+7
2019-10-15Don't print newline inside a node labelDylan MacKenzie-1/+1
2019-10-16Make use of the return value of `HashSet::insert`Shotaro Yamada-16/+6
2019-10-16Change HashSet element type to `DefId`Shotaro Yamada-4/+2
2019-10-15Rollup merge of #65444 - spastorino:as-ref-for-list, r=Mark-SimulacrumTyler Mandry-0/+7
2019-10-15Rollup merge of #65438 - Centril:almost, r=varkorTyler Mandry-19/+27
2019-10-15Rollup merge of #65425 - nnethercote:optimize-BitIter, r=zackmdavisTyler Mandry-21/+42
2019-10-15Rollup merge of #65402 - michaelwoerister:pgo-troubleshooting-docs, r=alexcri...Tyler Mandry-0/+11
2019-10-15Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddybTyler Mandry-13/+30
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-15Package non-rust objectsJethro Beekman-22/+46
2019-10-15Add rustc-dev to nightly default and complete profilesJosh Stone-0/+15
2019-10-15minimize the rust-std componentJosh Stone-33/+112
2019-10-15Fix comparison after rebaseEsteban Küber-1/+1
2019-10-15Simplify codeEsteban Küber-5/+1
2019-10-15Do not suggest restriction on spans originating in macrosEsteban Küber-17/+18
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-13/+1
2019-10-15Deduplicate some code and apply review commentsEsteban Küber-125/+117
2019-10-15Suggest associated bound restrictions in `impl`sEsteban Küber-2/+95
2019-10-15Handle missing projection restrictionEsteban Küber-25/+134
2019-10-15Update NLL testsEsteban Küber-4/+12
2019-10-15Consider trait aliasesEsteban Küber-3/+7
2019-10-15Update some tests involving `Self`Esteban Küber-2/+51
2019-10-15Handle `Self` restriction neededEsteban Küber-37/+76
2019-10-15Handle more cases involving `impl` and `trait`Esteban Küber-78/+101
2019-10-15Handle more casesEsteban Küber-91/+134
2019-10-15Use structured suggestion for restricting boundsEsteban Küber-68/+335
2019-10-15Update clippyManish Goregaokar-11/+7
2019-10-15Add File::with_optionsTim Hutt-2/+33
2019-10-15Remove some mentions of gensymsMatthew Jasper-3/+2
2019-10-15Remove gensymsMatthew Jasper-88/+9