]> git.lizzy.rs Git - rust.git/history - src
auto merge of #15884 : steveklabnik/rust/guide_fix_headings, r=huonw
[rust.git] / src /
2014-07-22 borsauto merge of #15884 : steveklabnik/rust/guide_fix_head...
2014-07-22 borsauto merge of #15876 : brson/rust/failfat, r=pcwalton
2014-07-22 borsauto merge of #15871 : dotdash/rust/unnamed_fmtstr...
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 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 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 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
2014-07-20 borsauto merge of #15767 : pcwalton/rust/lifetime-elision...
2014-07-20 borsauto merge of #15764 : alexcrichton/rust/issue-15761...
2014-07-19 borsauto merge of #15746 : steveklabnik/rust/docs_random...
2014-07-19 borsauto merge of #15650 : jakub-/rust/patterns-statics...
2014-07-19 Dzmitry MalyshauFixed lifetimes on syntax deriving structs, implemented...
2014-07-19 Patrick Waltonlibrustc: Implement lifetime elision.
2014-07-19 borsauto merge of #15782 : steveklabnik/rust/string_guide_l...
2014-07-19 borsauto merge of #15772 : treeman/rust/hashset-doc, r...
2014-07-19 Simon SapinImplement FromBase64 for &[u8].
2014-07-19 borsauto merge of #15638 : blake2-ppc/rust/ptr-arithmetic...
2014-07-19 rootSimplify str CharOffsets iterator
2014-07-19 borsauto merge of #15765 : luqmana/rust/iec, r=pcwalton
2014-07-19 Jonas HietalaDocument some trait methods.
2014-07-19 borsauto merge of #15754 : jakub-/rust/diagnostics, r=alexc...
2014-07-19 borsauto merge of #15752 : nham/rust/dlist_docs, r=alexcrichton
2014-07-19 David Vazgenovich... Fix typo.
2014-07-19 borsauto merge of #15686 : alexcrichton/rust/same-crate...
2014-07-19 Brian Andersonstd: Stabilize task module.
next