]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
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
2021-08-15 Mark WielaardAdd support for const bool and const float
2021-08-15 Mark WielaardSuppress uninitialized candidate_type warning in proces...
2021-08-14 bors[bot]Merge #630
2021-08-14 Mark Wielaardparse if expression with unary minus or not expression
2021-08-12 bors[bot]Merge #628
2021-08-12 Marc Poulhièstypecheck: add assert on resolve_root_path return value
2021-08-12 bors[bot]Merge #613
2021-08-12 CohenArthurmodule: Add basic filename discovery
2021-08-12 CohenArthurlexer: Add function to get original filename
2021-08-12 bors[bot]Merge #625
2021-08-12 Marc PoulhièsChange name resolver's iterate_* functions to allow...
2021-08-11 bors[bot]Merge #623
2021-08-11 Philip HerronLookup the canonical path for code-generation
2021-08-11 Philip HerronKeep track of canonical paths in the mappings
2021-08-11 Philip HerronRefactor and extract CanonicalPath into a common header
2021-08-11 bors[bot]Merge #622
2021-08-11 Philip HerronUpdate REDME.md for Docker builds
2021-08-11 bors[bot]Merge #621
2021-08-11 Philip HerronAdd docker image builds though github actions.
2021-08-11 bors[bot]Merge #620
2021-08-11 Mark WielaardPass pratt parsed location to expr parser functions...
2021-08-10 bors[bot]Merge #619
2021-08-10 Marc PoulhièsRename CanonicalPath::is_error to is_empty
2021-08-10 bors[bot]Merge #618
2021-08-10 Philip HerronMake insert_new_definition permissive of the same mapping.
2021-08-08 bors[bot]Merge #611
2021-08-08 bors[bot]Merge #615
2021-08-08 Philip HerronImprove the error message for bad type bounds
2021-08-08 Philip HerronFix memory issues with multiple type-bounds
2021-08-08 Philip Herronrefactor error_node to be part of the type not the...
2021-08-08 Philip Herronadd missing copy constructors and equality interfaces
2021-08-08 Mark Wielaardlex: accept zero codepoints in strings
2021-08-07 bors[bot]Merge #612
2021-08-07 bors[bot]Merge #614
2021-08-07 Michael Karcherrust to gcc glue layer: Remove excess precision when...
2021-08-06 CohenArthursession: Turn Session class into basic singleton
2021-08-06 Philip HerronAdd check for TypeBounds on argument substitutions
2021-08-06 bors[bot]Merge #610
2021-08-05 Mark WielaardMore rustspec.cc cleanups
2021-08-05 bors[bot]Merge #609
2021-08-05 Philip HerronSupport TypeBounds on Generic functions
2021-08-05 Philip HerronAdd missing mappings required for type resolution
2021-08-05 Philip HerronMark clone with const
2021-08-05 Philip HerronAdd type bound name resolution
2021-08-05 Philip HerronFix clone on TypeBounds
2021-08-05 Philip HerronAdd lowering for TypeBounds on Generic Parameters
2021-08-05 bors[bot]Merge #608
2021-08-05 CohenArthurparser: Implement parse_items() as separate public...
2021-08-04 bors[bot]Merge #605
2021-08-04 bors[bot]Merge #606
2021-08-04 bors[bot]Merge #607
2021-08-04 Thomas SchwingeAdd 'rust/compile/torture/identifier-missing-impl-1...
2021-08-03 Mark WielaardAlways check the result of expect_token while parsing
2021-08-03 Mark WielaardRemove split-stack from backend
2021-08-03 CohenArthurexpand: Merge both implementations for both module...
2021-08-03 CohenArthurparser: Use Module constructor instead of both versions
2021-08-03 CohenArthurast-visitors: Remove declaration for both module types
2021-08-03 CohenArthurmodule: Merge both as_string() implementations
2021-08-03 CohenArthurast: Merge both Module kinds in one class
2021-08-02 bors[bot]Merge #602
2021-08-02 bors[bot]Merge #604
2021-08-02 Thomas SchwingeHandle 'UnsafeBlockExpr' in liveness analysis
2021-08-02 bors[bot]Merge #601
2021-08-01 Mark WielaardAdd locus to TupleField and pass it and union variants...
2021-08-01 Mark Wielaardunion support for hir type checking and gcc backend
2021-07-31 bors[bot]Merge #600
2021-07-30 Alexey SakovetsUse correct lookahead to peek after 'while' token when...
next
This page took 0.088459 seconds and 5 git commands to generate.