]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-11-25 Pascal HertleifChange 'Failure' to 'Panic' in Bug Report Docs
2014-11-25 borsauto merge of #19149 : alexcrichton/rust/issue-19091...
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: Leak all statically allocated TLS keys
2014-11-24 borsauto merge of #19021 : roysc/rust/emacs-pr, r=brson
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 borsauto merge of #19258 : nick29581/rust/dxr-minor, r...
2014-11-24 borsauto merge of #19250 : kmcallister/rust/atomicoption...
2014-11-24 borsauto merge of #19248 : japaric/rust/str, r=alexcrichton
2014-11-24 borsauto merge of #19094 : alexcrichton/rust/rm-std-local...
2014-11-24 borsauto merge of #19236 : csouth3/rust/master, r=Gankro
2014-11-24 Alex Crichtonstd: Add a new top-level thread_local module
2014-11-24 borsauto merge of #19223 : reem/rust/any-typeid-unstable...
2014-11-24 Nick Cameronsave-analysis: two minor bugs
2014-11-24 borsauto merge of #19192 : nodakai/rust/generalize-strvecto...
2014-11-24 Chase SouthwoodImplement into_iter() for BinaryHeap.
2014-11-23 Alex CrichtonRename unwrap functions to into_inner
2014-11-23 borsauto merge of #19246 : frewsxcv/rust/json-cleanup,...
2014-11-23 borsauto merge of #19242 : jakub-/rust/roll-up, r=jakub-
2014-11-23 Jakub BukajFixes to the roll-up
2014-11-23 Jakub Bukajrollup merge of #19239: jauhien/fix-libdir
2014-11-23 Jakub Bukajrollup merge of #19234: P1start/rustdoc-misc
2014-11-23 Jakub Bukajrollup merge of #19232: nicholasbishop/bishop_fix_resul...
2014-11-23 Jakub Bukajrollup merge of #19230: nick29581/dxr-values
2014-11-23 Jakub Bukajrollup merge of #19225: reem/any-unnecessary-transmute...
2014-11-23 Jakub Bukajrollup merge of #19215: aochagavia/pretty
2014-11-23 Jakub Bukajrollup merge of #19211: aochagavia/tuple-index
2014-11-23 Jakub Bukajrollup merge of #19210: petrochenkov/master
2014-11-23 Jakub Bukajrollup merge of #19205: jashank/docs-fix
2014-11-23 Jakub Bukajrollup merge of #19204: mcpherrinm/master
2014-11-23 Jakub Bukajrollup merge of #19198: alexcrichton/snapshots
2014-11-23 Jakub Bukajrollup merge of #19194: aturon/stab-ascii
2014-11-23 Jakub Bukajrollup merge of #19193: scialex/rc-counts
2014-11-23 Jakub Bukajrollup merge of #19184: Gekkio/fix-binary-format-char
2014-11-23 Jakub Bukajrollup merge of #19166: richo/lldb-cleanups
2014-11-23 Jakub Bukajrollup merge of #19161: jmesmon/mk-fixes
2014-11-23 Keegan McAllisterRequire <T: Send> for AtomicOption
2014-11-23 Jorge AparicioDSTify Str + impl Str for &S where S: Str
2014-11-23 Corey FarwellClean up some logic/formatting in JSON module
2014-11-23 borsauto merge of #19150 : Manishearth/rust/find-doc, r...
2014-11-23 Jauhien Piatlickifix for PR#16552 implementation on windows: CFG_LIBDIR...
2014-11-23 borsauto merge of #18140 : JelteF/rust-1/guide-fix, r=cmr
2014-11-23 Jelte FennemaFix the reason for calling a file lib.rs
2014-11-23 NODA, Kailibcollection: generalize StrVector to AsSlice<Str>.
2014-11-23 Adolfo OchagavíaAdd test
2014-11-23 borsauto merge of #19158 : jakub-/rust/issue-14091, r=alexc...
2014-11-23 Adolfo OchagavíaRemove type parameters from ExprField and ExprTupField
2014-11-23 Adolfo Ochagavíalibsyntax: Forbid type parameters in tuple indices
2014-11-23 borsauto merge of #19157 : aturon/rust/cow-doc, r=alexcrichton
2014-11-23 borsauto merge of #18856 : ruud-v-a/rust/fatptrs, r=cmr
2014-11-23 borsauto merge of #19152 : alexcrichton/rust/issue-17863...
2014-11-23 P1startChange how rustdoc shows constants and statics to be...
2014-11-23 P1startMake rustdoc display `extern crate` statements correctly
2014-11-23 P1startHighlight trait methods in rustdoc’s search results
2014-11-23 Nicholas BishopFix typo in Result documentation
2014-11-23 borsauto merge of #19146 : gereeter/rust/reference-borrow...
2014-11-23 Nick Cameronsave-analysis: add values for types
2014-11-23 Nick Cameronsave-analysis: emit a type for enum variants
2014-11-23 borsauto merge of #19137 : tbu-/rust/pr_refcell_unsafety...
2014-11-23 Jonathan ReemAny: use plain transmute instead of transmute_copy...
2014-11-22 Jonathan ReemMark Any::get_type_id as experimental
2014-11-22 borsauto merge of #19136 : alfie/rust/master, r=steveklabnik
2014-11-22 Adolfo OchagavíaAdd test
2014-11-22 borsauto merge of #19134 : sinistersnare/rust/patch-2,...
2014-11-22 Alex Crichtonstd: Align `raw` modules with unsafe conventions
2014-11-22 Adolfo OchagavíaFix pretty printing unsafe match arms
2014-11-22 borsauto merge of #19133 : nodakai/rust/run-make-tests...
2014-11-22 weDSTify free functions in std::hash
2014-11-22 borsauto merge of #19132 : sinistersnare/rust/patch-1,...
2014-11-22 borsauto merge of #19125 : chris-morgan/rust/vim-prelude...
2014-11-22 Vadim PetrochenkovMerge pull request #1 from rust-lang/master
2014-11-22 borsauto merge of #19124 : Kintaro/rust/remove_test_struct_...
2014-11-22 Matt McPherrinRename variables called pq to heap
2014-11-22 borsauto merge of #17513 : dradtke/rust/master, r=kballard
2014-11-22 borsauto merge of #19122 : Kintaro/rust/remove_struct_varia...
2014-11-22 Jashank Jeremyargs() doc: Fix a documentation line.
2014-11-22 borsauto merge of #19117 : jmesmon/rust/mk-cfg-suffix,...
2014-11-21 borsauto merge of #18603 : brson/rust/stdchar, r=aturon
2014-11-21 Alexander LightShuffle locations for Deref
2014-11-21 Alex CrichtonRegister new snapshots
2014-11-21 Aaron TuronFallout from deprecation
2014-11-21 Aaron Turonlibs: stabilize ascii module
2014-11-21 Brian Andersoncore: Convert a 'failure' to 'panic' in docs
2014-11-21 Brian Andersoncore: Update docs for escape_unicode, escape_default
2014-11-21 Brian Andersonunicode: Remove unused `non_snake_case` allows.
2014-11-21 Brian Andersonunicode: Rename is_XID_start to is_xid_start, is_XID_co...
2014-11-21 Brian Andersonunicode: Add stability attributes to u_char
2014-11-21 Brian Andersonunicode: Convert UnicodeChar methods to by-value
2014-11-21 Brian Andersoncore: Convert Char::escape_default, escape_unicode...
2014-11-21 Brian Andersoncore: Convert Char methods to by-val self
2014-11-21 Brian AndersonFix various deprecation warnings from char changes
2014-11-21 Brian Andersoncore: Mark remaining Char methods unstable
2014-11-21 Brian Andersoncore: Deprecated remaining free functions in `char`
2014-11-21 Brian Andersoncore: Add stability attributes to char::from_digit...
2014-11-21 Brian Andersoncore: Add Char::len_utf16
2014-11-21 Brian Andersoncore: Rename Char::len_utf8_bytes to Char::len_utf8
2014-11-21 Brian Andersoncore: Rename Char::is_digit_radix to is_digit
next