]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-11-27 Alex Crichtonrollup merge of #19328: sfackler/buffered-get-mut
2014-11-27 Alex Crichtonrollup merge of #19326: huonw/safer-syntax
2014-11-27 Alex Crichtonrollup merge of #19325: ucarion/pointers-doc-formatting
2014-11-27 Alex Crichtonrollup merge of #19322: DiamondLovesYou/multi-llvmdeps
2014-11-27 Alex Crichtonrollup merge of #19317: sfackler/xcrate-namespace
2014-11-27 Alex Crichtonrollup merge of #19316: steveklabnik/gh18876
2014-11-27 Alex Crichtonrollup merge of #19313: steveklabnik/gh18844
2014-11-27 Alex Crichtonrollup merge of #19312: steveklabnik/gh19177
2014-11-27 Alex Crichtonrollup merge of #19310: steveklabnik/gh19178
2014-11-27 Alex Crichtonrollup merge of #19308: thestinger/oom
2014-11-27 Alex Crichtonrollup merge of #19307: steveklabnik/gh19199
2014-11-27 Alex Crichtonrollup merge of #19304: steveklabnik/gh19302
2014-11-27 Alex Crichtonrollup merge of #19301: Gankro/take-fix
2014-11-27 Alex Crichtonrollup merge of #19300: killercup/patch-1
2014-11-27 Alex Crichtonrollup merge of #19299: nikomatsakis/stop-indenting...
2014-11-27 Alex Crichtonrollup merge of #19298: nikomatsakis/unboxed-closure...
2014-11-27 Alex Crichtonrollup merge of #19296: csouth3/trieset-union
2014-11-27 Alex Crichtonrollup merge of #19288: steveklabnik/doc_style_cleanup
2014-11-27 Alex Crichtonrollup merge of #19287: alexcrichton/issue-19272
2014-11-27 Alex Crichtonrollup merge of #19282: steveklabnik/remove_grammar
2014-11-27 Alex Crichtonrollup merge of #19273: ogham/rename-file-types
2014-11-27 Alex Crichtonrollup merge of #19272: tomjakubowski/rustdoc-sized
2014-11-27 Alex Crichtonrollup merge of #19266: aochagavia/const
2014-11-27 Alex Crichtonrollup merge of #19231: Gankro/ringbuf-into-iter
2014-11-27 Alex Crichtonrollup merge of #19224: frewsxcv/unprefix-json-types
2014-11-26 borsauto merge of #19115 : jakub-/rust/issue-19100, r=alexc...
2014-11-26 Jakub BukajDo not print any warnings if '-A warnings' is specified...
2014-11-26 Jakub BukajWarn on pattern bindings that have the same name as...
2014-11-26 borsauto merge of #19144 : michaelwoerister/rust/lldb-scrip...
2014-11-26 borsauto merge of #19176 : aturon/rust/stab-iter, r=alexcri...
2014-11-26 Michael Woeristerdebuginfo: Fix LLDB pretty printer for enum variants...
2014-11-26 Niko MatsakisAdd tests for the parsing of `+` and the error messages...
2014-11-26 Niko MatsakisFix odd example where bounds were permitted and then...
2014-11-26 Niko MatsakisFix rustdoc
2014-11-26 Niko MatsakisRote changes due to the fact that ast paths no longer...
2014-11-26 Niko MatsakisFixup various places that were doing `&T+'a` and do...
2014-11-26 Niko MatsakisImplement the new parsing rules for types in the parser...
2014-11-26 Corey FarwellUnpublicize reexports, unprefix JSON type aliases
2014-11-26 borsauto merge of #19262 : murarth/rust/module-path-fix...
2014-11-26 Michael Woeristerdebuginfo: Add script that allows to conveniently start...
2014-11-26 Michael WoeristerAdd -Z print-sysroot commandline option to rustc.
2014-11-26 borsauto merge of #19252 : japaric/rust/cow, r=aturon
2014-11-26 borsauto merge of #19169 : aturon/rust/fds, r=alexcrichton
2014-11-26 borsauto merge of #19212 : steveklabnik/rust/doc_format_spe...
2014-11-26 Steve Klabnik/** -> ///
2014-11-26 Steve Klabnikremove deprecated stuff from std::fmt docs
2014-11-26 Aaron TuronFallout from stabilization
2014-11-26 Aaron Turonlibs: stabilize iter module
2014-11-26 Steven FacklerAllow mutable access to wrapped internal type in Buffered*
2014-11-26 Richard DiamondDon't forget the tests.
2014-11-26 Huon WilsonMake syntax::owned_slice a Box<[T]> wrapper.
2014-11-26 Ulysse CarionFix formatting of the pointers guide.
2014-11-25 Richard DiamondNever generate multiple extern {} blocks in mklldeps.py.
2014-11-25 Richard DiamondDon't use the same llvmdeps.rs for every host.
2014-11-25 borsauto merge of #19011 : ricky26/rust/trait_supertraits...
2014-11-25 borsauto merge of #19255 : aturon/rust/merge-sync, r=alexcr...
2014-11-25 Steve KlabnikImprove documentation for unreachable
2014-11-25 Steven FacklerFix xcrate enum namespacing
2014-11-25 Steve KlabnikWe now support 64 bit Windows.
2014-11-25 Steve Klabnikadd slice patterns to the guide
2014-11-25 Steve KlabnikExtra note about struct matching order
2014-11-25 Jorge AparicioDeprecate MaybeOwned[Vector] in favor of Cow
2014-11-25 Daniel Micayvec: add missing out-of-memory check
2014-11-25 Steve KlabnikMake note that examples need a main()
2014-11-25 Steve KlabnikMake note about cross-borrowing.
2014-11-25 borsauto merge of #18234 : pnkfelix/rust/fsk-type-fragments...
2014-11-25 Felix S. Klock IIFirst tests making use of the new fn move-fragments...
2014-11-25 Felix S. Klock IIAdded fragments.rs: compute drop obligations remaining...
2014-11-25 Felix S. Klock IICheck other fields are consistent in `LoanPath::common`.
2014-11-25 Felix S. Klock IITrack what drop obligations are established on match...
2014-11-25 Felix S. Klock IIOverride `LoanPath` Eq impl to enforce invariant: eq...
2014-11-25 Felix S. Klock II`MemCategorizationContext::pat_ty(BindByRef)` yields...
2014-11-25 Felix S. Klock IIAdd `ty` to `LoanPath`.
2014-11-25 Felix S. Klock IIAdd `LpDowncast`, `LoanPath` variant tracking downcasts...
2014-11-25 borsauto merge of #19174 : tomjakubowski/rust/rustdoc-assoc...
2014-11-25 Alexis BeingessnerMake HashMap::take not corrupt the map. Fixes #19292
2014-11-25 Pascal HertleifChange 'Failure' to 'Panic' in Bug Report Docs
2014-11-25 borsauto merge of #19172 : alfie/rust/impl-traitless, r...
2014-11-25 Niko MatsakisStop indenting error messages. It throws off M-x next...
2014-11-25 Adolfo OchagavíaAdd tests for issue 19244
2014-11-25 Adolfo OchagavíaAllow constant struct fields and tuple indexing
2014-11-25 borsauto merge of #19149 : alexcrichton/rust/issue-19091...
2014-11-25 Chase SouthwoodImplement union, intersection, and difference functions...
2014-11-25 borsauto merge of #18966 : huonw/rust/iter2slice, r=aturon
2014-11-25 Huon WilsonAdd methods to go from a slice iterators to a slice.
2014-11-25 borsauto merge of #19285 : alexcrichton/rust/issue-19280...
2014-11-24 Alex Crichtonstd: Export BinarySearchResult
2014-11-24 Alex Crichtonstd: Leak all statically allocated TLS keys
2014-11-24 borsauto merge of #19021 : roysc/rust/emacs-pr, r=brson
2014-11-24 Ben SClean up FileType enum following enum namespacing
2014-11-24 Steve Klabnikremove the generation of grammar from the reference
2014-11-24 borsauto merge of #18818 : steveklabnik/rust/tcp_doc, r...
2014-11-24 Steve KlabnikDon't call drop in tcpstream docs
2014-11-24 Aaron TuronMerge libsync into libstd
2014-11-24 Tom Jakubowskirustdoc: Render Sized? on traits and generics
2014-11-24 MurarthAdded test for module_path! fix
2014-11-24 MurarthFixed "::::" appearing in module_path!()
2014-11-24 borsauto merge of #19258 : nick29581/rust/dxr-minor, r...
2014-11-24 borsauto merge of #19250 : kmcallister/rust/atomicoption...
2014-11-24 Tom Jakubowskirustdoc: render ast::QPath
next