about summary refs log tree commit diff
path: root/src/librustc_target/lib.rs
AgeCommit message (Expand)AuthorLines
2019-04-17Deny `internal` in stage0Mateusz MikuĊ‚a-1/+1
2019-04-03Deny internal lints on non conflicting cratesflip1995-0/+1
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-09Rollup merge of #58257 - taiki-e:librustc_target-2018, r=CentrilMazdak Farrokhzad-3/+3
2019-02-08librustc_target => 2018Taiki Endo-3/+3
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-12Use IndexVec instead of `usize` in librustcOliver Scherer-0/+5
2018-10-31Bump nightly to 1.32.0Alex Crichton-1/+0
2018-10-05Stabilize `min_const_fn`Oliver Schneider-1/+1
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-3/+2
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-1/+2
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-09[nll] librustc_target: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-05Remove unnecessary feature attributes that sneaked invarkor-2/+0
2018-07-30rustc_llvm: move to rustc_codegen_llvm::llvm.Irina Popa-5/+1
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-2/+0
2018-07-12Deny bare trait objects in librustc_target and libtestljedrz-0/+2
2018-05-17Stabilise inclusive_range_methodsvarkor-1/+0
2018-05-01Removed direct field usage of RangeInclusive in rustc itself.kennytm-1/+1
2018-04-26Emit range metadata on calls returning scalars (fixes #50157)Anthony Ramine-0/+1
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+4
2018-04-26rustc_target: move in type definitions from rustc_trans::abi.Irina Popa-1/+2
2018-04-26rustc_target: move in type definitions from ty::layout.Irina Popa-0/+3
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-0/+39