]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #64518 - spastorino:while-let-to-iterate-over-proj-slice, r=oli-obk
[rust.git] / src /
2019-09-16 Mazdak FarrokhzadRollup merge of #64518 - spastorino:while-let-to-iterat...
2019-09-16 Mazdak FarrokhzadRollup merge of #64509 - varkor:convert-identity-doc...
2019-09-16 Mazdak FarrokhzadRollup merge of #64485 - RalfJung:miri, r=alexcrichton
2019-09-16 Mazdak FarrokhzadRollup merge of #64357 - rust-lang:adt-docs-fix, r...
2019-09-16 Santiago PastorinoUse while let slice_pattern instead of carrying an...
2019-09-16 Ralf Jungupdate miri for latest breakage
2019-09-16 Ralf Jungwith byteorder 1.3, the i128 feature is a NOP
2019-09-16 Ralf Jungupdate miri
2019-09-16 Mazdak Farrokhzad`AdtDef` is an algebraic data type, not abstract data...
2019-09-16 borsAuto merge of #64510 - Centril:rollup-m03zsq8, r=Centril
2019-09-16 Mazdak FarrokhzadRollup merge of #64504 - guanqun:use-println-without...
2019-09-16 Mazdak FarrokhzadRollup merge of #64499 - nnethercote:use-Symbol-in...
2019-09-16 Mazdak FarrokhzadRollup merge of #64497 - nnethercote:fix-64339, r=petro...
2019-09-16 Mazdak FarrokhzadRollup merge of #64467 - Mark-Simulacrum:hide-cfg-failu...
2019-09-16 Mazdak FarrokhzadRollup merge of #64451 - RalfJung:miri-manifest, r...
2019-09-16 Mazdak FarrokhzadRollup merge of #64446 - ehuss:fix-sanitizer-build...
2019-09-16 Mazdak FarrokhzadRollup merge of #64444 - RalfJung:no-backtrace, r=alexc...
2019-09-16 Mazdak FarrokhzadRollup merge of #64119 - pietroalbini:validate-toolstat...
2019-09-16 Mazdak FarrokhzadRollup merge of #64028 - Centril:stabilize-alloc-new...
2019-09-16 Mazdak FarrokhzadRollup merge of #63955 - RalfJung:intern, r=oli-obk
2019-09-16 Mazdak FarrokhzadConst-stabilize `String::new`.
2019-09-16 Mazdak FarrokhzadConst-stabilize `Vec::new`.
2019-09-16 varkorMake some adjustments to the documentation for `std...
2019-09-16 Ralf Jungavoid #[cfg] in favor of cfg!
2019-09-16 Pietro Albinici: remove projektir from toolstate notifications
2019-09-16 Pietro Albinici: convert maintainer list in publish_toolstate to...
2019-09-16 Pietro Albinici: address publish_toolstate review comments
2019-09-16 Pietro Albinici: rename Gankro to Gankra in toolstate
2019-09-16 Pietro Albinici: ensure all tool maintainers are assignable on issues
2019-09-16 borsAuto merge of #64381 - mati865:rand, r=alexcrichton
2019-09-16 borsAuto merge of #64383 - pcpthm:btreeset-size-hint, r...
2019-09-16 Nicholas NethercoteUse `Symbol` in two more functions.
2019-09-16 pcpthmImprove BTreeSet::Intersection::size_hint
2019-09-16 Nicholas NethercoteDon't print the "total" `-Ztime-passes` output if ...
2019-09-16 borsAuto merge of #64487 - Xanewok:update-rls, r=jonas...
2019-09-15 Mark RousskovHide diagnostics emitted during --cfg parsing
2019-09-15 borsAuto merge of #64491 - Centril:rollup-21wkl69, r=Centril
2019-09-15 Mazdak FarrokhzadRollup merge of #64472 - Mark-Simulacrum:unused-parens...
2019-09-15 Mazdak FarrokhzadRollup merge of #64250 - Xanewok:save-analysis-assoc...
2019-09-15 Mazdak FarrokhzadRollup merge of #63872 - marmistrz:readdir, r=jonas...
2019-09-15 borsAuto merge of #64474 - Mark-Simulacrum:permit-err-overl...
2019-09-15 Guanqun Luuse println!()
2019-09-15 Igor MatuszewskiUpdate RLS
2019-09-15 Mark RousskovPermit impls referencing errors to overlap
2019-09-15 Ralf Jungupdate intern classification comment
2019-09-15 Ralf Jungexplain ty == None
2019-09-15 Ralf Jungassert that nobody asks for mutable constants
2019-09-15 Ralf Jungnote a FIXME
2019-09-15 Ralf Jungrelocations -> allocations
2019-09-15 borsAuto merge of #64483 - petrochenkov:expectattr2, r...
2019-09-15 Ralf Jungdrop redundant ParamEnv, and avoid constructing InternV...
2019-09-15 Ralf Jungall memory behind a constant must be immutable
2019-09-15 Ralf Jungconst interning: move mutability computation into inter...
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 Mark RousskovDon't mark expression with attributes as not needing...
2019-09-14 Igor Matuszewskisave-analysis: Process bounds in impl trait only in...
2019-09-14 Igor Matuszewskisave-analysis: Deduplicate lookup_{d,r}ef_id functions
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...
next