]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-10-14 Felix RaimundoSwitches from uint to u32 in BitV and BitVSet
2014-10-13 borsauto merge of #17910 : taylorhutchison/rust/patch-1...
2014-10-13 borsauto merge of #17965 : omasanori/rust/remove, r=sfackler
2014-10-13 borsauto merge of #17963 : sfackler/rust/cfg-error, r=alexc...
2014-10-13 borsauto merge of #17975 : thestinger/rust/fPIE, r=eddyb
2014-10-13 borsauto merge of #17957 : TeXitoi/rust/fix-mandelbrot...
2014-10-13 borsauto merge of #17948 : jakub-/rust/issue-17933, r=alexc...
2014-10-13 borsauto merge of #17757 : gamazeps/rust/issue17709, r...
2014-10-13 borsauto merge of #17467 : hatahet/rust/mybranch, r=alexcri...
2014-10-12 Felix RaimundoUpdate a test error message
2014-10-12 borsauto merge of #17944 : jakub-/rust/issue-17877, r=alexc...
2014-10-12 Ziad Hatahetlibtime: `strftime` and `strptime` return type changed...
2014-10-12 Steven FacklerContinue cfg syntax transition
2014-10-12 Jakub WieczorekNever expand specialized columns that only contain...
2014-10-12 Daniel Micayoptimize position independent code in executables
2014-10-12 Jakub WieczorekMake the diagnostic for static variables in patterns...
2014-10-12 borsauto merge of #17952 : jakub-/rust/remove-virtual-struc...
2014-10-12 OGINO MasanoriRemove an unnecessary binary file.
2014-10-12 borsauto merge of #17949 : ebfe/rust/cfg_warn, r=sfackler
2014-10-12 borsauto merge of #17942 : JIghtuse/rust/master, r=alexcrichton
2014-10-11 borsauto merge of #17892 : nodakai/rust/rustdoc-dont-nest...
2014-10-11 Guillaume Pinotfix shootout-mandelbrot to make it pass the shootout...
2014-10-11 borsauto merge of #17801 : Gankro/rust/collections-stuff...
2014-10-11 Jakub WieczorekRemove `virtual` structs from the reference
2014-10-11 Jakub WieczorekRemove `virtual` struct tests
2014-10-11 Jakub WieczorekRemove `virtual` structs from the language
2014-10-11 Michael GehringFix cfg warnings in librustc_back
2014-10-11 Michael GehringFix cfg warnings in libcoretest
2014-10-11 borsauto merge of #17940 : pnkfelix/rust/fix-check-stage1...
2014-10-11 Michael GehringFix cfg warnings in compiletest
2014-10-11 Boris EgorovRemove into_vec method from &[T]
2014-10-11 Felix S. Klock IIcompiletest needs to link to native crate, or at least...
2014-10-11 borsauto merge of #17939 : alexcrichton/rust/snapshots...
2014-10-11 borsauto merge of #17928 : steveklabnik/rust/remove_runtime...
2014-10-11 Alex CrichtonRegister new snapshots
2014-10-11 borsauto merge of #17936 : TeXitoi/rust/remove-shootout...
2014-10-10 Guillaume Pinotremove shootout warnings
2014-10-10 borsauto merge of #17920 : thestinger/rust/vec, r=aturon
2014-10-10 Daniel Micayimprove the performance of the vec![] macro
2014-10-10 Steve KlabnikRemove the runtime guide.
2014-10-10 Daniel Micayimplement Box<[T]> <-> Vec<T> conversions
2014-10-10 borsauto merge of #17793 : simias/rust/master, r=huonw
2014-10-10 Daniel Micayvec: minor cleanup
2014-10-10 borsauto merge of #17037 : kmcallister/rust/no-stack-check...
2014-10-10 Taylor HutchisonUpdate README.md
2014-10-10 Keegan McAllisterDisable no-stack-check test on Windows
2014-10-10 borsauto merge of #17669 : nikomatsakis/rust/multidispatch...
2014-10-10 borsauto merge of #17853 : alexcrichton/rust/issue-17718...
2014-10-09 Alex CrichtonTest fixes and rebase conflicts
2014-10-09 Keegan McAllisterAdd tests for no-stack-check attr and codegen option
2014-10-09 Keegan McAllisterAdd -C no-stack-check
2014-10-09 Keegan McAllisterRename the no_split_stack attribute to no_stack_check
2014-10-09 Niko MatsakisAdd a few more debug statements
2014-10-09 Niko MatsakisConvert tests to cross-crate, fix a RefCell bug I found...
2014-10-09 Niko MatsakisAdd a model for how conditional trait impls might be...
2014-10-09 Niko MatsakisImplement multidispatch and conditional dispatch. Becau...
2014-10-09 borsauto merge of #17891 : brson/rust/verbump, r=alexcrichton
2014-10-09 borsauto merge of #17558 : kaseyc/rust/fix_bitvset_union...
2014-10-09 Brian AndersonUse the same html_root_url for all docs
2014-10-09 Brian AndersonBump version to 0.13.0
2014-10-09 Brian AndersonRevert "Update html_root_url for 0.12.0 release"
2014-10-09 borsauto merge of #17880 : pcwalton/rust/duplicate-bindings...
2014-10-09 Alex Crichtondoc: Document constants in the reference
2014-10-09 Alex Crichtontest: Convert statics to constants
2014-10-09 Alex Crichtonsyntax: Tweak the return value of bytes!()
2014-10-09 Alex Crichtonrustdoc: Implement constant documentation
2014-10-09 Alex Crichtonnum: Convert statics to constants
2014-10-09 Alex Crichtonrustc: Convert statics to constants
2014-10-09 Alex Crichtonrustrt: Convert statics to constants
2014-10-09 Alex Crichtonserialize: Convert statics to constants
2014-10-09 Alex Crichtonsyntax: Convert statics to constants
2014-10-09 Alex Crichtonnative: Convert statics to constants
2014-10-09 Alex Crichtonlog: Convert statics to constants
2014-10-09 Alex Crichtonregex: Convert statics to constants
2014-10-09 Alex Crichtonalloc: Convert statics to constants
2014-10-09 Alex Crichtonterm: Convert statics to constants
2014-10-09 Alex Crichtonstd: Convert statics to constants
2014-10-09 Alex Crichtonrand: Convert statics to constants
2014-10-09 Alex Crichtonlibc: Convert all statics to constant
2014-10-09 Alex Crichtoncollections: Convert statics to constants
2014-10-09 Alex Crichtonunicode: Make statics legal
2014-10-09 Alex Crichtonsync: Convert statics to constants
2014-10-09 Alex Crichtoncore: Convert statics to constants
2014-10-09 Alex Crichtonrustc: Add `const` globals to the language
2014-10-09 Alex Crichtonrustc: Reformat check_const with modern style
2014-10-09 Brian AndersonMerge tag '0.12.0'
2014-10-09 borsauto merge of #17875 : dotdash/rust/static_bool, r...
2014-10-09 borsauto merge of #17870 : thestinger/rust/alloc, r=eddyb
2014-10-09 Björn SteinbrinkProperly translate boolean statics to be stored as i8
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 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...
next