]> git.lizzy.rs Git - rust.git/history - src/rustc
Auto merge of #31562 - llogiq:lint_post, r=Manishearth
[rust.git] / src / rustc /
2016-02-13 borsAuto merge of #31562 - llogiq:lint_post, r=Manishearth
2016-02-13 borsAuto merge of #31557 - retep998:house-directory, r...
2016-02-12 borsAuto merge of #30726 - GuillaumeGomez:compile-fail...
2016-02-12 borsAuto merge of #31550 - Stebalien:fix-color, r=nrc
2016-02-12 borsAuto merge of #31583 - petrochenkov:indi_ast, r=Manishearth
2016-02-12 borsAuto merge of #31541 - tomaka:more-emscripten, r=brson
2016-02-12 borsAuto merge of #31368 - JohanLorenzo:dont-strip-if-test...
2016-02-12 borsAuto merge of #30830 - arcnmx:static-extern, r=alexcrichton
2016-02-12 borsAuto merge of #31123 - alexcrichton:who-doesnt-want...
2016-02-11 Alex Crichtonbootstrap: Add a bunch of Cargo.toml files
2016-02-11 Alex CrichtonAdd a Cargo-based build system
2012-11-08 Brian AndersonMerge pull request #3923 from am0d/master
2012-11-07 Brian AndersonRename src/rustc to src/librustc. Use the driver crate
2012-11-07 Patrick Waltonrustc: Long lines
2012-11-07 Patrick Waltonrustc: Implement the Drop trait. r=brson
2012-11-07 Graydon Hoarerustc: reuse const vals, translate fn paths as consts...
2012-11-06 Niko MatsakisCleanup how we handle proto in types, remove unsound...
2012-11-05 Brian Andersonrustc: Stop declaring unused upcalls
2012-11-05 Patrick Waltonrustc: Implement deriving involving generic bounded...
2012-11-05 Patrick Waltonrustc: Implement parsing and typechecking for "once fn"
2012-11-04 Brian AndersonMerge remote-tracking branch 'brson/repl'
2012-11-03 Patrick Waltonrustc: Refactor vtable lookup to use a vtable context...
2012-11-03 Patrick Waltonrustc: Eliminate the necessity of having an expr in...
2012-11-02 Patrick Waltonrustc: Implement ~Trait. r=nmatsakis
2012-11-02 Patrick Waltonrustc: Implement dereference via unary '*' for structs...
2012-11-02 Patrick Waltonrustc: Implement translation of pattern matching for...
2012-11-02 Patrick Waltonrustc: Implement typechecking, exhaustiveness checking...
2012-11-01 Brian AndersonLong lines
2012-11-01 Brian AndersonSupport #[cfg] on methods
2012-11-01 Patrick Waltonrustc: Fix tab characters
2012-11-01 Patrick Waltonrustc: Stop overwriting trait static method types when...
2012-10-31 Brian Andersonrustc: Swap argument order in drop_and_cancel_clean
2012-10-31 Brian AndersonMerge remote-tracking branch 'vertexclique/incoming'
2012-10-31 Mahmut Bulutchange function and place in expr.rs
2012-10-31 Brian AndersonFix checking of duplicate and missing struct field...
2012-10-30 Tim ChevalierPreserve parenthesization in the AST
2012-10-30 Mahmut Bulut* dropnzero_val fn added
2012-10-30 Patrick Waltonrustc: Translate "deriving" for monomorphic intra-crate...
2012-10-30 Patrick Waltonrustc: Instantiate trait refs for automatically-derived...
2012-10-30 Graydon HoareMerge pull request #3881 from vertexclique/incoming
2012-10-29 Patrick WaltonMerge pull request #3885 from pcwalton/master
2012-10-29 Patrick Waltonrustc: Implement typechecking for automatically-derived...
2012-10-29 Patrick WaltonMerge pull request #3871 from pcwalton/master
2012-10-28 Tim ChevalierRemove unnecessary suffixes
2012-10-27 Niko MatsakisPartial fix for #2687---impl method must only be subtyp...
2012-10-27 Patrick Waltonrustc: Translate monomorphic intra-crate automatically...
2012-10-25 Tim ChevalierFix long line
2012-10-25 Brian AndersonMerge remote-tracking branch '14427/incoming'
2012-10-25 Patrick Waltonrustc: Translate and check exhaustiveness of struct...
2012-10-25 Patrick WaltonMerge pull request #3858 from pcwalton/struct-like...
2012-10-25 Tim ChevalierMake error message for non-copyable args less misleading
2012-10-25 Patrick WaltonMerge pull request #3857 from pcwalton/tuple-struct...
2012-10-25 Patrick Waltonrustc: Typecheck, privacy check, and borrow check struc...
2012-10-25 Patrick Waltonrustc: Translate tuple struct constructors
2012-10-25 Brian AndersonMerge remote-tracking branch 'brson/futures'
2012-10-25 Brian AndersonLong lines
2012-10-25 Niko Matsakisadjust comments
2012-10-25 Niko MatsakisImplement proper subtyping for region fn types (part...
2012-10-24 Brian AndersonMerge pull request #3852 from veddan/type-limits
2012-10-24 Brian AndersonMerge pull request #3838 from vertexclique/incoming
2012-10-24 Brian AndersonMerge branch 'method-vis-parse'
2012-10-24 Patrick Waltonrustc: Implement typechecking for tuple structs. r...
2012-10-24 Viktor DahlCleaned up formatting and fixed bug in rev_binop
2012-10-24 Viktor DahlImplemented '-W type-limits' (#3833)
2012-10-24 Patrick Waltonrustc: Implement construction of monomorphic struct...
2012-10-23 Tim ChevalierRemove <- operator from the compiler
2012-10-23 Tim Chevalier Remove uses of binary move in the compiler
2012-10-23 Patrick Waltonrustc: Implement typechecking for simple monomorphic...
2012-10-23 Brian Andersonrustc: Lower-case the error messages in kind.rs, for...
2012-10-23 Brian AndersonMerge remote-tracking branch 'luqmana/incoming'
2012-10-23 Patrick Waltonrustc: Factor out struct literal typechecking in prepar...
2012-10-23 Patrick Waltonrustc: Implement generic cross-crate trait inheritance
2012-10-22 Simon BDMerge remote-tracking branch 'original/incoming' into...
2012-10-22 Brian AndersonMerge pull request #3832 from Dretch/concatdocstrs
2012-10-22 Brian Andersonrustc: Convert two printlns in trans into debug!
2012-10-22 Brian AndersonLong lines
2012-10-22 Brian AndersonMerge pull request #3826 from jdm/doublefail
2012-10-22 Tim ChevalierFix breakage (forgot to commit this...
2012-10-22 Tim ChevalierIncorporate review comments (mostly fixing indentation)
2012-10-22 Tim ChevalierPreliminary support for labeled break/continue for...
2012-10-22 Tim ChevalierSimplify the AST representation of ty param bounds
2012-10-22 Niko MatsakisCorrect propagation of mutability from components to...
2012-10-22 Luqman Adenrustc: add new intrinsics - atomic_cxchg{_acq,_rel}
2012-10-21 Josh MatthewsFix ICE stemming from use of unique pointers in unreach...
2012-10-21 Ben StriegelRemove old fixed-length vector syntax
2012-10-19 Tim ChevalierRemove superfluous by-ref in option::get, option::get_d...
2012-10-18 Patrick Waltonrustc: Implement intra-crate static methods on anonymou...
2012-10-18 Tim ChevalierMerge pull request #3803 from tychosci/readclose
2012-10-18 Tim ChevalierMerge pull request #3802 from rfw/fix_pandoc_configure
2012-10-18 Tim ChevalierMerge pull request #3805 from erickt/incoming
2012-10-18 Erick Tryzelaarlibcore: minor code cleanup.
2012-10-18 Erick Tryzelaarlibcore: call [u8] values bytes, not bufs
2012-10-18 Erick Tryzelaarrustc: optimize away some mallocs when building GEP...
2012-10-17 Tim ChevalierMerge pull request #3739 from killerswan/usagemsg
2012-10-17 Kevin CantuAdd a module to getopts to support verbose option defin...
2012-10-17 Tim ChevalierMerge pull request #3764 from lucab/lucab/to-upstream...
2012-10-17 Tim ChevalierMerge pull request #3719 from lucab/lucab/to-upstream...
2012-10-17 Tim ChevalierMerge pull request #3706 from erickt/str-with-capacity
2012-10-17 Tim ChevalierMerge pull request #3716 from Blei/fix-3656
2012-10-17 Tim ChevalierRemove integer suffixes
next