summary refs log tree commit diff
path: root/src/librustc_allocator
AgeCommit message (Expand)AuthorLines
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+3
2018-04-22Remove unused AllocatorTy::BangSteven Fackler-4/+1
2018-04-22Replace GlobalAlloc::oom with a lang itemSteven Fackler-5/+0
2018-04-17Run rustfmtMark Mansi-69/+79
2018-04-12Rename alloc::Void to alloc::OpaqueSimon Sapin-6/+6
2018-04-12Restore Global.oom() functionalitySimon Sapin-0/+11
2018-04-12Use the GlobalAlloc trait for #[global_allocator]Simon Sapin-289/+33
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-2/+0
2018-03-22Use FunctionRetTy::Default rather than an explicit TyKind::Infer for lambda-b...varkor-1/+1
2018-03-17Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`Vadim Petrochenkov-1/+1
2018-02-18Fix up tests and typosSeiichi Uchida-1/+5
2018-02-18Replace dummy spans with empty spansSeiichi Uchida-2/+2
2018-02-18Change ast::Visibility to Spanned typeSeiichi Uchida-2/+2
2017-11-04rustc: Handle some libstd symbole exports betterAlex Crichton-0/+4
2017-08-30Make fields of `Span` privateVadim Petrochenkov-4/+1
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-11/+2
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-4/+4
2017-08-12syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.Eduard-Mihai Burtescu-0/+1
2017-08-01Fixed all unnecessary muts in language coreIsaac van Bakel-2/+2
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-0/+614