]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
2021-09-10 Philip HerronMake override context permissive when the TypeParam...
2021-09-10 Philip HerronAdd getter for Trait TypeBounds
2021-09-10 Philip HerronFix formatting in HIR::Trait
2021-09-09 bors[bot]Merge #662
2021-09-09 Philip HerronAdd HIR lowering for Trait Bounds
2021-09-09 Philip HerronAdd name resolution for Trait bounds
2021-09-09 Philip Herrontype-bounds wip
2021-09-09 bors[bot]Merge #659
2021-09-09 bors[bot]Merge #639
2021-09-09 CohenArthurmodule: Rename get_filename() -> process_file_path()
2021-09-09 Thomas SchwingeTurn 'rust/execute/torture/sinf32.rs', 'rust/execute...
2021-09-09 Thomas SchwingeMerge commit 'bca1debe33bf477df850db5979e4206627b3790b...
2021-09-09 bors[bot]Merge #660
2021-09-09 CohenArthurmodule: Add two test cases for external modules
2021-09-09 Thomas SchwingeSupport '-fdump-tree-original' before 'cgraph_node...
2021-09-09 Philip HerronAdd builting block for simple intrinsics
2021-09-08 Philip HerronKeep track of the ABI in function types
2021-09-08 bors[bot]Merge #656
2021-09-06 bors[bot]Merge #657
2021-09-06 CohenArthurmodule: Load items if module is unloaded and not marked...
2021-09-06 CohenArthurmodule: Add load_items() function
2021-09-06 CohenArthurparser: Expose get_errors() function
2021-09-06 CohenArthurmangling: Use Enum(frust_mangling) for option instead...
2021-09-06 Mark WielaardAdd EnumItem HIR lowering
2021-09-06 Mark WielaardResolve Enums and EnumItems
2021-09-06 Mark WielaardParse optional visibility for enum item
2021-09-05 CohenArthurmangling: Add option to choose mangling version
2021-09-05 CohenArthurname_mangling: Add Mangler class with multiple versions
2021-09-05 bors[bot]Merge #655
2021-09-04 Philip HerronSupport Generic Traits in qualified paths
2021-09-04 Philip HerronFix name resolution for generic trait references
2021-09-04 Philip HerronAdd helpers to as clause of QualifiedPaths to get the...
2021-09-04 Philip HerronEnsure the implicit Self is first in the generic arguments
2021-09-01 bors[bot]Merge #654
2021-09-01 Mark WielaardRemove Enumeration Expression, EnumExpr, classes
2021-08-31 Mark WielaardStructExprUnit doesn't really exist
2021-08-31 Mark WielaardStructExprTuple doesn't really exist
2021-08-31 Philip HerronAdd type resolution for qualified-type-paths
2021-08-31 Philip HerronPlaceholder is not a unit-type
2021-08-31 Philip HerronAdd HIR lowering for QualifiedPathInType
2021-08-31 Philip HerronAdd name resolution for QualifiedPathInType
2021-08-31 Philip HerronAdd iterate helper for TypePaths
2021-08-31 bors[bot]Merge #651
2021-08-30 bors[bot]Merge #652
2021-08-29 Mark WielaardRemove GetLocusFromImplItem visitor
2021-08-29 Mark WielaardReplace HIRItem::get_impl_locus with HirItem::get_locus
2021-08-29 Mark WielaardUse location when lowering TupleField
2021-08-27 Philip HerronQualified paths have a mandatory initial segment
2021-08-27 bors[bot]Merge #650
2021-08-27 Philip HerronStop shadowing of hir mappings with substitution mappings
2021-08-27 bors[bot]Merge #648 #649
2021-08-27 bors[bot]Merge #646
2021-08-26 Mark WielaardGet rid of get_locus_slow
2021-08-26 Philip HerronFix issue with mangled name on function items with...
2021-08-25 CohenArthurraii-file: Fix filename member initialization
2021-08-25 CohenArthurexpand: Add debug line for showing the path of an exter...
2021-08-25 CohenArthurmodule: Allow external module path to come from #[path...
2021-08-25 CohenArthurmodules: Add test case for #[path] modules
2021-08-22 bors[bot]Merge #642
2021-08-22 Mark WielaardReject duplicate field names in structs and unions.
2021-08-22 bors[bot]Merge #641
2021-08-22 Philip HerronIgnore impl trait blocks in overlap pass
2021-08-22 bors[bot]Merge #640
2021-08-22 Philip HerronQualified paths can be fully resolved sometimes
2021-08-22 Philip HerronPath resolution is done in two phases
2021-08-22 Philip HerronThis allows for query based compilation
2021-08-22 Philip HerronRefactor the function query compilation function out
2021-08-22 Philip HerronAdd impl-trait path probe helper
2021-08-22 Philip HerronAdd Trait Resolver simple type-path lookup
2021-08-22 Philip Herronadd trait_reference is_equal helper method
2021-08-22 Philip HerronExtract header Path type-check code into cc file
2021-08-21 bors[bot]Merge #638
2021-08-21 CohenArthurhir: Merge both module classes in one
2021-08-20 bors[bot]Merge #626
2021-08-20 Philip HerronAdd qualified path support
2021-08-19 Philip Herronoptional trait item with associated types
2021-08-19 Philip HerronInitial Typechecking for projections
2021-08-19 Philip HerronProjectionType this is a special TyTy initial boiler...
2021-08-19 Philip HerronAdd QualifiedTypePath HIR lowering
2021-08-19 Philip HerronAdd QualifiedPathInExpression name resolution
2021-08-19 Philip HerronAdd support for optional trait functions in method...
2021-08-19 Philip HerronAdd missing mappings for trait-items
2021-08-19 Philip HerronTrait item functions contain a block expression for...
2021-08-19 Philip Herronrefactor code into cc file
2021-08-19 bors[bot]Merge #509 #636
2021-08-19 bors[bot]Merge #637
2021-08-18 Marc Poulhièstests: add tests for Module
2021-08-18 Marc Poulhièstypecheck + backend: add module support
2021-08-18 Marc Poulhièshir: lower Module
2021-08-18 Marc Poulhièsresolve: add support for Module
2021-08-18 Marc Poulhièsast: add AST::Module::get_name method
2021-08-18 Marc PoulhièsAdd module map in HIR maps
2021-08-18 Mark WielaardUse default type_for_size langhook
2021-08-18 Mark WielaardAllow bool and char to be cast as any integer type
2021-08-17 bors[bot]Merge #632
2021-08-17 bors[bot]Merge #633
2021-08-17 bors[bot]Merge #631
2021-08-16 Mark WielaardUse builtin bool instead of creating new bool types...
2021-08-16 Mark WielaardAllow bool and char to be cast as any integer type
2021-08-15 Mark WielaardUse default type_for_size langhook
next
This page took 0.082422 seconds and 5 git commands to generate.