rust/src/librustc_trans
Niko Matsakis 3b1399df2d Make calling def_id on a DefSelfTy an error; the previous defids that
were returned, either the trait or the *self type itself*, were not
particularly representative of what the Def is (a type parameter).
Rewrite paths to handle this case specially, just as they handle the
primitive case specifically. This entire `def_id` codepath is kind of a
mess.
2015-10-01 10:37:19 -04:00
..
back rustc: Swap link order of native libs/rust deps 2015-09-30 20:17:54 -07:00
save Make calling def_id on a DefSelfTy an error; the previous defids that 2015-10-01 10:37:19 -04:00
trans Remove DefRegion, which is not used 2015-10-01 10:37:19 -04:00
diagnostics.rs Add librustc_trans error codes 2015-09-19 17:04:27 +02:00
lib.rs Add librustc_trans error codes 2015-09-19 17:04:27 +02:00
README.txt Make librustc's markdown README.txt claim to be markdown. 2015-03-20 13:29:13 +01:00

See the README.md in ../librustc.