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-04-27
Rename InternedString to LocalInternedString and introduce a new thread-safe ...
John Kåre Alsaker
-8
/
+8
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-04-24
Make Binder's field private and clean up its usage
Tyler Mandry
-1
/
+1
2018-04-23
Auto merge of #49779 - oli-obk:const_err_regression, r=eddyb
bors
-4
/
+2
2018-04-15
Only warn on erroneous promoted constants
Oliver Schneider
-4
/
+2
2018-04-14
Stop referring to statics' AllocIds directly
Oliver Schneider
-1
/
+1
2018-04-12
Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister
bors
-5
/
+5
2018-04-10
Combine Session.entry_fn and Session.entry_type and make them thread-safe
John Kåre Alsaker
-3
/
+3
2018-04-10
Make recursion_limit and type_length_limit thread-safe
John Kåre Alsaker
-2
/
+2
2018-04-09
Use sort_by_cached_key for partitioning
varkor
-5
/
+3
2018-04-09
Use cmp::Reverse instead of subtraction
varkor
-2
/
+2
2018-04-09
Convert sort_by_key to sort_by_cached_key
varkor
-1
/
+1
2018-04-07
Auto merge of #49692 - sinkuu:main_fix, r=arielb1
bors
-4
/
+4
2018-04-06
Update a few comments about symbol visibility.
Michael Woerister
-0
/
+13
2018-04-06
Don't internalize generics that are re-exported
Michael Woerister
-0
/
+1
2018-04-06
Allow for internalizing monomorphizations that cannot be shared.
Michael Woerister
-21
/
+64
2018-04-06
Remove the (inaccurate) symbol_export_level query.
Michael Woerister
-1
/
+2
2018-04-06
Allow for re-using monomorphizations from upstream crates.
Michael Woerister
-3
/
+34
2018-04-06
Fix ICE with `main`'s return type containing lifetimes
Shotaro Yamada
-4
/
+4
2018-03-15
Properly handle collecting default impls of methods with lifetime parameters.
Michael Woerister
-2
/
+6
2018-03-15
MonoItem collector: Cleanup start fn root collection.
Michael Woerister
-9
/
+11
2018-03-14
remove defaulting to unit
Andrew Cann
-1
/
+1
2018-03-13
`trans_apply_param_substs` => `subst_and_normalize_erasing_regions`
Niko Matsakis
-13
/
+40
2018-03-13
transition various normalization functions to the new methods
Niko Matsakis
-2
/
+5
2018-03-13
refactor `ParamEnv::empty(Reveal)` into two distinct methods
Niko Matsakis
-11
/
+10
2018-03-08
Regenerate tests
Oliver Schneider
-2
/
+1
2018-03-08
Report errors in statics during collecting instead of translating
Oliver Schneider
-59
/
+98
2018-03-08
Hide the RefCell inside InterpretInterner
Oliver Schneider
-2
/
+2
2018-03-08
Don't borrow the interpret_interner for anything but a direct function call
Oliver Schneider
-3
/
+2
2018-03-08
Fully use miri in trans
Oliver Schneider
-8
/
+43
2018-03-08
Produce instead of pointers
Oliver Schneider
-1
/
+1
2018-03-07
Merge branch 'incr_attr_queries' of https://github.com/wesleywiser/rust into ...
Alex Crichton
-50
/
+7
2018-03-07
Rollup merge of #48651 - PramodBisht:issues/48425, r=oli-obk
Alex Crichton
-1
/
+1
2018-03-06
Add linkage to TransFnAttrs
Wesley Wiser
-43
/
+3
2018-03-06
Add flag for rustc_std_internal_symbol attribute
Wesley Wiser
-5
/
+3
2018-03-06
Add `inline` to `TransFnAttrs`
Wesley Wiser
-2
/
+1
2018-03-06
Rename exported_symbol_ids query to something more explicit and document what...
Michael Woerister
-5
/
+5
2018-03-04
Fixed #48425
Pramod Bisht
-1
/
+1
2018-02-25
Ensure main() always has external linkage
varkor
-1
/
+4
2018-02-24
Rollup merge of #48452 - varkor:unpacked-kind, r=eddyb
Manish Goregaokar
-2
/
+2
2018-02-23
Introduce UnpackedKind
varkor
-2
/
+2
2018-02-19
Use DefId instead of NodeId in MonoItem::Static.
Michael Woerister
-19
/
+25
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-1
/
+1
2018-02-05
mir: Add TerminatorKind::FalseUnwind
bobtwinkles
-1
/
+2
2018-01-30
rustc: Add an option to default hidden visibility
Alex Crichton
-3
/
+15
2018-01-25
Rollup merge of #47415 - varkor:cgu-partition-heuristic, r=michaelwoerister
Alex Crichton
-3
/
+7
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-0
/
+1
2018-01-19
Allow runtime switching between trans backends
bjorn3
-0
/
+61
2018-01-19
Update comments about the partitioning inefficiency
varkor
-2
/
+0
2018-01-19
Refactor CodegenUnit size estimates
varkor
-41
/
+9
[next]