Patrick Walton
|
9f387926fc
|
librustc: Fold rt items into lang items. Shaves another 10% or so off hello world compile time.
|
2013-01-07 12:21:34 -08:00 |
|
Patrick Walton
|
d2d1d98968
|
librustc: Encode language items into a special lookup table. 9% improvement in hello world compile time.
|
2013-01-07 10:51:53 -08:00 |
|
Patrick Walton
|
0ab7f9129e
|
librustc: Refactor language items to have IDs. rs=refactor
Preparation for fixing the performance problems with language item collection.
|
2013-01-06 12:05:34 -08:00 |
|
Patrick Walton
|
57c599914a
|
librustc: Terminate name searches at the nearest module scope for paths that contain at least two components. r=graydon
|
2012-12-27 10:02:54 -08:00 |
|
Brian Anderson
|
ed4fac01b5
|
Rename Send trait to Owned
|
2012-12-13 15:52:50 -08:00 |
|
Brian Anderson
|
a277081ee4
|
Rename Owned trait to Durable
|
2012-12-13 15:52:50 -08:00 |
|
Patrick Walton
|
b8cfd5c414
|
librustc: Long lines. rs=rustbot
|
2012-12-04 21:13:02 -08:00 |
|
Patrick Walton
|
56ece46f7d
|
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=refactoring
|
2012-12-04 14:19:19 -08:00 |
|
Graydon Hoare
|
00c856c0b1
|
Update license, add license boilerplate to most files. Remainder will follow.
|
2012-12-03 17:12:14 -08:00 |
|
Brian Anderson
|
69a8b4d8e2
|
Rename src/rustc to src/librustc. Use the driver crate
|
2012-11-07 13:53:39 -08:00 |
|