]> git.lizzy.rs Git - rust.git/history - src
Respect -Z no-verify during LTO
[rust.git] / src /
2018-06-12 Nikita PopovRespect -Z no-verify during LTO
2018-06-12 borsAuto merge of #51519 - ExpHP:issue-51331-b, r=petrochenkov
2018-06-12 borsAuto merge of #51507 - Aaronepower:fix_51091, r=Mark...
2018-06-12 Michael Lamparskifix issue #51331 by updating qself.position
2018-06-12 Michael Lamparskiadd fold::Folder::fold_qpath
2018-06-12 Michael Lamparskiadd tests for $crate in QSelf paths
2018-06-12 borsAuto merge of #51508 - PSeitz:master, r=Mark-Simulacrum
2018-06-12 borsAuto merge of #51505 - cuviper:these-go-to-11, r=estebank
2018-06-12 borsAuto merge of #51498 - topecongiro:pub-parse_ident...
2018-06-12 borsAuto merge of #51241 - glandium:globalalloc, r=sfackler...
2018-06-11 borsAuto merge of #50617 - GuillaumeGomez:fix-extern-prelud...
2018-06-11 Simon SapinMore alloc docs tweaks
2018-06-11 Simon SapinAlloc docs teaks
2018-06-11 Simon SapinMark alloc_jemalloc as perma-unstable
2018-06-11 Simon SapinMove Unstable Book sections for #[global_allocator...
2018-06-11 Simon SapinRemove some '#[feature]' attributes for stabilized...
2018-06-11 Simon SapinStabilize the #[global_allocator] attribute
2018-06-11 Simon SapinStabilize the `System` allocator
2018-06-11 Simon SapinMove set_oom_hook and take_oom_hook to a dedicated...
2018-06-11 Simon SapinStabilize alloc::oom (but not set_oom_hook or take_oom_...
2018-06-11 Simon SapinStabilize alloc free functions for the global allocators.
2018-06-11 Simon SapinStablize the GlobalAlloc trait
2018-06-11 Simon SapinStabilize alloc::Layout (with only some of its methods)
2018-06-11 Simon SapinMark as permanently-unstable some implementation details
2018-06-11 Simon SapinStablize the alloc module without changing stability...
2018-06-11 Simon SapinDocument memory allocation APIs
2018-06-11 Simon SapinRemove some unneeded casts
2018-06-11 Simon SapinRemove the deprecated Heap type/const
2018-06-11 Simon SapinRemove deprecated heap modules
2018-06-11 Mike HommeyReplace `impl GlobalAlloc for Global` with a set of...
2018-06-11 Mike HommeyRemove alloc::Opaque and use *mut u8 as pointer type...
2018-06-11 Guillaume GomezFix extern prelude failure in rustdoc
2018-06-11 borsAuto merge of #51442 - tinaun:more-future-impls, r...
2018-06-11 PSeitzMake span_fatal and parse_block public
2018-06-11 Josh StoneRegenerate character tables for Unicode 11
2018-06-11 borsAuto merge of #51490 - Havvy:diagnostic-list, r=Guillau...
2018-06-11 Seiichi UchidaMake parse_ident public
2018-06-11 borsAuto merge of #51478 - crlf0710:patch-2, r=QuietMisdreavus
2018-06-11 HavvyMore E0541 long diagnostic wording tweaks
2018-06-11 borsAuto merge of #51480 - dtolnay:lifetime, r=kennytm
2018-06-11 HavvyMake tidy happy
2018-06-11 HavvyFix typos in previous commit
2018-06-11 HavvyLong diagnostic for E0541
2018-06-11 borsAuto merge of #51467 - toidiu:ak-51409, r=nikomatsakis
2018-06-11 borsAuto merge of #51423 - RalfJung:from_raw_parts, r=sfackler
2018-06-11 borsAuto merge of #51461 - estebank:e0423-doc, r=petrochenkov
2018-06-10 borsAuto merge of #51475 - GuillaumeGomez:fix-error-codes...
2018-06-10 David TolnayEnable fall through past $:lifetime matcher
2018-06-10 borsAuto merge of #50205 - topecongiro:include-parens-to...
2018-06-10 CrLF0710Add #[doc(inline)] in std::task
2018-06-10 borsAuto merge of #51474 - llogiq:from-docs, r=TimNN
2018-06-10 borsAuto merge of #51200 - tmccombs:stable-iter-repeat...
2018-06-10 borsAuto merge of #51079 - GuillaumeGomez:stabilize-entry...
2018-06-10 Guillaume GomezFix error codes
2018-06-10 Andre Bogusadd some docs to conversions
2018-06-10 Guillaume GomezStabilize entry-or-default
2018-06-10 borsAuto merge of #51196 - Havvy:remove-keywords, r=petroch...
2018-06-10 toidiucreate separate dep-nodes for predicates_of and explici...
2018-06-10 borsAuto merge of #51320 - tmccombs:step-by, r=SimonSapin
2018-06-10 Seiichi UchidaUpdate tests
2018-06-10 Seiichi UchidaSimplify an error handling in the parser
2018-06-10 Seiichi UchidaInclude parens to type parameter
2018-06-09 borsAuto merge of #51265 - Mark-Simulacrum:cleanup-syntax...
2018-06-09 Mark SimulacrumCrate-ify and delete unused code in syntax::parse
2018-06-09 Esteban KüberUpdate E0423 description
2018-06-09 borsAuto merge of #51459 - kennytm:dist-at-stage-0, r=Mark...
2018-06-09 HavvyTest keyword unreservations
2018-06-09 HavvyImplement RFC 2421, 'Keyword unreservations (pure,...
2018-06-09 kennytmAdded comment to explain why only RustIstaller has...
2018-06-09 kennytmAllowing building the codegen backend specifically.
2018-06-09 kennytmDo not push a commit if the toolstate is unchanged.
2018-06-09 kennytmAllow some tools to be run without first building LLVM.
2018-06-09 borsAuto merge of #51068 - Crazycolorz5:pluseqsplitting...
2018-06-09 borsAuto merge of #51441 - bstrie:sizeof128, r=dtolnay
2018-06-09 borsAuto merge of #51439 - Voultapher:feature/fix-contribut...
2018-06-09 borsAuto merge of #51400 - xfix:patch-6, r=kennytm
2018-06-09 Ralf JungBe more precise about why references need to be non...
2018-06-09 tinaunadd inherent methods to Poll
2018-06-09 borsAuto merge of #51359 - cramertj:fdio_spawn, r=sfackler
2018-06-09 tinaunaddressed nits
2018-06-09 borsAuto merge of #51042 - matthewjasper:reenable-trivial...
2018-06-08 borsAuto merge of #51448 - Mark-Simulacrum:rollup, r=Mark...
2018-06-08 Mark RousskovRollup merge of #51437 - est31:rustbuild_metadata,...
2018-06-08 Mark RousskovRollup merge of #51436 - Mark-Simulacrum:doc-stage1...
2018-06-08 Mark RousskovRollup merge of #51427 - FelixMcFelix:nll-stderr-remove...
2018-06-08 Mark RousskovRollup merge of #51412 - nnethercote:pending_obligation...
2018-06-08 Mark RousskovRollup merge of #51401 - estebank:warn-repr, r=cramertj
2018-06-08 Mark RousskovRollup merge of #51396 - SimonSapin:option-nonzero...
2018-06-08 Mark RousskovRollup merge of #51394 - nnethercote:NCA-depths, r...
2018-06-08 Mark RousskovRollup merge of #51391 - estebank:docspan, r=GuillaumeGomez
2018-06-08 Mark RousskovRollup merge of #51360 - estebank:braces-around-literal...
2018-06-08 Mark RousskovRollup merge of #51298 - Dylan-DPC:stabilise/terminatio...
2018-06-08 Mark RousskovRollup merge of #51276 - Havvy:dyn-trait-send-send...
2018-06-08 Mark RousskovRollup merge of #51099 - Crazycolorz5:expectedclosepare...
2018-06-08 Mark RousskovRollup merge of #50143 - petrochenkov:mexuniq, r=nikoma...
2018-06-08 tinaunadd a few blanket future impls to std
2018-06-08 Crazycolorz5Built, corrected, and run tests. Added expected stderr...
2018-06-08 borsAuto merge of #51247 - pnkfelix:issue-51190-report...
2018-06-08 bstrieDocument size_of for 128-bit integers
2018-06-08 borsAuto merge of #51410 - oli-obk:cargo_bump, r=nikomatsakis
next