]> git.lizzy.rs Git - rust.git/history - src/librustc_codegen_ssa
Move lifetimes before the *first* type argument
[rust.git] / src / librustc_codegen_ssa /
2018-11-25 borsAuto merge of #55921 - scalexm:placeholders, r=nikomatsakis
2018-11-25 borsAuto merge of #55959 - matthewjasper:remove-end-region...
2018-11-23 borsAuto merge of #55935 - alexcrichton:vs2017, r=Mark...
2018-11-23 borsAuto merge of #56186 - kennytm:rollup, r=kennytm
2018-11-23 kennytmRollup merge of #56168 - sfackler:raw-entry-tracking...
2018-11-23 kennytmRollup merge of #56163 - pietroalbini:1.30.1-relnotes...
2018-11-23 kennytmRollup merge of #56162 - adrianheine:patch-1, r=without...
2018-11-23 kennytmRollup merge of #56154 - petrhosek:fuchsia-linker-args...
2018-11-23 kennytmRollup merge of #56120 - SergioBenitez:subspan, r=alexc...
2018-11-23 kennytmRollup merge of #56116 - alexcrichton:tarball-calng...
2018-11-23 kennytmRollup merge of #56097 - ogoffart:union-abi, r=eddyb
2018-11-23 kennytmRollup merge of #56091 - wesleywiser:fix_self_profiler_...
2018-11-23 kennytmRollup merge of #56048 - bjorn3:cg_ssa_sysroot, r=eddyb
2018-11-23 kennytmRollup merge of #56022 - RalfJung:validate-before-jump...
2018-11-23 kennytmRollup merge of #55945 - oli-obk:static_assert_arg_type...
2018-11-23 kennytmRollup merge of #55869 - SimonSapin:iterate, r=alexcrichton
2018-11-23 kennytmRollup merge of #55838 - dralley:fix-cfg-step, r=Kimundi
2018-11-23 kennytmRollup merge of #55767 - tromey:disable-some-pretty...
2018-11-23 borsAuto merge of #55808 - estebank:type-arguments, r=petro...
2018-11-23 borsAuto merge of #54071 - eddyb:alignsssss, r=oli-obk
2018-11-22 borsAuto merge of #56143 - nikomatsakis:issue-56128-segment...
2018-11-22 bjorn3Add rustc_codegen_ssa to sysroot
2018-11-22 borsAuto merge of #53586 - eddyb:top-lock, r=alexcrichton
2018-11-22 borsAuto merge of #56136 - matthiaskrgr:clippy, r=oli-obk
2018-11-22 borsAuto merge of #56155 - GuillaumeGomez:rollup, r=Guillau...
2018-11-22 Guillaume GomezRollup merge of #56126 - Turbo87:bench-parse, r=alexcri...
2018-11-22 Guillaume GomezRollup merge of #56106 - bjorn3:patch-1, r=alexcrichton
2018-11-22 Guillaume GomezRollup merge of #56078 - ehuss:fix-panic-opt-msg, r...
2018-11-22 Guillaume GomezRollup merge of #56067 - jethrogb:jb/sgx-target-spec...
2018-11-22 Guillaume GomezRollup merge of #56063 - 0xrgb:patch-1, r=joshtriplett
2018-11-22 Guillaume GomezRollup merge of #56002 - Axary:master, r=estebank
2018-11-22 Guillaume GomezRollup merge of #55980 - csmoe:issue-55891, r=estebank
2018-11-22 Guillaume GomezRollup merge of #55961 - tromey:Bug-55944-vecdeque...
2018-11-22 Guillaume GomezRollup merge of #55784 - meltinglava:master, r=KodrAus
2018-11-22 Guillaume GomezRollup merge of #55485 - petertodd:2018-10-manuallydrop...
2018-11-22 Guillaume GomezRollup merge of #55367 - GuillaumeGomez:private-item...
2018-11-22 borsAuto merge of #53918 - Havvy:doc-sort-by, r=GuillaumeGomez
2018-11-22 Eduard-Mihai Burtescurustc_target: avoid using AbiAndPrefAlign where possible.
2018-11-22 Eduard-Mihai Burtescurustc_target: separate out an individual Align from...
2018-11-22 Eduard-Mihai Burtescurustc_target: rename abi::Align to AbiAndPrefAlign.
2018-11-21 borsAuto merge of #56065 - oli-obk:min_const_fn_loop_ice...
2018-11-21 borsAuto merge of #56118 - steveklabnik:update-books, r...
2018-11-21 borsAuto merge of #56117 - petrochenkov:iempty, r=eddyb
2018-11-21 borsAuto merge of #52591 - eddyb:functional-snakes, r=oli-obk
2018-11-21 Eduard-Mihai Burtescurustc: implement and use Default on more types.
2018-11-21 Eduard-Mihai Burtescurustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map...
2018-11-20 bjorn3Remove incorrect doc comment
2018-11-20 Olivier GoffartAdd comments and rename a local variable
2018-11-20 borsAuto merge of #55678 - Aaronepower:master, r=Mark-Simul...
2018-11-20 Olivier GoffartFix invalid bitcast taking bool out of a union represen...
2018-11-20 borsAuto merge of #55983 - oli-obk:static_, r=Mark-Simulacrum
2018-11-19 borsAuto merge of #55971 - SergioBenitez:skip-non-semantic...
2018-11-19 Jethro BeekmanAdd `override_export_symbols` option to Rust target...
2018-11-19 Pietro AlbiniRollup merge of #56043 - nikomatsakis:issue-55756-via...
2018-11-19 Pietro AlbiniRollup merge of #56016 - scottmcm:vecdeque-resize-with...
2018-11-19 Pietro AlbiniRollup merge of #56012 - RalfJung:unsafe-cell, r=nikoma...
2018-11-19 Pietro AlbiniRollup merge of #56011 - CBenoit:master, r=QuietMisdreavus
2018-11-19 Pietro AlbiniRollup merge of #56007 - RalfJung:non-const-call, r...
2018-11-19 Pietro AlbiniRollup merge of #55970 - RalfJung:miri-backtrace, r...
2018-11-19 Pietro AlbiniRollup merge of #55968 - ehuss:non-mod-rs-tests, r...
2018-11-19 Pietro AlbiniRollup merge of #55963 - stepancheg:mpsc-take-2, r...
2018-11-19 Pietro AlbiniRollup merge of #55962 - QuietMisdreavus:tricky-spans...
2018-11-19 Pietro AlbiniRollup merge of #55953 - blitzerr:master, r=nikomatsakis
2018-11-19 Pietro AlbiniRollup merge of #55952 - michaelwoerister:newer-clang...
2018-11-19 Pietro AlbiniRollup merge of #55949 - ljedrz:return_impl_Iterator_fr...
2018-11-18 Pietro AlbiniRollup merge of #55923 - Zeegomo:master, r=estebank
2018-11-18 Pietro AlbiniRollup merge of #55919 - Turbo87:num-tests, r=dtolnay
2018-11-18 Pietro AlbiniRollup merge of #55916 - RalfJung:mut-visitor, r=oli-obk
2018-11-18 Pietro AlbiniRollup merge of #55894 - RalfJung:validation-enums...
2018-11-18 Pietro AlbiniRollup merge of #55867 - RalfJung:dont-panic, r=Mark...
2018-11-18 Pietro AlbiniRollup merge of #55862 - zackmdavis:but_will_they_come_...
2018-11-18 Pietro AlbiniRollup merge of #55857 - andjo403:rmdep, r=Mark-Simulacrum
2018-11-18 Pietro AlbiniRollup merge of #55834 - ogoffart:union-abi, r=eddyb
2018-11-18 Pietro AlbiniRollup merge of #55827 - ljedrz:various_stashed, r...
2018-11-18 Pietro AlbiniRollup merge of #55564 - smaeul:test-fixes-2, r=alexcri...
2018-11-18 Pietro AlbiniRollup merge of #55562 - smaeul:powerpc-linux-musl...
2018-11-18 borsAuto merge of #55672 - RalfJung:miri-extern-types,...
2018-11-18 Matthew JasperRemove mir::StatementKind::EndRegion
2018-11-17 borsAuto merge of #56003 - nikomatsakis:issue-54467-infer...
2018-11-17 borsAuto merge of #55627 - sunfishcode:cg-llvm-gen, r=nikom...
2018-11-16 Eduard-Mihai Burtescu[eddyb] rustc_codegen_llvm: remove unused parametrizati...
2018-11-16 Eduard-Mihai Burtescu[eddyb] rustc_codegen_ssa: rename `interfaces` to ...
2018-11-16 Eduard-Mihai Burtescu[eddyb] rustc_codegen_ssa: avoid a `Clone` bound on...
2018-11-16 Eduard-Mihai Burtescu[eddyb] rustc_codegen_ssa: handle LLVM unsafety correctly.
2018-11-16 Denis MerigouxAdded README explaining the refactoring
2018-11-16 Denis MerigouxSeparating the back folder between backend-agnostic...
2018-11-16 Denis MerigouxAdded default impl for DerivedTypeMethods + empty impl...
2018-11-16 Denis MerigouxAll Builder methods now take &mut self instead of ...
2018-11-16 Denis MerigouxAdded some docs + start to &mut self builder methods
2018-11-16 Denis MerigouxFinished moving backend-agnostic code to rustc_codegen_ssa
2018-11-16 Denis MerigouxGreat separation of librustc_codegen_llvm: librustc_cod...
2018-11-16 Denis MerigouxMoved DeclareMethods, MiscMethods and StaticMethods
2018-11-16 Denis MerigouxBeginning of moving all backend-agnostic code to rustc_...