]> git.lizzy.rs Git - rust.git/history - src/librustc
Auto merge of #50234 - cramertj:extend, r=alexcrichton
[rust.git] / src / librustc /
2018-05-20 borsAuto merge of #50234 - cramertj:extend, r=alexcrichton
2018-05-20 borsAuto merge of #50719 - frewsxcv:frewsxcv-iterator-zip...
2018-05-20 borsAuto merge of #50908 - petrochenkov:usemacself, r=alexc...
2018-05-20 borsAuto merge of #50841 - oli-obk:promote_errors_to_panics...
2018-05-20 borsAuto merge of #50855 - nnethercote:fewer-macro_parser...
2018-05-20 borsAuto merge of #50820 - alexcrichton:no-modules, r=petro...
2018-05-20 borsAuto merge of #50813 - paoloteti:cortex-r, r=alexcrichton
2018-05-20 borsAuto merge of #50803 - varkor:never-transmute-never...
2018-05-19 borsAuto merge of #50893 - kennytm:rollup, r=kennytm
2018-05-19 kennytmRollup merge of #50889 - oli-obk:clippy, r=kennytm
2018-05-19 kennytmRollup merge of #50819 - cjkenn:cjkenn/div-by-zero...
2018-05-19 kennytmRollup merge of #50883 - dlrobertson:fix_warning, r...
2018-05-19 kennytmRollup merge of #50858 - robinkrahl:rustdoc-fix-order...
2018-05-19 kennytmRollup merge of #50854 - zackmdavis:and_the_case_of_the...
2018-05-19 kennytmRollup merge of #50829 - est31:master, r=estebank
2018-05-19 kennytmRollup merge of #50827 - nox:llvmup, r=eddyb
2018-05-19 borsAuto merge of #50782 - matthewjasper:wheres-main, r...
2018-05-19 borsAuto merge of #50690 - oli-obk:mir_stuff, r=eddyb
2018-05-19 kennytmRollup merge of #50531 - iancormac84:merge-typeidhasher...
2018-05-19 borsAuto merge of #50763 - KyleStach1678:unused-loop-label...
2018-05-19 Oliver SchneiderUse `Size` instead of `u64` in mir interpretation
2018-05-19 Oliver SchneiderGo through an allocation when accessing fields of constants
2018-05-19 borsAuto merge of #50760 - petrochenkov:legimp, r=nikomatsakis
2018-05-19 borsAuto merge of #50874 - nikomatsakis:nll-reset-unificati...
2018-05-19 borsAuto merge of #50744 - nikic:mutable-noalias, r=alexcri...
2018-05-19 borsAuto merge of #50709 - alexcrichton:revert-musl, r...
2018-05-19 borsAuto merge of #50603 - eddyb:issue-49955, r=nikomatsakis
2018-05-18 Kyle StachowiczDefault `unused_labels` to allow, move to "unused"
2018-05-18 Kyle StachowiczReimplement unused_labels lint as a compiler builtin...
2018-05-18 borsAuto merge of #50319 - nagisa:align_to, r=alexcrichton
2018-05-18 Niko Matsakisuse `reset_unifications` instead of creating new unific...
2018-05-18 borsAuto merge of #50697 - KiChjang:issue-50461, r=pnkfelix
2018-05-18 borsAuto merge of #50653 - oli-obk:bad_const, r=cramertj
2018-05-18 borsAuto merge of #50533 - GuillaumeGomez:rustdoc-prim...
2018-05-18 borsAuto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis
2018-05-18 borsAuto merge of #50758 - varkor:stabilise-inclusive_range...
2018-05-18 Zack M. Davisin which the unused shorthand field pattern debacle...
2018-05-18 borsAuto merge of #50848 - nrc:update, r=alexcrichton
2018-05-18 borsAuto merge of #50847 - Mark-Simulacrum:rollup, r=Mark...
2018-05-18 borsAuto merge of #50566 - nnethercote:bump, r=petrochenkov
2018-05-17 borsAuto merge of #50593 - nikomatsakis:nll-no-location...
2018-05-17 iancormac84Removed yet another unused import.
2018-05-17 iancormac84Removed unused import.
2018-05-17 iancormac84Fix more unused imports errors.
2018-05-17 iancormac84Removed unused imports.
2018-05-17 iancormac84Removed TypeIdHasher.
2018-05-17 iancormac84Removed use of TypeIdHasher in debuginfo and replaced...
2018-05-17 Nikita PopovEmit noalias on &mut parameters by default
2018-05-17 Vadim PetrochenkovTurn some functions from `token.rs` into methods on...
2018-05-17 Vadim PetrochenkovKeep crate edition in metadata
2018-05-17 Vadim PetrochenkovAdd edition to expansion info
2018-05-17 varkorStabilise inclusive_range_methods
2018-05-17 Mark SimulacrumRollup merge of #50839 - glassresistor:master, r=stevek...
2018-05-17 Mark SimulacrumRollup merge of #50837 - steveklabnik:revert-49767...
2018-05-17 Mark SimulacrumRollup merge of #50818 - nnethercote:faster-normalize...
2018-05-17 Mark SimulacrumRollup merge of #50806 - oli-obk:gesundheit, r=ehuss
2018-05-17 Mark SimulacrumRollup merge of #50791 - bstrie:null, r=QuietMisdreavus
2018-05-17 Mark SimulacrumRollup merge of #50790 - bstrie:grammar, r=steveklabnik
2018-05-17 Mark SimulacrumRollup merge of #50649 - nnethercote:tweak-nearest_comm...
2018-05-17 Mark SimulacrumRollup merge of #50610 - estebank:fmt-str, r=Kimundi
2018-05-17 Mark SimulacrumRollup merge of #50553 - clarcharr:option_xor, r=sfackler
2018-05-17 Mark SimulacrumRollup merge of #50387 - phansch:remove_leftover_tab...
2018-05-17 Simonas KazlauskasChange align_offset to support different strides
2018-05-17 borsAuto merge of #50629 - Mark-Simulacrum:stage-step,...
2018-05-17 Mark SimulacrumSwitch to 1.26 bootstrap compiler
2018-05-17 borsAuto merge of #50615 - irinagpopa:rename-trans, r=nikom...
2018-05-17 Irina PopaRename trans to codegen everywhere.
2018-05-17 borsAuto merge of #50400 - ehuss:compiletest-revisions...
2018-05-17 borsAuto merge of #50665 - alexcrichton:fix-single-item...
2018-05-17 borsAuto merge of #50807 - kennytm:rollup, r=kennytm
2018-05-17 Nicholas NethercoteAvoid allocations in `opt_normalize_projection_type`.
2018-05-16 borsAuto merge of #50696 - ehuss:cargo-update, r=alexcrichton
2018-05-16 Nicholas NethercoteAvoid repeated HashMap lookups in `opt_normalize_projec...
2018-05-16 kennytmRollup merge of #50809 - kennytm:show-cargo-lock-diff...
2018-05-16 kennytmRollup merge of #50170 - burtonageo:more_cow_from,...
2018-05-16 kennytmRollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton
2018-05-16 kennytmRollup merge of #50793 - jrlusby:master, r=petrochenkov
2018-05-16 kennytmRollup merge of #50797 - shamiao:patch-1, r=kennytm
2018-05-16 kennytmRollup merge of #50789 - cuviper:bootstrap-metadata...
2018-05-16 kennytmRollup merge of #50788 - varkor:missing-const-cast...
2018-05-16 kennytmRollup merge of #50787 - ehuss:fix-run-make-wasm, r...
2018-05-16 kennytmRollup merge of #50779 - nox:untracked-options, r=rkruppe
2018-05-16 kennytmRollup merge of #50752 - GuillaumeGomez:more-error...
2018-05-16 kennytmRollup merge of #50740 - nnethercote:rm-LazyBTreeMap...
2018-05-16 kennytmRollup merge of #50736 - udoprog:env-try-op, r=shepmaster
2018-05-16 kennytmRollup merge of #50728 - sinkuu:fix_50702, r=GuillaumeGomez
2018-05-16 kennytmRollup merge of #50726 - udoprog:read2-inner-fn, r...
2018-05-16 borsAuto merge of #50710 - Zoxc:value_to_constvalue, r...
2018-05-16 borsAuto merge of #49479 - nox:merge-funcs, r=nagisa
2018-05-16 Simon SapinStabilize num::NonZeroU*
2018-05-16 kennytmRollup merge of #50669 - QuietMisdreavus:deprecated...
2018-05-16 kennytmRollup merge of #50656 - leodasvacas:fix-impl-trait...
2018-05-16 kennytmRollup merge of #50638 - tbu-:pr_open_cloexec_once...
2018-05-16 borsAuto merge of #50045 - est31:label_break_value, r=eddyb
2018-05-16 est31Address review comments
2018-05-16 est31Make the compiler support the label-break-value feature
2018-05-16 est31label-break-value: Parsing and AST/HIR changes
2018-05-16 borsAuto merge of #50473 - petrochenkov:pmapi, r=alexcrichton
2018-05-16 borsAuto merge of #48557 - matthewjasper:allow-trvial-bound...
2018-05-16 borsAuto merge of #50795 - nrc:update, r=oli-obk
next