about summary refs log tree commit diff
path: root/src/librustc_allocator/lib.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-23Use optimized SmallVec implementationIgor Gutorov-0/+2
2018-08-13Move SmallVec and ThinVec out of libsyntaxljedrz-0/+1
2018-08-09[nll] librustc_allocator: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-1/+0
2018-07-11Deny bare trait objects in in src/librustc_allocatorljedrz-0/+1
2018-06-24Prohibit global_allocator in submodules for nowMark Mansi-0/+1
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-0/+1
2018-04-22Remove unused AllocatorTy::BangSteven Fackler-1/+0
2018-04-22Replace GlobalAlloc::oom with a lang itemSteven Fackler-5/+0
2018-04-12Restore Global.oom() functionalitySimon Sapin-0/+6
2018-04-12Use the GlobalAlloc trait for #[global_allocator]Simon Sapin-37/+2
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-2/+0
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-11/+2
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-0/+101