]> git.lizzy.rs Git - rust.git/history - src
libstd: Add `Fn`/`FnMut`/`FnOnce` to the prelude.
[rust.git] / src /
2014-08-19 Patrick Waltonlibstd: Add `Fn`/`FnMut`/`FnOnce` to the prelude.
2014-08-19 borsauto merge of #16590 : nham/rust/str_searcher_underflow...
2014-08-19 borsauto merge of #16588 : thestinger/rust/aslr, r=pcwalton
2014-08-19 borsauto merge of #16585 : steveklabnik/rust/random_remarks...
2014-08-19 borsauto merge of #16583 : steveklabnik/rust/gh16569, r...
2014-08-19 borsauto merge of #16582 : Gankro/rust/bitv, r=alexcrichton
2014-08-19 borsauto merge of #16364 : tbu-/rust/pr_checkeddiv0, r...
2014-08-19 borsauto merge of #16573 : ruud-v-a/rust/timespec-arithmeti...
2014-08-19 nhamAdd a test for the fix of issue 16589
2014-08-19 borsauto merge of #16345 : EduardoBautista/rust/fix-error...
2014-08-19 borsauto merge of #16580 : steveklabnik/rust/gh1498, r...
2014-08-18 borsauto merge of #16579 : steveklabnik/rust/gh9099, r...
2014-08-18 nhamFix underflow bug in core::str::Searcher::new for hayst...
2014-08-18 Steve KlabnikMake comment about small bias in %.
2014-08-18 Alexis BeingessnerFixing bitvset is_disjoint, fixes #16587
2014-08-18 borsauto merge of #16578 : steveklabnik/rust/gh16239, r...
2014-08-18 Steve KlabnikExplain modulo in the guide.
2014-08-18 Daniel Micaywork around MinGW linker bug for ASLR on Windows
2014-08-18 Steve KlabnikExplain EOF behavior in File.eof().
2014-08-18 borsauto merge of #16575 : pcwalton/rust/import-foo-as...
2014-08-18 Steve KlabnikManual: add information about //!
2014-08-18 Alexis BeingessnerRefactor BitV internals to not use macro, reduce duplic...
2014-08-18 Steve KlabnikRemove innapropriate string mutability section.
2014-08-18 Steve KlabnikImprove text of Option.unwrap()
2014-08-18 borsauto merge of #16576 : steveklabnik/rust/static_analysi...
2014-08-18 Steve KlabnikRemove 'static analysis'
2014-08-18 Patrick Waltonlibsyntax: Remove the `use foo = bar` syntax from the...
2014-08-18 borsauto merge of #16571 : pcwalton/rust/register-snapshots...
2014-08-18 Patrick Waltonsnapshots: Register new snapshots.
2014-08-18 Ruud van Asseldonklibtime: Implement Add and Sub for Timespec.
2014-08-18 borsauto merge of #16568 : jakub-/rust/needstest, r=pcwalton
2014-08-18 borsauto merge of #16556 : pczarn/rust/wbr, r=alexcrichton
2014-08-18 borsauto merge of #16450 : klutzy/rust/win-fixme-cleanup...
2014-08-18 klutzyRemove workaround of #13793/#10872
2014-08-18 klutzyregex: Enable test on Windows
2014-08-18 borsauto merge of #16567 : jakub-/rust/issue-16149, r=pcwalton
2014-08-18 borsauto merge of #16566 : thestinger/rust/aslr, r=pcwalton
2014-08-18 borsauto merge of #16559 : Gankro/rust/bitv, r=pcwalton
2014-08-17 Jakub WieczorekAdd missing tests for fixed issues
2014-08-17 borsauto merge of #16565 : kaseyc/rust/documentation_fixes...
2014-08-17 Alexis BeingessnerCorrect internal BitvSet 0-padding, fixes #16542
2014-08-17 Jakub WieczorekForbid extern statics from appearing in patterns
2014-08-17 Daniel Micaymark Windows binaries as compatible with ASLR
2014-08-17 borsauto merge of #16554 : jakub-/rust/struct-pat-fields...
2014-08-17 Kasey CarrothersChanged the sample command in the Rustdoc readme to...
2014-08-17 Jakub WieczorekFix type checking of struct fields in patterns of type...
2014-08-17 borsauto merge of #16558 : Gankro/rust/hashbig, r=pcwalton
2014-08-17 Piotr Czarneckirustdoc: Fix and improve line break hints with the...
2014-08-17 borsauto merge of #16550 : kaseyc/rust/fix_documentation_er...
2014-08-17 Alexis BeingessnerMake BigUint and BigInt Hash, fixes #16551
2014-08-17 borsauto merge of #16547 : huonw/rust/new-kw, r=pcwalton
2014-08-17 borsauto merge of #16543 : huonw/rust/deprecated-btree...
2014-08-17 borsauto merge of #16537 : jakub-/rust/use-mod-manual,...
2014-08-17 borsauto merge of #16432 : pcwalton/rust/kindck-traits...
2014-08-17 Patrick Waltonlibrustc: Allow trait bounds on structures and enumerat...
2014-08-17 borsauto merge of #16535 : michaelsproul/rust/vim-traits...
2014-08-17 borsauto merge of #16498 : Kimundi/rust/inline-utf-encoding...
2014-08-17 Kasey CarrothersFix an error in a code sample in bitv.rs
2014-08-17 borsauto merge of #16482 : pcwalton/rust/resolve-shadowing...
2014-08-17 Patrick Waltonlibrustc: Forbid external crates, imports, and/or items...
2014-08-17 Huon WilsonAdd new keywords (particularly `where` & `virtual`...
2014-08-17 Huon Wilsoncollections: deprecate BTree.
2014-08-16 borsauto merge of #16531 : alexcrichton/rust/snapshots...
2014-08-16 Jakub WieczorekAdd `use a::b::{c, mod};` to the manual
2014-08-16 Marvin LöbelOptimized IR generation for UTF-8 and UTF-16 encoding
2014-08-16 borsauto merge of #16505 : dotdash/rust/extern_realpath...
2014-08-16 borsauto merge of #16534 : thestinger/rust/dep, r=huonw
2014-08-16 borsauto merge of #16527 : kballard/rust/vim_fold, r=chris
2014-08-16 borsauto merge of #16525 : thestinger/rust/readonly, r...
2014-08-16 Michael Sproulvim: Update syntax file for Prelude changes.
2014-08-16 Daniel Micayenable DEP (NX bit) for 32-bit Windows executables
2014-08-16 borsauto merge of #16520 : dotdash/rust/fix_llvm_before_36...
2014-08-16 borsauto merge of #16475 : treeman/rust/complex-divide...
2014-08-16 borsauto merge of #16513 : sfackler/rust/io-util-cleanup...
2014-08-16 Alex CrichtonRegister new snapshots
2014-08-16 borsauto merge of #16519 : apoelstra/rust/patch-1, r=alexcr...
2014-08-15 Kevin Ballardvim: Don't set foldmethod in the syntax file either
2014-08-15 borsauto merge of #16493 : kballard/rust/fix_drop_field_ord...
2014-08-15 Kevin BallardFix the order in which struct fields drop
2014-08-15 borsauto merge of #16517 : dotdash/rust/for_trunc, r=pcwalton
2014-08-15 Daniel Micaymark &T params without UnsafeCell<U> as readonly
2014-08-15 borsauto merge of #16511 : luqmana/rust/sbnt, r=pcwalton
2014-08-15 Andrew PoelstraDerive Clone for std::time::Duration
2014-08-15 Björn SteinbrinkFix builds with LLVM < 3.6
2014-08-15 borsauto merge of #16497 : michaelwoerister/rust/no_debug_a...
2014-08-15 Michael Woeristerdebuginfo: Add a "no_debug" attribute that allows to...
2014-08-15 Björn SteinbrinkProperly canonicalize crate paths specified via --extern
2014-08-15 borsauto merge of #16500 : jackheizer/rust/export-name...
2014-08-15 Björn SteinbrinkGenerate slightly better unoptimized code for for-loops
2014-08-15 borsauto merge of #16494 : pnkfelix/rust/fsk-quotstx-follow...
2014-08-15 borsauto merge of #16424 : pcwalton/rust/where-clauses...
2014-08-15 Steven Facklerstd::io::util cleanup + fixes
2014-08-15 Luqman Adenlibrustc: Fix trans for functional record update when...
2014-08-15 borsauto merge of #16486 : kballard/rust/vim_conceal, r...
2014-08-15 Luqman Adenlibrustc: Don't create scratch for the base expr in...
2014-08-15 borsauto merge of #16435 : vadimcn/rust/windows, r=pcwalton
2014-08-14 borsauto merge of #16474 : MatejLach/rust/cargorun_fix...
2014-08-14 Patrick Waltonlibrustc: Implement simple `where` clauses.
2014-08-14 borsauto merge of #16468 : pcwalton/rust/as-renaming-import...
2014-08-14 Patrick Waltonlibsyntax: Accept `use foo as bar;` in lieu of `use...
next