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
/
middle
/
dependency_format.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-05
move librustc to 2018
Mark Mansi
-6
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-11-30
Statically link proc_macro into proc macros.
Eduard-Mihai Burtescu
-3
/
+2
2018-11-11
rustc: Clean up allocator injection logic
Alex Crichton
-15
/
+0
2018-10-29
Improve a few cases of collecting to an FxHash(Map/Set)
ljedrz
-4
/
+3
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-2
/
+2
2018-10-06
rustc/middle: whitespace & formatting fixes
ljedrz
-2
/
+2
2018-10-06
rustc/middle: improve some patterns
ljedrz
-1
/
+1
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-1
/
+1
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-10
/
+10
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-1
/
+1
2018-04-26
Rename rustc_back::target to rustc_target::spec.
Irina Popa
-1
/
+1
2018-04-26
rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.
Irina Popa
-1
/
+1
2018-04-10
Make Session.injected_panic_runtime thread-safe
John Kåre Alsaker
-2
/
+2
2018-04-10
Make Session.dependency_formats thread-safe
John Kåre Alsaker
-1
/
+2
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
[next]