about summary refs log tree commit diff
path: root/src/librustc_save_analysis/sig.rs
AgeCommit message (Expand)AuthorLines
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
2017-06-12Use the new signature stuffNick Cameron-5/+22
2017-06-12Add a sig module to save-analysisNick Cameron-0/+560