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
/
src
/
librustc
/
middle
/
dependency_format.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-02
Run Rustfix on librustc
Manish Goregaokar
-1
/
+1
2017-09-19
Adjust dependency-resolution errors to be more consistent
Samuel Holland
-5
/
+5
2017-09-18
Require rlibs for dependent crates when linking static executables
Samuel Holland
-34
/
+42
2017-09-07
rustc: Remove `CrateStore::crates` as a method
Alex Crichton
-5
/
+5
2017-09-05
rustc: Remove `CrateStore::used_crate*`
Alex Crichton
-6
/
+6
2017-09-05
rustc: Flag some CrateStore methods as "untracked"
Alex Crichton
-20
/
+19
2017-09-05
rustc: Move a few more cstore methods to queries
Alex Crichton
-7
/
+7
2017-07-16
Compile `compiler_builtins` with `abort` panic strategy
Vadim Petrochenkov
-1
/
+2
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-15
/
+14
2017-06-14
Switch CrateNum queries to DefId
Taylor Cramer
-7
/
+7
2017-06-14
On-demandify is_allocator and is_panic_runtime
Taylor Cramer
-12
/
+14
2017-06-14
on-demand dylib dependency formats
Taylor Cramer
-6
/
+11
2016-12-29
Support --emit=foo,metadata
Nick Cameron
-1
/
+1
2016-12-29
Change --crate-type metadata to --emit=metadata
Nick Cameron
-1
/
+5
2016-11-28
Avoid loading needless proc-macro dependencies.
Jeffrey Seyfried
-2
/
+2
2016-11-21
Read in rmeta crates
Nick Cameron
-1
/
+1
2016-11-21
Add --crate-type metadata
Nick Cameron
-1
/
+1
2016-11-10
Register and stability check `#[no_link]` crates.
Jeffrey Seyfried
-0
/
+2
2016-11-10
Refactor `explicitly_linked: bool` -> `dep_kind: DepKind`.
Jeffrey Seyfried
-2
/
+3
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-4
/
+4
2016-10-06
rustc: Rename rustc_macro to proc_macro
Alex Crichton
-3
/
+3
2016-09-27
add a panic-strategy field to the target specification
Jorge Aparicio
-2
/
+3
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-15
/
+15
2016-09-02
rustc: Implement custom derive (macros 1.1)
Alex Crichton
-2
/
+7
2016-07-03
prefer `if let` to match with `None => {}` arm in some places
Zack M. Davis
-9
/
+6
2016-05-19
rustc: Add a new crate type, cdylib
Alex Crichton
-3
/
+4
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-38
/
+99
2016-04-12
Remove unused trait imports
Seo Sanghyeon
-1
/
+0
2015-12-30
use structured errors
Nick Cameron
-4
/
+5
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-2
/
+2
2015-11-26
make CrateStore a trait object
Ariel Ben-Yehuda
-14
/
+17
2015-11-26
remove csearch from the rest of rustc
Ariel Ben-Yehuda
-16
/
+15
2015-11-26
stop using csearch in librustc and librustc_lint
Ariel Ben-Yehuda
-11
/
+11
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-34
/
+125
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-3
/
+3
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-6
/
+6
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-3
/
+3
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-18
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...
Niko Matsakis
-2
/
+2
2014-11-10
Use FnvHashMap instead of HashMap in rustc
Ariel Ben-Yehuda
-4
/
+4
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-2
/
+2
[next]