Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
seer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nils Fitinghoff
seer
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
3
dev
master
default
protected
overflow
3 results
Begin with the selected commit
Created with Raphaël 2.2.0
28
Feb
27
23
11
9
4
31
Jan
29
28
23
21
20
17
10
9
7
6
3
27
Dec
24
20
17
14
7
3
2
1
28
Nov
27
18
4
27
Oct
18
15
12
26
Sep
17
14
13
9
8
6
4
1
29
Aug
28
27
26
23
19
13
12
11
6
5
4
Jul
2
30
Jun
29
28
27
26
23
22
20
14
13
10
9
8
7
6
5
4
3
1
31
May
30
26
24
23
22
21
20
19
18
17
16
15
13
6
23
Apr
3
27
Mar
23
22
21
19
18
change + to wrapping_add
overflow
overflow
revert to old return value for intrinsic_overflowing
add overflow example
fix overflow in overflow check for signed integer subtraction
add overflow check for symbolic integer subtraction
change functions to enable overflow checks for symbolic arithmetic
ignore compile-fail/match_char.rs for now, to get CI passing again
master
master
rustup
rustup: add FalseUnwind variant
rustup: layout_of()
allow execution to continue after hitting errors
dev
dev
rustup
update compiletest to 0.3.6 to fix breakage
fix some formatting
remove unused import
remove vestigial miri option
rustup
simplify argument unpacking logic
update to a real release of env_logger
Pointer -> MemoryPointer, to better match MIRI
add generator niche test
struct_variant -> non_enum_variant
rustup: IntTy::Is -> IntTy::Isize, UintTy::Us -> UintTy::Usize
add a three-argument version in the iter_any test, for good measure
fix argument unpacking issue and add a test that exercises the problem
cargo update
update logger deps
update compiletest dependency
cargo update
cover new Abort terminator kind
rustup
remove PtrAndAlign
"fix" breakage from https://github.com/rust-lang/rust/pull/46436
use now-exposed rustc version of resolve_closure
rustup: fn_sig() -> closure_sig()
tweak wording in readme
pull in some update Abi::RustCall code from miri
minor simplification
Pointer::with_primval_offset()
use run-pass instead of mir-opt in compiletest, greatly speeding up 'cargo test'
Loading