]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-08-23 Piotr JawniakAdd test for #10618 and #16382
2014-08-21 borsauto merge of #16499 : cmr/rust/struct-undef-repr,...
2014-08-21 Corey RichardsonFix FFI guide
2014-08-21 borsauto merge of #16632 : pcwalton/rust/unboxed-closures...
2014-08-21 borsauto merge of #16631 : pcwalton/rust/unboxed-closures...
2014-08-21 borsauto merge of #16487 : steveklabnik/rust/guide_ownershi...
2014-08-21 borsauto merge of #16362 : nham/rust/std_rand_pi_example...
2014-08-21 nhamUse unicode pi symbol in pi estimation example. Additio...
2014-08-21 nhamSurround formula in a 'notrust' code block
2014-08-21 borsauto merge of #16471 : EduardoBautista/rust/chapter...
2014-08-21 borsauto merge of #16447 : steveklabnik/rust/guide_vectors_...
2014-08-21 borsauto merge of #16443 : steveklabnik/rust/fix_path_docs...
2014-08-21 Corey RichardsonStage #[repr(packed)] in std::rt
2014-08-21 Corey Richardsonlibgreen: use FFI-safe types
2014-08-21 Corey Richardsonliblibc: don't use int/uint for intptr_t/uintptr_t
2014-08-21 Corey RichardsonAdd detailed note about Substs to ty_enum
2014-08-21 Corey Richardsonmanual: fix link
2014-08-21 Corey RichardsonAdd #[repr(C)] to all the things!
2014-08-21 Corey Richardsonlibrustc: handle repr on structs, require it for ffi...
2014-08-21 borsauto merge of #16331 : steveklabnik/rust/guide_macros_a...
2014-08-20 Corey Richardsondocs: don't claim struct layout is specified, but menti...
2014-08-20 borsauto merge of #16280 : cburgdorf/rust/patch-3, r=stevek...
2014-08-20 Steve KlabnikGuide: unsafe
2014-08-20 Steve KlabnikFix error message for WindowsPath::new
2014-08-20 Christoph Burgdorffixes some syntax highlighting annotations
2014-08-20 Patrick Waltonlibrustc: Fix bogus logic for static calls to unboxed...
2014-08-20 Steve KlabnikGuide: macros
2014-08-20 borsauto merge of #16408 : steveklabnik/rust/guide_iterator...
2014-08-20 Patrick Waltonlibrustc: When checking static method calls to unboxed...
2014-08-20 borsauto merge of #16257 : steveklabnik/rust/guide_patterns...
2014-08-20 borsauto merge of #16621 : tshepang/rust/grammar, r=stevekl...
2014-08-20 borsauto merge of #16620 : tshepang/rust/tasks, r=steveklabnik
2014-08-20 borsauto merge of #16618 : nham/rust/strslice_examples...
2014-08-20 borsauto merge of #16615 : pcwalton/rust/unboxed-closures...
2014-08-20 borsauto merge of #16614 : cdwort/rust/pointer-guide-typo...
2014-08-20 borsauto merge of #16606 : pczarn/rust/inline-asm, r=alexcr...
2014-08-20 borsauto merge of #16603 : SiegeLord/rust/nullable, r=alexc...
2014-08-19 borsauto merge of #16584 : luqmana/rust/psfo, r=alexcrichton
2014-08-19 Tshepang Lekhonkhobedoc: small tasks guide improvements
2014-08-19 Tshepang Lekhonkhobedoc: grammar fixes
2014-08-19 nhamAdd examples for some StrSlice methods.
2014-08-19 borsauto merge of #16201 : erickt/rust/json-ints, r=acrichto
2014-08-19 Patrick Waltonlibstd: Add `Fn`/`FnMut`/`FnOnce` to the prelude.
2014-08-19 Amy UngerMake variable mutable to allow mutable reference
2014-08-19 Erick TryzelaarDon't fail if an object is keyed with a string and...
2014-08-19 Erick Tryzelaarserialize: add json bounds checks, support for u64s...
2014-08-19 Luqman AdenAdd fix for test on windows.
2014-08-19 borsauto merge of #16241 : P1start/rust/doc-fixes, r=alexcr...
2014-08-19 Piotr CzarneckiFix double evaluation of read+write operands
2014-08-19 Eduardo BautistaRemove repeated section and make file path generic
2014-08-19 Eduardo BautistaUse new Cargo starting version number
2014-08-19 Eduardo BautistaUse new Cargo file syntax
2014-08-19 Eduardo Bautista`input_num` is used is used instead of `guess` further...
2014-08-19 Eduardo BautistaCargo generates "Hello, world!" instead of "Hello world!"
2014-08-19 Eduardo BautistaCargo begins version number at 0.0.1 instead of 0.1.0
2014-08-19 borsauto merge of #16590 : nham/rust/str_searcher_underflow...
2014-08-19 Erick Tryzelaarserialize: add json::{Integer,Floating} to parse large...
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 SiegeLordRename Nullable::Some to Nullable::NotNull
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 P1startA few minor documentation fixes
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 Luqman AdenAdd test for passing/getting packed structs with ffi.
2014-08-18 Luqman Adenlibrustc: Fix field offsets for packed structs.
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 Steve KlabnikGuide: ownership
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...
next