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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mk
/
crates.mk
Age
Commit message (
Expand
)
Author
Lines
2016-04-06
patch name in incremental's Cargo.toml
Niko Matsakis
-1
/
+2
2016-04-06
make an incremental crate
Niko Matsakis
-2
/
+3
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-16
/
+15
2016-03-30
move `const_eval` and `check_match` out of `librustc`
Oliver Schneider
-10
/
+13
2016-03-30
rename `rustc_const_eval` to `rustc_const_math`
Oliver Schneider
-1
/
+1
2016-03-29
mk: move rustc_const_eval to RUSTC_CRATES where it belongs.
Eduard Burtescu
-2
/
+3
2016-03-29
rustc_platform_intrinsics: remove unused rustc dependency.
Eduard Burtescu
-1
/
+1
2016-03-29
Remove unnecessary dependencies on rustc_llvm.
Eduard Burtescu
-2
/
+2
2016-03-27
mk: add missing dep compiletest=>log
Alex Burka
-1
/
+1
2016-03-27
rustc_trans: move save to librustc_save_analysis.
Eduard Burtescu
-2
/
+3
2016-03-21
scaffolding for borrowck on MIR.
Felix S. Klock II
-1
/
+1
2016-03-14
Auto merge of #30587 - oli-obk:eager_const_eval2, r=nikomatsakis
bors
-6
/
+10
2016-03-11
Auto merge of #32133 - alexcrichton:linkchecker, r=brson
bors
-2
/
+2
2016-03-10
typestrong constant integers
Oliver Schneider
-6
/
+10
2016-03-08
rustbuild: Add the error-index-generator
Alex Crichton
-1
/
+1
2016-03-08
rustbuild: Move rustbook to a `src/tools` directory
Alex Crichton
-1
/
+1
2016-03-08
Auto merge of #32009 - alexcrichton:trim-fulldeps, r=brson
bors
-6
/
+7
2016-03-07
Auto merge of #29734 - Ryman:whitespace_consistency, r=Aatch
bors
-1
/
+1
2016-03-07
mk: Distribute fewer TARGET_CRATES
Alex Crichton
-6
/
+7
2016-02-25
mk: Move disable-jemalloc logic into makefiles
Alex Crichton
-6
/
+26
2016-02-14
Rename `error-index-generator` to `error_index_generator`
Dirk Gadsden
-3
/
+3
2016-02-11
rustc_back: Fix disabling jemalloc
Alex Crichton
-2
/
+1
2016-02-09
Allow registering MIR-passes through compiler plugins
Oliver Schneider
-1
/
+1
2016-02-01
Revert "mk: fix some undefined variable warnings"
Alex Crichton
-3
/
+3
2016-02-01
mk: fix some undefined variable warnings
Tamir Duberstein
-3
/
+3
2016-01-21
move more checks out of librustc
Oliver Schneider
-1
/
+1
2016-01-16
libsyntax: accept only whitespace with the PATTERN_WHITE_SPACE property
Kevin Butler
-1
/
+1
2016-01-15
move const block checks before lowering step
Oliver Schneider
-2
/
+3
2016-01-14
Rollup merge of #30863 - jseyfried:no_rc, r=eddyb
Manish Goregaokar
-1
/
+1
2016-01-13
resolve: use arena allocation instead of reference counting for `Module`s to ...
Jeffrey Seyfried
-1
/
+1
2016-01-11
Replace no_elf_tls with target_thread_local
Amanieu d'Antras
-4
/
+0
2015-12-21
std: Remove rust_builtin C support library
Alex Crichton
-1
/
+1
2015-12-15
Move built-in syntax extensions to a separate crate
Seo Sanghyeon
-4
/
+5
2015-12-09
Add scoped thread-local encoding and decoding contexts to cstore.
Michael Woerister
-1
/
+1
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-5
/
+6
2015-11-26
move librustc/plugin to librustc_plugin
Ariel Ben-Yehuda
-2
/
+4
2015-11-09
std: Migrate to the new libc
Alex Crichton
-0
/
+3
2015-11-03
Pass the mir map to trans
Niko Matsakis
-1
/
+1
2015-10-09
review comments
Nick Cameron
-28
/
+32
2015-10-09
Move `for` loop desugaring to lowering
Nick Cameron
-2
/
+2
2015-09-06
add MIR crate and link it into the driver
Niko Matsakis
-2
/
+3
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-9
/
+10
2015-08-17
Type check platform-intrinsics in typeck.
Huon Wilson
-1
/
+1
2015-08-17
Add rustc_platform_intrinsics & some arm/x86 intrs.
Huon Wilson
-2
/
+3
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-6
/
+19
2015-08-10
Remove morestack support
Alex Crichton
-1
/
+1
2015-06-13
mk: Build crates with relative paths to rustc
Ulrik Sverdrup
-1
/
+1
2015-05-28
std: Add an option to disable ELF based TLS
Alex Crichton
-0
/
+4
2015-05-19
mk: Correct names of installed libs on windows
Alex Crichton
-3
/
+0
2015-05-03
Add error index generator.
Michael Sproul
-1
/
+3
[next]