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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-15
Add initial version of codegen unit partitioning for incremental compilation.
Michael Woerister
-1
/
+2
2016-04-06
make an incremental crate
Niko Matsakis
-1
/
+1
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-2
/
+1
2016-03-31
librustc_trans: use bug!(), span_bug!()
Benjamin Herr
-1
/
+1
2016-03-30
move `const_eval` and `check_match` out of `librustc`
Oliver Schneider
-0
/
+1
2016-03-30
rename `rustc_const_eval` to `rustc_const_math`
Oliver Schneider
-1
/
+1
2016-03-27
rustc_trans: move the contents of the trans module to top-level.
Eduard Burtescu
-3
/
+66
2016-03-27
rustc_trans: move save to librustc_save_analysis.
Eduard Burtescu
-1
/
+0
2016-03-25
Make monomorphized functions use stable symbol names.
Michael Woerister
-0
/
+1
2016-03-22
sprinkle feature gates here and there
Jorge Aparicio
-0
/
+1
2016-03-17
trans: Combine cabi and back::abi into abi.
Eduard Burtescu
-1
/
+0
2016-03-10
typestrong constant integers
Oliver Schneider
-0
/
+1
2016-02-24
Warn when reexporting a private extern crate
Jeffrey Seyfried
-1
/
+1
2016-02-08
Remove old #[allow(trivial_casts)] annotations
Alex Crichton
-2
/
+0
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-2
/
+0
2016-01-05
Add assert-dep-graph testing mechanism and tests
Niko Matsakis
-0
/
+1
2015-12-21
Register new snapshots
Alex Crichton
-3
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-2
/
+0
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-1
/
+0
2015-11-26
make CrateStore a trait object
Ariel Ben-Yehuda
-1
/
+0
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-22
Register diagnostics for rustc_privacy and rustc_trans properly
Manish Goregaokar
-0
/
+2
2015-11-03
Plumbing to omit allocas for temps when possible (currently unused)
Niko Matsakis
-0
/
+1
2015-11-03
Pass the mir map to trans
Niko Matsakis
-0
/
+2
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-4
/
+0
2015-10-06
rustfmt librustc_trans/save
Nick Cameron
-0
/
+2
2015-09-19
Add librustc_trans error codes
Guillaume Gomez
-0
/
+2
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-1
/
+0
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-0
/
+1
2015-08-19
fallout of reworking rc and arc APIs
Alexis Beingessner
-1
/
+1
2015-08-17
Add rustc_platform_intrinsics & some arm/x86 intrs.
Huon Wilson
-0
/
+1
2015-08-15
Add issue for the rustc_private feature everywhere
Alex Crichton
-1
/
+1
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-2
/
+2
2015-07-16
trans: Clean up handling the LLVM data layout
Alex Crichton
-6
/
+0
2015-07-10
trans: Use LLVM's writeArchive to modify archives
Alex Crichton
-2
/
+2
2015-07-06
Auto merge of #26741 - alexcrichton:noinline-destructors, r=brson
bors
-1
/
+1
2015-07-01
msvc: Lookup linker in windows registry
Alex Crichton
-1
/
+1
2015-06-30
Remove Typer + ClosureTyper impls for BlockS
Jared Roesch
-1
/
+0
2015-06-27
Begin refactor type checking state
Jared Roesch
-0
/
+1
2015-06-18
Fix libstd tests
Alex Crichton
-1
/
+0
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-2
/
+0
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-1
/
+1
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-1
/
+1
2015-06-17
alloc: Split apart the global `alloc` feature
Alex Crichton
-1
/
+1
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-4
/
+10
2015-06-09
std: Stabilize a number of new fs features
Alex Crichton
-1
/
+0
2015-05-29
add const_fn features
Niko Matsakis
-0
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-0
/
+1
[next]