]> git.lizzy.rs Git - rust.git/history - src
Fix a bug with caching ids in the HIR lowering with nested lowered nodes
[rust.git] / src /
2016-01-20 Nick CameronFix a bug with caching ids in the HIR lowering with...
2016-01-18 borsAuto merge of #31000 - bluss:efficient-clone-from-slice...
2016-01-18 Ulrik Sverdrupcore: Restore indexed formulation of clone_from_slice
2016-01-18 borsAuto merge of #30956 - KiChjang:move-tests-to-libcollec...
2016-01-18 borsAuto merge of #30996 - oli-obk:fix/load_range_assert...
2016-01-18 Oliver Schneiderrevert using `trans::Disr` in `LoadRangeAssert`
2016-01-18 borsAuto merge of #30953 - KalitaAlexey:17823-get-rid-of...
2016-01-18 kalita.alexeysimplify E0308 message for primitive types
2016-01-18 borsAuto merge of #30980 - gereeter:fix-btree-iter-variance...
2016-01-18 borsAuto merge of #30973 - SimonSapin:patch-16, r=alexcrichton
2016-01-17 borsAuto merge of #30964 - GuillaumeGomez:patch-5, r=Manish...
2016-01-17 Jonathan SExpand the macro in variance-btree-invariant-types...
2016-01-17 borsAuto merge of #30978 - nikomatsakis:fulfillment-tree...
2016-01-17 Jonathan SFix and test variance of BTreeMap and its companion...
2016-01-17 Keith YeungMove zst test from libcollections to src/test
2016-01-17 Guillaume GomezAdd E0507 error explanation
2016-01-17 borsAuto merge of #30975 - Manishearth:rollup, r=Manishearth
2016-01-17 Niko Matsakisadd fixme number into code
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 Simon SapinFix SocketAddrV6::flowinfo docs
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' Schneideruse 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' Schneidersimplify 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 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
next