]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-01-20 Keith YeungAdd tests for collections to work with ZSTs
2016-01-17 borsAuto merge of #30975 - Manishearth:rollup, r=Manishearth
2016-01-17 Manish GoregaokarRollup merge of #30959 - bluss:bench-resolution, r...
2016-01-17 Manish GoregaokarRollup merge of #30957 - GuillaumeGomez:patch-3, r...
2016-01-17 Manish GoregaokarRollup merge of #30952 - jonastepe:nomicon_vec_zst_code...
2016-01-17 Manish GoregaokarRollup merge of #30949 - MrMormon:patch-1, r=alexcrichton
2016-01-17 Manish GoregaokarRollup merge of #30943 - alexcrichton:stabilize-1.7...
2016-01-17 Manish GoregaokarRollup merge of #30940 - tshepang:extraneous-playpen...
2016-01-17 Manish GoregaokarRollup merge of #30938 - dotdash:zst_void, r=eddyb
2016-01-17 borsAuto merge of #30931 - oli-obk:trans_disr_newtype,...
2016-01-17 borsAuto merge of #30928 - sfackler:any-unsized, r=aturon
2016-01-17 borsAuto merge of #30426 - gereeter:btree-rewrite, r=Gankro
2016-01-17 Jonathan SBTreeMap: Add a test for clone
2016-01-17 Jonathan SRewrite BTreeMap to use parent pointers.
2016-01-16 borsAuto merge of #30567 - steffengy:master, r=alexcrichton
2016-01-16 Ulrik Sverdruptest: Increase resolution of MB/s stat for bench runs...
2016-01-16 borsAuto merge of #30624 - Ticki:specialization, r=alexcrichton
2016-01-16 Jonas TepeFixed indent from tabs to spaces
2016-01-16 Alex Crichtonstd: Stabilize APIs for the 1.7 release
2016-01-16 borsAuto merge of #30934 - oli-obk:simplify_const_eval...
2016-01-16 borsAuto merge of #30533 - nikomatsakis:fulfillment-tree...
2016-01-16 Guillaume GomezFix typo
2016-01-16 Oliver 'ker... use a newtype for the variant discriminant instead...
2016-01-16 Niko MatsakisAdd regression tests for #29859. However #29859 is...
2016-01-16 borsAuto merge of #30946 - antonblanchard:powerpc64_merge2...
2016-01-16 Oliver 'ker... simplify some code
2016-01-16 Jonas Tepeadded zst iterator additions to final code
2016-01-16 Jonas TepeSemicolon was at wrong place in let statement
2016-01-16 borsAuto merge of #30939 - shepmaster:btreeset-insert-retur...
2016-01-16 Niko MatsakisDocument `ObligationForest` better.
2016-01-16 Niko MatsakisPacify tidy.
2016-01-16 Niko MatsakisImplement a hacky version of the DAG support we ultimat...
2016-01-16 Niko MatsakisDetect cycles and specialize error reporting for Sized...
2016-01-16 Niko MatsakisPermit coinductive match only for purely OIBIT backtraces.
2016-01-16 Niko MatsakisFix bug in new stall checking code, it should consider...
2016-01-16 Niko Matsakisfallout from removing the `errors_will_be_reported...
2016-01-16 Niko Matsakisonly insert global predicates into the global cache...
2016-01-16 Niko Matsakisenable coinductive reasoning for structural traits...
2016-01-16 borsAuto merge of #30935 - ollie27:pad_int, r=alexcrichton
2016-01-16 borsAuto merge of #30930 - oli-obk:fix/30887, r=arielb1
2016-01-16 TickiMake style more uniform, add tests for specialization...
2016-01-16 TickiOveride methods in iterator implementation for EscapeDe...
2016-01-16 borsAuto merge of #30908 - petrochenkov:backtrace, r=alexcr...
2016-01-16 Joshua Olsonadded link for issue mentioned in readme
2016-01-16 borsAuto merge of #30896 - petrochenkov:vkindmeta, r=alexcr...
2016-01-16 borsAuto merge of #30740 - bluss:ascii-is-the-best, r=brson
2016-01-15 Anton BlanchardUpdate libc
2016-01-15 borsAuto merge of #30878 - brson:raw-pointer-derive, r...
2016-01-15 borsAuto merge of #30446 - michaelwu:associated-const-type...
2016-01-15 borsAuto merge of #30890 - nagisa:mir-tuple-adts, r=nikomat...
2016-01-15 Simonas KazlauskasAdd some tests for non-trivial ADTs
2016-01-15 Simonas KazlauskasFix type retrieval for Switch translation
2016-01-15 Simonas KazlauskasFix translation for all other discriminated ADTs
2016-01-15 borsAuto merge of #30773 - fhahn:test-fix, r=alexcrichton
2016-01-15 Björn SteinbrinkTranslate zero-sized return types as void
2016-01-15 Tshepang Lekhonkhoberustdoc: remove extraneous whitespace inserted in playp...
2016-01-15 Vadim PetrochenkovPreserve struct/variant kinds in metadata
2016-01-15 Jake GouldingBTreeSet::insert returns false when key already exists
2016-01-15 Vadim Petrochenkovlibbacktrace: Reapply Rust-specific changes
2016-01-15 Simonas KazlauskasGenerate ADTs for tuple-like constructors instead
2016-01-15 borsAuto merge of #30898 - petrochenkov:tvarfstab, r=alexcr...
2016-01-15 Oliver MiddletonRename is_positive argument in fmt::Formatter::pad_integral
2016-01-15 Oliver Schneidermove const block checks before lowering step
2016-01-15 borsAuto merge of #30929 - Manishearth:rollup, r=Manishearth
2016-01-15 Manish GoregaokarRollup merge of #30925 - semarie:blksize_t, r=alexcrichton
2016-01-15 Manish GoregaokarRollup merge of #30864 - jseyfried:no_record_exports...
2016-01-15 Manish GoregaokarRollup merge of #30836 - Luke-Nukem:master, r=steveklabnik
2016-01-15 Manish GoregaokarRollup merge of #30787 - nikomatsakis:future-incompatib...
2016-01-15 Manish GoregaokarRollup merge of #30781 - dhuseby:add_dragonflybsd_snaps...
2016-01-15 Manish GoregaokarRollup merge of #30776 - antonblanchard:powerpc64_merge...
2016-01-15 Manish GoregaokarRollup merge of #30591 - SimonSapin:patch-15, r=aturon
2016-01-15 Steven FacklerImplement Any for unsized types
2016-01-15 borsAuto merge of #30763 - gchp:issue/30033, r=nagisa
2016-01-15 borsAuto merge of #30711 - nrc:json-errs, r=huonw
2016-01-15 Nick CameronAddress reviewer comments
2016-01-15 Luke JonesClarify what a crate is, within the "Getting Started...
2016-01-14 Jeffrey Seyfriedresolve: Remove record_exports, fixes #4953
2016-01-14 Michael WuSupport generic associated consts
2016-01-14 borsAuto merge of #30916 - steveklabnik:rollup, r=steveklabnik
2016-01-14 Brian Andersonrustc: Fix bugs in renamed and removed lints and re...
2016-01-14 Nick CameronAdd a test
2016-01-14 Nick CameronImplement JSON error emission
2016-01-14 Nick CameronAdd an --output option for specifying an error emitter
2016-01-14 Nick CameronAdd a JSON error emitter
2016-01-14 borsAuto merge of #30913 - brson:nogold, r=alexcrichton
2016-01-14 Steve KlabnikRollup merge of #30914 - tshepang:easier-description...
2016-01-14 Steve KlabnikRollup merge of #30912 - tshepang:remove-distraction...
2016-01-14 Steve KlabnikRollup merge of #30911 - tshepang:missing-word, r=Manis...
2016-01-14 Steve KlabnikRollup merge of #30910 - tshepang:improve-description...
2016-01-14 Steve KlabnikRollup merge of #30909 - tshepang:a-better-name, r...
2016-01-14 Steve KlabnikRollup merge of #30903 - steveklabnik:no_std_stable...
2016-01-14 Steve KlabnikRollup merge of #30902 - tomaka:patch-1, r=steveklabnik
2016-01-14 Steve KlabnikRollup merge of #30895 - gchp:contrib, r=alexcrichton
2016-01-14 Steve KlabnikRollup merge of #30712 - LawrenceWoodman:patch-3, r...
2016-01-14 Tshepang Lekhonkhobedoc: this is more easy to read, and less prone mis...
2016-01-14 Brian AndersonRevert "Link with ld.gold by default"
2016-01-14 Sébastien Marieupdate blksize_t in raw to reflect libc change under...
2016-01-14 Tshepang Lekhonkhobedoc: that suffix serves as mere distraction
2016-01-14 Tshepang Lekhonkhobedoc: add missing word
2016-01-14 Tshepang Lekhonkhobedoc: "x" is used as variable name on this API, so avoid...
next