]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-10-09 borsauto merge of #17784 : bkoropoff/rust/issue-17780,...
2014-10-09 Patrick Waltonlibrustc: Forbid duplicate name bindings in the same...
2014-10-09 borsauto merge of #17873 : steveklabnik/rust/gh16413, r...
2014-10-09 borsauto merge of #17871 : michaelwoerister/rust/lldb-versi...
2014-10-09 Kasey CarrothersClean up the implementations of Bitv and BitvSet.
2014-10-08 borsauto merge of #17867 : jbcrail/rust/unclear-macros...
2014-10-08 Ruud van Asseldonkreadme: Link 'Using' wiki page instead of 'Getting...
2014-10-08 borsauto merge of #17748 : mahkoh/rust/int_slice, r=aturon
2014-10-08 Steve Klabnikadd mention of test attribute
2014-10-08 Steve Klabnikremove crate_id attribute, add crate_name one
2014-10-08 Julian Orthadd {Imm,M}utableIntSlice
2014-10-08 borsauto merge of #17843 : coffeejunk/rust/guide-macros...
2014-10-08 Daniel Micaysaner parameter order for reallocation functions
2014-10-08 borsauto merge of #17866 : jgallagher/rust/reserve-inherita...
2014-10-08 NODA, Kailibrustdoc/html: recognize slices not to nest A tags.
2014-10-08 borsauto merge of #17855 : steveklabnik/rust/fix_table_refe...
2014-10-08 Michael Woeristerdebuginfo: Don't mark struct fields as artificial.
2014-10-08 borsauto merge of #17447 : thestinger/rust/silly_string...
2014-10-08 Daniel Micayadd #[experimental] as_string/as_vec functions
2014-10-08 Michael Woeristerdebuginfo: Add LLDB version handling to test infrastruc...
2014-10-08 borsauto merge of #17840 : Sawyer47/rust/issue-17751, r...
2014-10-08 borsauto merge of #17838 : vadimcn/rust/macros, r=alexcrichton
2014-10-08 John GallagherAdd tests for new reserved keywords `abstract`,`final...
2014-10-08 John GallagherAdd `abstract`, `final`, and `override` to rust.vim...
2014-10-08 John GallagherRemove use of `final` and `override` (now reserved)
2014-10-08 Joseph CrailFix unclear macros documentation.
2014-10-08 John GallagherAdd `abstract`, `final`, and `override` to reserved...
2014-10-08 borsauto merge of #17836 : typelist/rust/guide-tuples,...
2014-10-07 borsauto merge of #17787 : bgamari/rust/fix-quote-method...
2014-10-07 borsauto merge of #17834 : sfackler/rust/rustdoc-cfgs,...
2014-10-07 Brian AndersonMore relnotes tweaks
2014-10-07 Steve KlabnikFix keyword table
2014-10-07 Brian AndersonUpdate html_root_url for 0.12.0 release
2014-10-07 Brian AndersonUpdate per feedback
2014-10-07 Brian AndersonUpdate AUTHORS.txt for 0.12.0
2014-10-07 Brian AndersonUpdate RELEASES.md for 0.12.0
2014-10-07 Brian AndersonRename RELEASES.txt to RELEASES.md. It's markdown.
2014-10-07 borsauto merge of #16641 : steveklabnik/rust/intro_redux...
2014-10-07 borsauto merge of #17832 : brson/rust/updateversion, r...
2014-10-07 Maximilian... Guide: Fix inconsistency in 'Marcos' section
2014-10-07 borsauto merge of #17802 : Gankro/rust/collection-docs...
2014-10-07 Vadim ChugunovFix the most egregious instances of "local ambiguity...
2014-10-07 Piotr JawniakRe-exports core::str::Utf16CodeUnits in std::str
2014-10-07 borsauto merge of #17807 : nick29581/rust/slice6, r=aturon
2014-10-07 Johannes MuenzelClarify that assigning/comparing different tuple types...
2014-10-07 borsauto merge of #17745 : aturon/rust/revert-any-private...
2014-10-07 Alexis Beingessneradd missing btree re-exports
2014-10-07 Alexis Beingessnerlibrary-level docs for collections
2014-10-07 Nick CameronReinstate AsSlice impls for Option and Result
2014-10-07 Nick CameronRename slicing methods
2014-10-07 Nick CameronRename slice::Slice
2014-10-07 Nick CameronPut slicing syntax behind a feature gate.
2014-10-07 Nick CameronUse slice syntax instead of slice_to, etc.
2014-10-07 Steven FacklerProperly handle cfgs in rustdoc
2014-10-07 Alexis Beingessnerdoc fixups
2014-10-06 Aaron TuronRevise DST test to not require duplicate errors.
2014-10-06 Aaron TuronRemove core::any::AnyPrivate
2014-10-06 Brian Andersondoc: Update output of `rustc --version`
2014-10-06 borsauto merge of #17820 : pnkfelix/rust/fsk-improve-binary...
2014-10-06 borsauto merge of #17692 : brson/rust/copywut, r=alexcrichton
2014-10-06 Brian AndersonUpdate COPYRIGHT to better reflect the current repo
2014-10-06 borsauto merge of #17798 : tomjakubowski/rust/rustdoc-fix...
2014-10-06 borsauto merge of #17796 : tomjakubowski/rust/rustdoc-ice...
2014-10-06 Ben Gamarisyntax: Parse outer attributes in quote_method!
2014-10-06 Felix S. Klock IIAdd example to doc for `slice::ImmutableSlice::binary_s...
2014-10-06 Tom Jakubowskirustdoc: Include lifetimes in re-exported bounds
2014-10-06 borsauto merge of #17814 : vhbit/rust/ios-build-fix, r...
2014-10-06 borsauto merge of #17812 : thestinger/rust/jemalloc, r...
2014-10-06 Tom Jakubowskirustdoc: Remove dummy UnknownBound variant
2014-10-06 borsauto merge of #17803 : bkoropoff/rust/issue-17021,...
2014-10-06 Tom Jakubowskirustdoc: Support unboxed fn sugar in bounds
2014-10-06 Tom Jakubowskirustdoc: Correctly name lifetimes in bounds
2014-10-06 Tom Jakubowskirustdoc: make calls of markdown::render safer
2014-10-06 borsauto merge of #17781 : P1start/rust/bitflags-lints...
2014-10-06 Valerii HioraFixed iOS build (statics name lint)
2014-10-06 P1startRemove the #[allow(non_uppercase_statics)] attr from...
2014-10-06 P1startRename the file permission statics in std::io to be...
2014-10-06 borsauto merge of #17414 : jakub-/rust/issue-17405, r=alexc...
2014-10-06 Daniel Micayupdate jemalloc
2014-10-06 borsauto merge of #17809 : thestinger/rust/windows, r=eddyb
2014-10-05 Alexis Beingessnerflesh out BTree docs
2014-10-05 Daniel Micaywork around yet another MinGW-w64 ASLR bug
2014-10-05 borsauto merge of #17794 : SimonSapin/rust/patch-8, r=alexc...
2014-10-05 Jakub WieczorekFix handling of struct variants in a couple of places
2014-10-05 Brian KoropoffBuild regression test for issue #17021 with -g
2014-10-05 Brian KoropoffHandle emitting debug info for unboxed closures
2014-10-05 borsauto merge of #17762 : bkoropoff/rust/issue-17734,...
2014-10-05 Alexis Beingessneradding iterator benches to tree-based maps for comparis...
2014-10-05 Brian KoropoffAdd regression test for issue #17734
2014-10-05 borsauto merge of #17799 : ebfe/rust/cfg_warn, r=alexcrichton
2014-10-05 Michael GehringFix cfg syntax warnings in libnative
2014-10-05 Simon SapinString::truncate doc: also fails if not a char boundary
2014-10-05 Lionel FlandrinFix target-feature codegen option syntax in rustc man...
2014-10-05 borsauto merge of #17785 : P1start/rust/diagnostics, r...
2014-10-05 borsauto merge of #17777 : lambda/rust/fix-docs-short-hash...
2014-10-05 Brian KoropoffAdd regression test for issue #17780
2014-10-05 Brian KoropoffFix unit test that was illegally mutating an upvar
2014-10-05 Brian KoropoffCategorize upvars in `Fn` unboxed closures as freely...
2014-10-05 Brian KoropoffTrack kind of closure in upvar categorization
2014-10-05 borsauto merge of #16970 : kmcallister/rust/llvm-unreachabl...
next