]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-07-02 Alex Crichtontravis: Move from travis_wait to time-passes
2014-07-01 borsauto merge of #15292 : alxgnon/rust/vim_syntax_cleanup...
2014-07-01 borsauto merge of #15251 : AlisdairO/rust/master, r=alexcri...
2014-07-01 borsauto merge of #15308 : brson/rust/intro, r=alexcrichton
2014-07-01 Brian Andersondoc: Clarify that an error is a compiler error
2014-07-01 Alisdair OwensImprove rustdocs for Rc, add examples
2014-07-01 borsauto merge of #15301 : jasonthompson/rust/docs/str2...
2014-07-01 Jason ThompsonAdd examples for from_utf8_owned, from_char, from_chars...
2014-07-01 borsauto merge of #15289 : aturon/rust/libstd-stability...
2014-07-01 borsauto merge of #15288 : brson/rust/cleanslice, r=alexcri...
2014-07-01 borsauto merge of #15263 : aturon/rust/rustdoc-stability...
2014-07-01 Aaron Turonlibstd: set baseline stability levels.
2014-07-01 Aaron Turonrustdoc: incorporate stability index throughout
2014-07-01 Alexandre GagnonVim syntax file types and traits cleanup
2014-07-01 borsauto merge of #15281 : alexcrichton/rust/show-for-show...
2014-07-01 borsauto merge of #15242 : pcwalton/rust/self-in-trait...
2014-07-01 Patrick Waltonlibrustc: Permit by-value-self methods to be invoked...
2014-07-01 borsauto merge of #15271 : jasonthompson/rust/docs/str...
2014-06-30 borsauto merge of #15247 : smenardpw/rust/patch-1, r=alexcr...
2014-06-30 Brian Andersoncore: Remove the unnecessary 'traits' module from ...
2014-06-30 Brian Andersoncore: Reorganize slice module.
2014-06-30 borsauto merge of #15238 : aochagavia/rust/json, r=alexcrichton
2014-06-30 Adolfo OchagavíaImplement ToJson for all tuples
2014-06-30 Adolfo OchagavíaFix issues in librustdoc
2014-06-30 Adolfo OchagavíaFix issue with tests
2014-06-30 Adolfo OchagavíaFix issues in libtest
2014-06-30 Adolfo OchagavíaFix JSON documentation
2014-06-30 Adolfo OchagavíaImplement FromStr for Json
2014-06-30 Adolfo OchagavíaAdd `encode` and `decode` shortcut functions
2014-06-30 Adolfo OchagavíaRemoved unnecessary Box
2014-06-30 Adolfo OchagavíaJSON cleanup
2014-06-30 Alex CrichtonAdd `impl Show for &Show`
2014-06-30 borsauto merge of #14613 : schmee/rust/utf16-iterator,...
2014-06-30 John SchmidtAdd `utf16_units`
2014-06-30 borsauto merge of #15275 : sfackler/rust/distcheck, r=alexc...
2014-06-30 Jason Thompsonadd example for from_byte() documenation
2014-06-30 Steven FacklerFix distcheck
2014-06-30 borsauto merge of #15267 : ruud-v-a/rust/patch-1, r=huonw
2014-06-30 borsauto merge of #15259 : steveklabnik/rust/patch-3, r...
2014-06-30 borsauto merge of #15262 : zecozephyr/rust/15620, r=luqmana
2014-06-30 Ruud van Asseldonkfix typo in readme
2014-06-30 borsauto merge of #15237 : zzmp/rust/feat/markdown-in-crate...
2014-06-30 zzmpAllow external html in rustdoc for crates.
2014-06-30 smenardpwLittle typo fix
2014-06-30 Jonathan Baileylibrustc: Don't ICE on binding same field multiple...
2014-06-30 borsauto merge of #15030 : sfackler/rust/partial-cmp, r...
2014-06-30 Steven FacklerImplement RFC#28: Add PartialOrd::partial_cmp
2014-06-30 borsauto merge of #15256 : erickt/rust/optimizations, r...
2014-06-30 borsauto merge of #15254 : alex/rust/patch-1, r=alexcrichton
2014-06-30 Steve Klabnikit -> Cargo
2014-06-29 borsauto merge of #15245 : sfackler/rust/coretest, r=alexcr...
2014-06-29 Steven FacklerExtract tests from libcore to a separate crate
2014-06-29 borsauto merge of #15252 : alexcrichton/rust/issue-15231...
2014-06-29 borsauto merge of #15234 : pcwalton/rust/integer-fallback...
2014-06-29 Erick Tryzelaarcore: optimize {option,result}::collect
2014-06-29 Erick Tryzelaaralloc: impl Default for Rc
2014-06-29 Erick Tryzelaarcollections: minor cleanup
2014-06-29 Patrick Waltonlibrustc: Remove the fallback to `int` for integers...
2014-06-29 Alex GaynorWrap two code examples in backticks
2014-06-29 borsauto merge of #15246 : Sawyer47/rust/rand-doc-fix,...
2014-06-29 Alex Crichtonrustuv: Don't zero-out data on clones
2014-06-29 borsauto merge of #15249 : aochagavia/rust/rand, r=huonw
2014-06-29 borsauto merge of #14904 : huonw/rust/cstr-remove-withref...
2014-06-29 Huon Wilsonc_str: move `.unwrap` & document it more clearly.
2014-06-29 Huon Wilsonc_str: replace .with_ref with .as_ptr throughout the...
2014-06-29 Huon Wilsonc_str: add `.as_ptr` & `.as_mut_ptr` to replace `.with_...
2014-06-29 Piotr Jawniakrand: Small fix in parameter name
2014-06-29 Adolfo OchagavíaImpl Rand for tuples of arity 11 and 12
2014-06-29 borsauto merge of #15241 : arjantop/rust/maybeownedvector...
2014-06-28 borsauto merge of #15210 : luqmana/rust/windoc, r=alexcrichton
2014-06-28 borsauto merge of #15208 : alexcrichton/rust/snapshots...
2014-06-28 Alex CrichtonRename all raw pointers as necessary
2014-06-28 Arjan TopolovecImplementation of common traits for MaybeOwnedVector
2014-06-28 borsauto merge of #15191 : pcwalton/rust/variance-in-trait...
2014-06-28 Patrick Waltonlibrustc: Match trait self types exactly.
2014-06-28 borsauto merge of #15214 : tbu-/rust/pr_doc_vecinsert,...
2014-06-28 Tobias BucherAdd remark and an example about the bounds of `Vec...
2014-06-28 borsauto merge of #15235 : Sawyer47/rust/issue-12552, r...
2014-06-28 Piotr JawniakAdd test for issue #12552
2014-06-28 borsauto merge of #15233 : jbclements/rust/match-var-hygien...
2014-06-28 John Clementscomments only
2014-06-28 John Clementsadjust fold to fold over interpolated items/exprs/etc.
2014-06-28 John Clementslooks like a cut-n-paste error in unused code
2014-06-28 John Clementssimplified test case
2014-06-28 John Clementsremoved incomplete comment
2014-06-28 John Clementsadded unit and standalone test for 15221, extra debuggi...
2014-06-28 John Clementsundo helpful attempt to spell-check
2014-06-28 John Clementsmake tests hygienic...
2014-06-28 John Clementsremove trailing whitespace
2014-06-28 John Clementshygiene for match-bound vars now implemented
2014-06-28 John Clementsimprove match test case to include guard
2014-06-28 John Clementsremove unnecessary abstraction
2014-06-28 John Clementscleanup and shiny new more-functional interface
2014-06-28 John ClementsWIP match hygiene, compiles
2014-06-28 John Clementsget rid of needless wrapper function
2014-06-28 John Clementsreplaced ignore-pretty with no-pretty-expanded
2014-06-28 John Clementsmake fold_attribute part of Folder trait
2014-06-28 John Clementsworking on hygiene
2014-06-27 borsauto merge of #15226 : luqmana/rust/abol, r=pcwalton
2014-06-27 Luqman Adenlibrustc: Schedule cleanups properly when coercing...
next