Luqman Aden
|
b02f5c2090
|
Get rid of structural records in libsyntax and the last bit in librustc.
|
2013-02-21 00:19:15 -08:00 |
|
Patrick Walton
|
bf2a225c0b
|
librustc: Separate most trait bounds with '+'. rs=plussing
|
2013-02-20 21:14:20 -08:00 |
|
Luqman Aden
|
cd82c4566b
|
librustc: Get rid of structural records save for front/test.rs.
|
2013-02-20 18:45:50 -08:00 |
|
Erick Tryzelaar
|
68746cd4fb
|
librustc: change driver::session::Session::str_of to return @~str
|
2013-02-19 10:11:05 -08:00 |
|
Erick Tryzelaar
|
de5fdaf934
|
convert ast::meta_items to take @~strs
|
2013-02-19 10:02:52 -08:00 |
|
Erick Tryzelaar
|
a2b754788d
|
convert syntax::attr to use @~strs
|
2013-02-19 10:02:51 -08:00 |
|
Patrick Walton
|
bb833ca0f0
|
librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc
|
2013-02-15 16:59:56 -08:00 |
|
bors
|
e8fc4b347d
|
auto merge of #4834 : veddan/rust/zflags, r=graydon
Converted --static, --gc, --jit, -g and --xg to -Z flags.
|
2013-02-07 19:50:03 -08:00 |
|
Patrick Walton
|
472797b04a
|
librustc: Lots of de-muting. rs=demuting
|
2013-02-07 16:17:39 -08:00 |
|
Viktor Dahl
|
fae8fc94dc
|
Added a few missing 'pub's
|
2013-02-08 00:57:31 +01:00 |
|
Viktor Dahl
|
b8943474dc
|
Moved experimental compiler flags to -Z (#4740)
|
2013-02-08 00:18:23 +01:00 |
|
John Clements
|
a2839246be
|
cleanup for make check
|
2013-01-31 23:05:12 -08:00 |
|
John Clements
|
53688addaa
|
test cases, cleanup
|
2013-01-31 23:05:12 -08:00 |
|
Patrick Walton
|
3105bcfdc1
|
librustc: De-export driver. rs=deexport
|
2013-01-29 15:16:43 -08:00 |
|
Erick Tryzelaar
|
d5d77b9351
|
convert the remaining ast record types into structs
These are: region,arg,fn_decl,method,_mod,foreign_mod,
variant_arg,enum_def_,variant_,trait_ref.
|
2013-01-20 14:08:18 -08:00 |
|
Graydon Hoare
|
989667e545
|
librustc: minor missing change for crate-as-struct.
|
2013-01-15 17:57:45 -08:00 |
|
Erick Tryzelaar
|
4b0f702608
|
convert ast::attribute_ and ast::view_item to a struct
|
2013-01-14 18:15:54 -08:00 |
|
kyeongwoon
|
987f824f23
|
Support ARM and Android
Conflicts:
src/libcore/os.rs
src/librustc/back/link.rs
src/librustc/driver/driver.rs
src/librustc/metadata/loader.rs
src/librustc/middle/trans/base.rs
|
2013-01-13 16:43:39 -08:00 |
|
Patrick Walton
|
2db3abddcd
|
librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc
|
2013-01-08 22:02:35 -08:00 |
|
Patrick Walton
|
44ab00ee37
|
Revert "librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc"
This reverts commit a8d37af247 .
|
2013-01-08 19:29:16 -08:00 |
|
Patrick Walton
|
a8d37af247
|
librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc
|
2013-01-08 19:27:57 -08:00 |
|
Patrick Walton
|
8bf38b26ee
|
librustc: Fix some librustc test modes. rs=bustage
|
2013-01-07 15:37:48 -08:00 |
|
Patrick Walton
|
53f41f07ce
|
librustc: Make vectors no longer implicitly copyable in rustc. r=graydon
~20% perf win for trans on -O0, with other minor improvements across the board.
No effect on -O2.
|
2013-01-07 14:17:36 -08:00 |
|
Patrick Walton
|
84ce55e542
|
librustc: Fix some unresolved imports in the test runner. rs=bustage
|
2012-12-27 15:50:03 -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 |
|
Patrick Walton
|
4c2e4c37ce
|
librustc: Make use statements crate-relative by default. r=brson
|
2012-12-13 13:05:22 -08:00 |
|
Brian Anderson
|
791f976e8c
|
Remove hack to not use type_use on x86
|
2012-12-06 19:45:32 -08:00 |
|
Brian Anderson
|
55aa49882d
|
Turn off type_use on x86. #4127
|
2012-12-06 15:26:22 -08:00 |
|
Patrick Walton
|
4fc03bac65
|
librustc: Implement "-Z no-monomorphic-collapse" as a debugging tool to diagnose mysterious crashes we're seeing. rs=debug-tool
|
2012-12-05 20:45:58 -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
|
8179e268ef
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
Brian Anderson
|
be6613e048
|
Remove the crate language
|
2012-11-26 18:13:54 -08:00 |
|
Patrick Walton
|
318e534895
|
rustc: Implement explicit self for Eq and Ord. r=graydon
|
2012-11-19 15:33:11 -08:00 |
|
Brian Anderson
|
5b248a6ca8
|
Remove CodeMap box typedef from codemap
|
2012-11-12 17:09:52 -08:00 |
|
Brian Anderson
|
69a8b4d8e2
|
Rename src/rustc to src/librustc. Use the driver crate
|
2012-11-07 13:53:39 -08:00 |
|