<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rust_crate_reader.cpp, branch try-perf</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try-perf</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try-perf'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2011-05-27T01:21:02+00:00</updated>
<entry>
<title>More delicious dead code removal from runtime, upcalls.</title>
<updated>2011-05-27T01:21:02+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-05-27T01:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=79c9e130731c6fc471c946fb289a67348749a0b7'/>
<id>urn:sha1:79c9e130731c6fc471c946fb289a67348749a0b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dead code.</title>
<updated>2011-05-25T19:22:25+00:00</updated>
<author>
<name>Rafael Ávila de Espíndola</name>
<email>respindola@mozilla.com</email>
</author>
<published>2011-05-25T19:22:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db47cb5c1355041a30475e2d32debded1811a354'/>
<id>urn:sha1:db47cb5c1355041a30475e2d32debded1811a354</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dead code.</title>
<updated>2011-05-25T19:08:31+00:00</updated>
<author>
<name>Rafael Ávila de Espíndola</name>
<email>respindola@mozilla.com</email>
</author>
<published>2011-05-25T19:08:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0e324cad0a37bdaa0aebb864c3da28b25ad1ebf6'/>
<id>urn:sha1:0e324cad0a37bdaa0aebb864c3da28b25ad1ebf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dead code.</title>
<updated>2011-05-25T18:12:09+00:00</updated>
<author>
<name>Rafael Ávila de Espíndola</name>
<email>respindola@mozilla.com</email>
</author>
<published>2011-05-25T18:12:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a3624466b1a1ff0908be0efdaca631f9a3bab7a'/>
<id>urn:sha1:9a3624466b1a1ff0908be0efdaca631f9a3bab7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dead code.</title>
<updated>2011-05-25T17:25:00+00:00</updated>
<author>
<name>Rafael Ávila de Espíndola</name>
<email>respindola@mozilla.com</email>
</author>
<published>2011-05-25T17:25:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2306fb19f21921194175d3204eb59f094264e782'/>
<id>urn:sha1:2306fb19f21921194175d3204eb59f094264e782</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Overhaul logging system in runtime</title>
<updated>2011-04-19T14:57:13+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-04-19T10:21:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=880be6a94013ba0b7791b0ca1b6e16104f2f0a1c'/>
<id>urn:sha1:880be6a94013ba0b7791b0ca1b6e16104f2f0a1c</id>
<content type='text'>
See https://github.com/graydon/rust/wiki/Logging-vision

The runtime logging categories are now treated in the same way as
modules in compiled code. Each domain now has a log_lvl that can be
used to restrict the logging from that domain (will be used to allow
logging to be restricted to a single domain).

Features dropped (can be brought back to life if there is interest):
  - Logger indentation
  - Multiple categories per log statement
  - I possibly broke some of the color code -- it confuses me
</content>
</entry>
<entry>
<title>Initialize two more variables to keep darwin tinderbox happy</title>
<updated>2011-04-07T22:59:45+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-04-07T22:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bb56253015a5cd499e9d6d109d249778cb078877'/>
<id>urn:sha1:bb56253015a5cd499e9d6d109d249778cb078877</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add -O2 when compiling rt, fix warnings triggered by optimizer</title>
<updated>2011-04-07T22:41:52+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-04-07T22:41:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=973023030e7c0ca9814bc60f389bb8d75923edc7'/>
<id>urn:sha1:973023030e7c0ca9814bc60f389bb8d75923edc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move to macro-based logging checks in the C++ code</title>
<updated>2011-04-07T22:15:30+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-04-07T20:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a7576fe2cdd169313b5e25be6bf485407adb496'/>
<id>urn:sha1:9a7576fe2cdd169313b5e25be6bf485407adb496</id>
<content type='text'>
No functions should be called for log statements that turn out to be
inactive.
</content>
</entry>
<entry>
<title>Be a little more careful before assuming we have crate debuginfo and abbrevs to read.</title>
<updated>2010-07-21T00:42:49+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2010-07-21T00:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bf3528342a932dd0d523d259ca71b94431703ba9'/>
<id>urn:sha1:bf3528342a932dd0d523d259ca71b94431703ba9</id>
<content type='text'>
</content>
</entry>
</feed>
