author | Dave Townsend <dtownsend@oxymoronical.com> |
Mon, 10 Dec 2018 11:05:01 -0800 | |
changeset 449762 | c8d6599f45706bf05bebe60c068f8027f69baaee |
parent 449760 | 4e7c1539a7a15852c41e386ee6f558d1826258b6 |
child 449763 | e37a2cdffa1a8af4fcd23a9004fffd65445e5334 |
push id | 74458 |
push user | cbrindusan@mozilla.com |
push date | Mon, 10 Dec 2018 22:10:52 +0000 |
treeherder | autoland@e67df0b7834b [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ted |
bugs | 1513036 |
milestone | 65.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
.gitignore | file | annotate | diff | comparison | revisions | |
.hgignore | file | annotate | diff | comparison | revisions |
--- a/.gitignore +++ b/.gitignore @@ -151,8 +151,11 @@ lextab.py # Ignore Visual Studio Code workspace files. .vscode/ !.vscode/extensions.json !.vscode/tasks.json # Ignore temp files created by patch command. *.orig *.rej + +# Ignore file generated by lalrpop at build time. +third_party/rust/lalrpop/src/parser/lrgrammar.rs
--- a/.hgignore +++ b/.hgignore @@ -184,8 +184,11 @@ subinclude:servo/.hgignore # https://bz.mercurial-scm.org/show_bug.cgi?id=5322 ^comm/ # Ignore various raptor performance framework files ^testing/raptor/.raptor-venv ^testing/raptor/raptor-venv ^testing/raptor/raptor/tests/.*.json ^testing/raptor/webext/raptor/auto_gen_test_config.js + +# Ignore file generated by lalrpop at build time. +^third_party/rust/lalrpop/src/parser/lrgrammar.rs