| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
The bugs that this was working around have been fixed in LLVM 9.
|
|
The accumulator is now respected for unordered reductions.
|
|
|
|
|
|
|
|
* rename AllocKind -> GlobalAlloc. This stores the allocation itself, not just its kind.
* rename the methods that allocate stuff to have consistent names.
|
|
|
|
Add `TyCtxt::is_mutable_static`
|
|
from cg_ssa
This introduces the static_panic_msg trait method to StaticBuilderMethods.
|
|
|
|
|
|
|
|
Some cleanups around `AllocId` management
r? @eddyb
cc @RalfJung
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IntPredicate moved
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The methods are now attached to CodegenCx instead of Type
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|