Ariel Ben-Yehuda
|
caa10c3bde
|
move middle::ty and related modules to middle/ty/
|
2015-09-14 10:56:13 +03:00 |
|
Ariel Ben-Yehuda
|
316510f5e2
|
split ReInfer into ReVar and ReSkolemized
this should reduce the size of ty::Region to 24 bytes (from 32),
and they are treated differently in most cases anyway.
|
2015-08-24 20:10:25 +03:00 |
|
Jared Roesch
|
19218ee2a3
|
Fix make tidy
|
2015-07-10 19:16:35 -07:00 |
|
Eduard Burtescu
|
aa03871a6e
|
rustc: combine type-flag-checking traits and fns and into one trait.
|
2015-06-26 07:34:56 +03:00 |
|
Eduard Burtescu
|
0b58fdf925
|
rustc: remove Repr and UserString.
|
2015-06-19 01:39:26 +03:00 |
|
Eduard Burtescu
|
a3727559c6
|
rustc: use the TLS type context in Repr and UserString.
|
2015-06-19 01:32:44 +03:00 |
|
Eli Friedman
|
3c69db4c3c
|
Cleanup: rename middle::ty::sty and its variants.
Use camel-case naming, and use names which actually make sense in modern Rust.
|
2015-06-12 11:07:16 -07:00 |
|
Tamir Duberstein
|
d51047ded0
|
Strip all leading/trailing newlines
|
2015-03-15 09:08:21 -07:00 |
|
Niko Matsakis
|
68e5bb3f2c
|
Remove remaining uses of [] . This time I tried to use deref coercions where possible.
|
2015-02-20 14:08:14 -05:00 |
|
Jorge Aparicio
|
517f1cc63c
|
use slicing sugar
|
2015-01-07 17:35:56 -05:00 |
|
Nick Cameron
|
f7ff37e4c5
|
Replace full slice notation with index calls
|
2015-01-07 10:46:33 +13:00 |
|
Jorge Aparicio
|
56dcbd17fd
|
sed -i -s 's/\bmod,/self,/g' **/*.rs
|
2015-01-03 22:42:21 -05:00 |
|
Niko Matsakis
|
f95bb55a1c
|
Move the scalar types out of static data so that we can put Rc into sty.
|
2014-12-30 09:34:38 -05:00 |
|
Niko Matsakis
|
eb6ea5d49b
|
Cleanup type resolution to use type folding infrastructure and not
have such a silly over-engineered interface.
|
2014-12-19 03:29:29 -05:00 |
|
Niko Matsakis
|
3efc9d2c55
|
Fix bug in higher-ranked code that would sometimes leak skolemized regions and/or cause incorrect results.
|
2014-12-19 03:29:29 -05:00 |
|
Niko Matsakis
|
db75f8aa91
|
Move infer out of middle::typeck and into just middle .
|
2014-12-04 10:04:51 -05:00 |
|