]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-07-23 borsauto merge of #15897 : Gankro/rust/it-docs, r=kballard
2014-07-22 borsauto merge of #15272 : jakub-/rust/issue-13041, r=pcwalton
2014-07-22 Jakub WieczorekAdd Drop support for enums
2014-07-22 borsauto merge of #15894 : treeman/rust/vec-doc, r=alexcrichton
2014-07-22 borsauto merge of #15869 : alexcrichton/rust/issue-15828...
2014-07-22 Alexis Beingessnerclarifying iterator trait documentation
2014-07-22 borsauto merge of #15863 : dotdash/rust/lifetimes3, r=alexc...
2014-07-22 borsauto merge of #15857 : treeman/rust/doc-dijkstra-exampl...
2014-07-22 Jonas HietalaMain example for priority queue using dijkstra's algorithm.
2014-07-22 borsauto merge of #15888 : mprobinson/rust/rustdoc-fixes...
2014-07-22 borsauto merge of #15884 : steveklabnik/rust/guide_fix_head...
2014-07-22 Jonas Hietaladoc: Normalize example style
2014-07-22 Jonas Hietaladoc: Vec::from_raw_parts.
2014-07-22 borsauto merge of #15876 : brson/rust/failfat, r=pcwalton
2014-07-22 Jonas Hietaladoc: Fill vec documentation with examples.
2014-07-22 borsauto merge of #15871 : dotdash/rust/unnamed_fmtstr...
2014-07-22 Jonas Hietaladoc: Use vec![] instead of vec!() in Vec.
2014-07-22 Björn SteinbrinkEmit LLVM lifetime intrinsics to improve stack usage...
2014-07-22 borsauto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexc...
2014-07-22 Corey RichardsonFix pretty test
2014-07-22 borsauto merge of #15870 : jakub-/rust/issue-15793, r=alexc...
2014-07-22 Corey RichardsonDon't run lexer tests by default
2014-07-22 borsauto merge of #15834 : Kimundi/rust/moved_syntax_env...
2014-07-22 Corey RichardsonAdd a ton of ignore-lexer-test
2014-07-22 Corey RichardsonShuffle around check-lexer conditions
2014-07-22 Corey RichardsonBreak apart long lines in verify.rs
2014-07-22 Corey Richardsonlexer tests: makefile/configure
2014-07-22 borsauto merge of #15217 : steveklabnik/rust/range, r=huonw
2014-07-21 Steve KlabnikGuide: fix headings
2014-07-21 Steve KlabnikClarify range's exclusivity.
2014-07-21 Marvin LöbelRefactoring: Only use `MacroExpander` for expanding...
2014-07-21 Mike RobinsonFix rustdoc --passes list
2014-07-21 Marvin LöbelMoved `syntax::ext::base::SyntaxEnv` into `syntax:...
2014-07-21 Jakub WieczorekUpdate LLVM to address an issue with range metadata...
2014-07-21 Brian AndersonUse fewer instructions for `fail!`
2014-07-21 borsauto merge of #15700 : jakub-/rust/match-fail-removal...
2014-07-21 Björn SteinbrinkAllow merging of statics generated by format!()
2014-07-21 borsauto merge of #15864 : alexcrichton/rust/rollup, r...
2014-07-21 Alex Crichtonrustc: Append platform exe suffix to output files
2014-07-21 Corey Richardsonignore-lexer-test to broken files and remove some tray...
2014-07-21 Corey RichardsonByte/raw binary literal fixes
2014-07-21 Corey RichardsonRefine the tooling, handle comments
2014-07-21 Corey RichardsonFirst pass at line comment correctness
2014-07-21 Corey RichardsonAdd raw string literal ambiguity document
2014-07-21 Corey RichardsonLexer; subtly wrong; no makefile
2014-07-21 Alex CrichtonTest fixes from the rollup
2014-07-21 P1startClarify the std::vec::Vec docs regarding capacity
2014-07-21 Piotr JawniakGet rid of few warnings in tests
2014-07-21 Ted Horstfix string in from_utf8_lossy_100_multibyte benchmark
2014-07-21 Kiet Tranprivacy: Add publically-reexported foreign item to...
2014-07-21 Steven FacklerDon't create reexport module if there are none
2014-07-21 Steven FacklerPurge !resolve_unexported
2014-07-21 Steven FacklerRestructure test harness
2014-07-21 Steven FacklerRemove useless RefCells
2014-07-21 Steven FacklerRename to_str to to_string
2014-07-21 Björn SteinbrinkUpdate LLVM to include NullCheckElimination pass
2014-07-21 rootsyntax: Join consecutive string literals in format...
2014-07-21 Jonas HietalaSimplify and cleanup bitv examples.
2014-07-21 Jonas HietalaDescribe BitPositions and TwoBitPositions.
2014-07-21 Jonas HietalaPolish bitv docs.
2014-07-21 Jonas HietalaEnclose None as `None`.
2014-07-21 Jonas HietalaMain bitv example: prime sieve.
2014-07-21 Jonas HietalaMove intersection above difference and symmetric_differ...
2014-07-21 Jonas HietalaDocument BitvSet.
2014-07-21 Jonas HietalaDocument Bitv.
2014-07-21 Jonas HietalaGroup union, intersect and difference in Bitv.
2014-07-21 Jonas HietalaPlace union as the first function, for consistency.
2014-07-21 Jonas HietalaMove in-place functions below their iterator variants.
2014-07-21 Jonas HietalaDocument Deque.
2014-07-21 Tom Jakubowskirustdoc: Add an --extern flag analagous to rustc's
2014-07-21 Brian AndersonAddress review feedback
2014-07-21 Brian Andersonrustc: Allow the crate linked to as 'std' to be customized
2014-07-21 Brian Andersonrustc: Pass optional additional plugins to compile_input
2014-07-21 Brian Andersonrustc: Extract --crate-type parsing to its own function
2014-07-21 Brian Andersonrustc: Make `monitor` public.
2014-07-21 Ilya Dmitrichenkorlibc: add unit tests
2014-07-21 Ilya Dmitrichenkorlibc: fix bug in `memcmp()`
2014-07-21 Alex Crichtonrustc: Print a smaller hash on -v
2014-07-21 John Clementsrepair macro docs
2014-07-21 Steve KlabnikGuessing game explanation
2014-07-21 Steve KlabnikGuide: improve error handling
2014-07-21 borsauto merge of #15450 : chris-morgan/rust/vim-misc-2014...
2014-07-21 Jakub WieczorekRemove runtime failure from pattern matching
2014-07-21 Chris MorganFix :syn-include usage of Vim filetype.
2014-07-21 Chris MorganHighlight $(…)* and $foo in Vim.
2014-07-20 borsauto merge of #15810 : SimonSapin/rust/base64-from...
2014-07-20 borsauto merge of #15808 : jakub-/rust/use-mod, r=alexcrichton
2014-07-20 borsauto merge of #15805 : Sawyer47/rust/issue-8709, r...
2014-07-20 borsauto merge of #15806 : treeman/rust/std-doc, r=alexcrichton
2014-07-20 borsauto merge of #15814 : kvark/rust/ast, r=huonw
2014-07-20 borsauto merge of #15803 : omp/rust/master, r=alexcrichton
2014-07-20 borsauto merge of #15797 : brson/rust/taskstab, r=alexcrichton
2014-07-20 Steve Klabniksmall typo
2014-07-20 Jakub WieczorekImplement new mod import sugar
2014-07-20 borsauto merge of #15785 : treeman/rust/fix-15780, r=alexcr...
2014-07-20 borsauto merge of #15784 : dotdash/rust/unreach, r=luqmana
2014-07-20 Piotr JawniakCorrectly stringify! types and paths inside macros
2014-07-20 borsauto merge of #15745 : treeman/rust/tutorial-fixup...
2014-07-20 borsauto merge of #15776 : alexcrichton/rust/snapshots...
2014-07-20 Alex CrichtonRegister new snapshots
next