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
/
mir
/
mono.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-28
Fix lint findings in librustc
flip1995
-2
/
+2
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-2
/
+2
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-4
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-2
/
+2
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-2
/
+2
2018-10-03
A handful of cleanups for rustc/mir
ljedrz
-1
/
+1
2018-09-12
Really make CGU names unique across crates.
Michael Woerister
-3
/
+20
2018-08-15
Use CGU name as LLVM module name and add some caching to CGU name generation.
Michael Woerister
-74
/
+92
2018-08-15
Clean up CodegenUnit name generation.
Michael Woerister
-2
/
+77
2018-07-16
rustc: Use link_section, not wasm_custom_section
Alex Crichton
-5
/
+2
2018-07-16
Revert "Clean up CodegenUnit name generation."
Michael Woerister
-77
/
+2
2018-07-11
Clean up CodegenUnit name generation.
Michael Woerister
-2
/
+77
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-2
/
+6
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-5
/
+4
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-4
/
+4
2018-03-06
Add linkage to TransFnAttrs
Wesley Wiser
-1
/
+1
2018-02-19
Use DefId instead of NodeId in MonoItem::Static.
Michael Woerister
-2
/
+5
2018-01-19
Estimate size of InstanceDef::DropGlue more accurately
varkor
-3
/
+3
2018-01-19
Add instance_def_size_estimate query
varkor
-2
/
+1
2018-01-19
Refactor CodegenUnit size estimates
varkor
-1
/
+39
2018-01-08
Shorten names of some compiler generated artifacts.
Michael Woerister
-0
/
+12
2017-12-18
Move middle::trans.rs to mir::mono.rs
Maik Klein
-0
/
+189