Commit graph

5232 commits

Author SHA1 Message Date
Jack Moffitt
6365becb6b Merge pull request #453 from metajack/mut-warnings
Fix unused mut warnings.
2013-05-17 13:12:46 -07:00
Jack Moffitt
e37eaa2a72 Update rust-stb-image. 2013-05-17 10:10:50 -06:00
Jack Moffitt
bb9882f3e6 Merge pull request #457 from pcwalton/refactor-script
Refactor the script task to conform to current coding style
2013-05-16 14:44:58 -07:00
Patrick Walton
2ba5dfbfe3 Refactor the script task to conform to current coding style 2013-05-16 14:33:22 -07:00
Brian Anderson
6d9368cc35 Merge pull request #456 from metajack/ci-fixes
Fixes for `make check` for continuous integration support
2013-05-16 10:55:25 -07:00
Jack Moffitt
d3376283de Submodule updates. 2013-05-16 10:27:04 -06:00
Josh Matthews
41099c07a8 Merge pull request #454 from metajack/dynamic-borrow-errors
Fix dynamic borrow check errors.
2013-05-16 09:12:47 -07:00
Jack Moffitt
eaf9da9ba2 Fix tidy exceptions for reorg. 2013-05-16 09:49:13 -06:00
Jack Moffitt
5986469175 Update rust path for CI backup and restore. 2013-05-16 09:44:30 -06:00
Jack Moffitt
b1b7177ef7 Remove spurious line. 2013-05-16 09:25:46 -06:00
Jack Moffitt
5fd0fcbc91 Fix dynamic borrow check errors.
This reduces the scope of the borrow on `family` to the single FFI call that
needs it.
2013-05-16 09:23:18 -06:00
Jack Moffitt
fdf8f0c09e Fix unused mut warnings. 2013-05-16 08:24:30 -06:00
Jack Moffitt
c8520e9249 Merge pull request #451 from pcwalton/script-task
Rename the content task to the script task
2013-05-15 18:26:30 -07:00
Jack Moffitt
01226cfed5 Merge pull request #450 from metajack/restore-fix
Only restore rust if the backup exists.
2013-05-15 18:21:14 -07:00
Jack Moffitt
85f80f0c35 Only restore rust if the backup exists. 2013-05-15 19:20:28 -06:00
Patrick Walton
1135b0da2d Merge pull request #452 from metajack/reorg-fixups
Reorg fixups
2013-05-15 18:14:12 -07:00
Jack Moffitt
4d2109f0a4 Submodule update. 2013-05-15 19:11:19 -06:00
Jack Moffitt
6803a83a54 Warning police. 2013-05-15 19:08:27 -06:00
Jack Moffitt
a97955c534 Remove debugging from Makefile. 2013-05-15 19:07:39 -06:00
Jack Moffitt
2f40f669ee Update ignores. 2013-05-15 19:07:30 -06:00
Patrick Walton
ad5bfd5297 Rename the content task to the script task 2013-05-15 16:50:20 -07:00
Jack Moffitt
c5ee742fd9 Fix and update submodules. 2013-05-15 17:34:04 -06:00
Jack Moffitt
ab988db12d Merge pull request #442 from pcwalton/directory-shuffle
Organize all the source files into compiler/, components/, and platform/...
2013-05-15 15:46:13 -07:00
Patrick Walton
7caa209039 Organize all the source files into compiler/, components/, and platform/. 2013-05-15 15:39:19 -07:00
Jack Moffitt
5e406fab7e Merge pull request #438 from khodzha/clean_targets
Fixed #434
2013-05-11 14:02:23 -07:00
khodzha
37a94dcd16 Fixed #434
Added "clean-servo-util" and "clean-servo-net" make targets
Added new targets to "clean-servo" target
2013-05-11 19:15:22 +04:00
Jack Moffitt
7dbb38c2a0 Merge pull request #437 from sfowler/switch-with-node-to-with-base
Replace with_imm_node by with_base and with_mut_node by with_mut_base
2013-05-10 19:06:01 -07:00
Seth Fowler
82bd3ef51f Replace with_imm_node by with_base and with_mut_node by with_mut_base 2013-05-10 18:52:36 -07:00
Patrick Walton
3712ece458 Merge pull request #436 from sfowler/remove-rootflow
Merge RootFlow into BlockFlow
2013-05-10 18:28:33 -07:00
Seth Fowler
c0d8836e06 Merge RootFlow into BlockFlow 2013-05-10 18:20:51 -07:00
Young-il Choi
b69a1e1ebd submodule: update rust-xlib 2013-05-11 09:40:05 +09:00
Young-il Choi
71afe858db submodule: update rust-freetype 2013-05-11 09:40:05 +09:00
Josh Matthews
6e395af88c Merge pull request #435 from metajack/syntax-futurism
Update to latest Rust
2013-05-10 15:01:53 -07:00
Jack Moffitt
2fdc35f52c Update dependencies and rust. 2013-05-10 15:50:53 -06:00
Jack Moffitt
263a8251a9 Change core::task::local_data to core::local_data. 2013-05-10 15:50:29 -06:00
Jack Moffitt
7234635aa5 Remove old borrow check workarounds and appease the new borrow checker. 2013-05-10 15:41:20 -06:00
Jack Moffitt
4d0c20246a Change FuzzyEq to ApproxEq. 2013-05-10 15:41:20 -06:00
Jack Moffitt
ea1f9e02b0 Remove unused mut. 2013-05-10 15:41:20 -06:00
Jack Moffitt
11467e21bb Work around broken TaskBuilder. 2013-05-10 15:41:20 -06:00
Jack Moffitt
5324cabbf8 Appease the new borrow checker. 2013-05-10 15:40:58 -06:00
Jack Moffitt
3c291678ad Remove modes in servo-gfx. 2013-05-10 15:29:13 -06:00
Jack Moffitt
19c0fc6465 Change Quot back to Div. 2013-05-10 15:29:13 -06:00
Jack Moffitt
3d745fc43b Remove unused mut in servo-util. 2013-05-10 15:29:13 -06:00
Jack Moffitt
077b481894 Merge pull request #430 from ILyoan/rm_warning
Remove various warnings
2013-05-10 14:26:48 -07:00
Young-il Choi
b7182ee4a0 submodule: update rust-stb-image 2013-05-10 16:27:24 +09:00
Young-il Choi
104e973f41 submodule: update rust-opengles 2013-05-10 16:27:24 +09:00
Young-il Choi
bb02f1c71d submodule: update rust-netsurfcss 2013-05-10 16:27:24 +09:00
Young-il Choi
f388455f4a submodule: update rust-mozjs 2013-05-10 16:27:24 +09:00
Young-il Choi
25a21abf1c submodule: update rust-layers 2013-05-10 16:27:24 +09:00
Young-il Choi
11537c9e22 submodule: update rust-http-client 2013-05-10 16:27:24 +09:00