1. 8964068 gccrs: nr2.0: Resolve lang item paths properly. by Arthur Cohen · 4 months ago master trunk
  2. c7c6b5f gccrs: hir: Lower lang-item paths by Arthur Cohen · 4 months ago
  3. 70c87e9 gccrs: nr1.0: Resolve lang item paths properly. by Arthur Cohen · 4 months ago
  4. 5d79fbd gccrs: hir: Start adapting visitors to accept multiple kinds of Paths by Arthur Cohen · 4 months ago
  5. 0818282 gccrs: derive(Copy): Use new LangItemPath by Arthur Cohen · 4 months ago
  6. c482c35 gccrs: ast: Add LangItemPath class by Arthur Cohen · 4 months ago
  7. 588ded8 gccrs: Fix ForeverStack::find_starting_point output parameter by Owen Avery · 4 months ago
  8. 9f1086d gccrs: type-check: Remove unused capture in nr2.0 by Arthur Cohen · 4 months ago
  9. f8dd4cc gccrs: attributes: Add class for sharing methods on attributes. by Arthur Cohen · 4 months ago
  10. ed773fc gccrs: lang-items: Add lang-items AST collector by Arthur Cohen · 4 months ago
  11. e0315c1 gccrs: lang-items: Store NodeId mappings for lang items by Arthur Cohen · 4 months ago
  12. 3fa7794 gccrs: fix crash in hir dump by Philip Herron · 4 months ago
  13. fab94e1 gccrs: add test case to show issue is fixed by Philip Herron · 4 months ago
  14. 5ac2f28 gccrs: add checks for division by zero and left shift overflow by Philip Herron · 4 months ago
  15. 9a53a1d gccrs: constant evaluation like these are coercion sites by Philip Herron · 4 months ago
  16. 02bdd68 gccrs: Remove bad assertion in name resolution by Philip Herron · 4 months ago
  17. a6ad5cd gccrs: ast: Use StackedContexts class in ContextualASTVisitor by Arthur Cohen · 4 months ago
  18. aa784e8 gccrs: stacked-contexts: Add peek() method by Arthur Cohen · 4 months ago
  19. e7bf1b6 gccrs: hir: Remove duplicate function in TraitItemFunc by Arthur Cohen · 4 months ago
  20. 6524f82 gccrs: mappings: Move lang_item definitions to .cc by Arthur Cohen · 4 months ago
  21. 0b4732e gccrs: lang-items: Move comment about arithmetic lang items by Arthur Cohen · 4 months ago
  22. 65b68be gccrs: ensure packed and aligned is applied properly by Philip Herron · 4 months ago
  23. 80bc600 gccrs: allow casts from numeric types to floats by Philip Herron · 4 months ago
  24. b10f337 gccrs: improve handling of Self Type paths by Philip Herron · 4 months ago
  25. 42be99f gccrs: fix crash in hir dump with missing guards by Philip Herron · 4 months ago
  26. 42f9464 gccrs: Prepend crate name to functions with nr2 by Pierre-Emmanuel Patry · 4 months ago
  27. 8d04c93 gccrs: Prevent execution of some nr1.0 functions with nr2.0 by Owen Avery · 4 months ago
  28. e4a92d7 gccrs: empty match expressions should resolve to ! by Philip Herron · 4 months ago
  29. 6e90ff4 gccrs: fix crashes in hir dump since move to references by Philip Herron · 4 months ago
  30. 066cd2e gccrs: Clean up some system includes by Pierre-Emmanuel Patry · 4 months ago
  31. 54cec5a gccrs: Use nr2.0 in typechecker by Owen Avery · 4 months ago
  32. 6d4154e gccrs: Handle type path segments during late resolution 2.0 by Owen Avery · 4 months ago
  33. 0884ed9 gccrs: Use nr2.0 in PrivacyReporter by Owen Avery · 4 months ago
  34. db17929 gccrs: Use a reference wrapper to please GCC 4.8 by Pierre-Emmanuel Patry · 4 months ago
  35. 2d480fe gccrs: Use default constructor for default arguments by Pierre-Emmanuel Patry · 4 months ago
  36. 1d628b8 gccrs: Add optional template arguments to please GCC4.8 by Pierre-Emmanuel Patry · 4 months ago
  37. b3246d3 gccrs: Fix FnParam pattern location ternary logic by Pierre-Emmanuel Patry · 4 months ago
  38. 45d4f73 gccrs: Refactor optional initializers by Pierre-Emmanuel Patry · 4 months ago
  39. ba71c9d gccrs: FnParam cloning now keeps projections by Pierre-Emmanuel Patry · 4 months ago
  40. a99d290 gccrs: Fix Generic type retrieval by Pierre-Emmanuel Patry · 4 months ago
  41. 6246f65 gccrs: Fixes some tests appearing with a moved variant by Pierre-Emmanuel Patry · 5 months ago
  42. 417f4bd gccrs: Refactor hir to avoid raw pointers and unneeded fwd by Pierre-Emmanuel Patry · 5 months ago
  43. d123f43 gccrs: Refactor HIR with optionals, references & newtypes by Pierre-Emmanuel Patry · 1 year ago
  44. c29a3bc gccrs: Refactor HIR to reduce the amount of raw pointers by Pierre-Emmanuel Patry · 1 year, 1 month ago
  45. d3a3e52 gccrs: Improve handling of static items in toplevel 2.0 by Owen Avery · 4 months ago
  46. 5d16907 gccrs: Push ribs by kind rather than by value by Owen Avery · 4 months ago
  47. 2992ff0 gccrs: Fix bad handling for recursive type query by Philip Herron · 4 months ago
  48. 1e12ef0 gccrs: asm: Fix clang warnings by Arthur Cohen · 4 months ago
  49. bbbf9a2 gccrs: typecheck: Remove unused parameter in TyTyCheckCallExpr by Arthur Cohen · 4 months ago
  50. 71c8af9 gccrs: hir: Mark AttrVec::get_outer_attrs as override by Arthur Cohen · 4 months ago
  51. ead44a5 gccrs: add test case to show issue is fixed by Philip Herron · 5 months ago
  52. c92c217 gccrs: Improve handling of implicit Self parameter in AST by Owen Avery · 5 months ago
  53. 6a65fb2 gccrs: fix typechecking of Fn trait calls using ADT types by Philip Herron · 5 months ago
  54. 87e4dcd gccrs: fix ICE for placeholder which is not setup by Philip Herron · 5 months ago
  55. 2d0fc64 gccrs: Reorganize the CPU feature detection by Antoni Boucher · 5 months ago
  56. 2a44562 gccrs: Use name resolver 2.0 for module descendance checks by Owen Avery · 5 months ago
  57. b1e6a3f gccrs: Use name resolver 2.0 in VisibilityResolver by Owen Avery · 5 months ago
  58. 389756b gccrs: fix bad type inference on local patterns by Philip Herron · 5 months ago
  59. cbab7a1 gccrs: Improve handling of struct expressions in nr2.0 by Owen Avery · 5 months ago
  60. 447d384 gccrs: Remove usage of Resolver::get_builtin_types by Owen Avery · 5 months ago
  61. 0a30f01 gccrs: fix bad type inferencing on path's by Philip Herron · 5 months ago
  62. 2f0df59 gccrs: Make TyTy::TupleType::get_unit_type cache its return value by Owen Avery · 5 months ago
  63. 9725d15 gccrs: add test case to show method resolution is working by Philip Herron · 5 months ago
  64. bf87813 gccrs: Resolve SelfParam in name resolution 2.0 by Owen Avery · 6 months ago
  65. bcd780d gccrs: Use name resolution 2.0 in TraitResolver by Owen Avery · 5 months ago
  66. aa0e2ab rust: Desugar IfLet* into MatchExpr by Marc Poulhiès · 9 months ago
  67. ea163c6 gccrs: Fix name resolution 2.0 definition lookups in unsafe checker by Owen Avery · 5 months ago
  68. da37d35 gccrs: Improve path handling while testing name resolution 2.0 by Owen Avery · 5 months ago
  69. f86a35b gccrs: Use name resolver 2.0 in CompileTraitItem by Owen Avery · 5 months ago
  70. a36220b gccrs: Use name resolution 2.0 in TraitItemReference by Owen Avery · 5 months ago
  71. 3fe905e gccrs: Rename some PathIdentSegment functions by Owen Avery · 5 months ago
  72. 47d2a3b gccrs: Add a newline to the end of nr2/exclude by Owen Avery · 5 months ago
  73. 2dbdf9b gccrs: Fix variable shadowing in late resolution 2.0 by Owen Avery · 5 months ago
  74. bf1d586 gccrs: Insert trait names during toplevel resolution 2.0 by Owen Avery · 5 months ago
  75. 0c0f33b gccrs: Fix bad recursive operator overload call by Philip Herron · 5 months ago
  76. 28caa26 icf: Punt for musttail call flag differences in ICF [PR119376] by Jakub Jelinek · 26 minutes ago
  77. 589c94d fnsplit: Set musttail call during function splitting if there are musttail calls [PR119376] by Jakub Jelinek · 27 minutes ago
  78. 37ae2e0 inliner: Silently drop musttail flag on calls during inlining unless the inlined routine was musttail called [PR119376] by Jakub Jelinek · 28 minutes ago
  79. 778c28c libstdc++: Fix localized %c formatting for non-UTC times [PR117214] by Jonathan Wakely · 2 days ago
  80. c24a1d5 libstdc++: Fix localized D_T_FMT %c formatting for <chrono> [PR117214] by XU Kailiang · 3 weeks ago
  81. 3c7f2fd libstdc++: Use formatting locale for std::time_put formats by Jonathan Wakely · 2 days ago
  82. 3e1d760 libstdc++: Simplify std::vector::vector(from_range_t, const Alloc&) by Jonathan Wakely · 26 hours ago
  83. 3355e44 cobol: Rename COB_{BLOCK,UNSIGNED,SIGNED} to {BLOCK,UNSIGNED,SIGNED}_kw for consistency by Jakub Jelinek · 2 hours ago
  84. ff33435 libstdc++: Fix std.compat exports of <stdbit.h> and <stdckdint.h> by Jonathan Wakely · 17 hours ago
  85. ced873b libstdc++: Add views::cache_latest and views::to_input to std module by Jonathan Wakely · 17 hours ago
  86. ff7ac55 move global data to symbol_table_init by Richard Biener · 26 hours ago
  87. 2b383ae s390: Accept only Pmode for registers AP/FP/RA [PR119235] by Stefan Schulze Frielinghaus · 2 hours ago
  88. a62893d make sources coretypes.h and tree.h clean by Richard Biener · 2 days ago
  89. 0f34484 Fortran: Fix double free on polymorphic array dummy argument [PR119349] by Andre Vehreschild · 23 hours ago
  90. de725a1 Put early debug generation under TV_SYMOUT by Richard Biener · 17 hours ago
  91. 3e3af04 Daily bump. by GCC Administrator · 11 hours ago
  92. e8a5f74 combine: Add REG_DEAD notes to the last instruction after a split [PR118914] by Andrew Pinski · 4 weeks ago
  93. 47822ef d: Fix quoted command-line options to match lang.opt [PR118545] by Iain Buclaw · 12 hours ago
  94. 53dcff7 modula2: Defend against no ENOTBLK definition by Gaius Mulley · 13 hours ago
  95. d286ece PR modula2/118600 Assigning to a record causes alignment exception by Gaius Mulley · 16 hours ago
  96. 9e67a16 cobol: Do not overload int64_t, overload long and long long. by Iain Sandoe · 5 days ago
  97. 4f68873 libgcobol: Add configure checks for iconv. by Iain Sandoe · 5 days ago
  98. e0ac33b Update gcc hr.po by Joseph Myers · 16 hours ago
  99. 607f925 tree-optimization/119389 - limit edge processing in dominated_by_p_w_unex by Richard Biener · 22 hours ago
  100. 8b13fc6 Update cpplib de.po by Joseph Myers · 18 hours ago