Tom Hvitved
|
7bdc2c57f0
|
C#: Simplify primaryConstructorParameterStore
|
2024-02-13 13:59:14 +01:00 |
|
Tom Hvitved
|
3f43f45437
|
C#: Assume captured variables are live at exit in SSA construction
|
2024-02-13 13:59:08 +01:00 |
|
Tom Hvitved
|
ebd6853194
|
C#: Avoid overlapping output in data flow test
|
2024-02-13 13:59:03 +01:00 |
|
Jeroen Ketema
|
f3e55a46ee
|
C++: Update test results of constexpr if destructors
|
2024-02-13 13:37:59 +01:00 |
|
Michael Nebel
|
91bbbe262d
|
C#: Address more review comments.
|
2024-02-13 13:15:17 +01:00 |
|
erik-krogh
|
d31bfc06c2
|
add type requirement to the new Uri sanitizers
|
2024-02-13 13:13:43 +01:00 |
|
erik-krogh
|
4dae8d0bb4
|
add host comparisons as a sanitizer for url-redirect
|
2024-02-13 13:13:43 +01:00 |
|
erik-krogh
|
f4dd3e9aa1
|
treat relative URLs as safe for url-redirects
|
2024-02-13 13:13:18 +01:00 |
|
erik-krogh
|
3f8de82ea3
|
add a sanitizer for List.Contains() in url-redirect
|
2024-02-13 13:13:06 +01:00 |
|
erik-krogh
|
59792808d4
|
add new url-redirect test file
|
2024-02-13 13:13:06 +01:00 |
|
Michael Nebel
|
8efe34942f
|
C#: Add indirect assignment example.
|
2024-02-13 12:02:25 +01:00 |
|
Mathias Vorreiter Pedersen
|
048b3727f5
|
Merge pull request #15587 from MathiasVP/fix-memset-model
C++: Fix `memset` model
|
2024-02-13 10:45:08 +00:00 |
|
Michael Nebel
|
eaf129d519
|
C#: Update expected test output.
|
2024-02-13 11:40:46 +01:00 |
|
Michael Nebel
|
69c0f0cb6a
|
C#: Address review comments.
|
2024-02-13 11:39:21 +01:00 |
|
Jeroen Ketema
|
565f8e852c
|
Merge pull request #15594 from jketema/destructors
C++: Add additional IR tests for destructors
|
2024-02-13 11:09:07 +01:00 |
|
Jeroen Ketema
|
fb072a5156
|
C++: Add additional IR tests for init statements
|
2024-02-13 10:44:24 +01:00 |
|
Jeroen Ketema
|
8aeb75675a
|
C++: Add constructor and destructor for vector to IR test
|
2024-02-13 10:39:27 +01:00 |
|
Chris Smowton
|
4e1167697e
|
Merge pull request #15589 from jsoref/avoid-always
Use `!cancelled` in qhelp-pr-preview workflow
|
2024-02-13 09:36:40 +00:00 |
|
Cornelius Riemenschneider
|
e08946ec8d
|
Merge pull request #15586 from github/criemen/bazel-python-language-pack
Python: Update BUILD.bazel files.
|
2024-02-13 10:19:12 +01:00 |
|
Jeroen Ketema
|
b509645e02
|
C++: Bump language version in IR tests to C++20
|
2024-02-13 10:18:31 +01:00 |
|
Erik Krogh Kristensen
|
062f16e618
|
Merge pull request #15519 from erik-krogh/cs-path
C#: Improve the `cs/path-injection` QHelp
|
2024-02-13 10:02:11 +01:00 |
|
Harry Maclean
|
6cc5c09769
|
Ruby: Simplify ErbOutputDirective
|
2024-02-13 08:38:16 +00:00 |
|
Harry Maclean
|
11040d628b
|
Ruby: Add changenote
|
2024-02-13 08:38:15 +00:00 |
|
Asger F
|
6598a669a1
|
JS: Use set literal
|
2024-02-13 09:30:35 +01:00 |
|
Asger F
|
543e183d99
|
JS: Describe 1-step aliasing rule
|
2024-02-13 09:29:15 +01:00 |
|
Asger F
|
baa3c35d6f
|
JS: Refactor aliasing relation
|
2024-02-13 09:24:00 +01:00 |
|
Tamás Vajk
|
de13ff6afd
|
Merge pull request #15577 from tamasvajk/feature/missing-nuget-sources
C# - Add default nuget feed if there's none
|
2024-02-13 09:18:32 +01:00 |
|
Max Schaefer
|
104a8d980c
|
Automodel: Make description of some negative characteristics more explicit.
|
2024-02-13 08:18:13 +00:00 |
|
dependabot[bot]
|
a3008083ea
|
Bump the extractor-dependencies group in /go/extractor with 1 update
Bumps the extractor-dependencies group in /go/extractor with 1 update: [golang.org/x/tools](https://github.com/golang/tools).
Updates `golang.org/x/tools` from 0.17.0 to 0.18.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.17.0...v0.18.0)
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-13 03:58:21 +00:00 |
|
Robert Marsh
|
b9785ea7b2
|
C++: autoformat
|
2024-02-13 01:07:41 +00:00 |
|
Robert Marsh
|
f791b0ebbf
|
C++: Model for smart pointer destructors
|
2024-02-13 01:00:46 +00:00 |
|
Robert Marsh
|
b6cf64cff3
|
C++: simplify TranslatedBlock::getLastChild
|
2024-02-13 00:46:53 +00:00 |
|
Robert Marsh
|
7d8872bb99
|
C++: Fix for multiple for-loop variables with destructors
|
2024-02-13 00:40:19 +00:00 |
|
Robert Marsh
|
6663420d39
|
C++: test for multiple for loop variables with destructors
|
2024-02-13 00:35:56 +00:00 |
|
Robert Marsh
|
b94c4a6e1b
|
C++: fix for destructor of while-loop condition
|
2024-02-13 00:13:22 +00:00 |
|
Robert Marsh
|
bac7e46b0f
|
C++: tests for destructors after a while-loop condition
|
2024-02-12 23:55:42 +00:00 |
|
Josh Soref
|
a128161746
|
Use !cancelled in qhelp-pr-preview workflow
|
2024-02-12 16:59:42 -05:00 |
|
Asger F
|
faefa056eb
|
Merge pull request #15507 from asgerf/shared/outbarrier-bugfix
Shared: fix a bug in stateful outbarriers
|
2024-02-12 21:44:49 +01:00 |
|
Tom Hvitved
|
15cf695188
|
C#: Fix various bad joins
|
2024-02-12 19:49:53 +01:00 |
|
Tom Hvitved
|
90f3670f3d
|
C#: Remove all DB stats
|
2024-02-12 19:49:29 +01:00 |
|
Mathias Vorreiter Pedersen
|
a799399639
|
C++: Accept test changes.
|
2024-02-12 16:51:25 +00:00 |
|
Mathias Vorreiter Pedersen
|
70c7c1a5e7
|
C++: Add flow from the fill character to the output pointer.
|
2024-02-12 16:51:16 +00:00 |
|
Mathias Vorreiter Pedersen
|
8635b5d316
|
C++: Add test with missing flow.
|
2024-02-12 16:44:38 +00:00 |
|
Cornelius Riemenschneider
|
27ebebc24b
|
Python: Update BUILD.bazel files.
This allows us to (later) build the whole python language pack with
bazel.
|
2024-02-12 17:10:35 +01:00 |
|
Paolo Tranquilli
|
a944443d39
|
Merge branch 'main' into redsun82/bzlmod
|
2024-02-12 16:03:50 +01:00 |
|
Rasmus Wriedt Larsen
|
cbb9a64bbb
|
Merge pull request #15457 from RasmusWL/psycopg
Python: Model the `psycopg` package
|
2024-02-12 15:59:16 +01:00 |
|
Paolo Tranquilli
|
c0eeb7a34e
|
Bazel: reference (and locally stub) internal module
|
2024-02-12 15:58:43 +01:00 |
|
Benjamin Rodes
|
091416131b
|
Removing 'const' specifier filtering after discussions with the team. We will test if this causes undesirable cases in DCA and then choose which approach is best.
|
2024-02-12 09:38:00 -05:00 |
|
Harry Maclean
|
3d9f9afa77
|
Merge pull request #15566 from hmac/hmac-actioncontroller-regex
Ruby: Fix ActionController path regex
|
2024-02-12 14:14:57 +00:00 |
|
Michael Nebel
|
68b920f330
|
C#: Update other tests expected output.
|
2024-02-12 15:09:36 +01:00 |
|