aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-06Change singleton returned type to a referencedevel/rust/masterPierre-Emmanuel Patry
2024-05-06Remove unnecessary SIDE_EFFECTS/READONLY macrosMael Cravero
2024-05-06borrowck: Use std::ignoreJakub Dupak
2024-05-06borrowck: TestsuiteJakub Dupak
2024-05-06borrowck: Polonius error reportingJakub Dupak
2024-05-06borrowck: Link Polonius and run itJakub Dupak
2024-05-06borrowck: Build Polonius automaticallyJakub Dupak
2024-05-06borrowck: Polonius dumpJakub Dupak
2024-05-06Removed obsolete objectsKushal Pal
2024-04-30Pin macos CI to version 13Pierre-Emmanuel Patry
2024-04-23Remove redundant macro definitionzhanghe9702
2024-04-22Add a test for inherent impl type name resolvePierre-Emmanuel Patry
2024-04-22Visit type during resolution of inherent implPierre-Emmanuel Patry
2024-04-16Rust: Move 'libformat_parser' build into libgrustThomas Schwinge
2024-04-16Rust: Move 'libformat_parser' build into the GCC build directoryThomas Schwinge
2024-04-16Rust: Don't cache 'libformat_parser.a'Thomas Schwinge
2024-04-16Inline 'gcc/rust/Make-lang.in:RUST_LIBDEPS'Thomas Schwinge
2024-04-16Add 'gcc/rust/Make-lang.in:LIBFORMAT_PARSER'Thomas Schwinge
2024-04-16Add 'gcc/rust/Make-lang.in:LIBPROC_MACRO_INTERNAL'Thomas Schwinge
2024-04-16Inline 'gcc/rust/Make-lang.in:RUST_LDFLAGS'Thomas Schwinge
2024-04-16Remove 'libgrust/libproc_macro_internal' from 'gcc/rust/Make-lang.in:RUST_LDF...Thomas Schwinge
2024-04-16Remove 'libgrust/librustc_format_parser' from 'gcc/rust/Make-lang.in:RUST_LDF...Thomas Schwinge
2024-04-12chore: Fix Remark CIArthur Cohen
2024-04-10rust: Add --offline flag to cargo when building Rust components.Arthur Cohen
2024-04-10libgrust: Vendor Rust dependenciesArthur Cohen
2024-04-10Merge commit '013b520529d5f1bddec27dd921eab5e917663693' into HEAD [#2944]Thomas Schwinge
2024-04-10Adjust '.github/bors_log_expected_warnings'Thomas Schwinge
2024-04-10Merge commit 'f5a805d82902fe2d6e0a7af8c0e6519f9d25a8f3' into HEADThomas Schwinge
2024-04-10Merge commit '767698ff6c8f07047ad90bef89f3dc4c4515f0df' into HEADThomas Schwinge
2024-04-10Merge commit '8534cc772def8142379c0e72ab6392d40f3f60f6^' into HEADThomas Schwinge
2024-04-10Merge commit 'f0b1cf01782ba975cfda32800c91076df78058d6' into HEAD [#2857]Thomas Schwinge
2024-04-10Merge commit 'f0b1cf01782ba975cfda32800c91076df78058d6^' into HEADThomas Schwinge
2024-04-10Merge commit 'af3f0482367232d2d655e51bee382e98ddbfb117' into HEADThomas Schwinge
2024-04-10Merge commit 'f89186f962421f6d972035fc4b4c20490e7b1c5b^' into HEADThomas Schwinge
2024-04-10Merge commit '2a9881565c7b48d04cf891666a66a1a2e560bce8' into HEADThomas Schwinge
2024-04-10Merge commit 'ceed844b5284aeabbdfe25ccf099e7ebeeb14a9b^' into HEADThomas Schwinge
2024-04-10Merge commit '2341df1cb9b3681bfefe29207887b2b3dc271a95' into HEAD [#2801]Thomas Schwinge
2024-04-10Merge commit '2341df1cb9b3681bfefe29207887b2b3dc271a95^' into HEADThomas Schwinge
2024-04-10Merge commit 'e621b174d7c622aa4b677a4c812e5061e311cc5c' into HEADThomas Schwinge
2024-04-10Merge commit 'a5258f3a11ab577835ef5e93be5cb65ec9e44132^' into HEADThomas Schwinge
2024-04-10Merge commit '4bd09ce06f50d266c992c984cc993384d5e6655e' into HEADThomas Schwinge
2024-04-10Merge commit '7a6906c8d80e437a97c780370a8fec4e00561c7b' into HEAD [#2288]Thomas Schwinge
2024-04-10Merge commit 'fc59a3995cb46c190c0efb0431ad204e399975c4' into HEAD [#2183]Thomas Schwinge
2024-04-10Merge commit 'fc59a3995cb46c190c0efb0431ad204e399975c4^' into HEADThomas Schwinge
2024-04-09Fix grammar as pointed out by MarcJasmine Tang
2024-04-09Add an alternative solution on MacOSJasmine Tang
2024-04-04borrowck: Bump copyright noticeJakub Dupak
2024-04-04borrowck: Remove block braces to satisfy GNU styleJakub Dupak
2024-04-04borrowck: Fact collectorJakub Dupak
2024-04-04borrowck: Regions in BIRJakub Dupak