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 |
|
Graydon Hoare
|
8e28f23c60
|
core: add macro_rules! for "condition! { c: in -> out; }".
|
2012-12-18 17:22:27 -08:00 |
|
Patrick Walton
|
4c2e4c37ce
|
librustc: Make use statements crate-relative by default. r=brson
|
2012-12-13 13:05:22 -08:00 |
|
Graydon Hoare
|
00c856c0b1
|
Update license, add license boilerplate to most files. Remainder will follow.
|
2012-12-03 17:12:14 -08:00 |
|
Patrick Walton
|
a0617eae68
|
librustc: Eliminate most expressions of the form a.b() that are not method calls. rs=refactoring
|
2012-11-29 17:51:56 -08:00 |
|
Patrick Walton
|
61cfec3c52
|
librustc: Parse extern "C" { ... } . r=brson
|
2012-11-28 11:28:16 -08:00 |
|
Brian Anderson
|
11024eaebb
|
rustc: Only strip out the main function when generating test executable, not lib
|
2012-11-14 14:11:20 -08:00 |
|
Brian Anderson
|
b808eaba37
|
rustc: Generate test code when in the 'test' config
|
2012-11-14 14:11:10 -08:00 |
|
Patrick Walton
|
32ad4ae4cd
|
librustc: Require the #[derivable] attribute, remove the significance of "impl Foo : Bar;", and allow only a subset of methods in a trait to be derived. r=brson
|
2012-11-14 11:36:55 -08:00 |
|
Patrick Walton
|
3e850c3c0c
|
librustc: Stop reexporting all of core in every crate. rs=really-bad-bug
|
2012-11-13 15:46:39 -08:00 |
|
Graydon Hoare
|
4e1ce014c8
|
cleanup: convert some remaining #foo invocations to foo! form.
|
2012-11-13 08:57:31 -08:00 |
|
Brian Anderson
|
69a8b4d8e2
|
Rename src/rustc to src/librustc. Use the driver crate
|
2012-11-07 13:53:39 -08:00 |
|