summaryrefslogtreecommitdiff
path: root/src/librustc_allocator
Commit message (Expand)AuthorAgeFilesLines
* Remove licensesMark Rousskov2018-12-252-20/+0
* Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.Nicholas Nethercote2018-12-101-1/+1
* Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone2018-09-271-1/+1
* Remove OneVectorljedrz2018-09-261-7/+3
* stabalize infer outlives requirements (RFC 2093).toidiu2018-09-111-1/+0
* Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors2018-08-271-0/+1
|\
| * check that adding infer-outlives requirement to all crates worksNiko Matsakis2018-08-241-0/+1
* | rustc: Continue to tweak "std internal symbols"Alex Crichton2018-08-261-7/+1
|/
* Use optimized SmallVec implementationIgor Gutorov2018-08-233-3/+6
* mv (mod) codemap source_mapDonato Sciarra2018-08-191-1/+1
* Move SmallVec and ThinVec out of libsyntaxljedrz2018-08-133-7/+9
* [nll] librustc_allocator: enable feature(nll) for bootstrapmemoryruins2018-08-091-0/+1
* rustc: Tweak visibility of some lang itemsAlex Crichton2018-08-071-6/+1
* Deny bare_trait_objects globallyTatsuyuki Ishi2018-07-251-1/+0
* Deny bare trait objects in in src/librustc_allocatorljedrz2018-07-112-3/+4
* Implement `#[macro_export(local_inner_macros)]`Vadim Petrochenkov2018-06-271-0/+1
* used debug, not infomark2018-06-241-3/+3
* enable fold_macMark Mansi2018-06-241-1/+6
* Prohibit global_allocator in submodules for nowMark Mansi2018-06-243-40/+81
* Attempt to fix hygiene for global_allocatorMark Mansi2018-06-241-20/+27
* hygiene: Merge `NameAndSpan` into `ExpnInfo`Vadim Petrochenkov2018-06-231-8/+6
* Parse async fn header.Without Boats2018-06-211-6/+6
* Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAllocMike Hommey2018-06-111-14/+1
* Add edition to expansion infoVadim Petrochenkov2018-05-171-1/+2
* rustc_target: move in syntax::abi and flip dependency.Irina Popa2018-04-263-1/+3
* Remove unused AllocatorTy::BangSteven Fackler2018-04-222-4/+1
* Replace GlobalAlloc::oom with a lang itemSteven Fackler2018-04-221-5/+0
* Run rustfmtMark Mansi2018-04-171-69/+79
* Rename alloc::Void to alloc::OpaqueSimon Sapin2018-04-121-6/+6
* Restore Global.oom() functionalitySimon Sapin2018-04-122-0/+11
* Use the GlobalAlloc trait for #[global_allocator]Simon Sapin2018-04-122-289/+33
* Move deny(warnings) into rustbuildMark Simulacrum2018-04-081-2/+0
* Use FunctionRetTy::Default rather than an explicit TyKind::Infer for lambda-b...varkor2018-03-221-1/+1
* Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`Vadim Petrochenkov2018-03-171-1/+1
* Fix up tests and typosSeiichi Uchida2018-02-181-1/+5
* Replace dummy spans with empty spansSeiichi Uchida2018-02-181-2/+2
* Change ast::Visibility to Spanned typeSeiichi Uchida2018-02-181-2/+2
* rustc: Handle some libstd symbole exports betterAlex Crichton2017-11-041-0/+4
* Make fields of `Span` privateVadim Petrochenkov2017-08-301-4/+1
* rustc: Remove some dead codeVadim Petrochenkov2017-08-191-11/+2
* use field init shorthand EVERYWHEREZack M. Davis2017-08-151-4/+4
* syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.Eduard-Mihai Burtescu2017-08-121-0/+1
* Fixed all unnecessary muts in language coreIsaac van Bakel2017-08-011-2/+2
* rustc: Implement the #[global_allocator] attributeAlex Crichton2017-07-053-0/+614