- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13.9k
[WIP] Compute always-storage-liveness more efficiently #99025
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
          
     Closed
      
      
    
  
     Closed
                    Changes from all commits
      Commits
    
    
            Show all changes
          
          
            6 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      2524a89
              
                iterate over localdecls
              
              
                pierwill 7c5c346
              
                add storage liveness field
              
              
                pierwill 1ca39d8
              
                Iterate through localdecls properly
              
              
                pierwill 3bdc317
              
                Add docs
              
              
                pierwill 335315a
              
                Add flag in build as_rvalue
              
              
                pierwill bca3928
              
                Revert "Add flag in build as_rvalue"
              
              
                pierwill File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
  Submodule cargo
    updated
      
        19 files
      
      
          
    | +2 −2 | src/cargo/core/compiler/mod.rs | |
| +3 −3 | src/cargo/core/source/mod.rs | |
| +52 −71 | src/cargo/core/workspace.rs | |
| +20 −6 | src/cargo/ops/cargo_install.rs | |
| +11 −40 | src/cargo/ops/cargo_package.rs | |
| +2 −14 | src/cargo/ops/common_for_install_and_uninstall.rs | |
| +1 −1 | src/cargo/ops/mod.rs | |
| +4 −7 | src/cargo/ops/registry.rs | |
| +2 −2 | src/cargo/sources/directory.rs | |
| +2 −2 | src/cargo/sources/git/source.rs | |
| +32 −10 | src/cargo/sources/git/utils.rs | |
| +2 −2 | src/cargo/sources/path.rs | |
| +8 −2 | src/cargo/sources/registry/mod.rs | |
| +1 −1 | src/cargo/sources/replaced.rs | |
| +1 −4 | src/cargo/util/config/mod.rs | |
| +24 −48 | src/cargo/util/toml/mod.rs | |
| +0 −6 | src/doc/src/reference/overriding-dependencies.md | |
| +1 −1 | tests/testsuite/build.rs | |
| +0 −62 | tests/testsuite/git.rs | 
  
  Submodule rust-installer
    updated
      
        9 files
      
      
          
    | +3 −3 | Cargo.toml | |
| +1 −11 | src/combiner.rs | |
| +1 −24 | src/compression.rs | |
| +1 −13 | src/generator.rs | |
| +88 −19 | src/main.rs | |
| +172 −0 | src/main.yml | |
| +0 −5 | src/scripter.rs | |
| +1 −5 | src/tarballer.rs | |
| +8 −13 | src/util.rs | 
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.