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_mir
/
monomorphize
Age
Commit message (
Expand
)
Author
Lines
2018-09-11
renamed is_nil to is_unit
kenta7777
-1
/
+1
2018-09-11
Revert "renamed is_nil to is_unit"
kenta7777
-1
/
+1
2018-09-10
renamed is_nil to is_unit
kenta7777
-1
/
+1
2018-09-05
Changing TyAnon -> TyOpaque and relevant functions
ms2300
-1
/
+1
2018-08-31
Support local ThinLTO with incremental compilation.
Michael Woerister
-1
/
+10
2018-08-31
Make codegen not be a query (since it's not a real query anyway).
Michael Woerister
-1
/
+5
2018-08-29
Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk
bors
-1
/
+1
2018-08-27
Rename hir::map::NodeKind to hir::Node
varkor
-2
/
+2
2018-08-27
Remove path prefixes from NodeKind
varkor
-2
/
+2
2018-08-27
Rename hir::map::Node to hir::map::NodeKind
varkor
-1
/
+1
2018-08-27
Miri Memory Work
Ralf Jung
-1
/
+1
2018-08-26
rustc: Continue to tweak "std internal symbols"
Alex Crichton
-5
/
+2
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-18
/
+18
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-3
/
+3
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-30
/
+30
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-18
Use the new Entry::or_default method where possible.
Eduard-Mihai Burtescu
-1
/
+1
2018-08-15
Use CGU name as LLVM module name and add some caching to CGU name generation.
Michael Woerister
-29
/
+79
2018-08-15
Clean up CodegenUnit name generation.
Michael Woerister
-45
/
+21
2018-08-07
rustc: Tweak visibility of some lang items
Alex Crichton
-41
/
+95
2018-08-07
rustc: Refactor MonoItem linkage/visibility calculation
Alex Crichton
-140
/
+151
2018-08-04
Move share_generics getter onto options directly
Mark Rousskov
-2
/
+2
2018-08-04
Normalize EntryFnType variants to standard style
Mark Rousskov
-1
/
+1
2018-08-03
Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJung
bors
-3
/
+3
2018-08-02
Second field of ScalarPair can be undef in some cases
Oliver Schneider
-3
/
+3
2018-08-01
Split out growth functionality into BitVector type
Mark Rousskov
-1
/
+1
2018-07-29
Remove unused `mut`s
Matthew Jasper
-1
/
+1
2018-07-27
Simplify
Shotaro Yamada
-6
/
+4
2018-07-26
Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrum
bors
-3
/
+1
2018-07-25
Improve readability in a few sorts
ljedrz
-3
/
+1
2018-07-25
parameterize `BitVector` and `BitMatrix` by their index types
Niko Matsakis
-1
/
+1
2018-07-16
rustc: Use link_section, not wasm_custom_section
Alex Crichton
-30
/
+1
2018-07-16
ItemKind
csmoe
-19
/
+19
2018-07-16
Revert "Clean up CodegenUnit name generation."
Michael Woerister
-22
/
+46
2018-07-11
Clean up CodegenUnit name generation.
Michael Woerister
-46
/
+22
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-4
/
+31
2018-07-03
Deduplicate error reports for statics
Oliver Schneider
-9
/
+2
2018-06-28
Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb
Mark Rousskov
-16
/
+12
2018-06-28
Auto merge of #51687 - japaric:gh51671, r=alexcrichton
bors
-0
/
+1
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-8
/
+7
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-1
/
+1
2018-06-28
Move the Lrc outside the error type and name the fields
Oliver Schneider
-1
/
+1
2018-06-28
Eliminate old CTFE's `ErrKind`
Oliver Schneider
-8
/
+5
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-3
/
+3
2018-06-21
translate / export weak lang items
Jorge Aparicio
-0
/
+1
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-6
/
+1
2018-06-20
Remove specific parameter iterators from hir::Generics
varkor
-2
/
+5
2018-06-20
Make method and variable names more consistent
varkor
-1
/
+0
2018-06-20
Rename "parameter" to "arg"
varkor
-0
/
+1
2018-06-19
Use MTRef and MTLock to avoid a RefCell
John Kåre Alsaker
-18
/
+24
[next]