This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
/
librustc_trans
History
Eduard Burtescu
ef11d4e3c7
rustc: add TyAnon (impl Trait) to the typesystem.
2016-08-12 06:43:34 +03:00
..
back
Auto merge of
#34845
- bitshifter:issue-30961, r=alexcrichton
2016-08-10 21:42:48 -07:00
debuginfo
rustc: add TyAnon (impl Trait) to the typesystem.
2016-08-12 06:43:34 +03:00
mir
refactor other type methods
2016-08-08 13:35:10 -07:00
_match.rs
rustc: rename ProjectionMode and its variant to be more memorable.
2016-08-12 06:43:34 +03:00
abi.rs
finish type-auditing rustllvm
2016-08-03 15:08:47 +03:00
adt.rs
…
asm.rs
finish type-auditing rustllvm
2016-08-03 15:08:47 +03:00
assert_module_sources.rs
…
attributes.rs
finish type-auditing rustllvm
2016-08-03 15:08:47 +03:00
base.rs
Auto merge of
#35174
- arielb1:llvm-type-audit, r=eddyb
2016-08-03 07:52:08 -07:00
basic_block.rs
…
build.rs
split the FFI part of rustc_llvm to rustc_llvm::ffi
2016-08-03 15:08:47 +03:00
builder.rs
finish type-auditing rustllvm
2016-08-03 15:08:47 +03:00
cabi_aarch64.rs
…
cabi_arm.rs
…
cabi_asmjs.rs
…
cabi_mips.rs
…
cabi_powerpc64.rs
…
cabi_powerpc.rs
…
cabi_x86_64.rs
…
cabi_x86_win64.rs
…
cabi_x86.rs
…
callee.rs
…
Cargo.toml
…
cleanup.rs
…
closure.rs
finish type-auditing rustllvm
2016-08-03 15:08:47 +03:00
collector.rs
rustc: add TyAnon (impl Trait) to the typesystem.
2016-08-12 06:43:34 +03:00
common.rs
rustc: rename ProjectionMode and its variant to be more memorable.
2016-08-12 06:43:34 +03:00
consts.rs
Auto merge of
#35166
- nikomatsakis:incr-comp-ice-34991-2, r=mw
2016-08-09 10:00:54 -07:00
context.rs
Auto merge of
#34845
- bitshifter:issue-30961, r=alexcrichton
2016-08-10 21:42:48 -07:00
controlflow.rs
…
datum.rs
…
declare.rs
finish type-auditing rustllvm
2016-08-03 15:08:47 +03:00
diagnostics.rs
…
disr.rs
…
expr.rs
Update wording on E0080
2016-08-04 07:31:06 +05:30
glue.rs
rustc: rename ProjectionMode and its variant to be more memorable.
2016-08-12 06:43:34 +03:00
inline.rs
Move caching of HIR-inlining into CStore in order to avoid duplicating inlined HIR.
2016-08-01 04:09:12 -04:00
intrinsic.rs
Rewrite TypeId computation to not miss anything and work cross-crate.
2016-08-06 00:50:13 +03:00
lib.rs
…
machine.rs
…
macros.rs
…
meth.rs
rustc: rename ProjectionMode and its variant to be more memorable.
2016-08-12 06:43:34 +03:00
monomorphize.rs
finish type-auditing rustllvm
2016-08-03 15:08:47 +03:00
partitioning.rs
…
README.txt
…
symbol_map.rs
…
symbol_names_test.rs
…
trans_item.rs
rustc: add TyAnon (impl Trait) to the typesystem.
2016-08-12 06:43:34 +03:00
tvec.rs
…
type_.rs
finish type-auditing rustllvm
2016-08-03 15:08:47 +03:00
type_of.rs
rustc: add TyAnon (impl Trait) to the typesystem.
2016-08-12 06:43:34 +03:00
value.rs
begin auditing the C++ types in RustWrapper
2016-08-03 15:08:47 +03:00
README.txt
See the README.md in ../librustc.