-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 19 pull requests #47748
Rollup of 19 pull requests #47748
Commits on Jan 15, 2018
-
Fix no_integrated_as option to work with new codegen architecture.
Old implementation called the assembler once per crate, but we need to call it for each object file instead, because a single crate can now have more than one object file. This patch fixes issue rust-lang#45836 (Can't compile core for msp430 in release mode)
Configuration menu - View commit details
-
Copy full SHA for 3f61742 - Browse repository at this point
Copy the full SHA 3f61742View commit details
Commits on Jan 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 98dee04 - Browse repository at this point
Copy the full SHA 98dee04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b95e91 - Browse repository at this point
Copy the full SHA 9b95e91View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbeebc5 - Browse repository at this point
Copy the full SHA cbeebc5View commit details
Commits on Jan 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 072c3da - Browse repository at this point
Copy the full SHA 072c3daView commit details
Commits on Jan 19, 2018
-
Add CGU size heuristic for partitioning
This addresses the concern of rust-lang#47316 by estimating CGU size based on the size of its MIR. Looking at the size estimate differences for a small selection of crates, this heuristic produces different orderings, which should more accurately reflect optimisation time. Fixes rust-lang#47316.
Configuration menu - View commit details
-
Copy full SHA for 8447f4f - Browse repository at this point
Copy the full SHA 8447f4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e60b0f8 - Browse repository at this point
Copy the full SHA e60b0f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8e9da4 - Browse repository at this point
Copy the full SHA c8e9da4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c9a8b5 - Browse repository at this point
Copy the full SHA 5c9a8b5View commit details -
Estimate size of InstanceDef::DropGlue more accurately
Also a little bit of clean up.
Configuration menu - View commit details
-
Copy full SHA for 62703cf - Browse repository at this point
Copy the full SHA 62703cfView commit details -
Fix type inhabitedness check for arrays
Arrays of uninhabited types were considered to also be uninhabited if their length had not been evaluated, causing unsoundness.
Configuration menu - View commit details
-
Copy full SHA for 768cbbc - Browse repository at this point
Copy the full SHA 768cbbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4d0bb3 - Browse repository at this point
Copy the full SHA c4d0bb3View commit details
Commits on Jan 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7188706 - Browse repository at this point
Copy the full SHA 7188706View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51fe2fe - Browse repository at this point
Copy the full SHA 51fe2feView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7f6598 - Browse repository at this point
Copy the full SHA f7f6598View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0f9b26 - Browse repository at this point
Copy the full SHA e0f9b26View commit details
Commits on Jan 22, 2018
-
Use std based dedup in projection
Unstable sort was added recently, and the code that is being modified is 3 years old. As quicksort doesn't allocate it will likely perform as well as, or better than linear search.
Configuration menu - View commit details
-
Copy full SHA for 0bbc422 - Browse repository at this point
Copy the full SHA 0bbc422View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d56abf - Browse repository at this point
Copy the full SHA 2d56abfView commit details -
do not ICE when return type includes unconstrained anon region
It turns out that this *can* happen after all, if the region is only used in projections from the input types.
Configuration menu - View commit details
-
Copy full SHA for 215d66b - Browse repository at this point
Copy the full SHA 215d66bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9adf2b2 - Browse repository at this point
Copy the full SHA 9adf2b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e68e2a - Browse repository at this point
Copy the full SHA 4e68e2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdfb9a2 - Browse repository at this point
Copy the full SHA fdfb9a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e76d3f6 - Browse repository at this point
Copy the full SHA e76d3f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 864f6d1 - Browse repository at this point
Copy the full SHA 864f6d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffb827a - Browse repository at this point
Copy the full SHA ffb827aView commit details
Commits on Jan 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c6772b4 - Browse repository at this point
Copy the full SHA c6772b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d41cba - Browse repository at this point
Copy the full SHA 7d41cbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e81ce7 - Browse repository at this point
Copy the full SHA 2e81ce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a084cd0 - Browse repository at this point
Copy the full SHA a084cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5d7aae - Browse repository at this point
Copy the full SHA a5d7aaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a4f347 - Browse repository at this point
Copy the full SHA 0a4f347View commit details -
Create the concept of an `StructuredDiagnostic` that is self-contained with enough knowledge of all variables to create a `DiagnosticBuilder`, including different possible versions (one line output and expanded explanations).
Configuration menu - View commit details
-
Copy full SHA for 3dac0f5 - Browse repository at this point
Copy the full SHA 3dac0f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 482f7f1 - Browse repository at this point
Copy the full SHA 482f7f1View commit details -
Let LLVM 5 add DW_OP_deref to indirect args itself
We needed to manually added the `DW_OP_deref` ourselves in earlier LLVM, but starting with [D31439] in LLVM 5, it appears that LLVM will always handle this itself. When we were still adding this manually, the resulting `.debug_loc` had too many derefs, and this failed test `debuginfo/by-value-self-argument-in-trait-impl.rs`. [D31439]: https://reviews.llvm.org/D31439 Fixes rust-lang#47611. cc @alexcrichton r? @michaelwoerister
Configuration menu - View commit details
-
Copy full SHA for 7eb7d45 - Browse repository at this point
Copy the full SHA 7eb7d45View commit details -
This commit primarily adds the ability to control what kind of LTO happens when rustc performs LTO, namely allowing values to be specified to the `-C lto` option, such as `-C lto=thin` and `-C lto=fat`. (where "fat" is the previous kind of LTO, throw everything in one giant module) Along the way this also refactors a number of fields which store information about whether LTO/ThinLTO are enabled to unify them all into one field through which everything is dispatched, hopefully removing a number of special cases throughout. This is intended to help mitigate rust-lang#47409 but will require a backport as well, and this would unfortunately need to be an otherwise insta-stable option.
Configuration menu - View commit details
-
Copy full SHA for 8bde2ac - Browse repository at this point
Copy the full SHA 8bde2acView commit details
Commits on Jan 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 734ee0f - Browse repository at this point
Copy the full SHA 734ee0fView commit details -
Add ./x.py check src/{libstd,libtest,rustc}.
This currently only supports a limited subset of the full compilation, but is likely 90% of what people will want and is possible without building a full compiler (i.e., running LLVM). In theory, this means that contributors who don't want to build LLVM now have an easy way to compile locally, though running tests won't work.
Configuration menu - View commit details
-
Copy full SHA for 6aeb1cf - Browse repository at this point
Copy the full SHA 6aeb1cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ba00c - Browse repository at this point
Copy the full SHA f7ba00cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b26b74 - Browse repository at this point
Copy the full SHA 6b26b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e7677 - Browse repository at this point
Copy the full SHA f0e7677View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a89f40 - Browse repository at this point
Copy the full SHA 5a89f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62afc43 - Browse repository at this point
Copy the full SHA 62afc43View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4d3692 - Browse repository at this point
Copy the full SHA a4d3692View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5faba28 - Browse repository at this point
Copy the full SHA 5faba28View commit details -
llvm6: CodeModel::{JIT,}Default no longer exists
LLVM has since removed the `CodeModel::Default` enum value in favor of an `Optional` implementationg throughout LLVM. Let's mirror the same change in Rust and update the various bindings we call accordingly. Removed in llvm-mirror/llvm@9aafb854c
Configuration menu - View commit details
-
Copy full SHA for 03f86ae - Browse repository at this point
Copy the full SHA 03f86aeView commit details -
llvm6: Missing include for LLVM 6 in PassWrapper.cpp
Just bog-standard compile error fixed by adding some new header files
Configuration menu - View commit details
-
Copy full SHA for 2a7ed74 - Browse repository at this point
Copy the full SHA 2a7ed74View commit details -
llvm6: Tweak fast math intrinsics
Looks like they did some refactoring of flags in the backend and this should catch us up! The "unsafe algebra" boolean has been split into a number of boolean flags for various operations, and this updates to use the `setFast` function which should hopefully have the same behavior as before. This was updated in llvm-mirror/llvm@00e900afd
Configuration menu - View commit details
-
Copy full SHA for 9eeecd2 - Browse repository at this point
Copy the full SHA 9eeecd2View commit details -
llvm6: Remove MIPS64 archive variant
It looks like LLVM also removed it in llvm-mirror/llvm@f45adc29d in favor of the name "GNU64". This was added in the thought that we'd need such a variant when adding mips64 support but we ended up not needing it! For now let's just removing the various support on the Rust side of things.
Configuration menu - View commit details
-
Copy full SHA for b6fe112 - Browse repository at this point
Copy the full SHA b6fe112View commit details -
llvm6: Different return value for writeArchive
Updated in llvm-mirror/llvm@203c90ba this function now just returns an `Error`, so this updates the C++ bindings accordingly
Configuration menu - View commit details
-
Copy full SHA for caedb36 - Browse repository at this point
Copy the full SHA caedb36View commit details -
llvm6: Don't clone LLVM modules on wasm
The comment for why cloning exists doesn't actually apply for wasm today and apparently cloning is causing subtle bugs in LLVM, so let's just avoid it altogether. More specifically after we emit the assembly for the wasm target we don't actually use the module again, so there's no need to keep both around. This seemed to be causing some scary verifier assertions in LLVM which seemed to be uncovered by presumably (?) buggy behavior. Let's just avoid it for now and make the wasm target slightly more lean in the process.
Configuration menu - View commit details
-
Copy full SHA for 63b3168 - Browse repository at this point
Copy the full SHA 63b3168View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c5d9dd - Browse repository at this point
Copy the full SHA 5c5d9ddView commit details -
llvm6: Update FreeBSD images to Ubuntu 18.04
Looks like the clang with 16.04 fails to compile LLVM 6, but it looks like clang in 18.04 can indeed compile LLVM 6.
Configuration menu - View commit details
-
Copy full SHA for e9a6499 - Browse repository at this point
Copy the full SHA e9a6499View commit details
Commits on Jan 25, 2018
-
Update compiler-builtins submodule
No sense of urgency, just wanted to make sure we don't lag too far behind!
Configuration menu - View commit details
-
Copy full SHA for 54462f5 - Browse repository at this point
Copy the full SHA 54462f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c26f887 - Browse repository at this point
Copy the full SHA c26f887View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08ca4fd - Browse repository at this point
Copy the full SHA 08ca4fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77bc826 - Browse repository at this point
Copy the full SHA 77bc826View commit details -
Rollup merge of rust-lang#47415 - varkor:cgu-partition-heuristic, r=m…
…ichaelwoerister Add CGU size heuristic for partitioning This addresses the concern of rust-lang#47316 by estimating CGU size based on the size of its MIR. Looking at the size estimate differences for a small selection of crates, this heuristic produces different orderings, which should more accurately reflect optimisation time. (Fixes rust-lang#47316.) r? @michaelwoerister
Configuration menu - View commit details
-
Copy full SHA for 3b24033 - Browse repository at this point
Copy the full SHA 3b24033View commit details -
Rollup merge of rust-lang#47437 - eddyb:issue-38763, r=nagisa
rustc_trans: take into account primitives larger than 8 bytes. Fixes rust-lang#38763 by marking all "eightbytes" covered by a primitive appropriately, not just the first.
Configuration menu - View commit details
-
Copy full SHA for fe2fb24 - Browse repository at this point
Copy the full SHA fe2fb24View commit details -
Rollup merge of rust-lang#47439 - eddyb:issue-45662, r=nagisa
rustc_trans: ignore trailing padding larger than 8 bytes. Fixes rust-lang#45662 by ignoring a missing second register component, as it could be entirely padding.
Configuration menu - View commit details
-
Copy full SHA for 6eb1430 - Browse repository at this point
Copy the full SHA 6eb1430View commit details -
Rollup merge of rust-lang#47453 - pftbest:nointas, r=alexcrichton
Fix no_integrated_as option to work with new codegen architecture. Old implementation called the assembler once per crate, but we need to call it for each object file instead, because a single crate can now have more than one object file. This patch fixes issue rust-lang#45836 (Can't compile core for msp430 in release mode) This change can be tested on x86_64 using ```sh export RUSTFLAGS="-C no_integrated_as -C save_temps" ``` r? @alexcrichton cc @japaric
Configuration menu - View commit details
-
Copy full SHA for 1bdef2f - Browse repository at this point
Copy the full SHA 1bdef2fView commit details -
Rollup merge of rust-lang#47460 - Mark-Simulacrum:bootstrap-check, r=…
…alexcrichton Add ./x.py check src/{libstd,libtest,librustc} This currently only supports a limited subset of the full compilation, but is likely 90% of what people will want and is possible without building a full compiler (and also building LLVM). In theory, this means that contributors who don't want to build LLVM now have an easy way to compile locally, though running tests won't work.
Configuration menu - View commit details
-
Copy full SHA for 304885d - Browse repository at this point
Copy the full SHA 304885dView commit details -
Rollup merge of rust-lang#47502 - petrochenkov:label, r=eddyb
AST/HIR: Add a separate structure for labels
Configuration menu - View commit details
-
Copy full SHA for 98b3754 - Browse repository at this point
Copy the full SHA 98b3754View commit details -
Rollup merge of rust-lang#47529 - nikomatsakis:impl-trait-issue-38064…
…, r=cramertj track recursion limit when expanding existential impl trait r? @cramertj
Configuration menu - View commit details
-
Copy full SHA for 31f1aa5 - Browse repository at this point
Copy the full SHA 31f1aa5View commit details -
Rollup merge of rust-lang#47600 - varkor:empty-never-array, r=eddyb
Fix type inhabitedness check for arrays Arrays of uninhabited types were considered to also be uninhabited if their length had not been evaluated, causing unsoundness. Fixes rust-lang#47563. r? @eddyb
Configuration menu - View commit details
-
Copy full SHA for 9852b23 - Browse repository at this point
Copy the full SHA 9852b23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6006b67 - Browse repository at this point
Copy the full SHA 6006b67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b73733 - Browse repository at this point
Copy the full SHA 2b73733View commit details -
rustc: SIMD types use pointers in Rust's ABI
This commit changes the ABI of SIMD types in the "Rust" ABI to unconditionally be passed via pointers instead of being passed as immediates. This should fix a longstanding issue, rust-lang#44367, where SIMD-using programs ended up showing very odd behavior at runtime because the ABI between functions was mismatched. As a bit of a recap, this is sort of an LLVM bug and sort of an LLVM feature (today's behavior). LLVM will generate code for a function solely looking at the function it's generating, including calls to other functions. Let's then say you've got something that looks like: ```llvm define void @foo() { ; no target features enabled call void @bar(<i64 x 4> zeroinitializer) ret void } define void @bar(<i64 x 4>) #0 { ; enables the AVX feature ... } ``` LLVM will codegen the call to `bar` *without* using AVX registers becauase `foo` doesn't have access to these registers. Instead it's generated with emulation that uses two 128-bit registers. The `bar` function, on the other hand, will expect its argument in an AVX register (as it has AVX enabled). This means we've got a codegen problem! Comments on rust-lang#44367 have some more contexutal information but the crux of the issue is that if we want SIMD to work in general we'll need to ensure that whenever a function calls another they ABI of the arguments being passed is in agreement. One possible solution to this would be to insert "shim functions" where whenever a `target_feature` mismatch is detected the compiler inserts a shim function where you pass arguments via memory to the shim and then the shim loads the values and calls the target function (where the shim and the target have the same target features enabled). This unfortunately is quite nontrivial to implement in rustc today (especially when accounting for function pointers and such). This commit takes a different solution, *always* passing SIMD arguments through memory instead of passing as immediates. This strategy solves the problem at the LLVM layer because the ABI between two functions never uses SIMD registers. This also shouldn't be a hit to performance because SIMD performance is thought to often rely on inlining anyway, where a `call` instruction, even if using SIMD registers, would be disastrous to performance regardless. LLVM should then be more than capable of fixing all our memory usage to use registers instead after enough inlining has been performed. Note that there's a few caveats to this commit though: * The "platform intrinsic" ABI is omitted from "always pass via memory". This ABI is used to define intrinsics like `simd_shuffle4` where LLVM and rustc need to have the arguments as an immediate. * Additionally this commit does *not* fix the `extern` ("C") ABI. This means that the bug in rust-lang#44367 can still happen when using non-Rust-ABI functions. My hope is that before stabilization we can ban and/or warn about SIMD types in these functions (as AFAIK there's not much motivation to belong there anyway), but I'll leave that for a later commit and if this is merged I'll file a follow-up issue. All in all this... Closes rust-lang#44367
Configuration menu - View commit details
-
Copy full SHA for 502de01 - Browse repository at this point
Copy the full SHA 502de01View commit details -
Configuration menu - View commit details
-
Copy full SHA for c199cb5 - Browse repository at this point
Copy the full SHA c199cb5View commit details -
Rollup merge of rust-lang#47618 - mrhota:dw_at_noreturn, r=michaelwoe…
…rister Teach rustc about DW_AT_noreturn and a few more DIFlags We achieve two small things with this PR: 1. We provide definitions for a few additional llvm debuginfo flags 1. We _use_ one of these new flags, `FlagNoReturn`, and add it to debuginfo for functions with the never return type (`!`).
Configuration menu - View commit details
-
Copy full SHA for 4856f07 - Browse repository at this point
Copy the full SHA 4856f07View commit details -
Rollup merge of rust-lang#47626 - eddyb:one-less-unwrap, r=nagisa
rustc_trans: remove an unwrap by replacing a bool with Result. Prompted by @shepmaster. r? @nagisa
Configuration menu - View commit details
-
Copy full SHA for 8dd36af - Browse repository at this point
Copy the full SHA 8dd36afView commit details -
Rollup merge of rust-lang#47656 - ishitatsuyuki:patch-1, r=nikomatsakis
[perf] Use std based dedup in projection Unstable sort was added recently, and the code that is being modified is 3 years old. As quicksort doesn't allocate it will likely perform as well as, or better than linear search. I didn't benchmark. Have a perf run.
Configuration menu - View commit details
-
Copy full SHA for 014931b - Browse repository at this point
Copy the full SHA 014931bView commit details -
Rollup merge of rust-lang#47668 - nikomatsakis:issue-47511, r=eddyb
do not ICE when return type includes unconstrained anon region It turns out that this *can* happen after all, if the region is only used in projections from the input types. Fixes rust-lang#47511 r? @eddyb
Configuration menu - View commit details
-
Copy full SHA for 0ee698e - Browse repository at this point
Copy the full SHA 0ee698eView commit details -
Rollup merge of rust-lang#47696 - Zoxc:variance-rg, r=nikomatsakis
Make use of the implemented red/green algorithm for variance r? @michaelwoerister
Configuration menu - View commit details
-
Copy full SHA for 024e3aa - Browse repository at this point
Copy the full SHA 024e3aaView commit details -
Rollup merge of rust-lang#47701 - Manishearth:intra-fixes, r=QuietMis…
…dreavus Fixes for intra-doc-links Turn errors into warnings, also handle methods, trait items, and variants. r? @killercup @QuietMisdreavus
Configuration menu - View commit details
-
Copy full SHA for b335b10 - Browse repository at this point
Copy the full SHA b335b10View commit details -
Rollup merge of rust-lang#47705 - pietroalbini:fix-47673, r=petrochenkov
Fix ICE when use trees have multiple empty nested groups The issue was caused by an oversight of mine in the original use_nested_groups PR, where different paths were resolved with the same `NodeId` in some cases (such as in `use {{}, {}};`). Fixes rust-lang#47673 r? @petrochenkov
Configuration menu - View commit details
-
Copy full SHA for f7706d5 - Browse repository at this point
Copy the full SHA f7706d5View commit details -
Rollup merge of rust-lang#47710 - alexcrichton:llvm-6-compat, r=nikom…
…atsakis First round of LLVM 6.0.0 compatibility This includes a number of commits for the first round of upgrading to LLVM 6. There are still [lingering bugs](rust-lang#47683) but I believe all of this will nonetheless be necessary!
Configuration menu - View commit details
-
Copy full SHA for 8a9381d - Browse repository at this point
Copy the full SHA 8a9381dView commit details -
Rollup merge of rust-lang#47711 - alexcrichton:update-compiler-builti…
…ns, r=nikomatsakis Update compiler-builtins submodule No sense of urgency, just wanted to make sure we don't lag too far behind!
Configuration menu - View commit details
-
Copy full SHA for 2c7cd60 - Browse repository at this point
Copy the full SHA 2c7cd60View commit details -
Rollup merge of rust-lang#47719 - malbarbo:run-pass-arch-powerpc, r=a…
…lexcrichton Add powerpc to run-pass/conditional-compile-arch.rs
Configuration menu - View commit details
-
Copy full SHA for ad8b313 - Browse repository at this point
Copy the full SHA ad8b313View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab623f2 - Browse repository at this point
Copy the full SHA ab623f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e61c609 - Browse repository at this point
Copy the full SHA e61c609View commit details -
Remove stray src/llvm-emscripten module
Accidentally added in e9a6499
Configuration menu - View commit details
-
Copy full SHA for cd4b23e - Browse repository at this point
Copy the full SHA cd4b23eView commit details -
Revert update of the i686-freebsd builder
Looks like llvm 4.0.0 isn't read for that either.
Configuration menu - View commit details
-
Copy full SHA for beb756f - Browse repository at this point
Copy the full SHA beb756fView commit details
Commits on Jan 26, 2018
-
Call non-git beta builds simply x.y.z-beta
We can't use git commands to compute a prerelease version when we're building from a source tarball, or if git is otherwise unavailable. We'll just call such builds `x.y.z-beta`, without a prerelease.
Configuration menu - View commit details
-
Copy full SHA for a76bb88 - Browse repository at this point
Copy the full SHA a76bb88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e1cebb - Browse repository at this point
Copy the full SHA 6e1cebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a8d6b8 - Browse repository at this point
Copy the full SHA 9a8d6b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68f2e1e - Browse repository at this point
Copy the full SHA 68f2e1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aca88e1 - Browse repository at this point
Copy the full SHA aca88e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac774e7 - Browse repository at this point
Copy the full SHA ac774e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9594215 - Browse repository at this point
Copy the full SHA 9594215View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6da912e - Browse repository at this point
Copy the full SHA 6da912eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f4156 - Browse repository at this point
Copy the full SHA a7f4156View commit details -
Configuration menu - View commit details
-
Copy full SHA for a910109 - Browse repository at this point
Copy the full SHA a910109View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dc8576 - Browse repository at this point
Copy the full SHA 1dc8576View commit details -
Configuration menu - View commit details
-
Copy full SHA for e684525 - Browse repository at this point
Copy the full SHA e684525View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc977f - Browse repository at this point
Copy the full SHA afc977fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b741d7d - Browse repository at this point
Copy the full SHA b741d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c915e3a - Browse repository at this point
Copy the full SHA c915e3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bb1823 - Browse repository at this point
Copy the full SHA 9bb1823View commit details -
Configuration menu - View commit details
-
Copy full SHA for a06d333 - Browse repository at this point
Copy the full SHA a06d333View commit details