]> git.lizzy.rs Git - rust.git/history - src
Add `Copy` to the traits that are automatically implemented for tuples
[rust.git] / src /
2016-04-06 Tobias BucherAdd `Copy` to the traits that are automatically impleme...
2016-04-06 borsAuto merge of #32767 - Manishearth:breakingbatch, r...
2016-04-06 Manish GoregaokarRollup merge of #32570 - eddyb:tis-but-a-front, r=nikom...
2016-04-06 Manish GoregaokarRollup merge of #32682 - petrochenkov:field3, r=Manishearth
2016-04-06 Eduard Burtescurustc: retire hir::map's paths.
2016-04-06 Vadim PetrochenkovMove span into `StructField`
2016-04-06 Vadim PetrochenkovGet rid of ast::StructFieldKind
2016-04-06 Eduard Burtescurustc: move some maps from ty to hir.
2016-04-06 Eduard Burtescurustc: move middle::{def,def_id,pat_util} to hir.
2016-04-06 Eduard Burtescusyntax: dismantle ast_util.
2016-04-06 Eduard Burtescurustc: dismantle hir::util, mostly moving functions...
2016-04-06 Eduard Burtescurustc: move rustc_front to rustc::hir.
2016-04-06 borsAuto merge of #32688 - jseyfried:ast_groundwork_for_142...
2016-04-05 borsAuto merge of #32415 - alexcrichton:android-signal...
2016-04-05 borsAuto merge of #32743 - Manishearth:rollup, r=Manishearth
2016-04-05 borsAuto merge of #32742 - eddyb:cast-fns, r=dotdash
2016-04-05 Manish GoregaokarRollup merge of #32715 - nrc:rustdoc-highlight, r=cmr
2016-04-05 Manish GoregaokarRollup merge of #32714 - nrc:json-err-end-span, r=sfackler
2016-04-05 Manish GoregaokarRollup merge of #32712 - jonas-schievink:autoderef...
2016-04-05 Manish GoregaokarRollup merge of #32710 - jonas-schievink:consider-last...
2016-04-05 Manish GoregaokarRollup merge of #32692 - sfackler:time-inline, r=alexcr...
2016-04-05 Manish GoregaokarRollup merge of #32686 - mneumann:dragonfly_jemalloc_pr...
2016-04-05 Manish GoregaokarRollup merge of #32685 - dhuseby:add_freebsd_i686_snaps...
2016-04-05 Manish GoregaokarRollup merge of #32678 - mitaa:rdoc-stripped, r=alexcri...
2016-04-05 Manish GoregaokarRollup merge of #32675 - dhuseby:snapshots-01-04-16...
2016-04-05 Manish GoregaokarRollup merge of #32596 - soltanmm:lazy, r=nikomatsakis
2016-04-05 Manish GoregaokarRollup merge of #32403 - vlastachu:super_in_path, r...
2016-04-05 borsAuto merge of #29463 - jseyfried:master, r=nikomatsakis
2016-04-05 Eduard Burtescutrans: don't declare symbols that were already imported.
2016-04-05 vlastachuFixes bug which accepting using `super` in use statemet.
2016-04-05 Alex Crichtonstd: Fix linking against `signal` on Android
2016-04-05 borsAuto merge of #32328 - jseyfried:coherence, r=nikomatsakis
2016-04-04 borsAuto merge of #32647 - Amanieu:checked_atomic_intrinsic...
2016-04-04 Dave Husebyadds dragonflybsd and freebsd to snapshots.txt
2016-04-04 Masood MalekghassemiAddress nits
2016-04-04 borsAuto merge of #32582 - nikomatsakis:issue-32326, r...
2016-04-04 Niko Matsakisadd error code to test
2016-04-04 Niko Matsakisfix corner case around top of stack
2016-04-04 Niko Matsakisprocess cycles as soon as they are detected
2016-04-04 borsAuto merge of #32644 - oli-obk:check_all_constants_earl...
2016-04-04 Jonas SchievinkJust use Some(()) instead
2016-04-04 Jonas Schievinkuse `unwrap_or`
2016-04-04 Jonas SchievinkBeef up test
2016-04-03 Nick Cameronrustdoc: factor out function for getting inner html...
2016-04-03 Nick CameronGive better spans for SpanEnd errors
2016-04-03 Amanieu d'AntrasAdd compile-fail test
2016-04-03 borsAuto merge of #32676 - durka:patch-18, r=alexcrichton
2016-04-03 Jonas SchievinkAutoderef when suggesting to call `(self.field)`
2016-04-03 Jonas SchievinkFix "consider removing this semicolon" help
2016-04-03 borsAuto merge of #32672 - ollie27:patch-5, r=alexcrichton
2016-04-03 borsAuto merge of #32210 - Aatch:mir-traversal, r=nikomatsakis
2016-04-03 Oliver Schneidercheck constants even if they are unused in the current...
2016-04-03 borsAuto merge of #32168 - alexcrichton:fix-filecheck,...
2016-04-03 borsAuto merge of #32579 - michaelwoerister:stable-symbol...
2016-04-03 Michael WoeristerAdd run-make test for stable symbol-name generation.
2016-04-03 Steven FacklerInline Duration constructors and accessors
2016-04-03 James MillerUse a BitVector instead of Vec<bool> for recording...
2016-04-03 borsAuto merge of #32633 - frewsxcv:map-values-mut, r=alexc...
2016-04-02 borsAuto merge of #32667 - dotdash:def_dec, r=nagisa
2016-04-02 Jeffrey SeyfriedAdd `Crate` and `Restricted` variants to `ast::Visibility`
2016-04-02 Jeffrey SeyfriedMake `ast::Visibility` non-copyable
2016-04-02 Jeffrey SeyfriedRemove `ast::Visibility::inherit_from` (it is unused...
2016-04-02 borsAuto merge of #32598 - alexcrichton:rustbuild-osx,...
2016-04-02 Michael NeumannPrefix jemalloc on DragonFly to prevent segfaults.
2016-04-02 Dave Husebyadding freebsd i686 snapshot 4d3eebf
2016-04-02 borsAuto merge of #32562 - ben0x539:bug-macro, r=nikomatsakis
2016-04-02 mitaaSlim down `rustdoc::html::render::Context`
2016-04-02 mitaaRefactor `HiddenStructField` into `StrippedItem`
2016-04-02 mitaaMake the rendering process less pass-aware
2016-04-02 borsAuto merge of #32549 - respeccing:rust_backtrace_disabl...
2016-04-02 Alex Burkaadd missing spaces in #16758 warning
2016-04-02 borsAuto merge of #32334 - tbu-:pr_ipv6_octets, r=aturon
2016-04-02 borsAuto merge of #32666 - Manishearth:rollup, r=Manishearth
2016-04-01 Oliver MiddletonFix a couple of dead links on core::num::ParseFloatErro...
2016-04-01 Corey FarwellImplement `values_mut` on `BTreeMap`.
2016-04-01 Corey FarwellImplement `values_mut` on `HashMap`.
2016-04-01 Manish GoregaokarRollup merge of #32656 - tbu-:pr_ty_outdated_comment...
2016-04-01 Manish GoregaokarRollup merge of #32654 - tbu-:pr_doc_joinhandleext...
2016-04-01 Manish GoregaokarRollup merge of #32652 - VFLashM:refcell_ref_coercion...
2016-04-01 borsAuto merge of #32544 - alexcrichton:rustbuild-dist...
2016-04-01 Michael WoeristerFix typo in TxCtxt::crate_disambiguator().
2016-04-01 Alex Crichtonrustbuild: Fix dist for non-host targets
2016-04-01 Björn SteinbrinkStop accepting declarations when looking for definitions
2016-04-01 Manish GoregaokarRollup merge of #32645 - asomers:master, r=alexcrichton
2016-04-01 Manish GoregaokarRollup merge of #32642 - Amanieu:doc_fixes, r=apasel422
2016-04-01 Manish GoregaokarRollup merge of #32641 - tbu-:pr_e0277, r=pnkfelix
2016-04-01 Manish GoregaokarRollup merge of #32640 - jseyfried:remove_println,...
2016-04-01 Manish GoregaokarRollup merge of #32629 - mbrubeck:nomicon-version,...
2016-04-01 Manish GoregaokarRollup merge of #32622 - tyoc213:rust-beginners, r...
2016-04-01 borsAuto merge of #32643 - Amanieu:arc_compare_exchange...
2016-04-01 borsAuto merge of #32635 - gereeter:hashmap-iter-variance...
2016-04-01 borsAuto merge of #32586 - seanmonstar:speialize-to-string...
2016-04-01 borsAuto merge of #32550 - tbu-:pr_ref_cell_as_unsafe_cell...
2016-03-31 borsAuto merge of #32506 - petrochenkov:use, r=Manishearth
2016-03-31 Emanuel Cziraiallow RUST_BACKTRACE=0 to act as if unset
2016-03-31 Benjamin Herrlibrustc: excise Session's now-unused bug methods
2016-03-31 Benjamin Herrlibrustc_const_eval: use bug!(), span_bug!()
2016-03-31 Benjamin Herrlibrustc_trans: use bug!(), span_bug!()
2016-03-31 Benjamin Herrlibrustc_typeck: use bug!(), span_bug!()
2016-03-31 Benjamin Herrlibrustc_save_analysis: remove duplicate macro def
next