]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-10-12 Brian KoropoffAdd regression test for issue #17651
2014-10-12 Brian KoropoffProperly visit nested functions and closures in check_r...
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 borsauto merge of #17801 : Gankro/rust/collections-stuff...
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 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...
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
next