]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-04-11 Alex Crichtonrustdoc: Fix testing no_run code blocks
2016-04-07 borsAuto merge of #32794 - Manishearth:rollup, r=Manishearth
2016-04-07 Manish GoregaokarRollup merge of #32789 - jseyfried:fix_duplicate_resolv...
2016-04-07 Manish GoregaokarRollup merge of #32757 - taralx:patch-1, r=brson
2016-04-07 Manish GoregaokarRollup merge of #32748 - aturon:simplified-spec, r...
2016-04-07 Manish GoregaokarRollup merge of #32745 - Amanieu:arc_fix, r=alexcrichton
2016-04-07 Manish GoregaokarRollup merge of #32699 - bluss:slice-memcmp, r=alexcrichton
2016-04-07 Manish GoregaokarRollup merge of #32674 - jseyfried:1422_groundwork...
2016-04-07 borsAuto merge of #32583 - arielb1:need-a-bound, r=nikomatsakis
2016-04-07 Ariel Ben-Yehudatest the substs ppaux code both with and without -Z...
2016-04-07 borsAuto merge of #32649 - Amanieu:intrinsic_monomorphizati...
2016-04-07 Jeffrey SeyfriedFix tidy errors
2016-04-07 Jeffrey SeyfriedFix fallout in tests
2016-04-07 Jeffrey SeyfriedAdd test for #30079
2016-04-07 Jeffrey SeyfriedImprove `PrivateItemsInPublicInterfacesVisitor`
2016-04-07 Jeffrey SeyfriedUse the node id from the `Restricted` variant when...
2016-04-07 Jeffrey SeyfriedMake `hir::Visibility` non-copyable and add `ty::Visibi...
2016-04-07 Jeffrey SeyfriedRefactor away `hir::Visibility::inherit_from`
2016-04-07 Jeffrey SeyfriedImprove path resolution diagnostics
2016-04-07 borsAuto merge of #32230 - GuillaumeGomez:extend_css, r...
2016-04-06 borsAuto merge of #32778 - steveklabnik:rollup, r=steveklabnik
2016-04-06 Steve KlabnikRollup merge of #32774 - tbu-:pr_doc_tuple_copy, r...
2016-04-06 Steve KlabnikRollup merge of #32766 - nikomatsakis:constant-pattern...
2016-04-06 Steve KlabnikRollup merge of #32761 - tshepang:assert, r=steveklabnik
2016-04-06 Steve KlabnikRollup merge of #32744 - GuillaumeGomez:patch-3, r...
2016-04-06 Steve KlabnikRollup merge of #32727 - matklad:fix-comment, r=alexcri...
2016-04-06 Steve KlabnikRollup merge of #32724 - sanxiyn:outdated-comment,...
2016-04-06 Steve KlabnikRollup merge of #32691 - frewsxcv:patch-28, r=alexcrichton
2016-04-06 Steve KlabnikRollup merge of #32679 - tclfs:patch-1, r=steveklabnik
2016-04-06 Steve KlabnikRollup merge of #32668 - frewsxcv:hashmap-address-fixme...
2016-04-06 Steve KlabnikRollup merge of #32634 - varunvats:docs-fix, r=steveklabnik
2016-04-06 Steve KlabnikRollup merge of #32538 - Manishearth:no-data-race,...
2016-04-06 Steve KlabnikRollup merge of #31762 - tshepang:in-which-case, r...
2016-04-06 Tobias BucherAdd `Copy` to the traits that are automatically impleme...
2016-04-06 Amanieu d'AntrasFix LLVM assert when handling bad intrinsic monomorphiz...
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 Guillaume GomezUpdate to last rustdoc version
2016-04-06 Ulrik Sverdrupslice: Use doc(hidden) on private traits
2016-04-06 Niko Matsakischange constant patterns to have a warning cycle
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 Tshepang Lekhonkhobeavoid "==" in assert! when one of the values is a bool
2016-04-06 borsAuto merge of #32688 - jseyfried:ast_groundwork_for_142...
2016-04-06 JP SugarbroadFix typos in atomic compare_exchange.
2016-04-05 borsAuto merge of #32415 - alexcrichton:android-signal...
2016-04-05 Ariel Ben-Yehudaclean the note-reporting code in report_selection_error
2016-04-05 Ariel Ben-Yehudaimprove the printing of substs and trait-refs
2016-04-05 Ariel Ben-Yehudaremove obsolete tests
2016-04-05 Ariel Ben-Yehudaimprove error message
2016-04-05 Ariel Ben-Yehudasuggest adding a where-clause when that can help
2016-04-05 Ariel Ben-Yehudaremove workaround that prints error messages with TyErr
2016-04-05 borsAuto merge of #32743 - Manishearth:rollup, r=Manishearth
2016-04-05 Varun VatsDoc fix: list all module files Rust looks for.
2016-04-05 Varun VatsDoc fix: function takes argument by reference.
2016-04-05 Aaron TuronReinstate fast_reject for overlap checking
2016-04-05 Tshepang Lekhonkhobedoc: make env::consts summaries less confusing
2016-04-05 Amanieu d'AntrasFix infinite loop in Arc::downgrade
2016-04-05 borsAuto merge of #32742 - eddyb:cast-fns, r=dotdash
2016-04-05 Guillaume GomezAdd example doc for ToOwned trait
2016-04-05 Ulrik SverdrupAdd test for [u8]'s Ord (and fix the old test for ord)
2016-04-05 Ulrik SverdrupSpecialize equality for [T] and comparison for [u8]
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-05 Guillaume GomezCentralize nightly compiler flags handling
2016-04-04 Guillaume GomezAdd nightly check on rustdoc --extend-css option
2016-04-04 Guillaume GomezAdd --extend-css option to rustdoc
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 Manish GoregaokarMention that it's not actually a data race
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 Aleksey Kladovminor: update old comments
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`
next