]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-06-19 Mazdak FarrokhzadRollup merge of #60667 - oli-obk:raw_from_raw_parts...
2019-06-19 borsAuto merge of #61172 - matthewjasper:cleanup-implied...
2019-06-19 borsAuto merge of #58351 - oli-obk:double_check_const_eval...
2019-06-19 Oliver Schererpacked -> repr(packed)
2019-06-19 Oliver SchererFix comment about alignments
2019-06-19 Oliver SchererRemove now-unnecessary lifetime
2019-06-19 Oliver SchererMore FIXMEs
2019-06-19 Oliver SchererExplain existance of `Align` field
2019-06-19 Oliver SchererWeave the alignment through `ByRef`
2019-06-19 Oliver SchererOutright ignore any alignment in `const_field`
2019-06-19 Oliver SchererUpdate ui test output
2019-06-19 Oliver SchererElaborate some more on what mutability field means...
2019-06-19 Oliver SchererUpdate to `TyCtxt` lifetime changes
2019-06-19 Oliver SchererFix typo
2019-06-19 Oliver SchererThe future is now
2019-06-19 Oliver Scherers/intern/intern_shallow/
2019-06-19 Oliver SchererAdd and update more tests
2019-06-19 Oliver SchererElaborate on a comment
2019-06-19 Oliver SchererMerge `StaticMut` and `Static` logic
2019-06-19 Oliver SchererFix rebase fallout
2019-06-19 Oliver SchererElaborate on why we don't look at frozenness
2019-06-19 Oliver SchererDon't ICE when pattern matching packed structs
2019-06-19 Oliver SchererPrevent cyclic locks of `alloc_map`
2019-06-19 Oliver SchererMake interning explicitly care about types and the...
2019-06-19 Oliver SchererFixmes and style fixes
2019-06-19 Oliver SchererAdd functions to build raw slices
2019-06-19 borsAuto merge of #61945 - Centril:rollup-xdqo2mn, r=Centril
2019-06-18 Mazdak FarrokhzadRollup merge of #61941 - cramertj:no-more-yield-errors...
2019-06-18 Mazdak FarrokhzadRollup merge of #61938 - RalfJung:miri-toolstate, r...
2019-06-18 Mazdak FarrokhzadRollup merge of #61898 - petrochenkov:sekind, r=eddyb
2019-06-18 Mazdak FarrokhzadRollup merge of #61896 - eddyb:correct-self-ctor, r...
2019-06-18 Mazdak FarrokhzadRollup merge of #61843 - alexcrichton:disable-myriad...
2019-06-18 Mazdak FarrokhzadRollup merge of #61842 - Zoxc:trim-lift, r=eddyb
2019-06-18 Mazdak FarrokhzadRollup merge of #61839 - alexcrichton:pr-and-master...
2019-06-18 Mazdak FarrokhzadRollup merge of #61802 - mjbshaw:maybe-uninit-transpare...
2019-06-18 Mazdak FarrokhzadRollup merge of #61748 - estebank:transparent-span...
2019-06-18 Mazdak FarrokhzadRollup merge of #61701 - RalfJung:const-tests, r=cramertj
2019-06-18 Mazdak FarrokhzadRollup merge of #61505 - ebarnard:doc-shrink, r=Guillau...
2019-06-18 Taylor CramerPreserve generator and yield source for error messages
2019-06-18 Matthew JasperAddress review comments
2019-06-18 Matthew JasperImprove the explicit_outlives_requirements lint
2019-06-18 Matthew JasperRemove an unnecessary HirId to DefId convertion
2019-06-18 Matthew JasperRemove the HirId/NodeId from where clauses
2019-06-18 borsAuto merge of #59625 - immunant:copy_variadics_typealia...
2019-06-18 Ralf Jungcreate an issue for miri even in status test-fail
2019-06-18 borsAuto merge of #61891 - eddyb:lifetime-cleanups, r=oli-obk
2019-06-18 Alex Crichtonci: Add a script for generating CPU usage graphs
2019-06-18 borsAuto merge of #61932 - matthiaskrgr:submodule_upd,...
2019-06-18 Eduard-Mihai... test: normalize away the line/column info in ui/pattern...
2019-06-18 Eduard-Mihai... Run `rustfmt --file-lines ...` for changes from previou...
2019-06-18 Eduard-Mihai... rustc: reintroduce lifetime bounds where necessary.
2019-06-18 Eduard-Mihai... rustc: remove unused lifetimes.
2019-06-18 Eduard-Mihai... rustc: remove leftover lifetimes with no bounds from...
2019-06-18 Eduard-Mihai... rustc: remove 'x: 'y bounds (except from comments/strings).
2019-06-18 Eduard-Mihai... rustc_typeck: correctly compute `Substs` for `Res:...
2019-06-18 Matthias Krügersubmodules: update clippy from be5d17fe to 868f168c
2019-06-18 Michael BradshawMake MaybeUninit #[repr(transparent)]
2019-06-18 borsAuto merge of #61927 - RalfJung:miri, r=oli-obk
2019-06-18 borsAuto merge of #61822 - JohnTitor:add-long-e0592, r...
2019-06-18 Vadim Petrochenkovresolve/expand: Move expansion info setting to a single...
2019-06-18 Vadim Petrochenkovhygiene: Avoid some unnecessary `ExpnInfo` clones
2019-06-18 Vadim Petrochenkovsyntax: Move `default_transparency` into `ExpnInfo`
2019-06-18 Vadim Petrochenkovsyntax: Introduce `default`/`with_unstable` constructor...
2019-06-18 Vadim Petrochenkovresolve: Avoid creating fresh syntax extensions for...
2019-06-18 Vadim Petrochenkovsyntax: Remove `DummyResolver`
2019-06-18 Vadim Petrochenkovallow_internal_unstable: Avoid some more allocations
2019-06-18 Vadim Petrochenkovsyntax: Factor out common fields from `SyntaxExtension...
2019-06-18 Ralf Jungupdate miri
2019-06-18 borsAuto merge of #61864 - lzutao:ptr-null, r=sfackler
2019-06-18 borsAuto merge of #61771 - ehuss:update-cargo, r=alexcrichton
2019-06-17 borsAuto merge of #61915 - Centril:rollup-oire3i8, r=Centril
2019-06-17 Andrei HomescuExpose `VaListImpl` as the Rust equivalent of `__va_lis...
2019-06-17 Yuki OkushiImprove wording
2019-06-17 Eric HussBump libgit2-sys to get it to compile on i686-pc-window...
2019-06-17 Eric HussAdd `syn` to workspace hack.
2019-06-17 Eric HussUpdate cargo
2019-06-17 Mazdak FarrokhzadRollup merge of #61908 - matklad:overflow, r=petrochenkov
2019-06-17 Mazdak FarrokhzadRollup merge of #61893 - chpio:weak_ptr_eq_methods...
2019-06-17 Mazdak FarrokhzadRollup merge of #61885 - scottmcm:slice-iter-len-opt...
2019-06-17 Mazdak FarrokhzadRollup merge of #61836 - ljedrz:i_still_hate_node_ids...
2019-06-17 Mazdak FarrokhzadRollup merge of #61702 - RalfJung:const-enum-cast,...
2019-06-17 ljedrzremove superfluous space
2019-06-17 borsAuto merge of #61781 - christianpoveda:intptrcast-model...
2019-06-17 ljedrzfix rebase fallout
2019-06-17 ljedrzchange NodeId to HirId in some HIR docs
2019-06-17 ljedrzsimplify ICE handling in HirIdValidator
2019-06-17 ljedrzfix a HIR doc, simplify one HIR-related function call
2019-06-17 ljedrzrenamve hir_to_string to node_to_string
2019-06-17 ljedrzremove _by_hir_id if there is no NodeId counterpart
2019-06-17 ljedrzreplace some uses of NodeId with HirId
2019-06-17 Aleksey Kladovdon't ICE on large files
2019-06-17 borsAuto merge of #61857 - Centril:typeck-extract-expr...
2019-06-17 Lzu TaoMake use of `ptr::null(_mut)` instead of casting zero
2019-06-17 borsAuto merge of #58508 - Zoxc:time-crate, r=oli-obk
2019-06-17 borsAuto merge of #61889 - matthiaskrgr:submodule_upd,...
2019-06-16 borsAuto merge of #61892 - rijenkii:master, r=Centril
2019-06-16 borsAuto merge of #61347 - Centril:stabilize-underscore_con...
2019-06-16 borsAuto merge of #61881 - glaubitz:sparc64-ffi-abi, r...
2019-06-16 borsAuto merge of #61754 - nikomatsakis:trait-caching-perf...
2019-06-16 borsAuto merge of #61739 - chansuke:separate-unit-tests...
next