Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dart.googlesource.com-pub
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
dart.googlesource.com-pub
Graph
fb3f374de421d1483f300ca3d25b28002c4190bd
Select Git revision
Branches
2
master
default
mit-mit-patch-1
Tags
15
SDK-2.2.1-dev.3.0
SDK-2.1.0-dev.1.0
SDK-2.0.0-dev.64.1
SDK-2.0.0-dev.61
SDK-2.0.0-dev.58
SDK-2.0.0-dev.55
SDK-2.0.0-dev.54
SDK-2.0.0-dev.51
SDK-2.0.0-dev.41.0
SDK-2.0.0-dev.39.0
SDK-2.0.0-dev.37.0
SDK-2.0.0-dev.32.0
SDK-2.0.0-dev.19.0
SDK-2.0.0-dev.15.0
SDK-1.24.1
17 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
14
May
19
Apr
18
17
16
15
13
12
11
10
8
5
2
1
30
Mar
29
28
27
26
22
21
20
19
18
15
14
13
11
8
6
5
1
28
Feb
27
26
25
Move a number of packages and some of pub over to using source_span.
Move pub/barback's Pool class into its own package.
Handle lockfiles with null path.
Fix lockfile error handling on Windows.
Mark test failing for now.
If ":" is omitted, use same name for package and script in pub global run.
Use ":" to separate package and executable name in pub global run.
Don't allow running global executables outside of bin.
Include file path in JSON error when possible.
Lazily load the entrypoint.
Support "pub downgrade".
Get rid of deferred binding for usage errors.
Fix more pub bugs.
Fix pub.
Support passing CSP configuration to the dart2js transformer.
Add a "pub global run" command.
Fix deactivate usage tests.
Mark two pub tests as failing
Don't load dependencies' useless transformers.
Print the most recent available version of packages being upgraded.
Add a line to pub usage output explaining how to see global options.
Pub global deactivate command.
Add a "global activate" command to pub.
Fix broken pub tests.
Stop gray text from making everything bold.
Report all transformer load errors before exiting.
Link to dartlang.org in pub's command-line help messages.
Throw a more descriptive error if a TransformerGroup has null phases.
Support pub --with-prejudice.
Gracefully handle transformers rejecting their configuration.
Add implicit constraints from pub onto stack_trace and source_maps.
Re-define ApplicationException.toString() in pub.
Clean up pub's exceptions.
Fix pub run tests on Windows.
Improve pub's pubspec error messages.
Split installing a package locally from symlinking to it.
Code review for r37527
Update pub test to new analyzer error format.
Support running executables from dependencies.
Add a missing dart:io import to pub.
Loading