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