]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-08-28 Jeffrey SeyfriedRollup merge of #35850 - SergioBenitez:master, r=nrc
2016-08-28 Jeffrey SeyfriedRollup merge of #35728 - petrochenkov:empderive, r...
2016-08-28 Jeffrey SeyfriedRollup merge of #35480 - KiChjang:e0379-bonus, r=nikoma...
2016-08-28 Jeffrey SeyfriedRollup merge of #35618 - jseyfried:ast_view_path_refact...
2016-08-28 Jeffrey SeyfriedRollup merge of #35591 - GuillaumeGomez:generics_span...
2016-08-28 Keith YeungAdd UI test for E0379
2016-08-28 Keith YeungChange Constness to Spanned<Constness>
2016-08-28 Keith YeungMove E0379 check from typeck to ast validation
2016-08-28 borsAuto merge of #36027 - eddyb:unsized-prefix, r=nagisa
2016-08-27 borsAuto merge of #36049 - jonathandturner:rollup, r=jonath...
2016-08-27 Jonathan TurnerRollup merge of #36044 - mikhail-m1:master, r=jonathand...
2016-08-27 Jonathan TurnerRollup merge of #36003 - GuillaumeGomez:err_codes,...
2016-08-27 Jonathan TurnerRollup merge of #35989 - 0xmohit:pr/error-code-E0453...
2016-08-27 Jonathan TurnerRollup merge of #35985 - 0xmohit:pr/error-code-E0277...
2016-08-27 Jonathan TurnerRollup merge of #35980 - kyrias:E0094-underline, r...
2016-08-27 Jonathan TurnerRollup merge of #35657 - ahmedcharles:e0389, r=jonathan...
2016-08-27 borsAuto merge of #35674 - ahmedcharles:rpass, r=alexcrichton
2016-08-27 Mikhail Modinupdate error E0450 to new format
2016-08-27 borsAuto merge of #35969 - bluss:memrchr-alignment, r=nagisa
2016-08-27 borsAuto merge of #36030 - Manishearth:rollup, r=Manishearth
2016-08-27 Manish GoregaokarFixup rustbuild on #35124
2016-08-27 borsAuto merge of #35877 - KiChjang:issue-35869, r=arielb1
2016-08-27 Eduard Burtescurustc_trans: don't round up the DST prefix size to...
2016-08-27 Manish GoregaokarRollup merge of #36014 - slash3g:stabilize-type-macros...
2016-08-27 Manish GoregaokarRollup merge of #36005 - apasel422:traitobj, r=alexcrichton
2016-08-27 Manish GoregaokarRollup merge of #36004 - petrochenkov:hashloan, r=arielb1
2016-08-27 Manish GoregaokarRollup merge of #36002 - eddyb:abstract-kindness, r...
2016-08-27 Manish GoregaokarRollup merge of #35953 - Aatch:better-missing-block...
2016-08-27 Manish GoregaokarRollup merge of #35877 - KiChjang:issue-35869, r=arielb1
2016-08-27 Manish GoregaokarRollup merge of #35124 - steveklabnik:remove_style...
2016-08-27 borsAuto merge of #35542 - scottcarr:visitor_refactor,...
2016-08-26 borsAuto merge of #36008 - eddyb:compound-fail, r=michaelwo...
2016-08-26 Eduard Burtescurustc: use Vec<Kind> in Substs, where Kind is a &TyS...
2016-08-26 Eduard Burtescurustc: pass ty::Region behind an interned 'tcx reference.
2016-08-26 Eduard Burtescurustc: use accessors for Substs::{types,regions}.
2016-08-26 Scott A Carrfix port for visit_statement
2016-08-26 Guillaume GomezAdd new error code tests
2016-08-26 Guillaume GomezSmall error code explanations improvements
2016-08-26 Daniele BaracchiStabilize type-macros
2016-08-26 Andrew PaseltinerReplace unnecessary uses of `TraitObject` with casts
2016-08-26 borsAuto merge of #35975 - jonathandturner:error_buffering...
2016-08-26 Eduard BurtescuDo not emit "class method" debuginfo for types that...
2016-08-26 borsAuto merge of #35906 - jseyfried:local_prelude, r=eddyb
2016-08-26 Mohit AgarwalUpdate E0453 to new error format
2016-08-25 borsAuto merge of #35885 - durka:gh35753, r=arielb1
2016-08-25 Vadim Petrochenkovrustc_borrowck: Don't hash types in loan paths
2016-08-25 Guillaume GomezAdd E0525 error explanation
2016-08-25 Jonathan Turnerprevent error message interleaving on win/unix
2016-08-25 Sergio BenitezImplement RFC#1559: allow all literals in attributes.
2016-08-25 Steve KlabnikAlso remove build steps for style
2016-08-25 Steve KlabnikRemove style guide.
2016-08-25 borsAuto merge of #34923 - eddyb:deny-fn-item-transmute...
2016-08-25 Alex Burkause file!() even though it shouldn't be necessary
2016-08-25 borsAuto merge of #35884 - habnabit:freebsd-arc4rand, r...
2016-08-25 Mohit AgarwalUpdate E0277 to new error format
2016-08-25 borsAuto merge of #35979 - Manishearth:rollup, r=Manishearth
2016-08-25 Manish GoregaokarRollup merge of #35955 - frewsxcv:idiomatic-methods...
2016-08-25 Manish GoregaokarRollup merge of #35947 - SimonSapin:decodeutf8-error...
2016-08-25 Manish GoregaokarRollup merge of #35916 - eddyb:mir-no-dead-allocas...
2016-08-25 Manish GoregaokarRollup merge of #35867 - frewsxcv:rustdoc-cleanup,...
2016-08-25 Manish GoregaokarRollup merge of #35238 - vadimcn:macro-debug-locs,...
2016-08-25 Johannes LöthbergMake E0094 underline better
2016-08-25 Vadim ChugunovFix debug line info for macro expansions.
2016-08-25 Corey FarwellImplement `From<ast::FloatTy>` for `PrimitiveType`.
2016-08-25 Corey FarwellImplement `From<ast::UintTy>` for `PrimitiveType`.
2016-08-25 Corey FarwellImplement `From<ast::IntTy>` for `PrimitiveType`.
2016-08-25 Corey FarwellRemove unnecessary 'Primitive' prefix on `PrimitiveType...
2016-08-25 Corey FarwellStop reexporting `PrimitiveType` enum in librustdoc.
2016-08-25 Corey FarwellMigrate ItemType::from_type_kind to convert::From.
2016-08-25 Corey FarwellMigrate ItemType::from_item to convert::From.
2016-08-25 Corey FarwellMigrate Context::maybe_ignore_item method to standalone...
2016-08-25 Corey FarwellMove ItemEnum → Generics logic into method on ItemEnum.
2016-08-25 borsAuto merge of #35814 - alexcrichton:armv7-no-neon,...
2016-08-25 borsAuto merge of #35971 - jonathandturner:rollup, r=jonath...
2016-08-24 Jeffrey SeyfriedRemove needless imports in `libcollections`.
2016-08-24 Jeffrey SeyfriedUse `#[prelude_import]` in `libstd`.
2016-08-24 Jeffrey SeyfriedUse `#[prelude_import]` in `libcore`.
2016-08-24 borsAuto merge of #35764 - eddyb:byegone, r=nikomatsakis
2016-08-24 Ulrik Sverdrupmemrchr: Use a conditional instead of subtracting a...
2016-08-24 Keith YeungMore robust testing
2016-08-24 Keith YeungExtract error reporting into its own fn
2016-08-24 Jonathan TurnerRollup merge of #35961 - 0xmohit:pr/error-codes-E0445...
2016-08-24 Jonathan TurnerRollup merge of #35948 - tshepang:missing-comma, r...
2016-08-24 Jonathan TurnerRollup merge of #35920 - GuillaumeGomez:err_codes,...
2016-08-24 Jonathan TurnerRollup merge of #35876 - matthew-piziak:sub-examples...
2016-08-24 borsAuto merge of #35883 - durka:gh35849, r=eddyb
2016-08-24 Ulrik Sverdrupmemrchr: Correct aligned offset computation
2016-08-24 Mohit AgarwalUpdate E0445 and E0454 to new error format
2016-08-24 Eduard BurtescuRemove AST from metadata except for consts and const...
2016-08-24 Eduard BurtescuRemove drop flags from structs and enums implementing...
2016-08-24 Eduard Burtescurustc_trans: remove the bulk of old trans and most...
2016-08-24 Eduard BurtescuDisable old trans access via -Z orbit, #[rustc_no_mir...
2016-08-24 Guillaume GomezAdd new error code tests
2016-08-24 Guillaume GomezAdd error code test checkup
2016-08-24 Guillaume GomezAdd E0478 error explanation
2016-08-24 borsAuto merge of #35748 - michaelwoerister:fix-rust-gdb...
2016-08-24 Corey FarwellReuse iterator to avoid unnecessary creation.
2016-08-24 Corey FarwellUse idiomatic names for string-related methods names.
2016-08-23 borsAuto merge of #35951 - GuillaumeGomez:rollup, r=Guillau...
2016-08-23 Guillaume GomezRollup merge of #35949 - tshepang:excess, r=GuillaumeGomez
next