]> git.lizzy.rs Git - rust.git/history - src/rustc
Auto merge of #31915 - nagisa:mir-unpretty-fix, r=arielb1
[rust.git] / src / rustc /
2016-02-26 borsAuto merge of #31846 - alexcrichton:better-disable...
2016-02-26 Manish GoregaokarRollup merge of #31904 - bluss:writer-formatter-error...
2016-02-26 Manish GoregaokarRollup merge of #31901 - bluss:suggest-use, r=sanxiyn
2016-02-26 borsAuto merge of #31834 - ubsan:copy_from_slice, r=alexcri...
2016-02-25 borsAuto merge of #30856 - mneumann:thread_local_extern...
2016-02-25 Manish GoregaokarRollup merge of #31800 - alexcrichton:armv6-plz, r...
2016-02-24 Manish GoregaokarRollup merge of #31784 - urschrei:chunks_doc, r=stevekl...
2016-02-24 Manish GoregaokarRollup merge of #31677 - ivan:doc-vtable, r=steveklabnik
2016-02-24 borsAuto merge of #31782 - pitdicker:clean_out_windows_c...
2016-02-24 borsAuto merge of #31778 - aturon:snapshot, r=alexcrichton
2016-02-23 borsAuto merge of #31751 - gkoz:os_str_path_cmp, r=aturon
2016-02-23 borsAuto merge of #31814 - petevine:master, r=alexcrichton
2016-02-22 borsAuto merge of #31715 - mitaa:rdoc-index-crate, r=alexcr...
2016-02-22 borsAuto merge of #31704 - tbu-:pr_vec_into_iter_clone...
2016-02-22 borsAuto merge of #30969 - Amanieu:extended_atomic_cmpxchg...
2016-02-22 borsAuto merge of #31813 - nbaksalyar:solaris-fix, r=sanxiyn
2016-02-22 borsAuto merge of #31811 - alexcrichton:clean-deps, r=sanxiyn
2016-02-21 Alex Crichtonrustbuild: Sync some Cargo.toml/lib.rs dependencies
2016-02-18 borsAuto merge of #31600 - nagisa:mir-msvc-seh-2, r=nikomat...
2016-02-17 Steve KlabnikRollup merge of #31565 - SDX2000:docfixes4, r=steveklabnik
2016-02-15 borsAuto merge of #31566 - jseyfried:fix_regression, r=nrc
2016-02-14 borsAuto merge of #31551 - alexcrichton:deprecate-std-os...
2016-02-13 Manish GoregaokarRollup merge of #31589 - reem:remove-unnecessary-poison...
2016-02-13 Manish GoregaokarRollup merge of #31585 - tshepang:over-explanation...
2016-02-13 Manish GoregaokarRollup merge of #31584 - tshepang:shorten, r=steveklabnik
2016-02-13 Manish GoregaokarRollup merge of #31582 - tshepang:missing-words, r...
2016-02-13 Manish GoregaokarRollup merge of #31563 - SDX2000:docfixes1, r=steveklabnik
2016-02-13 Manish GoregaokarRollup merge of #31559 - scottrobertwhittaker:fix-typo...
2016-02-13 Manish GoregaokarRollup merge of #31542 - nodakai:concat_idents-desc...
2016-02-13 Manish GoregaokarRollup merge of #31537 - ollie27:book_doc_example,...
2016-02-13 Manish GoregaokarRollup merge of #31535 - Ketsuban:more-detail-in-wrappi...
2016-02-13 borsAuto merge of #31596 - mitaa:rdoc_assoc_item, r=alexcri...
2016-02-13 borsAuto merge of #31588 - soltanmm:layer, r=nikomatsakis
2016-02-13 borsAuto merge of #31579 - ollie27:msvc_link, r=alexcrichton
2016-02-13 borsAuto merge of #31570 - tomaka:ignore-emscripten, r...
2016-02-13 borsAuto merge of #31564 - durka:lang-item-icemelt, r=nikom...
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)
next