about summary refs log tree commit diff
path: root/src/librustc_save_analysis/sig.rs
AgeCommit message (Expand)AuthorLines
2019-08-02Address review commentsvarkor-11/+9
2019-08-02Replace "existential" by "opaque"varkor-3/+3
2019-06-03syntax: revert `ast::AsyncArgument` and associated changes.Eduard-Mihai Burtescu-1/+1
2019-05-26Rename "Associated*" to "Assoc*"Andrew Xu-1/+1
2019-05-04Remove `Res::Label`Vadim Petrochenkov-1/+1
2019-05-03rustc: rename hir::def::Def to Res (short for "resolution").Eduard-Mihai Burtescu-10/+10
2019-05-03rustc: factor most DefId-containing variants out of Def and into DefKind.Eduard-Mihai Burtescu-2/+4
2019-04-23Rollup merge of #59823 - davidtwco:issue-54716, r=cramertjMazdak Farrokhzad-1/+1
2019-04-21Add `AsyncArgument` to AST.David Wood-1/+1
2019-04-21AST/HIR: Use `Mutability` instead of bool in foreign staticsVadim Petrochenkov-1/+1
2019-03-24Separate variant id and variant constructor id.David Wood-3/+4
2019-03-17Do not complain about non-existing fields after parse recoveryEsteban Küber-7/+11
2019-02-28Auto merge of #57760 - dlrobertson:varargs1, r=alexregbors-0/+1
2019-02-27Support defining C compatible variadic functionsDan Robertson-0/+1
2019-02-24Deny `async fn` in 2015 editionNathan Corbyn-2/+2
2019-02-09Rollup merge of #58233 - taiki-e:librustc_save_analysis-2018, r=CentrilMazdak Farrokhzad-24/+27
2019-02-07Fix const generic parameter save analysisvarkor-6/+12
2019-02-07Add pretty-printing for const genericsvarkor-0/+5
2019-02-07librustc_save_analysis => 2018Taiki Endo-24/+27
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-03A few cleanups and minor improvements to save_analysisljedrz-2/+2
2018-07-18Implement existential typesOliver Schneider-0/+12
2018-06-27Generate the `NodeId` for `existential type` in the ASTOliver Schneider-1/+1
2018-06-21async await desugaring and testsTaylor Cramer-2/+2
2018-06-21Parse async fn header.Without Boats-9/+15
2018-06-20Rename ParamBound(s) to GenericBound(s)varkor-3/+3
2018-06-20Lift bounds into GenericParamvarkor-13/+13
2018-06-20Rename structures in astvarkor-3/+3
2018-06-20Refactor ast::GenericParam as a structvarkor-32/+21
2018-06-20Rename ast::GenericParam and ast::GenericArgvarkor-3/+3
2018-05-19rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...Eduard-Mihai Burtescu-1/+1
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-3/+3
2018-04-06Rename `ast::Variant_::name` into `ident` + Fix rebaseVadim Petrochenkov-1/+1
2018-04-06Get rid of `SpannedIdent`Vadim Petrochenkov-1/+1
2018-04-03expand macro invocations in `extern {}` blocksAustin Bonander-0/+1
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-11/+0
2017-12-21Add GenericParam, refactor Generics in ast, hir, rustdocJonas Platte-39/+47
2017-12-14stub out trait aliases in save_analysisAlex Burka-0/+19
2017-11-08save-analysis: run rustfmtNick Cameron-173/+152
2017-11-03add `auto` keyword, parse `auto trait`, lower to HIRleonardo.yvens-1/+6
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-1/+1
2017-10-27Implement RFC 1861: Extern typesPaul Lietar-0/+17
2017-10-17Lifting Generics from MethodSig to TraitItem and ImplItem since we want to su...Sunjay Varma-2/+4
2017-10-14Implement `dyn Trait` syntaxVadim Petrochenkov-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-5/+5
2017-08-12Fix some typosBastien Orivel-2/+2
2017-07-22Gate signatures on the configNick Cameron-0/+21
2017-06-12Impl and trait item sigsNick Cameron-7/+145
2017-06-12Implement a bunch more signature functionsNick Cameron-25/+226
2017-06-12Small refactoring + docsNick Cameron-19/+28