]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-08-31 Alex Crichtonrollup merge of #16721 : tshepang/convenience
2014-08-31 Alex Crichtonrollup merge of #16716 : tshepang/temp
2014-08-30 borsauto merge of #16393 : SimonSapin/rust/patch-9, r=steve...
2014-08-30 borsauto merge of #16873 : alexcrichton/rust/ignore-deadloc...
2014-08-30 borsauto merge of #16859 : alexcrichton/rust/snapshots...
2014-08-30 borsauto merge of #16598 : bkoropoff/rust/import-shadow...
2014-08-30 borsauto merge of #16419 : huonw/rust/pretty-expanded-hygie...
2014-08-30 borsauto merge of #16190 : Pythoner6/rust/labeled-while...
2014-08-30 Huon Wilsonrustc: implement a pretty mode to print ident/name...
2014-08-30 Alex Crichtontest: Ignore a deadlocking test on OSX
2014-08-30 Tshepang Lekhonkhobedoc: make docs build
2014-08-30 borsauto merge of #16322 : michaelwoerister/rust/gdb-pretty...
2014-08-30 Joseph MartinFixed missing use statement
2014-08-30 Pythoner6Fix formatting, update copyright dates
2014-08-30 Pythoner6Add support for labeled while loops.
2014-08-29 borsauto merge of #15773 : P1start/rust/style-lints, r...
2014-08-29 Alex CrichtonRegister new snapshots
2014-08-29 P1startAdd lint groups; define built-in lint groups `bad_style...
2014-08-29 P1startUnify non-snake-case lints and non-uppercase statics...
2014-08-29 borsauto merge of #15955 : nikomatsakis/rust/issue-5527...
2014-08-29 borsauto merge of #16767 : SiegeLord/rust/reexported_method...
2014-08-29 Niko MatsakisLabel FIXMEs with a bug number
2014-08-29 Niko MatsakisIntroduce new inference scheme: variables are now insta...
2014-08-29 borsauto merge of #16838 : nick29581/rust/dst-bug-4, r...
2014-08-29 borsauto merge of #16762 : huonw/rust/for-error-nice, r...
2014-08-29 Huon Wilsonrustc: remove a trait that is unnecessary after pretty...
2014-08-29 Huon Wilsonrustc: move pretty printing into its own module.
2014-08-29 Nick CameronDon't double free embedded, unsized slices
2014-08-29 Huon WilsonAvoid flow-on Iterator error for `for ... in [ty err...
2014-08-29 Huon WilsonMention type of `for` exprs that don't implement Iterator.
2014-08-29 borsauto merge of #16770 : cburgdorf/rust/patch_overloaded_...
2014-08-29 borsauto merge of #16768 : nham/rust/libcollections_test_cl...
2014-08-29 Niko MatsakisIntroduce snapshot_vec abstraction
2014-08-28 borsauto merge of #16664 : aturon/rust/stabilize-option...
2014-08-28 borsauto merge of #16626 : ruud-v-a/rust/duration-reform...
2014-08-28 Ruud van Asseldonklibstd: Wrap duration.rs at 100 characters.
2014-08-28 Niko MatsakisRefactor and cleanup inference code: s/get_ref()/fields...
2014-08-28 borsauto merge of #16553 : nick29581/rust/log, r=huon
2014-08-28 Niko MatsakisFix kindck to consider inherited bounds
2014-08-28 Niko MatsakisFix regionck to account for the uniqueness requirements...
2014-08-28 Niko MatsakisFix regionck to consider bounds on a proc when capturin...
2014-08-28 Aaron Turonstabilize core::result
2014-08-28 Aaron TuronFallout from stabilizing core::option
2014-08-28 Aaron Turonstabilize core::option
2014-08-28 borsauto merge of #16453 : nikomatsakis/rust/type-bounds...
2014-08-28 Niko MatsakisImplement generalized object and type parameter bounds...
2014-08-27 Nick CameronAllow a regex filter for RUST_LOG
2014-08-27 borsauto merge of #16757 : steveklabnik/rust/lets_not_lie_i...
2014-08-27 Steve KlabnikFix lies in the concurrency guide.
2014-08-27 borsauto merge of #16797 : nikomatsakis/rust/remove-invalid...
2014-08-27 Niko MatsakisRemove invalid test -- this test reads freed memory...
2014-08-27 borsauto merge of #16766 : kevinmehall/rust/issue-15976...
2014-08-27 borsauto merge of #16761 : mrmonday/rust/patch-1, r=alexcri...
2014-08-27 Michael Woeristerdebuginfo: Improve GDB version handling in compiletest...
2014-08-27 Michael Woeristerdebuginfo: Emit different autotest debugger scripts...
2014-08-27 Michael Woeristerdebuginfo: Add GDB pretty printers for structs and...
2014-08-27 Michael Woeristerdebuginfo: Allow to activate GDB pretty printers in...
2014-08-27 borsauto merge of #16752 : MatejLach/rust/more_cargorun...
2014-08-27 borsauto merge of #16751 : luqmana/rust/tr, r=alexcrichton
2014-08-27 borsauto merge of #16724 : tshepang/rust/misleading, r...
2014-08-27 borsauto merge of #16689 : wickerwaka/rust/crate-as, r...
2014-08-27 borsauto merge of #16685 : alexcrichton/rust/remove-glob...
2014-08-27 SiegeLordAdd a simple test for rustdoc search index contents
2014-08-27 Alex Crichtonglob: Deprecate the library in favor of cargo
2014-08-27 borsauto merge of #16704 : flugsio/rust/fix-rustc-ice-lint...
2014-08-26 Christoph Burgdorfadd missing ! char to feature gate hint
2014-08-26 nhamlibcollections: In tests, remove some uses of deprecate...
2014-08-26 SiegeLordAlways insert methods into the search index, even if...
2014-08-26 Matej LachUse cargo run in more places
2014-08-26 Kevin Mehallrustdoc: Don't assume that a doc attribute was sugared...
2014-08-26 borsauto merge of #16742 : vhbit/rust/ios-ffi-fix, r=alexcr...
2014-08-26 Robert ClipshamClarify what tx and rx mean
2014-08-26 borsauto merge of #16720 : tshepang/rust/trailing-prompt...
2014-08-26 borsauto merge of #14397 : nick29581/rust/coerce, r=pnkfelix
2014-08-26 borsauto merge of #16753 : luqmana/rust/typer-ty, r=nikomat...
2014-08-26 Nick CameronOptimise a particularly clown shoes example of DST...
2014-08-26 Nick CameronRebasing changes
2014-08-26 Nick CameronDST coercions and DST structs
2014-08-26 Nick CameronUse temp vars for implicit coercion to ^[T]
2014-08-26 Nick CameronUse the slice repr for ~[T]
2014-08-25 Luqman AdenAdd test.
2014-08-25 Luqman Adenlibrustc: Use Typer's node_ty method instead of free...
2014-08-25 Luqman AdenAdd tests to make sure intrinsicck doesn't apply to...
2014-08-25 Luqman Adenlibrustc: Restrict transmute intrinsicck to just rust...
2014-08-25 Simon SapinReplace mention of ~T by Box<T> in the FFI guide.
2014-08-25 borsauto merge of #16740 : alexcrichton/rust/issue-16725...
2014-08-25 Alex Crichtonrustc: Encode the visibility of foreign items
2014-08-25 Valerii HioraAdopting FFI changes for iOS
2014-08-25 borsauto merge of #16699 : treeman/rust/issue-8492, r=alexc...
2014-08-25 borsauto merge of #15704 : alexcrichton/rust/issue-15595...
2014-08-25 Alex Crichtonnative: clone/close_accept for win32 pipes
2014-08-25 Alex Crichtonnative: Add some documentation for accept
2014-08-25 Alex Crichtonnative: TCP close/close_accept for windows
2014-08-25 Alex Crichtonrustuv: Implement clone/close_accept
2014-08-25 Alex Crichtonnative: Implement clone/close_accept for unix
2014-08-25 borsauto merge of #16694 : vadimcn/rust/debug-linker, r...
2014-08-24 borsauto merge of #16646 : P1start/rust/trailing-commas...
2014-08-24 borsauto merge of #16718 : Sawyer47/rust/bool-cast, r=pcwalton
2014-08-24 borsauto merge of #16728 : bluss/rust/zip-next-back, r...
2014-08-24 borsauto merge of #16730 : tshepang/rust/typos, r=pcwalton
next