]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-11-23 Alex CrichtonRename unwrap functions to into_inner
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 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 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 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
2014-11-21 Brian Andersonunicode: Rename UnicodeChar::is_digit to is_numeric
2014-11-21 borsauto merge of #18822 : scialex/rust/better-rustdoc...
2014-11-21 Brian Andersonchar: Mark the MAX constant stable
2014-11-21 Brian Andersoncore: Mark Char trait experimental
2014-11-21 Brian Andersoncore: Add from_u32 to the Char trait
2014-11-21 Alexander LightAdd `weak_count` and `strong_count` to Rc and Arc
2014-11-21 Richo Healeycompiletest: namespaced enums fallout
2014-11-21 Richo Healeylldb: Clean up struct printing
2014-11-21 borsauto merge of #19114 : frewsxcv/rust/master, r=bstrie
2014-11-21 borsauto merge of #19095 : juxiliary/rust/master, r=bstrie
2014-11-21 Ruud van Asseldonkrustc: Change all ABI constants to all caps.
2014-11-21 Ruud van Asseldonkrustc: Unify fat pointer ABI constants.
2014-11-21 Joonas JavanainenFix std::fmt::Binary format char in docs
2014-11-21 borsauto merge of #19042 : SimonSapin/rust/generic-utf16...
2014-11-21 borsauto merge of #18984 : sheroze1123/rust/fix17574, r...
2014-11-21 borsauto merge of #18908 : tbu-/rust/pr_mapinplace_fixzeros...
2014-11-21 borsauto merge of #16552 : jauhien/rust/fix-libdir, r=alexc...
2014-11-21 borsauto merge of #18967 : aturon/rust/remove-runtime,...
2014-11-21 Aaron TuronDisable dubious pipe test
2014-11-21 Aaron TuronLoosen possibly bogus constraints in backtrace test
2014-11-21 Aaron TuronFallout from namespaced enums
2014-11-21 Aaron TuronFallout from new termination semantics
2014-11-21 Aaron TuronMake most of std::rt private
2014-11-21 Aaron TuronFallout from libgreen and libnative removal
2014-11-21 Aaron TuronRewrite sync::mutex as thin layer over native mutexes
next