index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_trans
/
trans
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2016-03-27
rustc_trans: move the contents of the trans module to top-level.
Eduard Burtescu
-84
/
+0
2016-03-25
rip out link guards
Niko Matsakis
-1
/
+0
2016-03-25
unit-test symbol-names and item-paths
Niko Matsakis
-0
/
+1
2016-03-25
Add a "link-guard" to avoid accidentally linking to a wrong dylib at runtime.
Michael Woerister
-0
/
+1
2016-03-25
Make monomorphized functions use stable symbol names.
Michael Woerister
-0
/
+1
2016-03-17
trans: Remove the foreign module.
Eduard Burtescu
-1
/
+0
2016-03-17
trans: Combine cabi and back::abi into abi.
Eduard Burtescu
-1
/
+1
2016-03-17
trans: Use fmt::Debug for debugging instead of ad-hoc methods.
Eduard Burtescu
-1
/
+0
2016-02-06
Add the asmjs-unknown-emscripten triple. Add cfgs to libs.
Brian Anderson
-0
/
+1
2016-01-26
Implement the translation item collector.
Michael Woerister
-0
/
+1
2016-01-16
use a newtype for the variant discriminant instead of u64
Oliver 'ker' Schneider
-0
/
+2
2016-01-13
Add powerpc64 and powerpc64le support
Anton Blanchard
-0
/
+1
2016-01-05
Add assert-dep-graph testing mechanism and tests
Niko Matsakis
-0
/
+1
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-1
/
+1
2015-11-03
New trans codepath that builds fn body from MIR instead.
Niko Matsakis
-0
/
+1
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-2
/
+0
2015-04-03
Introduce trans::declare
Simonas Kazlauskas
-0
/
+1
2015-04-03
Extract attribute handling code into a module
Simonas Kazlauskas
-26
/
+27
2015-04-01
Fallout out rustc
Niko Matsakis
-1
/
+1
2015-02-14
remove extra mod doc;s
Steve Klabnik
-1
/
+0
2015-01-11
powerpc: Teach trans about powerpc
Richo Healey
-0
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-2
/
+1
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-1
/
+2
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-1
/
+3
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-1
/
+2
2014-12-27
auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis
bors
-0
/
+3
2014-12-27
save-analysis: emit names of items that a glob import actually imports.
Nick Cameron
-1
/
+0
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-2
/
+2
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-0
/
+3
2014-12-19
librustc_trans: use `#[deriving(Copy)]`
Jorge Aparicio
-2
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-12-04
Remove dependencies on driver from trans et al. by moving various
Niko Matsakis
-37
/
+61
2014-11-18
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...
Niko Matsakis
-0
/
+47