]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #55556 - nnethercote:MmapMeta, r=eddyb
[rust.git] / src /
2018-11-15 Pietro AlbiniRollup merge of #55556 - nnethercote:MmapMeta, r=eddyb
2018-11-15 Pietro AlbiniRollup merge of #55530 - ljedrz:speed_up_String_from_ut...
2018-11-15 Pietro AlbiniRollup merge of #55507 - fhartwig:size_of_intrinsic_doc...
2018-11-15 Pietro AlbiniRollup merge of #55211 - fintelia:bufwriter-buffer...
2018-11-15 Pietro AlbiniRollup merge of #55182 - jD91mZM2:rebased, r=alexcrichton
2018-11-15 borsAuto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk
2018-11-14 borsAuto merge of #55939 - alexcrichton:path-regression...
2018-11-14 Alex Crichtonstd: Synchronize access to global env during `exec`
2018-11-14 borsAuto merge of #55947 - michaelwoerister:xlto-fix-lld...
2018-11-14 Alex CrichtonRevert "Fixes #46775 -- don't mutate the process's...
2018-11-14 Michael WoeristerxLTO: Don't pass --plugin-opt=thin to LLD. That's not...
2018-11-14 borsAuto merge of #55934 - alexcrichton:appveyor-gce, r...
2018-11-14 Nicholas NethercoteUse `Mmap` to open the rmeta file.
2018-11-14 borsAuto merge of #52153 - csmoe:projeq_normal, r=scalexm
2018-11-14 Corey FarwellRemove unneeded newline.
2018-11-13 borsAuto merge of #55912 - kennytm:rollup, r=kennytm
2018-11-13 csmoeImplement `ProjectionEq-Normalize`
2018-11-13 borsAuto merge of #55356 - Aaron1011:fix/rustdoc-negative...
2018-11-13 borsAuto merge of #55649 - scalexm:chalk-bound-ty, r=nikoma...
2018-11-13 scalexmFix ui tests
2018-11-13 scalexmInstantiate all bound vars existentially
2018-11-13 scalexmUse a dummy outlives requirement for `where Type:,...
2018-11-13 scalexmReorder code in `rustc::traits::structural_impls`
2018-11-13 scalexmBypass ppaux for `Outlives` predicates
2018-11-13 scalexmProvide program clauses for builtin types
2018-11-13 scalexmAdjust documentation
2018-11-13 scalexmPretty print quantified goals and clauses
2018-11-13 scalexmReplace type params with bound vars in `rustc_traits...
2018-11-13 kennytmRollup merge of #55722 - RalfJung:impl-stable-hash...
2018-11-13 kennytmRollup merge of #55136 - GuillaumeGomez:short-doc,...
2018-11-13 kennytmRollup merge of #55908 - KWierso:patch-1, r=wesleywiser
2018-11-13 kennytmRollup merge of #55905 - nnethercote:short_name-to...
2018-11-13 kennytmRollup merge of #55896 - rust-lang:opt-fuse, r=shepmaster
2018-11-13 kennytmRollup merge of #55889 - RalfJung:global-alloc, r=alexc...
2018-11-13 kennytmRollup merge of #55888 - RalfJung:alloc-extra, r=oli-obk
2018-11-13 kennytmRollup merge of #55882 - hugwijst:rc_return_crate_inher...
2018-11-13 kennytmRollup merge of #55879 - Xanewok:dont-panic-with-globs...
2018-11-13 kennytmRollup merge of #55874 - denisvasilik:docs, r=alexcrichton
2018-11-13 kennytmRollup merge of #55870 - waywardmonkeys:typo-fixes...
2018-11-13 kennytmRollup merge of #55863 - dwijnand:patch-1, r=bluss
2018-11-13 kennytmRollup merge of #55858 - GuillaumeGomez:fixes-rustdoc...
2018-11-13 kennytmRollup merge of #55843 - Axary:master, r=sfackler
2018-11-13 kennytmRollup merge of #55840 - dlrobertson:fix_stage0_downloa...
2018-11-13 kennytmRollup merge of #55837 - Centril:spökdata-skall-vara...
2018-11-13 kennytmRollup merge of #55805 - nnethercote:mv-static_assert...
2018-11-13 kennytmRollup merge of #55804 - QuietMisdreavus:eager-crate...
2018-11-13 kennytmRollup merge of #55754 - spastorino:fix-process-output...
2018-11-13 kennytmRollup merge of #55711 - kngwyu:btreemap-rangemut-doc...
2018-11-13 borsAuto merge of #55589 - oli-obk:min_length_💣, r=pnkfelix
2018-11-13 KWiersoFix their/there grammar nit
2018-11-13 borsAuto merge of #55052 - newpavlov:patch-2, r=alexcrichton
2018-11-13 Nicholas NethercoteMove two `static_assert!`s to better spots.
2018-11-12 Nicholas NethercoteAdd a static assertion about the size of `ast::Expr`.
2018-11-12 Nicholas NethercoteMove a `static_assert!` to a better spot.
2018-11-12 Nicholas NethercoteMove `static_assert!` into librustc_data_structures.
2018-11-12 borsAuto merge of #55278 - Centril:constification-1, r...
2018-11-12 Oliver SchererDeduplicate field and variant visitor methods
2018-11-12 Oliver Scherermiri-engine value visitor update to VariantIdx
2018-11-12 Oliver SchererUse type safe `VariantIdx` instead of `usize` everywhere
2018-11-12 Oliver SchererUse IndexVec instead of `usize` in librustc
2018-11-12 Oliver SchererShrink some internal enums
2018-11-12 Oliver SchererMerge an assert + cast into a `try_into` call
2018-11-12 Simon SapinDocument optimizations enabled by FusedIterator
2018-11-12 Ralf Jungremove unused import
2018-11-12 borsAuto merge of #55604 - nnethercote:avoid-associated_ite...
2018-11-12 Ralf Jungglobal allocators: add a few comments
2018-11-12 Ralf Jungfor uniformity, also move memory_deallocated to Allocat...
2018-11-12 Niko MatsakisAvoid the Box in `TyCtxt::associated_items`.
2018-11-12 Nicholas NethercoteChange `Lit::short_name` to `Lit::literal_name`.
2018-11-12 borsAuto merge of #55701 - tromey:ice-fix, r=matthewjasper
2018-11-12 Dan RobertsonFix TLS errors when downloading stage0
2018-11-12 Hugo van der WijstReference count `crate_inherent_impls`s return value.
2018-11-12 borsAuto merge of #55525 - nnethercote:MatcherPos-stack...
2018-11-12 Niko MatsakisMake `MatcherPos::stack` a `SmallVec`.
2018-11-11 borsAuto merge of #55698 - nikic:remove-llvm-4-support...
2018-11-11 Igor Matuszewskisave-analysis: Don't panic for macro-generated use...
2018-11-11 borsAuto merge of #55660 - alexcrichton:cleanup-alloc-syste...
2018-11-11 Denis VasilikMinor style guide corrections.
2018-11-11 Alex Crichtonstd: Delete the `alloc_system` crate
2018-11-11 Alex Crichtonrustc: Clean up allocator injection logic
2018-11-11 borsAuto merge of #55657 - davidtwco:issue-55651, r=pnkfelix
2018-11-11 Denis VasilikWhitespace cleanup according to Rust's style guidelines.
2018-11-11 Denis VasilikAdded comments for trait implementations.
2018-11-11 Denis VasilikAdded comment for From trait implementation: boxed...
2018-11-11 borsAuto merge of #55674 - oli-obk:miri_engine_refactoring...
2018-11-11 Bruce MitchenerFix typos.
2018-11-11 Axarychange attribute to stable
2018-11-11 AxaryMerge branch 'master' of https://github.com/rust-lang...
2018-11-11 Dale WijnandFix a typo in std::panic
2018-11-11 borsAuto merge of #55859 - pietroalbini:rollup, r=kennytm
2018-11-11 kennytmRollup merge of #55856 - QuietMisdreavus:static-dischar...
2018-11-11 kennytmRollup merge of #55845 - nikic:emscripten-clamp-mode...
2018-11-11 kennytmRollup merge of #55630 - petrochenkov:noprelude, r...
2018-11-11 borsAuto merge of #54993 - TimNN:pda-tdl, r=eddyb
2018-11-10 Pietro AlbiniRollup merge of #55844 - waywardmonkeys:typo-fixes...
2018-11-10 Pietro AlbiniRollup merge of #55839 - dralley:docstring-spelling...
2018-11-10 Pietro AlbiniRollup merge of #55828 - oli-obk:promotion_strikes_agai...
2018-11-10 Pietro AlbiniRollup merge of #55822 - davidtwco:issue-55394, r=pnkfelix
2018-11-10 Pietro AlbiniRollup merge of #55819 - pnkfelix:issue-55810-must...
2018-11-10 Pietro AlbiniRollup merge of #55816 - nnethercote:from_decimal_strin...
next