Vadim Petrochenkov
|
f66da5e794
|
Do not resolve inherent static methods from other crates prematurely
|
2016-07-17 00:19:26 +03:00 |
|
Ariel Ben-Yehuda
|
4190dce3a7
|
fix tidy
|
2015-11-26 18:22:40 +02:00 |
|
Ariel Ben-Yehuda
|
1dd0c058cf
|
stop cross-crate associated types from being imported
Fixes #22968
Probably fixes #27602
|
2015-08-12 19:58:32 +03:00 |
|
Steven Fackler
|
d7ff7da65a
|
First stage of enum namespacing changes
|
2014-10-31 20:43:35 -07:00 |
|
Seo Sanghyeon
|
99bd9265d9
|
Disallow importing from types when reexport is involved
|
2014-07-17 13:50:54 +09:00 |
|
Kevin Butler
|
3791a85087
|
rustc: reduce redundant resolve errors.
|
2014-06-18 01:19:22 +01:00 |
|
Alex Crichton
|
a41b0c2529
|
extern mod => extern crate
This was previously implemented, and it just needed a snapshot to go through
|
2014-02-14 22:55:21 -08:00 |
|
Derek Guenther
|
730bdb6403
|
Added tests to make tidy
|
2014-02-07 12:49:24 -06:00 |
|
Daniel Micay
|
ec27644870
|
automated whitespace fixes
|
2013-06-13 18:03:08 -04:00 |
|
Patrick Walton
|
ca9bb2d9ac
|
librustc: Disallow use from reaching into impls or traits.
This can perhaps be restored in the future. For now this is a precursor to
making typedefs work as expected.
|
2013-05-22 21:57:02 -07:00 |
|