Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | layout: Adjust the position of block formatting contexts based on float | Patrick Walton | 2014-09-22 | 1 | -0/+3 | |
| | | | | | | | | placement. Improves Reddit considerably. Closes #3456. | |||||
* | Remove min/max functions from util::geometry. Use std::cmp instead. | Simon Sapin | 2014-09-19 | 1 | -4/+0 | |
| | ||||||
* | Fix dimensionality of Au | Simon Sapin | 2014-09-19 | 1 | -20/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we implemented: Au * Au -> Au Au / Au -> Au Au % Au -> Au ... which are inconsistent. It should be: Au * Au -> SquaredAu Au / Au -> i32 Au % Au -> i32 or: Au * i32 -> Au Au / i32 -> Au Au % i32 -> Au I picked the latter. Also, the multiplicative identity does not make sense when multiplication take two different types. | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+304 | |