]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-11-23 Corey FarwellMerge branch 'master' into frewsxcv-dyn
2018-11-23 borsAuto merge of #56184 - matthiaskrgr:clippy, r=oli-obk
2018-11-23 Matthias Krügersubmodules: update clippy from 2f6881c6 to 754b4c07
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 Esteban KüberDo not point at associated types from other crates
2018-11-22 Esteban KüberReword and fix test
2018-11-22 Esteban KüberSuggest correct syntax when writing type arg instead...
2018-11-22 Esteban KüberPoint at the associated type's def span
2018-11-22 Esteban KüberJoin multiple E0191 errors in the same location under...
2018-11-22 Esteban KüberPoint at every unexpected lifetime and type argument...
2018-11-22 borsAuto merge of #56143 - nikomatsakis:issue-56128-segment...
2018-11-22 borsAuto merge of #53586 - eddyb:top-lock, r=alexcrichton
2018-11-22 Niko Matsakisexplain how this works
2018-11-22 Niko Matsakisonly reset non-restricted visibilities
2018-11-22 borsAuto merge of #56136 - matthiaskrgr:clippy, r=oli-obk
2018-11-22 Matthias Krügersubmodules: update clippy from f5d868c9 to 2f6881c6
2018-11-22 Eduard-Mihai... Move Cargo.{toml,lock} to the repository root directory.
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... rustc_target: avoid using AbiAndPrefAlign where possible.
2018-11-22 borsAuto merge of #56147 - petrochenkov:impice, r=nikomatsakis
2018-11-22 Eduard-Mihai... rustc_target: separate out an individual Align from...
2018-11-22 Eduard-Mihai... rustc_target: rename abi::Align to AbiAndPrefAlign.
2018-11-21 Niko Matsakisadd compile-pass annotation
2018-11-21 borsAuto merge of #56065 - oli-obk:min_const_fn_loop_ice...
2018-11-21 Vadim Petrochenkovresolve: Fix some asserts in import validation
2018-11-21 Niko Matsakishack: ignore list-stems for pub lint
2018-11-21 Niko Matsakispass vis by shared reference
2018-11-21 Niko Matsakisadd regression test
2018-11-21 Niko Matsakispreserve the original visibility for the "list stem...
2018-11-21 borsAuto merge of #56134 - oli-obk:clippy_documentation...
2018-11-21 Niko Matsakisrenumber segment ids for visibilities whenever we clone...
2018-11-21 Niko Matsakisadd some `debug!` into lowering
2018-11-21 Niko Matsakistrack the span for each id so that we can give a nice ICE
2018-11-21 borsAuto merge of #56118 - steveklabnik:update-books, r...
2018-11-21 Oliver SchererForward rust version number to tools
2018-11-21 borsAuto merge of #56117 - petrochenkov:iempty, r=eddyb
2018-11-21 Steve Klabnikupdate various stdlib docs
2018-11-21 Tobias Bieniekcore/benches/num: Add `from_str/from_str_radix()` bench...
2018-11-21 Jethro BeekmanAdd x86_64-fortanix-unknown-sgx target to the compiler
2018-11-21 borsAuto merge of #52591 - eddyb:functional-snakes, r=oli-obk
2018-11-21 Eduard-Mihai... rustc: implement and use Default on more types.
2018-11-21 Eduard-Mihai... rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map...
2018-11-21 borsAuto merge of #56032 - petrochenkov:stabecip, r=nikomat...
2018-11-21 Steve Klabnikfix more links
2018-11-21 Steve Klabnikfix rustbuild to build all the books
2018-11-21 Steve Klabnikupdate books
2018-11-21 Vadim Petrochenkovresolve: Make "empty import canaries" invisible from...
2018-11-20 Vadim PetrochenkovAdd a couple more tests
2018-11-20 Vadim PetrochenkovStabilize `extern_crate_item_prelude`
2018-11-20 borsAuto merge of #56111 - nrc:update, r=kennytm
2018-11-20 Nick CameronUpdate RLS and Rustfmt
2018-11-20 borsAuto merge of #55720 - RalfJung:const-eval-raw, r=oli-obk
2018-11-20 bjorn3Remove incorrect doc comment in rustc_mir::monomorphize...
2018-11-20 bjorn3Remove incorrect doc comment
2018-11-20 borsAuto merge of #55663 - varkor:must_use-traits, r=estebank
2018-11-20 Corey FarwellIncorporate `dyn` into more comments and docs.
2018-11-20 Axaryimprove error note
2018-11-20 borsAuto merge of #55678 - Aaronepower:master, r=Mark-Simul...
2018-11-20 Aaron PowerUpdate releases to add rename dependencies feature
2018-11-20 borsAuto merge of #56081 - alexcrichton:update-manifest...
2018-11-20 borsAuto merge of #55983 - oli-obk:static_, r=Mark-Simulacrum
2018-11-20 borsAuto merge of #56049 - newpavlov:revert_51601, r=sfackler
2018-11-19 Alex CrichtonAdd temporary renames to manifests for rustfmt/clippy
2018-11-19 Ralf Jungexplain why we can use raw
2018-11-19 Ralf Jungwe now do proper validation on scalars
2018-11-19 Ralf Junguse RawConst in miri
2018-11-19 Ralf JungMake const_eval_raw query return just an AllocId
2018-11-19 Eric HussFix error message for `-C panic=xxx`.
2018-11-19 borsAuto merge of #55971 - SergioBenitez:skip-non-semantic...
2018-11-19 varkorFix change to predicates
2018-11-19 Jethro BeekmanAdd `override_export_symbols` option to Rust target...
2018-11-19 varkorFix typo in #[must_use] message
2018-11-19 varkorHandle trait objects
2018-11-19 varkorTest for #[must_use] on traits
2018-11-19 varkorRecognise #[must_use] on traits, affecting impl Trait
2018-11-19 varkorUse general uninhabitedness checking
2018-11-19 borsAuto merge of #56060 - nrc:save-path-fallback, r=zackmdavis
2018-11-19 borsAuto merge of #56051 - pietroalbini:rollup, r=pietroalbini
2018-11-19 kennytmRollup merge of #56059 - alexcrichton:fix-tests, r...
2018-11-19 Pietro AlbiniRollup merge of #56043 - nikomatsakis:issue-55756-via...
2018-11-19 Pietro AlbiniRollup merge of #56027 - Xanewok:docs-backtick, r=Quiet...
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...
next