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_target
/
abi
Age
Commit message (
Expand
)
Author
Lines
2019-12-06
Undo an assert causing an ICE until we fix the problem properly
Oliver Scherer
-5
/
+1
2019-10-16
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-62
/
+77
2019-10-10
Check that we don't access nonexisting union fields
Oliver Scherer
-1
/
+5
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-3
/
+2
2019-09-28
rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.
Eduard-Mihai Burtescu
-12
/
+4
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-13
/
+6
2019-08-04
review comments: clean up
Esteban Küber
-1
/
+1
2019-08-03
Simplify change to layout_of
Esteban Küber
-1
/
+3
2019-08-03
Point to local place span on "type too big" error
Esteban Küber
-0
/
+2
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-2
/
+0
2019-07-28
Get out of bootstrapping pickle.
Mazdak Farrokhzad
-7
/
+22
2019-07-15
rustc: precompute the largest Niche and store it in LayoutDetails.
Eduard-Mihai Burtescu
-0
/
+20
2019-07-15
rustc_target: move abi::Niche from rustc::ty::layout.
Eduard-Mihai Burtescu
-0
/
+51
2019-07-13
Make `newtype_index` hygienic and use allow_internal_unstable
Matthew Jasper
-0
/
+1
2019-07-05
rustc_target: avoid negative register counts in the SysV x86_64 ABI.
Eduard-Mihai Burtescu
-9
/
+24
2019-06-25
rustc: correctly transform memory_index mappings for generators.
Eduard-Mihai Burtescu
-1
/
+10
2019-06-14
Change `...` to `..=` where applicable
Aaron Kutch
-1
/
+1
2019-06-11
rustc_target: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-1
/
+1
2019-05-27
Add `to_symbol` methods.
Nicholas Nethercote
-0
/
+8
2019-05-04
removing param_env from pointee_info_at
Saleem Jaffer
-7
/
+2
2019-05-04
adding HasParamEnv trait
Saleem Jaffer
-9
/
+0
2019-05-04
adding is_freeze to TyLayoutMethods
Saleem Jaffer
-0
/
+9
2019-05-04
tidy fixes
Saleem Jaffer
-1
/
+3
2019-05-04
impl `pointee_info_at` in TyLayout.
Daan de Graaf
-0
/
+4
2019-05-04
Add param_env parameter to pointee_info_at.
Daan de Graaf
-1
/
+4
2019-05-04
Move pointee_info_at to TyLayoutMethods.
Daan de Graaf
-0
/
+27
2019-04-11
Add discr_index to multi-variant layouts
Tyler Mandry
-5
/
+7
2019-03-29
rustc_target: factor out common fields of non-Single Variants.
Eduard-Mihai Burtescu
-12
/
+16
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-2
/
+2
2019-02-27
Support defining C compatible variadic functions
Dan Robertson
-4
/
+15
2019-02-10
rustc: doc comments
Alexander Regueiro
-17
/
+17
2019-02-08
librustc_target => 2018
Taiki Endo
-84
/
+84
2019-01-25
distinguish "no data" from "heterogeneous" for ABI purposes
Niko Matsakis
-19
/
+72
2018-12-25
Remove licenses
Mark Rousskov
-220
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-8
/
+8
2018-11-22
rustc_target: avoid using AbiAndPrefAlign where possible.
Eduard-Mihai Burtescu
-39
/
+36
2018-11-22
rustc_target: separate out an individual Align from AbiAndPrefAlign.
Eduard-Mihai Burtescu
-92
/
+94
2018-11-22
rustc_target: rename abi::Align to AbiAndPrefAlign.
Eduard-Mihai Burtescu
-59
/
+56
2018-11-15
Use the ELFv2 ABI on powerpc64 musl
Samuel Holland
-5
/
+10
2018-11-15
Fix powerpc64 ELFv2 big-endian struct-passing ABI
Samuel Holland
-18
/
+13
2018-11-12
Use type safe `VariantIdx` instead of `usize` everywhere
Oliver Scherer
-1
/
+5
2018-11-12
Use IndexVec instead of `usize` in librustc
Oliver Scherer
-8
/
+14
2018-11-08
Support for the program data address space option
Tim Neumann
-2
/
+15
2018-11-04
rustc_target: pass contexts by reference, not value.
Eduard-Mihai Burtescu
-65
/
+65
2018-10-23
fix typos in various places
Matthias Krüger
-1
/
+1
2018-10-11
impl Eq+Hash for TyLayout
Ralf Jung
-1
/
+1
2018-09-30
panic when instantiating an uninhabited type via mem::{uninitialized,zeroed}
Jorge Aparicio
-0
/
+8
2018-09-29
Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"
Ralf Jung
-8
/
+0
2018-09-22
panic when instantiating an uninhabited type via mem::{uninitialized,zeroed}
Jorge Aparicio
-0
/
+8
2018-09-12
Rollup merge of #52514 - DiamondLovesYou:amdgpu-fixes, r=eddyb
kennytm
-0
/
+44
[next]