]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2012-09-04 Jim BlandyIn DuplexStream explanation: change 'There' to 'The'.
2012-09-02 Brian AndersonRemove the 'to' keyword
2012-09-02 Brian AndersonDemode reinterpret_cast
2012-09-02 Brian AndersonTry to work around check-fast breakage
2012-09-01 Brian AndersonMerge pull request #3343 from killerswan/modes9
2012-09-01 Brian AndersonAdd test for #2989
2012-09-01 Kevin CantuDemode sort.rs
2012-09-01 Kevin CantuDemode fun_treemap.rs
2012-09-01 Kevin CantuConfirm demode of map.rs and prettyprint.rs
2012-09-01 Kevin CantuConfirm demode of base64.rs
2012-09-01 Kevin CantuConfirm demode of cell.rs
2012-09-01 Kevin CantuConfirm demode of unicode.rs
2012-09-01 Patrick Waltondoc: Remove some unneeded sections on type inference...
2012-09-01 Patrick Waltondoc: Remove the section on modes from the tutorial
2012-09-01 Patrick Waltondoc: Trim down the tutorial a little more
2012-08-31 Patrick Waltondoc: Update the tutorial
2012-08-31 Tim ChevalierRemove type annotation that is no longer necessary
2012-08-31 Tim ChevalierMake utility funs in core::int, core::uint, etc. not...
2012-08-31 Zack Corrjit: Correct formatting and argv[0] for JITted programs
2012-08-31 Zack Corrjit: Clean rustllvm code, let rustc expose __morestack...
2012-08-31 Brian AndersonAdd JIT testing to compiletest with --jit
2012-08-31 Brian AndersonAdd a morestack_addr (temporary) intrinsic
2012-08-31 Zack Corrjit: correct formatting
2012-08-31 Zack Corrjit: Forgot header for inlining pass
2012-08-31 Zack Corrjit: Add passes and cleanup code
2012-08-31 Zack Corrjit: Link in __morestack and make it resolvable by JIT
2012-08-31 Zack Corrjit: Add custom memory manager (still segfaulting)
2012-08-31 Zack CorrAdd experimental JIT compiler
2012-08-31 Brian AndersonAdd rust_annihilate_box to rustrt.def.in
2012-08-31 Brian AndersonFix test case
2012-08-31 Brian AndersonMerge remote-tracking branch 'erickt/incoming'
2012-08-31 Lindsey KuperTag things that have to do with default methods with...
2012-08-31 Graydon HoareFix check-fast.
2012-08-31 Patrick Waltonrustc: Make entire crates privileged scopes for the...
2012-08-31 Elliott Slaughterrt: Add tests for box annihilator.
2012-08-31 Elliott Slaughterrt: Fix box annihilator to deallocate exchange heap...
2012-08-31 Elliott Slaughterrt: Add interface to box annihilator.
2012-08-31 Brian Andersonstd: Camel case net modules
2012-08-31 Brian AndersonMerge pull request #3308 from killerswan/modes7
2012-08-31 Elliott SlaughterRegister snapshots.
2012-08-31 Kevin CantuRemove deprecated modes from list.rs (and temporarily...
2012-08-31 Kevin CantuRemove deprecated modes from rope.rs
2012-08-31 Kevin CantuRemove deprecated modes from dbg.rs
2012-08-31 Kevin CantuRemove deprecated modes from FuzzyEq in cmp.rs
2012-08-31 Patrick Waltonlibsyntax: Get "extern mod foo;" working in .rc files
2012-08-31 Graydon HoareRemove the no-longer-true fact of cmp (and soon, log...
2012-08-31 Graydon HoareFix up the tutorial doc-tests.
2012-08-31 Patrick Waltonrustc: Implement "use mod"
2012-08-31 Graydon HoareFix anon-extern-mod pretty print test.
2012-08-31 Kevin CantuVarious JSON pretty printing tweaks
2012-08-31 Kevin CantuFix JSON parsing of unicode escapes
2012-08-31 Kevin CantuPretty print JSON: sorting object keys
2012-08-31 Kevin CantuPretty print JSON: indentation and newlines
2012-08-31 Erick Tryzelaarlibcore: add result::unwrap_err.
2012-08-31 Erick Tryzelaarlibcore: result::unwrap should use moves
2012-08-31 Erick Tryzelaarlibcore: fix a typo
2012-08-31 Erick Tryzelaarlibcore: vec::u8::hash is pure.
2012-08-31 Erick Tryzelaarlibcore: rewrite str::reserve in pure rust.
2012-08-31 Erick Tryzelaarlibcore: rewrite io::MemBuffer.write to use memcpy...
2012-08-31 Erick Tryzelaarlibcore: Rewrite str::unsafe::push_byte in pure rust.
2012-08-31 Erick Tryzelaarlibcore: str::push_char should use str::unsafe::set_len.
2012-08-31 Erick Tryzelaarlibcore: rewrite vec::unsafe::from_buf in pure rust
2012-08-31 Graydon HoareMigrate core::send_map to random, keyed hashes w/ hash...
2012-08-31 Graydon HoareFix some more test breakage.
2012-08-31 Patrick Waltontest: Fix compile-fail tests
2012-08-31 Patrick Waltonrustc: "extern mod { ... }" should be written "extern...
2012-08-30 Graydon HoareFix auto_serialize test.
2012-08-30 Graydon HoareFix json test.
2012-08-30 Graydon HoareChange str : Eq to use memcmp.
2012-08-30 Patrick Waltontest: Add a test for unused constants in foreign modules
2012-08-30 Patrick Waltonrustc: Make the compiler no longer ICE on unused foreig...
2012-08-30 Brian AndersonBump version to 0.4
2012-08-30 Graydon HoareAdd an impl path::WindowsPath : Eq.
2012-08-30 Graydon HoareFix another Eq missing case.
2012-08-30 Graydon HoareStart moving core::hash to support a Hash trait. Add...
2012-08-30 Patrick Waltonlibstd: Fix another std test
2012-08-30 Patrick Waltonlibstd: More test fixes
2012-08-30 Patrick Waltonlibcore: Fix test issues harder
2012-08-30 Patrick Waltonlibcore: Fix test issues
2012-08-30 Patrick Waltoncargo: Fix some lack of knowledge of basic algebraic...
2012-08-30 Patrick Waltonlibcore: Add missing unit.rs
2012-08-30 Patrick Waltonrustc: Make `<=`, `>=`, and `>` use traits as well
2012-08-30 Patrick Waltonlibstd: Fix some build breakage
2012-08-30 Patrick Waltonlibcore: Fix build breakage
2012-08-30 Patrick Waltonrustc: Make `<` and `=` into traits
2012-08-30 Brian Andersonstd: More camel casing
2012-08-29 Brian AndersonFix breakage
2012-08-29 Brian Andersoncore: Demode int/uint mods
2012-08-29 Brian AndersonCamel case more std types
2012-08-29 Brian Andersonstd: Camel case some constructors
2012-08-29 Graydon HoareMake check-notidy not run tidy, as implied. Close ...
2012-08-29 Brian Andersoncore: Don't normalize paths by default. Add a normalize...
2012-08-29 Brian Andersoncore: Export sys::Closure
2012-08-29 Brian AndersonAdd sys::Closure type
2012-08-29 Tim ChevalierMerge pull request #3301 from jld/vec-truncate
2012-08-29 Jed DavisAdd vec::truncate, for efficiently shortening a vector.
2012-08-29 Graydon HoareRename resolve3 -> resolve.
2012-08-29 Graydon HoareReplace core::path with contents of core::path2. Back...
2012-08-29 Tim ChevalierAllow extern mods to be anonymous
2012-08-29 Graydon HoareMerge pull request #3299 from jld/mz-forceinline
next