]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-08-31 Alex Crichtonrollup merge of #16832 : SebastianZaha/fix-inconsistent...
2014-08-31 Alex Crichtonrollup merge of #16830 : cgaebel/docfix
2014-08-31 Alex Crichtonrollup merge of #16828 : steveklabnik/more_pointer_guide
2014-08-31 Alex Crichtonrollup merge of #16807 : nham/guide_added_ownership_rule
2014-08-31 Alex Crichtonrollup merge of #16780 : mdinger/marker_types
2014-08-31 Alex Crichtonrollup merge of #16778 : jbcrail/fix-issue-15826
2014-08-31 Alex Crichtonrollup merge of #16769 : rgawdzik/abs_doc_addition
2014-08-31 Alex Crichtonrollup merge of #16726 : tshepang/consistency
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 nhamdoc: Add another restriction to the list of ownership...
2014-08-30 Steve Klabniknote about ref patterns in pointer guide
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 Clark GaebelFixed misleading docs in liballoc
2014-08-28 Sebastian ZahaCargo begins version number at 0.0.1 instead of 0.1.0.
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 Joseph CrailFix issue #15826.
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 mdingerFix sorting order. Change `sync` to `share`
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 Robert Gawdzik ☢Added a note for usage of abs with ::MIN.
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.
next