aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add {before,after}-pickling.txt to gitignoreOlivier Blanvillain2017-04-061-0/+2
|
* Improve summary report by dumping all to stdout on CIFelix Mulder2017-03-311-0/+1
|
* fix #1484: position of while incorrect in debugliu fengyun2017-02-101-0/+1
|
* More tests and other odds and endMartin Odersky2016-12-141-0/+4
| | | | | | - Add tests that work to pos/neg, tests that don't work yet to pending/pos/neg. - Also, change .gitignore to allow for a local directory. - Also add a draft page to the docs.
* Add tags file to gitignoreFelix Mulder2016-11-221-0/+1
|
* Create dotty-lib.jar for run testsFelix Mulder2016-11-221-0/+1
|
* Merge pull request #1587 from dotty-staging/change-tasty-posGuillaume Martres2016-11-041-0/+2
|\ | | | | Fix Tasty positions
| * Updated .gitignoreMartin Odersky2016-10-201-0/+2
| | | | | | | | Updated to ignore two .cache files in ScalaIDE 4.4
* | Ignore ensime files from sbtLucas Burson2016-10-161-0/+2
|/
* Add `dotty.jar` to gitignoreFelix Mulder2016-10-101-1/+1
|
* Add option `-Ydoc-output` for specifying output dirFelix Mulder2016-08-191-0/+1
|
* Add project and impl for initial barebones dottydocFelix Mulder2016-08-191-0/+1
|
* Rework dotc to choose correct packages fixing #1321Felix Mulder2016-06-201-0/+3
| | | | | | | | | | | | | | New algorithm similar to proposal by @DarkDimius: 1. Bash script checks for existance of `$DOTTY_ROOT/.packages`, if not found - rebuilds all packages and places their full paths in the `.packages` file in the following order: - dotty-interfaces - dotty - dotty-tests 2. Checks if there are any files newer than those contained within `.packages` and if so - rebuilds that package 3. Runs Java with correct classpath setup
* Initial implementation featuring two different highlightersFelix Mulder2016-04-281-0/+1
| | | | | | | | | | | One was implemted by hand and the other by using dotty's parser. The one built by hand is shorter, and behaves correctly. The scanner one is unfortunately not ready for testing - there are too many things that are workarounds for it to be a good solution as of now The code added from Ammonite is licensed under MIT, not sure where to put the license - but will add it once I know.
* .gitignore: add scala-scalaGuillaume Martres2016-02-191-0/+2
|
* Add `out/` folder correctly to gitignore.Dmitry Petrashko2015-10-311-0/+5
|
* More robust partest/test switching for concurrent sbt instancesvsalvis2015-05-121-0/+1
|
* Update .gitignoreMartin Odersky2015-04-251-0/+1
| | | | Add test-classes to .gitignore. (The change is produced persistently by my Eclipse IDE).
* trigger travis, update .gitignorevsalvis2015-04-201-1/+0
|
* Partest for Dotty with pos tests and neg tests with error countvsalvis2015-04-171-0/+5
|
* Changed .gitignore to ignore /classes instead of /bin.Martin Odersky2014-05-201-1/+1
| | | | | | | bin as output directory clashes with bin/dotc. Btw I have no idea why I cannot ignore .gitignore. I have .gitignore in my .gitignore_global and have configured git to respect that, but no cigar.
* More testsMartin Odersky2014-03-211-0/+1
| | | | which all pass.
* Better tracking of implicit searchMartin Odersky2014-01-291-0/+1
| | | | We now track eligible calls and the number of refs tested in an eligible call.
* Build infrastructureVlad Ureche2014-01-231-0/+24