]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-06-01 Luqman Adenlibrustc: Have destructor run for unit-like structs.
2013-06-01 borsauto merge of #6871 : pcwalton/rust/de-pub-impl, r...
2013-06-01 Patrick WaltonRemove all uses of `pub impl`. rs=style
2013-06-01 Patrick Waltonlibrustc: Don't require `pub extern` to make extern...
2013-06-01 borsauto merge of #6881 : Aatch/rust/new-passes-2, r=thestinger
2013-06-01 James MillerBetter optimization pipeline
2013-06-01 borsauto merge of #6851 : alexcrichton/rust/bugfixes, r...
2013-06-01 borsauto merge of #6876 : cmr/rust/from_elem_opts, r=Aatch
2013-06-01 Corey RichardsonOptimize vec::from_elem with manual inlining (borrowck...
2013-06-01 borsauto merge of #6729 : bstrie/rust/ascstr, r=Aatch
2013-05-31 borsauto merge of #6864 : thestinger/rust/bool, r=pcwalton
2013-05-31 borsauto merge of #6862 : thestinger/rust/swap, r=bstrie
2013-05-31 Daniel Micayfix tutorial lint warnings
2013-05-31 Daniel Micaybool: rm functions duplicating methods
2013-05-31 Ben StriegelAdd as_c_str method on strings
2013-05-31 Alex Crichtonxfail-fast the deriving test
2013-05-31 borsauto merge of #6857 : alexcrichton/rust/ebml-fixes...
2013-05-31 Daniel Micayptr: replace unnecessary unsafe code
2013-05-31 borsauto merge of #6863 : huonw/rust/error-span, r=thestinger
2013-05-31 Huon Wilsonrustc: adjust span for error message to not trim last...
2013-05-31 Daniel Micaymv the raw pointer {swap,replace}_ptr to std::ptr
2013-05-31 borsauto merge of #6859 : thestinger/rust/optimize, r=thest...
2013-05-31 James MillerRemove the slow bb-vectorize pass
2013-05-31 borsauto merge of #6853 : bblum/rust/sized, r=pcwalton
2013-05-31 borsauto merge of #6833 : fdr/rust/fix-warnings, r=Aatch
2013-05-31 borsauto merge of #6848 : pcwalton/rust/issue-6352, r=pcwalton
2013-05-31 Alex CrichtonImplement unimplemented methods in ebml
2013-05-31 Alex CrichtonRewrite deriving(Decodable, Encodable)
2013-05-31 borsauto merge of #6845 : thestinger/rust/zsh-complete...
2013-05-31 borsauto merge of #6841 : steveklabnik/rust/range_docs...
2013-05-31 borsauto merge of #6818 : nikomatsakis/rust/irrefut-pattern...
2013-05-31 Alex CrichtonFix a bug with HashMap::consume
2013-05-31 Alex CrichtonPromote unreachable code to being a lint attribute
2013-05-31 Ben BlumAdd simple tests for Sized
2013-05-31 Ben BlumHighlight Sized in vim and kate
2013-05-31 Ben BlumAdd 'Sized' builtin kind; doesn't do anything yet
2013-05-31 Patrick Waltonlibrustc: Bump the offset when translating const struct...
2013-05-31 Niko MatsakisFix parser test
2013-05-31 borsauto merge of #6689 : graydon/rust/issue-5661-doc-test...
2013-05-30 borsauto merge of #6340 : graydon/rust/issue-2994, r=graydon
2013-05-30 Daniel Micayadd a zsh completion file for rustc
2013-05-30 Graydon Hoarefix the check-stageN-doc-$doc targets, close #5661
2013-05-30 borsauto merge of #6836 : pnkfelix/rust/fsk-issue6805-ccach...
2013-05-30 Steve KlabnikAdd example for uint::range_step.
2013-05-30 Niko MatsakisCorrect issue-2804 test
2013-05-30 Graydon Hoarerustc: change 'use' to 'add' in error message, fix...
2013-05-30 Daniel FarinaRemove unnecessary 'use' forms
2013-05-30 borsauto merge of #6835 : cmr/rust/clang, r=thestinger
2013-05-30 Niko MatsakisReplace NDM with proper FIXME
2013-05-30 Niko MatsakisRemove copy bindings from patterns.
2013-05-30 Niko MatsakisFix matching of rvalues with destructors
2013-05-30 borsauto merge of #6831 : Xazax-hun/rust/incoming, r=graydon
2013-05-30 Corey Richardsonbump clang version
2013-05-30 Felix S. Klock IIAttempt to get reuse of common code from multiple clone...
2013-05-30 Niko MatsakisRemove some spurious copies that are identified by...
2013-05-30 Niko MatsakisRemove local_imm/local_mem since all variables are...
2013-05-30 Niko MatsakisRefactor helper routines to be less tied to match syntax
2013-05-30 Niko MatsakisRemove TrByImplicitRef and source field on datums
2013-05-30 Gábor HorváthMinor grammar fix.
2013-05-30 Gábor HorváthMinor style fix.
2013-05-30 Gábor HorváthMinor documentation addition.
2013-05-30 borsauto merge of #6829 : dotdash/rust/allocs, r=sanxiyn
2013-05-30 Björn SteinbrinkRemove a bunch of unnecessary allocations and copies
2013-05-30 borsauto merge of #6798 : alexcrichton/rust/doc-lints,...
2013-05-30 Alex Crichtonlibextra: Require documentation by default
2013-05-30 Alex CrichtonRequire documentation by default for libstd
2013-05-30 Alex CrichtonAllow doc(hidden) and --test to disable doc linting
2013-05-30 Alex CrichtonMake missing documentation linting more robust
2013-05-30 borsauto merge of #6825 : caitp/rust/issue-6824, r=Aatch
2013-05-30 James MillerRemove all of the `#[inline(always)]` attributes from...
2013-05-30 Patrick Waltonetc: Fix more check-fast breakage. rs=burningtree
2013-05-30 Caitlin PotterFixes #6824 - Correct scan_number() grammar
2013-05-30 Patrick Waltontest: Fix problem with check-fast. rs=burningtree
2013-05-30 Erick Tryzelaarlibrustc: add some imports to back/passes.rs rs=burningtree
2013-05-30 Patrick Waltonlibrustc: Stop reexporting the standard modules from...
2013-05-30 Patrick Waltonlibsyntax: Stop parsing mutable fields
2013-05-30 Patrick Waltonlibsyntax: Make `drop` no longer a keyword
2013-05-30 Patrick Waltonlibrustc: Redo the unsafe checker and make unsafe metho...
2013-05-29 borsauto merge of #6799 : Aatch/rust/pass-refactor, r=graydon
2013-05-29 borsauto merge of #6813 : pnkfelix/rust/fsk-issue-6805...
2013-05-29 Felix S. Klock IIFix #6805: add --enable-ccache configure option to...
2013-05-29 borsauto merge of #6803 : Thiez/rust/native_fmax_fmin,...
2013-05-29 borsauto merge of #6733 : alexcrichton/rust/issue-2400...
2013-05-29 Matthijs HofstraChanged to a more efficient implementation.
2013-05-29 borsauto merge of #6800 : june0cho/rust/issue5984, r=pcwalton
2013-05-29 Matthijs HofstraReplaced calls to external fmin/fmax by a Rust implemen...
2013-05-29 borsauto merge of #6796 : sfackler/rust/FromBase64-type...
2013-05-29 borsauto merge of #6794 : thestinger/rust/align_zero, r...
2013-05-29 James MillerFurther refactor optimization pass handling
2013-05-29 borsauto merge of #6793 : graydon/rust/drop-ast-before...
2013-05-29 borsauto merge of #6789 : luqmana/rust/compiletest-fix...
2013-05-29 june0choFix vec::mut_slice
2013-05-29 borsauto merge of #6784 : nikomatsakis/rust/moves-into...
2013-05-29 borsauto merge of #6778 : Aatch/rust/pass-refactor, r=graydon
2013-05-29 James MillerRemove extraneous defs from export file
2013-05-29 borsauto merge of #6780 : june0cho/rust/issue5984, r=brson
2013-05-29 Alex CrichtonUn-ignore rusti/rustpkg tests on i686
2013-05-29 Alex CrichtonDefine rustc's host triple at compile time
2013-05-29 James MillerRemove now-unused import
2013-05-29 James MillerRemove passes that were causing bad optmizations
next