Jeremy Stucki
|
ec711767a7
|
Remove needless lifetimes
|
2019-07-03 10:01:02 +02:00 |
|
Eduard-Mihai Burtescu
|
f3f9d6dfd9
|
Unify all uses of 'gcx and 'tcx.
|
2019-06-14 18:58:23 +03:00 |
|
Eduard-Mihai Burtescu
|
17cdd356da
|
rustc: replace TyCtxt<'tcx, 'gcx, 'tcx> with TyCtxt<'gcx, 'tcx> .
|
2019-06-12 13:38:27 +03:00 |
|
Eduard-Mihai Burtescu
|
2441253508
|
Fix fallout from deny(unused_lifetimes) .
|
2019-06-12 13:38:27 +03:00 |
|
Eduard-Mihai Burtescu
|
37799a5552
|
rustc: replace TyCtxt<'a, 'gcx, 'tcx> with TyCtxt<'tcx, 'gcx, 'tcx> .
|
2019-06-12 13:38:27 +03:00 |
|
Nicholas Nethercote
|
fb084a48e2
|
Pass a Symbol to check_name , emit_feature_err , and related functions.
|
2019-05-13 09:29:22 +10:00 |
|
Vadim Petrochenkov
|
0cf96131f4
|
Refactor away NestedMetaItemKind
Remove methods `Attribute::span` and `MetaItem::span` duplicating public fields
|
2019-03-16 23:14:42 +03:00 |
|
Mark Rousskov
|
2a663555dd
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
John Kåre Alsaker
|
a70babed03
|
Use a function to access the Hir map to be able to turn it into a query later
|
2018-12-06 17:24:36 +01:00 |
|
ljedrz
|
d0c64bb296
|
cleanup: remove static lifetimes from consts
|
2018-12-04 12:46:10 +01:00 |
|
Michael Woerister
|
ca197323b9
|
incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to test incremental ThinLTO.
|
2018-09-18 16:33:24 +02:00 |
|
Matthias Krüger
|
e699076780
|
use char pattern for single-character splits: a.split("x") -> a.split('x')
|
2018-08-22 12:56:32 +02:00 |
|
Michael Woerister
|
d662083a6c
|
Use CGU name as LLVM module name and add some caching to CGU name generation.
|
2018-08-15 14:50:54 +02:00 |
|
Michael Woerister
|
2d2cd21f95
|
Clean up CodegenUnit name generation.
|
2018-08-15 13:47:39 +02:00 |
|
Michael Woerister
|
6064efe928
|
Revert "Clean up CodegenUnit name generation."
This reverts commit 2c5cd9ce53 .
|
2018-07-16 08:58:40 +02:00 |
|
Michael Woerister
|
2c5cd9ce53
|
Clean up CodegenUnit name generation.
|
2018-07-11 17:52:57 +02:00 |
|
Irina Popa
|
b63d7e2b1c
|
Rename trans to codegen everywhere.
|
2018-05-17 15:08:30 +03:00 |
|
John Kåre Alsaker
|
4d52751d12
|
Rename InternedString to LocalInternedString and introduce a new thread-safe InternedString
|
2018-04-27 03:35:32 +02:00 |
|
bjorn3
|
74c92c5562
|
Allow runtime switching between trans backends
|
2018-01-19 20:27:10 +01:00 |
|