]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-03-19 Luqman AdenAllow constant expressions in [Type * n].
2013-03-19 Patrick Waltonlibrustc: Make the compiler ignore purity.
2013-03-19 Patrick Waltonlibsyntax: Stop parsing old lifetimes, except for the...
2013-03-19 Patrick Waltonlibrustc: Convert all uses of old lifetime notation...
2013-03-19 Luqman AdenUpdate rust.vim
2013-03-18 borsauto merge of #5420 : boggle/rust/sudoku-with-traits...
2013-03-17 Stefan PlantikowRefactored sudoku benchmark to use traits and added...
2013-03-17 borsauto merge of #5374 : z0w0/rust/rustdoc-explicit-self...
2013-03-17 Zack Corrrustdoc: Fix method printing tests
2013-03-16 borsauto merge of #5415 : brson/rust/rustdoc, r=thestinger
2013-03-16 Brian Andersonrustdoc: Show all impls of traits. #5406
2013-03-16 borsauto merge of #5342 : brson/rust/debug-mem, r=brson
2013-03-16 Brian Andersonrt: Add RUST_DEBUG_MEM to rust_env to avoid races
2013-03-16 Zack Corrsyntax: Fix fun_to_str test
2013-03-16 borsauto merge of #5408 : thestinger/rust/trie, r=pcwalton
2013-03-16 borsauto merge of #5359 : luqmana/rust/inline-asm, r=pcwalton
2013-03-16 borsauto merge of #5404 : bstrie/rust/decopy, r=pcwalton
2013-03-16 Luqman AdenFix type_use for inline asm.
2013-03-16 Luqman AdenDon't use by_val for passing asm operands.
2013-03-16 Luqman AdenTidy.
2013-03-16 Luqman AdenActually use no or multiple operands properly.
2013-03-16 Luqman AdenImplicitly use addr_of for output operands in asm.
2013-03-16 Luqman AdenInitial support for output operands in asm.
2013-03-16 Luqman AdenProperly handle input operands for inline asm.
2013-03-16 Luqman AdenActually pass inline asm operands around.
2013-03-16 Luqman AdenInline asm exprs should be RvalueStmtExpr.
2013-03-16 Daniel Micayadd a test for the chunk function
2013-03-16 borsauto merge of #5400 : thestinger/rust/misc, r=brson
2013-03-16 Graydon Hoarecore: fix trie chunk function
2013-03-16 Daniel Micayadd constructor to TrieSet (was missing)
2013-03-16 borsauto merge of #5396 : ILyoan/rust/fix_rt_tls, r=graydon
2013-03-15 borsauto merge of #5391 : brson/rust/to-bytes, r=graydon
2013-03-15 Ben StriegelClonify some of run-pass
2013-03-15 Ben Striegelimpl Clone for ~T, ~[T], ~str
2013-03-15 borsauto merge of #5357 : jbclements/rust/add-nonempty...
2013-03-15 borsauto merge of #5354 : ILyoan/rust/normalize_triple...
2013-03-15 Daniel Micaytreemap: use each_mut instead of mutate
2013-03-15 Daniel Micaytreemap: rm old FIXME
2013-03-15 Daniel Micaydeque: add documentation
2013-03-15 borsauto merge of #5395 : thestinger/rust/iter, r=pcwalton
2013-03-15 John ClementsUpdate test case to conform to new restrictions on...
2013-03-15 John ClementsTest case fixup (old one tested the old bad behavior).
2013-03-15 John Clementsadd nonempty encoding for spans
2013-03-15 ILyoanNormalize target triple so that llvm can recognize...
2013-03-15 ILyoanFix an android compilation fail
2013-03-15 borsauto merge of #5375 : z0w0/rust/rustdoc-private-hide...
2013-03-15 Daniel MicayMutableIter impl for Option + use it in treemap
2013-03-15 borsauto merge of #5371 : thestinger/rust/hidden, r=pcwalton
2013-03-15 borsauto merge of #5369 : thestinger/rust/iter, r=z0w0
2013-03-15 Brian Andersoncore: Add to_bytes method to StrSlice trait
2013-03-15 borsauto merge of #5367 : brson/rust/5299, r=thestinger
2013-03-14 borsauto merge of #5366 : tedhorst/rust/threadring, r=brson
2013-03-14 borsauto merge of #5365 : thestinger/rust/map, r=catamorphism
2013-03-14 borsauto merge of #5364 : xenocons/rust/patch-1, r=z0w0
2013-03-14 borsauto merge of #5360 : thestinger/rust/doc, r=graydon
2013-03-14 borsauto merge of #5355 : yichoi/rust/pull-0314, r=graydon
2013-03-14 Patrick Waltontest: Remove deprecated features from benchmark tests...
2013-03-14 Patrick Waltonlibrustc: Remove another deprecated use of `as Trait...
2013-03-14 Zack Corrrustdoc: Filter out private definitions. Closes #3538
2013-03-14 Zack Corrrustdoc: Document explicit self in methods. Closes...
2013-03-14 Patrick Waltonlibsyntax: Remove a use of deprecated Encodable from...
2013-03-14 Patrick Waltontest: Fix tests. rs=tests
2013-03-14 Patrick Waltonlibrustc: Allow path-qualified constants in patterns
2013-03-14 Patrick Waltonlibrustc: Don't require the "static" keyword to define...
2013-03-14 Patrick Waltontest: Some test fixes
2013-03-14 Patrick Waltonlibrustc: Remove implicit self from the language, excep...
2013-03-14 Patrick Waltonlibrustc: Remove "base types" from the language.
2013-03-14 Patrick Waltonlibrustc: Remove overloaded operator autoderef.
2013-03-14 Patrick Waltonlibrustc: Don't accept `as Trait` anymore; fix all...
2013-03-14 Patrick Waltonlibrustc: Separate out trait storage from evec/estr...
2013-03-14 borsauto merge of #5336 : ILyoan/rust/remove_unused, r...
2013-03-14 Daniel Micayrm FIXME from use of #[doc(hidden)] on pub mod
2013-03-14 Daniel Micayhide the linkhack module in the docs
2013-03-14 Daniel Micayadd a trait for mutable iterators
2013-03-14 Brian Andersoncore: Add spawn, stream and friends to prelude. #5299
2013-03-14 ILyoanRemove unused import in librustc
2013-03-14 ILyoanRemove unused imports in std
2013-03-14 ILyoanRemove unused import in core
2013-03-14 ILyoanRemove unused variable
2013-03-14 Ted Horstreinstate test/bench/shootout-threadring.rs
2013-03-13 Daniel Micayadd the mutate_values method to the Map trait
2013-03-13 borsauto merge of #5340 : brson/rust/column, r=brson
2013-03-13 xenoconsupdated from L to ull for easier mingw32 builds.
2013-03-13 borsauto merge of #5307 : nikomatsakis/rust/remove-by-val...
2013-03-13 Niko MatsakisRemove `++` mode from the compiler (it is parsed as...
2013-03-13 Niko MatsakisRevamp foreign code not to consider the Rust modes...
2013-03-13 borsauto merge of #5339 : catamorphism/rust/less-copy,...
2013-03-13 Daniel Micaywork on release notes
2013-03-13 borsauto merge of #5337 : yichoi/rust/pull-0312, r=sanxiyn
2013-03-13 borsauto merge of #5319 : brson/rust/debuginfo, r=brson
2013-03-13 borsauto merge of #5293 : brson/rust/logging, r=brson
2013-03-13 Young-il Choimk: rt.mk ar desinated by target-triples
2013-03-13 Brian AndersonWork around linkage bug cross-compiling from x86_64...
2013-03-12 Patrick Waltonlibcore: Attempt to put out burning tree on Mac by...
2013-03-12 Brian Andersoncore: Turn off rtdebug logging
2013-03-12 Brian AndersonDisable debuginfo tests on mac since gdb requires root
2013-03-12 borsauto merge of #5332 : jdm/rust/transitivelink, r=graydon
2013-03-12 Brian AndersonIncrease tidy column limit to 100
2013-03-12 borsauto merge of #5320 : apasel422/rust/metaderive, r...
2013-03-12 Tim Chevalierrustc: One Less Bad Copy
next