]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-09-21 Alex CrichtonUpdate Cargo
2018-09-21 borsAuto merge of #54399 - alexcrichton:fix-bug, r=steveklabnik
2018-09-20 borsAuto merge of #54389 - kennytm:rollup, r=kennytm
2018-09-20 Alex Crichtonstd: Check for overflow in `str::repeat`
2018-09-20 kennytmRollup merge of #54367 - spastorino:add-thread-local...
2018-09-20 kennytmRollup merge of #54362 - tromey:travis-gdb-batch-mode...
2018-09-20 kennytmRollup merge of #54346 - eddyb:constant-horror, r=nikom...
2018-09-20 kennytmRollup merge of #54337 - ericho:remove_clone_tests...
2018-09-20 kennytmRollup merge of #54333 - steveklabnik:update-book,...
2018-09-20 borsAuto merge of #53162 - QuietMisdreavus:crouching-impl...
2018-09-20 kennytmRollup merge of #54298 - RalfJung:miri-field-align...
2018-09-20 kennytmRollup merge of #54295 - ljedrz:cleanups_rustc_traits...
2018-09-20 kennytmRollup merge of #54292 - memoryruins:issue-53712, r...
2018-09-20 kennytmRollup merge of #54290 - michaelwoerister:aarch64-back...
2018-09-20 kennytmRollup merge of #54266 - LionNatsu:master, r=nikomatsakis
2018-09-20 kennytmRollup merge of #54258 - alexcrichton:lld-fatal-warning...
2018-09-20 kennytmRollup merge of #54257 - alexcrichton:wasm-math-symbols...
2018-09-20 kennytmRollup merge of #54233 - irinagpopa:llvm-3.9, r=tromey
2018-09-20 kennytmRollup merge of #53470 - bjorn3:warn_metadata_errors...
2018-09-20 kennytmRollup merge of #52813 - newpavlov:duration_mul_div_ext...
2018-09-20 QuietMisdreavusfix intra-links for trait impls
2018-09-20 QuietMisdreavusfilter collected trait impls against items in the crate
2018-09-20 QuietMisdreavusshuffle ownership of `external_traits`
2018-09-20 QuietMisdreavusrefactor: move `access_levels` into RenderInfo
2018-09-20 QuietMisdreavuscollect auto-/blanket-impls during collect-trait-impls
2018-09-20 QuietMisdreavusdon't index trait impls if the trait isn't also documented
2018-09-20 QuietMisdreavusadd more tests for traits-in-non-module-scope
2018-09-20 QuietMisdreavusdon't check visibility when inlining local impls
2018-09-20 QuietMisdreavusswap external_traits into the crate before running...
2018-09-20 QuietMisdreavuspull impl generics from HIR if available
2018-09-20 QuietMisdreavuscollect impl items from the HIR if available
2018-09-20 QuietMisdreavuspull local types from the HIR instead of tcx
2018-09-20 QuietMisdreavushandle local names when registering FQNs
2018-09-20 QuietMisdreavusadd a bunch of debug prints
2018-09-20 QuietMisdreavusundo some tweaks to build_impl
2018-09-20 QuietMisdreavusdon't record an external trait if it's not external
2018-09-20 QuietMisdreavusonly move access_levels/external_traits after early...
2018-09-20 QuietMisdreavusignore rustdoc/doc-proc-macro on stage1
2018-09-20 QuietMisdreavusprint local inlined consts via the HIR map
2018-09-20 QuietMisdreavusrustdoc: collect trait impls as an early pass
2018-09-20 borsAuto merge of #54255 - spastorino:use-of-moved-value...
2018-09-20 borsAuto merge of #54241 - vi:suggest_with_applicability...
2018-09-20 borsAuto merge of #54301 - alexcrichton:update-curl, r...
2018-09-20 Alex CrichtonUpdate some `*-sys` dependencies of Cargo/RLS
2018-09-20 borsAuto merge of #54211 - nnethercote:keccak-Liveness...
2018-09-19 Santiago PastorinoAdd regression test for thread local static mut borrows
2018-09-19 borsAuto merge of #54174 - parched:park, r=alexcrichton
2018-09-19 Tom TromeyPass --batch to gdb
2018-09-19 Artyom PavlovAdded tracking issue, fixed check, 1.30 -> 1.31
2018-09-19 borsAuto merge of #54101 - osa1:issue_54099, r=nikomatsakis
2018-09-19 Eduard-Mihai... rustc: future-proof error reporting for polymorphic...
2018-09-19 borsAuto merge of #53877 - withoutboats:compositional-pin...
2018-09-19 borsAuto merge of #54318 - nnethercote:use-HybridBitSet...
2018-09-19 borsAuto merge of #53995 - davidtwco:issue-53807, r=nikomat...
2018-09-18 Erich CordobaRemove unneeded clone() from tests
2018-09-18 Taylor CramerCleanup Deref impls and add ?Sized bound to &mut T...
2018-09-18 steveklabnikUpdate The Book to latest
2018-09-18 memoryruinsUse expr's span
2018-09-18 memoryruinsSet diagnostic applicability based on array length
2018-09-18 James DuleyExpand synchronization comments in `park`/`unpark`
2018-09-18 David WoodSwitched from FxHashMap to BTreeMap to preserve orderin...
2018-09-18 David WoodDe-duplicate moved variable errors.
2018-09-18 David WoodLog when buffering a diagnostic.
2018-09-18 borsAuto merge of #54034 - pnkfelix:issue-15287-bind-by...
2018-09-18 borsAuto merge of #54319 - GuillaumeGomez:rollup, r=Guillau...
2018-09-18 Taylor CramerRemove outdated rustdoc PinBox tests
2018-09-18 Guillaume GomezRollup merge of #54313 - cgwalters:osstr-ref-cstr,...
2018-09-18 Guillaume GomezRollup merge of #54311 - frewsxcv:frewsxcv-readme,...
2018-09-18 Guillaume GomezRollup merge of #54299 - snaedis:issue-54246, r=varkor
2018-09-18 Guillaume GomezRollup merge of #54273 - csmoe:lint_ty_lit, r=estebank
2018-09-18 Guillaume GomezRollup merge of #54232 - pnkfelix:add-way-to-disable...
2018-09-18 Guillaume GomezRollup merge of #54225 - pnkfelix:issue-53675-add-test...
2018-09-18 Guillaume GomezRollup merge of #54205 - GuillaumeGomez:treat-err-as...
2018-09-18 Guillaume GomezRollup merge of #54097 - GuillaumeGomez:remove-keyword...
2018-09-18 Guillaume GomezRollup merge of #53522 - phungleson:fix-impl-from-for...
2018-09-18 ljedrzA few cleanups and minor improvements to rustc/traits
2018-09-18 Nicholas NethercoteUse `HybridBitSet` for rows within `SparseBitMatrix`.
2018-09-18 Nicholas NethercoteRemove `array_vec.rs`.
2018-09-18 Nicholas NethercoteUse `elem` instead of `bit` consistently for arguments.
2018-09-18 borsAuto merge of #53900 - davidtwco:issue-53771, r=nikomat...
2018-09-18 borsAuto merge of #54286 - nnethercote:BitSet, r=pnkfelix
2018-09-18 Colin WaltersOsStr: Document that it's not NUL terminated
2018-09-18 Corey FarwellRemove REAMDE with now-out-of-date docs about docs.
2018-09-17 Taylor CramerCleanup and fix method resolution issue
2018-09-17 borsAuto merge of #52036 - collin5:b50509-2, r=collin5
2018-09-17 Nicholas NethercoteSome "word"-related improvements.
2018-09-17 Nicholas NethercoteEliminate `BitwiseOperator`.
2018-09-17 Nicholas NethercoteMerge indexed_set.rs into bitvec.rs, and rename it...
2018-09-17 borsAuto merge of #54277 - petrochenkov:afterder, r=alexcri...
2018-09-17 Vitaly _Vi... Whitespace fix again.
2018-09-17 Santiago PastorinoInspect parents paths when checking for moves
2018-09-17 Alva Snædíslibsyntax: add optional help message for deprecated...
2018-09-17 Ralf Jungmiri: correctly compute expected alignment for field
2018-09-17 borsAuto merge of #54293 - flip1995:clippyup, r=Manishearth
2018-09-17 flip1995Update Clippy
2018-09-17 Vitaly _Vi... Better trick for allowing trailing comma at forward!
2018-09-17 memoryruinsSuggest array indexing when tuple indexing on an array.
2018-09-17 Michael WoeristerSwitch linker for aarch64-pc-windows-msvc from LLD...
2018-09-17 Felix S. Klock IIAdd -Z dont-buffer-diagnostics, a way to force NLL...
2018-09-17 Alva Snædíslibsyntax: fix casing in error message
next