]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-09-15 Mazdak Farrokhzador-patterns: `hir::Arm::pats` -> `::pat` + `Arm::top_pa...
2019-09-15 Mazdak Farrokhzador-patterns: remove hack from lowering.
2019-09-15 borsAuto merge of #64483 - petrochenkov:expectattr2, r...
2019-09-15 Vadim Petrochenkovresolve: Remove `!` from "cannot find" diagnostics...
2019-09-15 Vadim Petrochenkovresolve: Tweak "cannot find" wording for attributes
2019-09-15 borsAuto merge of #64469 - matthewjasper:increase-hygiene...
2019-09-15 Matthew JasperRemove `with_legacy_ctxt`
2019-09-15 Matthew JasperGive more `Idents` spans
2019-09-15 Matthew JasperAvoid some unnecessary `&str` to `Ident` conversions
2019-09-15 Matthew JasperPrefer `Symbol` to `Ident` when there's no sensible...
2019-09-15 borsAuto merge of #64478 - Centril:rollup-bnt51w1, r=Centril
2019-09-15 Mazdak FarrokhzadRollup merge of #64475 - guanqun:use-same-name, r=Centril
2019-09-15 Mazdak FarrokhzadRollup merge of #64473 - spastorino:use-try-fold, r...
2019-09-15 Mazdak FarrokhzadRollup merge of #64471 - Mark-Simulacrum:warn-depr...
2019-09-15 Mazdak FarrokhzadRollup merge of #64463 - petrochenkov:expectattr, r...
2019-09-15 Mazdak FarrokhzadRollup merge of #64457 - petrochenkov:macunfield, r...
2019-09-15 borsAuto merge of #60584 - jonas-schievink:ice-panic-hook...
2019-09-14 Mark RousskovWarn on no_start, crate_id attribute use
2019-09-14 Guanqun Lusimply the initialization
2019-09-14 Santiago PastorinoUse try_fold instead of manually carrying an accumulator
2019-09-14 Jonas SchievinkTry to fix the test output normalization
2019-09-14 borsAuto merge of #64466 - Centril:rollup-s3nlb9e, r=Centril
2019-09-14 Mazdak FarrokhzadRollup merge of #64462 - petrochenkov:remattr, r=Centril
2019-09-14 Mazdak FarrokhzadRollup merge of #64406 - Mark-Simulacrum:error-unknown...
2019-09-14 Mazdak FarrokhzadRollup merge of #64290 - Mark-Simulacrum:span-no-main...
2019-09-14 Mazdak FarrokhzadRollup merge of #61797 - Thomasdezeeuw:stablise-weak_pt...
2019-09-14 Vadim Petrochenkovresolve: Tweak some expected/found wording
2019-09-14 Vadim Petrochenkovfeature_gate: Eliminate `check::Context`
2019-09-14 Vadim Petrochenkovfeature_gate: Merge various attribute gating functions
2019-09-14 Vadim Petrochenkovfeature_gate: Remove dead code from attribute checking
2019-09-14 Mark RousskovBan non-extern rust intrinsics
2019-09-14 Mark RousskovProvide a span if main function is not present in crate
2019-09-14 borsAuto merge of #64456 - Centril:rollup-ytqdwaq, r=Centril
2019-09-14 Mazdak FarrokhzadRollup merge of #64439 - 12101111:fix-owned-box, r...
2019-09-14 Mazdak FarrokhzadRollup merge of #64435 - eddyb:arguments-against-arg...
2019-09-14 Mazdak FarrokhzadRollup merge of #64431 - pnkfelix:issue-63479-fnptr...
2019-09-14 Mazdak FarrokhzadRollup merge of #64425 - guanqun:typo-fix, r=matthewjasper
2019-09-14 Mazdak FarrokhzadRollup merge of #64423 - ollie27:mailmap, r=Mark-Simulacrum
2019-09-14 Mazdak FarrokhzadRollup merge of #64422 - ollie27:error_index_generator_...
2019-09-14 Mazdak FarrokhzadRollup merge of #64420 - nnethercote:inline-mark_neighb...
2019-09-14 Mazdak FarrokhzadRollup merge of #64393 - Wind-River:master_002_envKey...
2019-09-14 Mazdak FarrokhzadRollup merge of #64384 - mati865:tools_hack, r=alexcrichton
2019-09-14 Mazdak FarrokhzadRollup merge of #64378 - Rosto75:master, r=jonas-schievink
2019-09-14 Mazdak FarrokhzadRollup merge of #64375 - kornelski:vecdrop, r=rkruppe
2019-09-14 Mazdak FarrokhzadRollup merge of #64374 - nnethercote:box-DiagnosticBuil...
2019-09-14 Mazdak FarrokhzadRollup merge of #64372 - Wind-River:master, r=alexcrichton
2019-09-14 Mazdak FarrokhzadRollup merge of #64302 - nnethercote:shrink-ObligationC...
2019-09-14 Mazdak FarrokhzadRollup merge of #64203 - alexreg:rush-pr-2, r=centril
2019-09-14 Mazdak FarrokhzadRollup merge of #64116 - ZeGentzy:patch-1, r=oli-obk
2019-09-14 Mazdak FarrokhzadRollup merge of #63846 - DevQps:32626-document-time...
2019-09-14 Vadim Petrochenkovdef_collector: Factor out common field handling code
2019-09-14 Vadim Petrochenkovdef_collector: Do not ICE on attributes on unnamed...
2019-09-14 Alexander RegueiroUpdate src/liballoc/raw_vec.rs
2019-09-14 borsAuto merge of #64080 - estebank:parse-format-comma...
2019-09-14 Hal GentzUpdate value.rs
2019-09-13 12101111add trailing newline
2019-09-13 12101111add ui test for #64430
2019-09-13 12101111fix #64430
2019-09-13 Eduard-Mihai... codegen: use "_N" (like for other locals) instead of...
2019-09-13 borsAuto merge of #63420 - spastorino:place2_5, r=oli-obk
2019-09-13 Felix S. Klock IIRegression tests for fn ptr and `#[structural_match...
2019-09-13 Felix S. Klock IIMake fn ptr always structural match, regardless of...
2019-09-13 Christian VeenmanUpdate src/libstd/time.rs
2019-09-13 Santiago PastorinoMake all projection base names be proj_base
2019-09-13 Santiago PastorinoUse if let here
2019-09-13 Santiago PastorinoFix style in comments
2019-09-13 Santiago PastorinoAvoid math and use patterns to grab projection base
2019-09-13 Oliver MiddletonAdd self to .mailmap
2019-09-13 Oliver MiddletonRemove raw string literal quotes from error index descr...
2019-09-13 Guanqun Lutypo fix
2019-09-13 borsAuto merge of #64254 - aleksijuvani:fix-macos-sysroot...
2019-09-13 Nicholas NethercoteInline `mark_neighbours_as_waiting_from`.
2019-09-13 borsAuto merge of #64361 - ehuss:update-cargo, r=alexcrichton
2019-09-12 borsAuto merge of #64360 - varkor:foreign-items-diagnostic...
2019-09-12 Santiago PastorinoDestructure instead of using split_at
2019-09-12 Santiago PastorinoUse fold
2019-09-12 Eduard-Mihai... codegen: be more explicit about setting giving names...
2019-09-12 Aleksi JuvaniIgnore linker env vars set for macOS on iOS targets
2019-09-12 borsAuto merge of #64359 - varkor:opaque-ty-in-extern,...
2019-09-12 Mateusz MikułaTrim rustc-workspace-hack
2019-09-12 Aleksi JuvaniRemove env vars instead of setting them to an empty...
2019-09-12 borsAuto merge of #64328 - Mark-Simulacrum:rustdoc-find...
2019-09-12 borsAuto merge of #64303 - nnethercote:avoid-more-Symbol...
2019-09-12 BaoshanMerge pull request #22 from Wind-River/master_002
2019-09-11 borsAuto merge of #64334 - jyao1:i686-master, r=joshtriplett
2019-09-11 Nicholas NethercoteBox `DiagnosticBuilder`.
2019-09-11 Santiago PastorinoMake Place Boxed on Statement to reduce size from 64...
2019-09-11 KornelGuarantee vec.clear/truncate is O(1) for trivial types
2019-09-11 borsAuto merge of #64271 - Centril:non-exhaustive-peel...
2019-09-11 borsAuto merge of #64154 - alexcrichton:std-backtrace,...
2019-09-11 Tomasz RóżańskiFix inconsistent link formatting.
2019-09-11 Baoshan Pangdeclare EnvKey before use to fix build error
2019-09-11 BaoshanMerge pull request #21 from rust-lang/master
2019-09-11 Nicholas NethercoteAvoid two `Symbol::as_str()` calls.
2019-09-11 Nicholas NethercoteUse `Symbol` in `external_path()`.
2019-09-11 Nicholas NethercoteUse `Symbol` in `weak_lang_items!`.
2019-09-11 Nicholas NethercoteUse `ast::Name` in `report_ambiguous_associated_type()`.
2019-09-11 Nicholas NethercoteUse `Symbol` in `Linker`.
2019-09-11 Nicholas NethercoteStore `InternedString`s in `AssertModuleSource::availab...
2019-09-11 BaoshanMerge pull request #20 from Wind-River/rand
next