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
/
driver
Age
Commit message (
Expand
)
Author
Lines
2014-12-04
Separate the driver into its own crate that uses trans, typeck.
Niko Matsakis
-1863
/
+0
2014-12-04
Move typeck into its own crate.
Niko Matsakis
-1
/
+1
2014-12-04
Remove dependencies on driver from trans et al. by moving various
Niko Matsakis
-111
/
+28
2014-12-04
Move `typeck` logically in the module tree out to the root and clamp
Niko Matsakis
-1
/
+2
2014-12-03
Replace `equiv` method calls with `==` operator sugar
Jorge Aparicio
-5
/
+5
2014-11-29
Fix rustc panic on second compile_input
Murarth
-0
/
+6
2014-11-26
rollup merge of #19288: steveklabnik/doc_style_cleanup
Alex Crichton
-4
/
+2
2014-11-26
Add -Z print-sysroot commandline option to rustc.
Michael Woerister
-0
/
+7
2014-11-25
/** -> ///
Steve Klabnik
-4
/
+2
2014-11-20
Remove libnative
Aaron Turon
-6
/
+1
2014-11-20
Rename remaining Failures to Panic
Subhash Bhushan
-3
/
+3
2014-11-19
rollup merge of #19040: alexcrichton/issue-18904
Jakub Bukaj
-7
/
+7
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-7
/
+7
2014-11-19
rustc: fix fallout of adding the `'tcx` lifetime to `Ty`.
Eduard Burtescu
-2
/
+2
2014-11-18
Introduce machinery for higher-ranked TraitRefs
Niko Matsakis
-1
/
+1
2014-11-18
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...
Niko Matsakis
-0
/
+1939